[coreboot-gerrit] Change in coreboot[master]: mainboard/neoware/g170: disable use of upper memory for SeaBIOS

Lubomir Rintel (Code Review) gerrit at coreboot.org
Sun Mar 19 20:01:48 CET 2017


Lubomir Rintel has uploaded a new change for review. ( https://review.coreboot.org/18905 )

Change subject: mainboard/neoware/g170: disable use of upper memory for SeaBIOS
......................................................................

mainboard/neoware/g170: disable use of upper memory for SeaBIOS

Otherwise the USB init gets unhappy:

  |3df52000| EHCI init on dev 00:10.4 (regs=0xfd010010)
  |3df3d000| WARNING - Timeout at ehci_wait_td:515!
  |3df3d000| ehci pipe=0x3df52880 cur=00000000 tok=00000000 next=3df3ddc0 td=0x3df3ddc0 status=80e80
  |3df3e000| WARNING - Timeout at ehci_wait_td:515!
  |3df3e000| ehci pipe=0x3df52a80 cur=3df3ee00 tok=00000d00 next=3df3edc0 td=0x3df3edc0 status=80e80
  |3df3e000| WARNING - Timeout at ehci_wait_td:515!
  |3df3e000| ehci pipe=0x000ee680 cur=00000000 tok=00000000 next=3df3ecc0 td=0x3df3ecc0 status=1f0c80

Change-Id: I69f1fe38503b0f8d6015b515637d8376726490c0
---
M src/mainboard/neoware/g170/Kconfig
A src/mainboard/neoware/g170/config_seabios
2 files changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/18905/1

diff --git a/src/mainboard/neoware/g170/Kconfig b/src/mainboard/neoware/g170/Kconfig
index fa8bcdc..ec5f885 100644
--- a/src/mainboard/neoware/g170/Kconfig
+++ b/src/mainboard/neoware/g170/Kconfig
@@ -39,4 +39,8 @@
 	int
 	default 10
 
+config PAYLOAD_CONFIGFILE
+	string
+	default "$(top)/src/mainboard/$(MAINBOARDDIR)/config_seabios"
+
 endif # BOARD_NEOWARE_G170
diff --git a/src/mainboard/neoware/g170/config_seabios b/src/mainboard/neoware/g170/config_seabios
new file mode 100644
index 0000000..eca372d
--- /dev/null
+++ b/src/mainboard/neoware/g170/config_seabios
@@ -0,0 +1,3 @@
+#  VT8237R won't DMA between 0xc0000 and 0x100000
+
+# CONFIG_MALLOC_UPPERMEMORY is not set

-- 
To view, visit https://review.coreboot.org/18905
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I69f1fe38503b0f8d6015b515637d8376726490c0
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Lubomir Rintel <lkundrak at v3.sk>



More information about the coreboot-gerrit mailing list