This patch implements MBI (modular bios interface) support to the i830 chipset.
authorStefan Reinauer <stepan@coresystems.de>
Mon, 1 Mar 2010 08:34:19 +0000 (08:34 +0000)
committerStefan Reinauer <stepan@openbios.org>
Mon, 1 Mar 2010 08:34:19 +0000 (08:34 +0000)
commit800379f7aa07ca54898faa2c51e6f41ea5b228df
tree0f01be5464706eb68d9490df0463a3d9d25e2574
parent75bf053fd65bd962fe7a144eb4956f47d9e43d35
This patch implements MBI (modular bios interface) support to the i830 chipset.
This is needed on the IP1000T to get VGA output. The VGA option rom will ask
through an SMI for hardware specifics (in form of a VBT, video bios table)
which the SMI handler copies into the VGA option rom.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5177 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
33 files changed:
src/Kconfig
src/arch/i386/Makefile.inc
src/devices/Kconfig
src/include/cbfs.h
src/lib/Makefile.inc
src/lib/cbfs.c
src/mainboard/rca/rm4100/Kconfig
src/mainboard/rca/rm4100/Makefile.inc
src/mainboard/rca/rm4100/devicetree.cb
src/mainboard/rca/rm4100/mainboard.c
src/mainboard/rca/rm4100/mainboard_smi.c [new file with mode: 0644]
src/mainboard/rca/rm4100/romstage.c
src/mainboard/thomson/ip1000/Kconfig
src/mainboard/thomson/ip1000/Makefile.inc
src/mainboard/thomson/ip1000/devicetree.cb
src/mainboard/thomson/ip1000/mainboard.c
src/mainboard/thomson/ip1000/mainboard_smi.c [new file with mode: 0644]
src/mainboard/thomson/ip1000/romstage.c
src/northbridge/intel/i82830/Makefile.inc
src/northbridge/intel/i82830/i82830_smihandler.c [new file with mode: 0644]
src/northbridge/intel/i82830/northbridge.c
src/northbridge/intel/i82830/raminit.c
src/northbridge/intel/i82830/vga.c
src/southbridge/intel/i82801dx/Kconfig
src/southbridge/intel/i82801dx/Makefile.inc
src/southbridge/intel/i82801dx/i82801dx_ac97.c
src/southbridge/intel/i82801dx/i82801dx_nvs.h [new file with mode: 0644]
src/southbridge/intel/i82801dx/i82801dx_smi.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/i82801dx_smihandler.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/i82801dx_tco_timer.c [new file with mode: 0644]
util/cbfstool/cbfs.h
util/cbfstool/common.c
util/x86emu/yabel/vbe.c