Yixun Lan
Yixun Lan
> Is the WIP U-Boot port available anywhere? have a local repo, but not sorted out yet, the main challenge is to bring up DDR..
> And is there any BROM dump of this SoC? no idea of what's the aim to do the dump, not really needed of this from my side..
> A BootROM dump would indeed be very helpful to confirm the various addresses used, for instance the SD card load address, the stack locations, and where any BROM buffers...
> Looks like the branch is still quite broken -- `sunxi-fel read` on BROM does not work at all (while `sunxi-fel readl` can read individual words from BROM) $ ./sunxi-fel...
> Are you sure it's that large? Typically the IRQ stack usage is pretty small, like at most 1KB (0x400), which would mean we just need to save/restore from 0x48800-0x48c00....