Searched hist:"5 d73292cf84db1e8f7d99dd27100ef2e8ac15c4e" (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | bootparam.h | diff 5d73292cf84db1e8f7d99dd27100ef2e8ac15c4e Mon Mar 26 20:06:54 CDT 2018 Ivan Gorinov <ivan.gorinov@intel.com> x86: zImage: Pass working device tree data to the kernel
On x86 platforms, U-Boot does not pass Device Tree data to the kernel. This prevents the kernel from using FDT loaded by U-Boot.
Read the working FDT address from the "fdtaddr" environment variable and add a copy of the FDT data to the kernel setup_data list.
Signed-off-by: Ivan Gorinov <ivan.gorinov@intel.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> [bmeng: add #include <linux/libfdt.h> to zimage.c to fix build error] Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | zimage.c | diff 5d73292cf84db1e8f7d99dd27100ef2e8ac15c4e Mon Mar 26 20:06:54 CDT 2018 Ivan Gorinov <ivan.gorinov@intel.com> x86: zImage: Pass working device tree data to the kernel
On x86 platforms, U-Boot does not pass Device Tree data to the kernel. This prevents the kernel from using FDT loaded by U-Boot.
Read the working FDT address from the "fdtaddr" environment variable and add a copy of the FDT data to the kernel setup_data list.
Signed-off-by: Ivan Gorinov <ivan.gorinov@intel.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> [bmeng: add #include <linux/libfdt.h> to zimage.c to fix build error] Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
|