summaryrefslogtreecommitdiff
path: root/drivers/ddr/imx/phy/ddrphy_train.c
diff options
context:
space:
mode:
authorRaymond Mao <raymond.mao@linaro.org>2024-12-06 14:54:25 -0800
committerTom Rini <trini@konsulko.com>2025-01-14 14:29:29 -0600
commit86898a98fdd5f528f5f71a66902fbe95de5927e6 (patch)
tree92217269b1fc30adfbb70c53fa15406e064dc1fb /drivers/ddr/imx/phy/ddrphy_train.c
parentc0e1775a867c3acc0b841468fb95f5433a62f527 (diff)
armv8: Add generic smbios information into the device tree
Add common smbios information that can be used by all armv8 platforms and set it as default for qemu-arm64. >From now smbios library can load values from here for those fields doesn't exist in the sysinfo driver. To run this with QEMU arm64, we need to dump the generated DTB from QEMU first, merge it with the one we build and then re-run QEMU with the merged DTB. ``` qemu-system-aarch64 -machine virt -machine dumpdtb=qemu.dtb cat <(dtc -I dtb qemu.dtb) <(dtc -I dtb ./dts/dt.dtb | \ grep -v /dts-v1/) | dtc - -o merged.dtb qemu-system-aarch64 -machine virt -nographic -bios u-boot.bin \ -dtb merged.dtb ``` For details please take reference on dt_qemu.rst Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
Diffstat (limited to 'drivers/ddr/imx/phy/ddrphy_train.c')
0 files changed, 0 insertions, 0 deletions