On Wed, 2011-11-23 at 20:02 +0100, Kyösti Mälkki wrote:
> Kyösti Mälkki ([email protected]) just uploaded a new patch set to 
> gerrit, which you can find at http://review.coreboot.org/453
> 


build/bootblock.map without patch:

fffffbfb A ROMLOC
fffffc02 T _rom      <-- pad bytes here
fffffc04 T _start    <-- (not invalid, just confusing)
fffffc48 T gdtptr16
...
fffffef2 t L1005
ffffff04 t L1033     <-- over upper-bound
ffffff08 T _erom


build/bootblock.map with patch:

fffffbe8 A ROMLOC_MIN
fffffbf0 T _rom
fffffbf0 T ROMLOC
fffffbf0 T _start
fffffc34 T gdtptr16
...
fffffee2 t L1005
fffffef4 t L1033
fffffef8 T _erom


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to