Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-07 | ARM: Fix issue with with way MPIDR is read to include affinity levels. | Matt Evans | |
The simple_bootloader checks for CPU0 in a manner incompatible with systems actually using affinity levels -- just looking at MPIDR[7:0]. However, in future we may wish to use real affinity levels and this method will be in danger of matching several CPUs with affinity0 = 0. Match affinity2 == affinity1 == affinity0 == 0 instead. | |||
2012-03-01 | ARM: Add support for Versatile Express extended memory map | Ali Saidi | |
Also clean up how we create boot loader memory a bit. | |||
2011-05-04 | ARM: Boot loader changes that make it more flexible about load and I/O addrs | Prakash Ramrakhyani | |
2011-01-18 | ARM: Add code for a simple bootloader for MP boot. | Ali Saidi | |