Home
last modified time | relevance | path

Searched hist:f4f75ad5741fe0331bbe1f5c42b906cda299f26b (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/firmware/efi/libstub/
H A Dfdt.cf4f75ad5741fe0331bbe1f5c42b906cda299f26b 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 Defi-stub-helper.cf4f75ad5741fe0331bbe1f5c42b906cda299f26b 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 Defistub.hf4f75ad5741fe0331bbe1f5c42b906cda299f26b 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 DMakefilef4f75ad5741fe0331bbe1f5c42b906cda299f26b 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 DMakefilediff 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 DKconfigdiff 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 DMakefilediff 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 DMakefilediff 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 DMakefilediff 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 DKconfigdiff 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>