| /openbmc/u-boot/doc/device-tree-bindings/misc/ |
| H A D | intel,baytrail-fsp.txt | 8 arch/x86/include/asm/arch-baytrail/fsp/fsp_vpd.h, under the same names, and in 14 - fsp,enable-sdio 15 - fsp,enable-sdcard 16 - fsp,enable-hsuart0 17 - fsp,enable-hsuart1 18 - fsp,enable-spi 19 - fsp,enable-sata 20 - fsp,enable-azalia 21 - fsp,enable-xhci 22 - fsp,enable-dma0 [all …]
|
| /openbmc/u-boot/arch/x86/dts/ |
| H A D | dfi-bt700.dtsi | 7 #include <asm/arch-baytrail/fsp/fsp_configs.h> 259 fsp { 260 compatible = "intel,baytrail-fsp"; 261 fsp,mrc-init-tseg-size = <MRC_INIT_TSEG_SIZE_1MB>; 262 fsp,mrc-init-mmio-size = <MRC_INIT_MMIO_SIZE_2048MB>; 263 fsp,mrc-init-spd-addr1 = <0xa0>; 264 fsp,mrc-init-spd-addr2 = <0xa2>; 265 fsp,emmc-boot-mode = <EMMC_BOOT_MODE_AUTO>; 266 fsp,enable-sdio; 267 fsp,enable-sdcard; [all …]
|
| H A D | cherryhill.dts | 8 #include <asm/arch-braswell/fsp/fsp_configs.h> 161 fsp { 162 compatible = "intel,braswell-fsp"; 163 fsp,memory-upd { 164 compatible = "intel,braswell-fsp-memory"; 165 fsp,mrc-init-tseg-size = <MRC_INIT_TSEG_SIZE_4MB>; 166 fsp,mrc-init-mmio-size = <MRC_INIT_MMIO_SIZE_2048MB>; 167 fsp,mrc-init-spd-addr1 = <0xa0>; 168 fsp,mrc-init-spd-addr2 = <0xa2>; 169 fsp,igd-dvmt50-pre-alloc = <IGD_DVMT50_PRE_ALLOC_32MB>; [all …]
|
| H A D | minnowmax.dts | 8 #include <asm/arch-baytrail/fsp/fsp_configs.h> 261 fsp { 262 compatible = "intel,baytrail-fsp"; 263 fsp,mrc-init-tseg-size = <MRC_INIT_TSEG_SIZE_1MB>; 264 fsp,mrc-init-mmio-size = <MRC_INIT_MMIO_SIZE_2048MB>; 265 fsp,mrc-init-spd-addr1 = <0xa0>; 266 fsp,mrc-init-spd-addr2 = <0xa2>; 267 fsp,emmc-boot-mode = <EMMC_BOOT_MODE_AUTO>; 268 fsp,enable-sdio; 269 fsp,enable-sdcard; [all …]
|
| H A D | conga-qeval20-qa3-e3845.dts | 9 #include <asm/arch-baytrail/fsp/fsp_configs.h> 248 fsp { 249 compatible = "intel,baytrail-fsp"; 250 fsp,mrc-init-tseg-size = <MRC_INIT_TSEG_SIZE_1MB>; 251 fsp,mrc-init-mmio-size = <MRC_INIT_MMIO_SIZE_2048MB>; 252 fsp,mrc-init-spd-addr1 = <0xa0>; 253 fsp,mrc-init-spd-addr2 = <0xa2>; 254 fsp,emmc-boot-mode = <EMMC_BOOT_MODE_AUTO>; 255 fsp,enable-sdio; 256 fsp,enable-sdcard; [all …]
|
| H A D | bayleybay.dts | 8 #include <asm/arch-baytrail/fsp/fsp_configs.h> 237 fsp { 238 compatible = "intel,baytrail-fsp"; 239 fsp,mrc-init-tseg-size = <MRC_INIT_TSEG_SIZE_1MB>; 240 fsp,mrc-init-mmio-size = <MRC_INIT_MMIO_SIZE_2048MB>; 241 fsp,mrc-init-spd-addr1 = <0xa0>; 242 fsp,mrc-init-spd-addr2 = <0xa2>; 243 fsp,emmc-boot-mode = <EMMC_BOOT_MODE_AUTO>; 244 fsp,enable-sdio; 245 fsp,enable-sdcard; [all …]
|
| H A D | baytrail_som-db5800-som-6867.dts | 9 #include <asm/arch-baytrail/fsp/fsp_configs.h> 261 fsp { 262 compatible = "intel,baytrail-fsp"; 263 fsp,mrc-init-tseg-size = <MRC_INIT_TSEG_SIZE_1MB>; 264 fsp,mrc-init-mmio-size = <MRC_INIT_MMIO_SIZE_2048MB>; 265 fsp,mrc-init-spd-addr1 = <0xa0>; 266 fsp,mrc-init-spd-addr2 = <0xa2>; 267 fsp,enable-spi; 268 fsp,enable-sata; 269 fsp,sata-mode = <SATA_MODE_AHCI>; [all …]
|
| H A D | cougarcanyon2.dts | 84 fsp { 85 compatible = "intel,ivybridge-fsp"; 86 fsp,enable-ht;
|
| H A D | u-boot.dtsi | 52 intel-fsp {
|
| /openbmc/u-boot/arch/x86/lib/fsp/ |
| H A D | fsp_support.c | 44 volatile register u8 *fsp asm("eax"); in find_fsp_header() 47 fsp = (u8 *)CONFIG_FSP_ADDR; in find_fsp_header() 50 if (((struct fv_header *)fsp)->sign == EFI_FVH_SIGNATURE) { in find_fsp_header() 52 fsp += ((struct fv_header *)fsp)->ext_hdr_off; in find_fsp_header() 53 fsp += ((struct fv_ext_header *)fsp)->ext_hdr_size; in find_fsp_header() 54 fsp = (u8 *)(((u32)fsp + 7) & 0xFFFFFFF8); in find_fsp_header() 56 fsp = 0; in find_fsp_header() 60 if (fsp && in find_fsp_header() 61 ((struct ffs_file_header *)fsp)->name.data1 == FSP_GUID_DATA1 && in find_fsp_header() 62 ((struct ffs_file_header *)fsp)->name.data2 == FSP_GUID_DATA2 && in find_fsp_header() [all …]
|
| /openbmc/u-boot/tools/binman/test/ |
| H A D | 042_intel-fsp.dts | 10 intel-fsp { 11 filename = "fsp.bin";
|
| /openbmc/u-boot/cmd/x86/ |
| H A D | Makefile | 4 obj-$(CONFIG_HAVE_FSP) += fsp.o
|
| H A D | fsp.c | 147 fsp, 2, 1, do_fsp,
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | pel_types.hpp | 56 fsp = 'E', enumerator
|
| /openbmc/u-boot/arch/x86/lib/ |
| H A D | Makefile | 45 obj-$(CONFIG_HAVE_FSP) += fsp/
|
| /openbmc/u-boot/doc/ |
| H A D | README.x86 | 206 Rename the first one to fsp.bin and second one to cmc.bin and put them in the 232 time of writing) in the board directory and rename it to fsp.bin. 256 it to fsp.bin. 298 69f65b9a580246291d20d08cbef9d7c5 board/intel/minnowmax/fsp.bin 313 7c0000 fsp.bin CONFIG_FSP_ADDR 314 7f8000 <spare> (depends on size of fsp.bin) 328 put the .fd file to the board directory and rename it to fsp.bin. 559 fsp - Display information about Intel Firmware Support Package (FSP). 1174 [5] http://www.intel.com/fsp
|
| /openbmc/u-boot/arch/x86/ |
| H A D | Kconfig | 355 default "fsp.bin" 416 please check FSP output HOB via U-Boot command 'fsp hob' to see 417 if there is FSP_NON_VOLATILE_STORAGE_HOB_GUID (asm/fsp/fsp_hob.h).
|
| /openbmc/u-boot/tools/binman/ |
| H A D | README.entries | 178 Entry: intel-fsp: Entry containing an Intel Firmware Support Package (FSP) file
|
| /openbmc/ |
| D | opengrok1.0.log | 2820 2026-02-02 03:01:11.699-0600 FINEST t474 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/fsp/fsp_bootmode.h' (1,294) at 20210308005002880 4930 2026-02-02 03:01:11.825-0600 FINEST t474 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/fsp/fsp_hob.h' (3,404) at 20210308005002880 [all...] |
| D | opengrok2.0.log | 2789 2026-02-01 03:01:07.956-0600 FINEST t456 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/fsp/fsp_bootmode.h' (1,294) at 20210308005002880 4899 2026-02-01 03:01:08.073-0600 FINEST t456 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/fsp/fsp_hob.h' (3,404) at 20210308005002880 [all...] |