----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3226/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11214:9dc14c8c0bd0 --------------------------- arm: Add support for automatic boot loader selection Add support for automatically selecting a boot loader that matches the guest system's kernel. Instead of accepting a single boot loader, the ArmSystem class now accepts a vector of boot loaders. When initializing a system, the we now look for the first boot loader with an architecture that matches the kernel. This changeset makes it possible to use the same system for both 64-bit and 32-bit kernels. Diffs ----- src/arch/arm/ArmSystem.py 4e70e13c1a2c src/arch/arm/system.hh 4e70e13c1a2c src/arch/arm/system.cc 4e70e13c1a2c Diff: http://reviews.gem5.org/r/3226/diff/ Testing ------- Thanks, Andreas Sandberg _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
