History log of /gem5/system/arm/simple_bootloader/simple.S
Revision Date Author Comments
# 9190:3e5761bfa300 07-Sep-2012 Matt Evans <Matt.Evans@arm.com>

ARM: Fix issue with with way MPIDR is read to include affinity levels.

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.


# 8280:5dddde1126c2 04-May-2011 Prakash Ramrakhyani <Prakash.Ramrakhyani@arm.com>

ARM: Boot loader changes that make it more flexible about load and I/O addrs


# 7843:fb777f10f3df 18-Jan-2011 Ali Saidi <Ali.Saidi@ARM.com>

ARM: Add code for a simple bootloader for MP boot.