mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
x86: coreboot: Convert to use DM coreboot video driver
This converts coreboot to use DM framebuffer driver. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@ -8,8 +8,4 @@ config CBMEM_CONSOLE
|
||||
bool
|
||||
default y
|
||||
|
||||
config VIDEO_COREBOOT
|
||||
bool
|
||||
default y
|
||||
|
||||
endif
|
||||
|
@ -14,6 +14,7 @@
|
||||
/include/ "serial.dtsi"
|
||||
/include/ "rtc.dtsi"
|
||||
/include/ "tsc_timer.dtsi"
|
||||
/include/ "coreboot_fb.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Intel Bayley Bay";
|
||||
|
@ -4,6 +4,7 @@
|
||||
/include/ "serial.dtsi"
|
||||
/include/ "rtc.dtsi"
|
||||
/include/ "tsc_timer.dtsi"
|
||||
/include/ "coreboot_fb.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Advantech SOM-6896";
|
||||
|
@ -7,6 +7,7 @@
|
||||
/include/ "serial.dtsi"
|
||||
/include/ "rtc.dtsi"
|
||||
/include/ "tsc_timer.dtsi"
|
||||
/include/ "coreboot_fb.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Google Link";
|
||||
|
@ -7,6 +7,7 @@
|
||||
/include/ "serial.dtsi"
|
||||
/include/ "rtc.dtsi"
|
||||
/include/ "tsc_timer.dtsi"
|
||||
/include/ "coreboot_fb.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Google Samus";
|
||||
|
@ -4,6 +4,7 @@
|
||||
/include/ "serial.dtsi"
|
||||
/include/ "rtc.dtsi"
|
||||
/include/ "tsc_timer.dtsi"
|
||||
/include/ "coreboot_fb.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Google Panther";
|
||||
|
5
arch/x86/dts/coreboot_fb.dtsi
Normal file
5
arch/x86/dts/coreboot_fb.dtsi
Normal file
@ -0,0 +1,5 @@
|
||||
/ {
|
||||
coreboot-fb {
|
||||
compatible = "coreboot-fb";
|
||||
};
|
||||
};
|
@ -13,6 +13,7 @@
|
||||
/include/ "serial.dtsi"
|
||||
/include/ "rtc.dtsi"
|
||||
/include/ "tsc_timer.dtsi"
|
||||
/include/ "coreboot_fb.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Intel Minnowboard Max";
|
||||
|
Reference in New Issue
Block a user