mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-21 15:50:58 +00:00
Move udk dxe list to the board (winterfell only)
Signed-off-by: Julien Viard de Galbert <julien.viard-de-galbert@itrenew.com>
This commit is contained in:
parent
f5dfd39ac7
commit
4e32a2c2c8
6
Makefile
6
Makefile
@ -139,13 +139,11 @@ dxe/%.ffs:
|
||||
ifndef USE_UTK
|
||||
$(BUILD)/linuxboot.rom: $(FVS)
|
||||
else
|
||||
$(BUILD)/linuxboot.rom: bin/utk ./dxe/linuxboot.ffs $(BUILD)/Linux.ffs $(BUILD)/Initrd.ffs
|
||||
$(BUILD)/linuxboot.rom: bin/utk $(DXE_FFS)
|
||||
$< \
|
||||
$(ROM) \
|
||||
remove_dxes_except boards/$(BOARD)/image-files.txt \
|
||||
insert_dxe ./dxe/linuxboot.ffs \
|
||||
insert_dxe $(BUILD)/Linux.ffs \
|
||||
insert_dxe $(BUILD)/Initrd.ffs \
|
||||
$(foreach ffs,$(DXE_FFS), insert_dxe $(ffs)) \
|
||||
save $@
|
||||
endif
|
||||
|
||||
|
@ -36,11 +36,14 @@ $(BUILD)/rom/0x00f00000.fv \
|
||||
|
||||
# Replace the DxeCore and SmmCore with our own
|
||||
# and add in the Linux kernel / initrd
|
||||
DXE_FFS := \
|
||||
./dxe/linuxboot.ffs \
|
||||
$(BUILD)/Linux.ffs \
|
||||
$(BUILD)/Initrd.ffs \
|
||||
|
||||
$(BUILD)/dxe.vol: \
|
||||
$(dxe-files) \
|
||||
./dxe/linuxboot.ffs \
|
||||
$(BUILD)/Linux.ffs \
|
||||
$(BUILD)/Initrd.ffs \
|
||||
$(DXE_FFS) \
|
||||
|
||||
#
|
||||
# Compact the NVRAM region. this isn't required, but makes for cleaner images.
|
||||
|
Loading…
Reference in New Issue
Block a user