[coreboot] [PATCH][RFC] A new way using a binary file to add-stage to a rom file on ARM

Patrick Georgi patrick at georgi-clan.de
Mon Jul 18 20:00:28 CEST 2011


Am Montag, den 18.07.2011, 22:07 +0800 schrieb Hamo:
> Since the way we use to add stage to a rom file is highly depended on
> the 1-1 address map on X86 so we can not use it to add stage to a rom
> file on ARM.
As I understand it, you're actually doing 1:1 mapping on your system.
The "only" issue is that on your platform the ROM is mapped at 64k
(instead of 0, what the ARM support code in cbfstool assumes right now).

No need to add special cases here.


Patrick





More information about the coreboot mailing list