Joined: Fri Aug 19, 2011 1:18 pm Posts: 18
Location: Seattle, WA US
|
The git version of u-boot appears to halt with an exception. I built with the efikamx configuration using the latest arm cross compiler from CodeSourcery.
arm-2011.03-42-arm-none-eabi-i686-pc-linux-gnu
It halts with an abort exception. After some debugging it looks like this is a data abort and the cause is that the UART register block is not mapped to its physical address even though the driver is using physical addresses. In this case, 0x73fbc000.
It's also clear that the release version is different from the one in Git from start. The dcd header uses some different values in the Git version from the released build.
|
|