Jonathan Balkind

Results 114 comments of Jonathan Balkind

I think this was fixed or at least made consistent in #968

For our prior work we have simply used `taskset` which is a linux utility to put applications on specific cores.

This isn't really how openpiton works. The L2 cache is distributed across all tiles. Traffic depends on which parts of the address space are being accessed. Requests are routed via...

If you're running bare metal and you're writing C, then you can use whatever addresses you like in your C code. You don't need to modify the OpenPiton design to...

Thanks Ben. Yeah once we get ariane bumped (Joan has a draft PR) there should be new scripts which build gcc 13. Personally I'd rather people used prepackaged cross compilers

This is a complex set of questions that took me a while to get the time to look into. In general, the OpenSPARC T1 core has not been our focus...

We don't support the use of malloc in our bare metal environment. If you're bringing your own binaries that you're building yourself then it's your responsibility to handle providing a...

Thanks for the PR! I think some of these might have been fixed in @grigoriy-chirkov's other PR but it would be good to integrate them with a smaller PR. That...

Ok I think this probably needs to be tested on the sparc core and/or with the other write sizes. I'd like for us to be more robust here but we...

@jctullos please be sure you're building from the openpiton branch. Also, have you set earlycon=sbi?