public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/2] arm: mvebu: x240: Disable SMBIOS
@ 2023-10-03  3:57 Chris Packham
  2023-10-03  3:57 ` [PATCH 2/2] Revert "arm: mvebu: x240: Use i2c-gpio instead of built in controller" Chris Packham
  2023-10-05  7:54 ` [PATCH 1/2] arm: mvebu: x240: Disable SMBIOS Stefan Roese
  0 siblings, 2 replies; 6+ messages in thread
From: Chris Packham @ 2023-10-03  3:57 UTC (permalink / raw)
  To: u-boot; +Cc: Chris Packham, Chris Packham, Stefan Roese, Tom Rini

The x240 doesn't make use of EFI or SMBIOS. Recently we started seeing
boot failures such as

    WARNING: SMBIOS table_address overflow 23f60c020
    Failed to write SMBIOS table
    initcall failed at event 10/(unknown) (err=-22)
    ### ERROR ### Please RESET the board ###

The error is because the physical address of the RAM on the AC5X SoC is
above the 32GiB boundary. As we don't need SMBIOS or EFI this can be
safely disabled.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

 configs/x240_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/x240_defconfig b/configs/x240_defconfig
index 7d2b8603e6f4..0d5a19df25aa 100644
--- a/configs/x240_defconfig
+++ b/configs/x240_defconfig
@@ -84,3 +84,4 @@ CONFIG_USB_ETHER_MCS7830=y
 CONFIG_USB_ETHER_RTL8152=y
 CONFIG_USB_ETHER_SMSC95XX=y
 # CONFIG_FAT_WRITE is not set
+# CONFIG_SMBIOS is not set
-- 
2.42.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-10-16 14:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-03  3:57 [PATCH 1/2] arm: mvebu: x240: Disable SMBIOS Chris Packham
2023-10-03  3:57 ` [PATCH 2/2] Revert "arm: mvebu: x240: Use i2c-gpio instead of built in controller" Chris Packham
2023-10-05  7:54   ` Stefan Roese
2023-10-16 14:43     ` Stefan Roese
2023-10-05  7:54 ` [PATCH 1/2] arm: mvebu: x240: Disable SMBIOS Stefan Roese
2023-10-16 14:43   ` Stefan Roese

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox