This is a simple patch which allows payloads to be placed in memory in
authorMyles Watson <mylesgw@gmail.com>
Wed, 21 May 2008 22:10:38 +0000 (22:10 +0000)
committerMyles Watson <mylesgw@gmail.com>
Wed, 21 May 2008 22:10:38 +0000 (22:10 +0000)
commit42319797a68f873b142dc26cd1f4031c9ba52fcf
treedb58b74cd11c9e61bd4e12b70443cc90323671b8
parent29413c76ab0e46b21d90c9f1a4e966669233d5a4
This is a simple patch which allows payloads to be placed in memory in
the range of 0xf0000-0x100000, where the Coreboot tables live in v2.
As long as the payload doesn't need the tables, it seems harmless, so
why not just print a warning?

This allows v2 to load "legacybios" without having to have a separate loader.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
It'll be fine for testing and doesn't really break anything that did
work before...

Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3343 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/boot/elfboot.c