coreboot/src
Ronald G. Minnich 662d52d244 Add support for romfs to option rom loading.
Pretty simple: Find the rom in the romfs, if found, set dev properties so 
that the rest of the code works.

At some point, we can remove some of the other code, i.e. the first else, 
and stop requiring people to do math.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4077 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-04-06 16:03:53 +00:00
..
arch (trivial) fix some warnings 2009-04-06 14:00:53 +00:00
boot the attached patch is the last infrastructure change necessary for 2009-04-03 12:52:43 +00:00
config Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should 2009-04-01 13:43:21 +00:00
console fix warning in vga console code (trivial) 2008-08-01 11:38:23 +00:00
cpu drop unused variables in generic smm handler. (trivial) 2009-04-03 16:33:50 +00:00
devices Add support for romfs to option rom loading. 2009-04-06 16:03:53 +00:00
drivers Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should 2009-04-01 13:43:21 +00:00
include (trivial) fix some warnings 2009-04-06 14:00:53 +00:00
lib fix variable shadowing in lzmadecode.c (trivial) 2009-04-04 13:28:40 +00:00
mainboard Daniel Toussaint wrote: 2009-04-06 13:38:54 +00:00
northbridge Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should 2009-04-01 13:43:21 +00:00
pc80 This patch converts __FUNCTION__ to __func__, since __func__ is standard. 2009-02-12 21:30:06 +00:00
pmc/altimus/mpc7410 Please bear with me - another rename checkin. This qualifies as trivial, no 2008-01-18 10:35:56 +00:00
ram use printk, when possible. (trivial) 2008-08-01 12:12:37 +00:00
sdram fix typo in commend of generic_sdram.c (trivial) 2008-08-01 11:36:40 +00:00
southbridge (trivial) fix some warnings 2009-04-06 14:00:53 +00:00
stream fix this warning: 2009-04-04 22:27:10 +00:00
superio This patch reverts SuperIO changes that I was too hasty with. Even though the 2009-03-13 17:20:59 +00:00