]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mvebu: AC5/AC5X: Disable SMBIOS
authorChris Packham <judge.packham@gmail.com>
Fri, 13 Oct 2023 03:00:11 +0000 (16:00 +1300)
committerStefan Roese <sr@denx.de>
Mon, 16 Oct 2023 12:00:45 +0000 (14:00 +0200)
commitd2387c6227715eee8fd07466ed4eeffdcc9f86d2
tree02ebaccfb984c859638a9bba6b72056abd1d322d
parentebf1de9372fa84dbc5805776cbd7ea2add703255
arm: mvebu: AC5/AC5X: Disable SMBIOS

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

    WARNING: SMBIOS table_address overflow 27f60f020
    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/mvebu_ac5_rd_defconfig