Searched hist:b1ab95c63622e9d9bd0ce685e149034d393afc2e (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | initrd.h | diff b1ab95c63622e9d9bd0ce685e149034d393afc2e Mon Nov 05 16:54:27 CST 2018 Florian Fainelli <f.fainelli@gmail.com> arch: Make phys_initrd_start and phys_initrd_size global variables
Make phys_initrd_start and phys_initrd_size global variables declared in init/do_mounts_initrd.c such that we can later have generic code in drivers/of/fdt.c populate those variables for us.
This requires both the ARM and unicore32 implementations to be properly guarded against CONFIG_BLK_DEV_INITRD, and also initialize the variables to the expected default values (unicore32).
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Mike Rapoport <rppt@linux.ibm.com> Signed-off-by: Rob Herring <robh@kernel.org>
|
/openbmc/linux/init/ |
H A D | do_mounts_initrd.c | diff b1ab95c63622e9d9bd0ce685e149034d393afc2e Mon Nov 05 16:54:27 CST 2018 Florian Fainelli <f.fainelli@gmail.com> arch: Make phys_initrd_start and phys_initrd_size global variables
Make phys_initrd_start and phys_initrd_size global variables declared in init/do_mounts_initrd.c such that we can later have generic code in drivers/of/fdt.c populate those variables for us.
This requires both the ARM and unicore32 implementations to be properly guarded against CONFIG_BLK_DEV_INITRD, and also initialize the variables to the expected default values (unicore32).
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Mike Rapoport <rppt@linux.ibm.com> Signed-off-by: Rob Herring <robh@kernel.org>
|
/openbmc/linux/arch/arm/mm/ |
H A D | init.c | diff b1ab95c63622e9d9bd0ce685e149034d393afc2e Mon Nov 05 16:54:27 CST 2018 Florian Fainelli <f.fainelli@gmail.com> arch: Make phys_initrd_start and phys_initrd_size global variables
Make phys_initrd_start and phys_initrd_size global variables declared in init/do_mounts_initrd.c such that we can later have generic code in drivers/of/fdt.c populate those variables for us.
This requires both the ARM and unicore32 implementations to be properly guarded against CONFIG_BLK_DEV_INITRD, and also initialize the variables to the expected default values (unicore32).
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Mike Rapoport <rppt@linux.ibm.com> Signed-off-by: Rob Herring <robh@kernel.org>
|