Skip to content

Commit 4e99075

Browse files
committed
x86_fsp: remove unused configuration
1 parent ac1465e commit 4e99075

File tree

4 files changed

+5
-136
lines changed

4 files changed

+5
-136
lines changed

config/examples/x86_fsp_qemu.config

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ WOLFTPM=0
1616
#WOLFBOOT_TPM_POLICY_NV_INDEX?=0x01800201
1717

1818
# 4gb - 8mb
19-
WOLFBOOT_PARTITION_BOOT_ADDRESS=0xff800000
20-
WOLFBOOT_PARTITION_SWAP_ADDRESS=0x0
21-
WOLFBOOT_PARTITION_UPDATE_ADDRESS=0x0
2219
WOLFBOOT_LOAD_BASE=0x2000000
2320
WOLFBOOT_LOAD_ADDRESS=0x1000000
2421

@@ -30,13 +27,15 @@ FSP_M_BASE=0xffe30000
3027
FSP_S_BASE=0xffed6000
3128
FSP_T_BASE=0xfffe0000
3229
FSP_S_LOAD_BASE=0x0FED5F00
33-
WOLFBOOT_ORIGIN=0xfffa0000
34-
LINUX_PAYLOAD=1
30+
WOLFBOOT_ORIGIN=0xfff80000
3531

36-
BOOTLOADER_PARTITION_SIZE=0xa0000
32+
BOOTLOADER_PARTITION_SIZE=0xe0000
3733
BIOS_REGION_SIZE=0x800000
3834
MACHINE_OBJ=src/x86/qemu_fsp.o
3935
FSP_T_BIN=./src/x86/fsp_t.bin
4036
FSP_M_BIN=./src/x86/fsp_m.bin
4137
FSP_S_BIN=./src/x86/fsp_s.bin
4238
STAGE1_AUTH=1
39+
64BIT=1
40+
ELF=1
41+
MULTIBOOT2=1

config/examples/x86_fsp_qemu_stage1_auth.config

Lines changed: 0 additions & 42 deletions
This file was deleted.

config/examples/x86_fsp_qemu_tpm.config

Lines changed: 0 additions & 48 deletions
This file was deleted.

config/examples/x86_fsp_qemu_tpm_keystore.config

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)