/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | fdt.c | f4f75ad5741fe0331bbe1f5c42b906cda299f26b Wed Jul 02 07:54:43 CDT 2014 Ard Biesheuvel <ard.biesheuvel@linaro.org> efi: efistub: Convert into static library
This patch changes both x86 and arm64 efistub implementations from #including shared .c files under drivers/firmware/efi to building shared code as a static library.
The x86 code uses a stub built into the boot executable which uncompresses the kernel at boot time. In this case, the library is linked into the decompressor.
In the arm64 case, the stub is part of the kernel proper so the library is linked into the kernel proper as well.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
|
H A D | efi-stub-helper.c | f4f75ad5741fe0331bbe1f5c42b906cda299f26b Wed Jul 02 07:54:43 CDT 2014 Ard Biesheuvel <ard.biesheuvel@linaro.org> efi: efistub: Convert into static library
This patch changes both x86 and arm64 efistub implementations from #including shared .c files under drivers/firmware/efi to building shared code as a static library.
The x86 code uses a stub built into the boot executable which uncompresses the kernel at boot time. In this case, the library is linked into the decompressor.
In the arm64 case, the stub is part of the kernel proper so the library is linked into the kernel proper as well.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
|
H A D | efistub.h | f4f75ad5741fe0331bbe1f5c42b906cda299f26b Wed Jul 02 07:54:43 CDT 2014 Ard Biesheuvel <ard.biesheuvel@linaro.org> efi: efistub: Convert into static library
This patch changes both x86 and arm64 efistub implementations from #including shared .c files under drivers/firmware/efi to building shared code as a static library.
The x86 code uses a stub built into the boot executable which uncompresses the kernel at boot time. In this case, the library is linked into the decompressor.
In the arm64 case, the stub is part of the kernel proper so the library is linked into the kernel proper as well.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
|
H A D | Makefile | f4f75ad5741fe0331bbe1f5c42b906cda299f26b Wed Jul 02 07:54:43 CDT 2014 Ard Biesheuvel <ard.biesheuvel@linaro.org> efi: efistub: Convert into static library
This patch changes both x86 and arm64 efistub implementations from #including shared .c files under drivers/firmware/efi to building shared code as a static library.
The x86 code uses a stub built into the boot executable which uncompresses the kernel at boot time. In this case, the library is linked into the decompressor.
In the arm64 case, the stub is part of the kernel proper so the library is linked into the kernel proper as well.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | Makefile | diff f4f75ad5741fe0331bbe1f5c42b906cda299f26b Wed Jul 02 07:54:43 CDT 2014 Ard Biesheuvel <ard.biesheuvel@linaro.org> efi: efistub: Convert into static library
This patch changes both x86 and arm64 efistub implementations from #including shared .c files under drivers/firmware/efi to building shared code as a static library.
The x86 code uses a stub built into the boot executable which uncompresses the kernel at boot time. In this case, the library is linked into the decompressor.
In the arm64 case, the stub is part of the kernel proper so the library is linked into the kernel proper as well.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
|
H A D | Kconfig | diff f4f75ad5741fe0331bbe1f5c42b906cda299f26b Wed Jul 02 07:54:43 CDT 2014 Ard Biesheuvel <ard.biesheuvel@linaro.org> efi: efistub: Convert into static library
This patch changes both x86 and arm64 efistub implementations from #including shared .c files under drivers/firmware/efi to building shared code as a static library.
The x86 code uses a stub built into the boot executable which uncompresses the kernel at boot time. In this case, the library is linked into the decompressor.
In the arm64 case, the stub is part of the kernel proper so the library is linked into the kernel proper as well.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | Makefile | diff f4f75ad5741fe0331bbe1f5c42b906cda299f26b Wed Jul 02 07:54:43 CDT 2014 Ard Biesheuvel <ard.biesheuvel@linaro.org> efi: efistub: Convert into static library
This patch changes both x86 and arm64 efistub implementations from #including shared .c files under drivers/firmware/efi to building shared code as a static library.
The x86 code uses a stub built into the boot executable which uncompresses the kernel at boot time. In this case, the library is linked into the decompressor.
In the arm64 case, the stub is part of the kernel proper so the library is linked into the kernel proper as well.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | Makefile | diff f4f75ad5741fe0331bbe1f5c42b906cda299f26b Wed Jul 02 07:54:43 CDT 2014 Ard Biesheuvel <ard.biesheuvel@linaro.org> efi: efistub: Convert into static library
This patch changes both x86 and arm64 efistub implementations from #including shared .c files under drivers/firmware/efi to building shared code as a static library.
The x86 code uses a stub built into the boot executable which uncompresses the kernel at boot time. In this case, the library is linked into the decompressor.
In the arm64 case, the stub is part of the kernel proper so the library is linked into the kernel proper as well.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
|
/openbmc/linux/arch/arm64/ |
H A D | Makefile | diff f4f75ad5741fe0331bbe1f5c42b906cda299f26b Wed Jul 02 07:54:43 CDT 2014 Ard Biesheuvel <ard.biesheuvel@linaro.org> efi: efistub: Convert into static library
This patch changes both x86 and arm64 efistub implementations from #including shared .c files under drivers/firmware/efi to building shared code as a static library.
The x86 code uses a stub built into the boot executable which uncompresses the kernel at boot time. In this case, the library is linked into the decompressor.
In the arm64 case, the stub is part of the kernel proper so the library is linked into the kernel proper as well.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
|
H A D | Kconfig | diff f4f75ad5741fe0331bbe1f5c42b906cda299f26b Wed Jul 02 07:54:43 CDT 2014 Ard Biesheuvel <ard.biesheuvel@linaro.org> efi: efistub: Convert into static library
This patch changes both x86 and arm64 efistub implementations from #including shared .c files under drivers/firmware/efi to building shared code as a static library.
The x86 code uses a stub built into the boot executable which uncompresses the kernel at boot time. In this case, the library is linked into the decompressor.
In the arm64 case, the stub is part of the kernel proper so the library is linked into the kernel proper as well.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
|