Searched hist:c2d0b470 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | x86-stub.c | c2d0b470 Mon Feb 10 10:02:36 CST 2020 Ard Biesheuvel <ardb@kernel.org> efi/libstub/x86: Incorporate eboot.c into libstub
Most of the EFI stub source files of all architectures reside under drivers/firmware/efi/libstub, where they share a Makefile with special CFLAGS and an include file with declarations that are only relevant for stub code.
Currently, we carry a lot of stub specific stuff in linux/efi.h only because eboot.c in arch/x86 needs them as well. So let's move eboot.c into libstub/, and move the contents of eboot.h that we still care about into efistub.h
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|
H A D | efistub.h | c2d0b470 Mon Feb 10 10:02:36 CST 2020 Ard Biesheuvel <ardb@kernel.org> efi/libstub/x86: Incorporate eboot.c into libstub
Most of the EFI stub source files of all architectures reside under drivers/firmware/efi/libstub, where they share a Makefile with special CFLAGS and an include file with declarations that are only relevant for stub code.
Currently, we carry a lot of stub specific stuff in linux/efi.h only because eboot.c in arch/x86 needs them as well. So let's move eboot.c into libstub/, and move the contents of eboot.h that we still care about into efistub.h
Signed-off-by: Ard Biesheuvel <ardb@kernel.org> c2d0b470 Mon Feb 10 10:02:36 CST 2020 Ard Biesheuvel <ardb@kernel.org> efi/libstub/x86: Incorporate eboot.c into libstub Most of the EFI stub source files of all architectures reside under drivers/firmware/efi/libstub, where they share a Makefile with special CFLAGS and an include file with declarations that are only relevant for stub code. Currently, we carry a lot of stub specific stuff in linux/efi.h only because eboot.c in arch/x86 needs them as well. So let's move eboot.c into libstub/, and move the contents of eboot.h that we still care about into efistub.h Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|
H A D | Makefile | c2d0b470 Mon Feb 10 10:02:36 CST 2020 Ard Biesheuvel <ardb@kernel.org> efi/libstub/x86: Incorporate eboot.c into libstub
Most of the EFI stub source files of all architectures reside under drivers/firmware/efi/libstub, where they share a Makefile with special CFLAGS and an include file with declarations that are only relevant for stub code.
Currently, we carry a lot of stub specific stuff in linux/efi.h only because eboot.c in arch/x86 needs them as well. So let's move eboot.c into libstub/, and move the contents of eboot.h that we still care about into efistub.h
Signed-off-by: Ard Biesheuvel <ardb@kernel.org> c2d0b470 Mon Feb 10 10:02:36 CST 2020 Ard Biesheuvel <ardb@kernel.org> efi/libstub/x86: Incorporate eboot.c into libstub Most of the EFI stub source files of all architectures reside under drivers/firmware/efi/libstub, where they share a Makefile with special CFLAGS and an include file with declarations that are only relevant for stub code. Currently, we carry a lot of stub specific stuff in linux/efi.h only because eboot.c in arch/x86 needs them as well. So let's move eboot.c into libstub/, and move the contents of eboot.h that we still care about into efistub.h Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | Makefile | c2d0b470 Mon Feb 10 10:02:36 CST 2020 Ard Biesheuvel <ardb@kernel.org> efi/libstub/x86: Incorporate eboot.c into libstub
Most of the EFI stub source files of all architectures reside under drivers/firmware/efi/libstub, where they share a Makefile with special CFLAGS and an include file with declarations that are only relevant for stub code.
Currently, we carry a lot of stub specific stuff in linux/efi.h only because eboot.c in arch/x86 needs them as well. So let's move eboot.c into libstub/, and move the contents of eboot.h that we still care about into efistub.h
Signed-off-by: Ard Biesheuvel <ardb@kernel.org> c2d0b470 Mon Feb 10 10:02:36 CST 2020 Ard Biesheuvel <ardb@kernel.org> efi/libstub/x86: Incorporate eboot.c into libstub Most of the EFI stub source files of all architectures reside under drivers/firmware/efi/libstub, where they share a Makefile with special CFLAGS and an include file with declarations that are only relevant for stub code. Currently, we carry a lot of stub specific stuff in linux/efi.h only because eboot.c in arch/x86 needs them as well. So let's move eboot.c into libstub/, and move the contents of eboot.h that we still care about into efistub.h Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|