]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mvebu: x240: Disable SMBIOS
authorChris Packham <judge.packham@gmail.com>
Tue, 3 Oct 2023 03:57:38 +0000 (16:57 +1300)
committerStefan Roese <sr@denx.de>
Mon, 16 Oct 2023 12:00:45 +0000 (14:00 +0200)
commit5779da53136766b1718fc84ffa07af439f9fe82d
tree39397992a80783c4962761185163f05b90513f47
parent19acf771c69c71f8ce566158bad927115934e33a
arm: mvebu: x240: Disable SMBIOS

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>
Reviewed-by: Stefan Roese <sr@denx.de>
configs/x240_defconfig