Refactor option rom initialization code in coreboot.
authorStefan Reinauer <reinauer@chromium.org>
Wed, 12 Oct 2011 21:25:07 +0000 (14:25 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 13 Oct 2011 18:00:37 +0000 (20:00 +0200)
commit216fa4633a583fcc278186e1f927f32332d1e5c5
tree505828f2e861068aece46728aea941d562e48771
parent491e2a29b9b29565f4023ac7ce32dbb5c284cb6e
Refactor option rom initialization code in coreboot.

- move int15 handler out of the generic code into the mainboard directories
  of those mainboards that actually use it.
- move vbe headers to vbe.h
- move function prototypes used in native oprom code to x86.h

Change-Id: Idfff5e804ea328f7b5feebac72497c97329320ee
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/255
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marcj303@gmail.com>
src/devices/oprom/include/vbe.h [new file with mode: 0644]
src/devices/oprom/x86.c
src/devices/oprom/x86.h [new file with mode: 0644]
src/devices/oprom/x86_interrupts.c
src/devices/oprom/yabel/vbe.c
src/mainboard/kontron/986lcd-m/mainboard.c
src/mainboard/roda/rk886ex/mainboard.c