| .. | .. |
|---|
| 144 | 144 | The SPL code will be relocated to a high memory if you say no here. |
|---|
| 145 | 145 | Only ARM64 and PowerPC SPL support relocate now. |
|---|
| 146 | 146 | |
|---|
| 147 | +config SPL_BOOT_IMAGE |
|---|
| 148 | + bool "SPL boot image load support" |
|---|
| 149 | + default n |
|---|
| 150 | + help |
|---|
| 151 | + This enable SPL boot image load support |
|---|
| 152 | + |
|---|
| 153 | +config SPL_BOOT_IMAGE_BUF |
|---|
| 154 | + hex "SPL boot image memory buffer" |
|---|
| 155 | + depends on SPL_BOOT_IMAGE |
|---|
| 156 | + default 0x10000000 |
|---|
| 157 | + |
|---|
| 147 | 158 | config SPL_RELOC_TEXT_BASE |
|---|
| 148 | 159 | hex "Address the SPL relocate to" |
|---|
| 149 | 160 | depends on !SPL_SKIP_RELOCATE |
|---|
| .. | .. |
|---|
| 598 | 609 | boot. This enables the drivers in drivers/pch as part of an SPL |
|---|
| 599 | 610 | build. |
|---|
| 600 | 611 | |
|---|
| 612 | +config SPL_PCIE_EP_SUPPORT |
|---|
| 613 | + bool "Support loading from PCIE EP" |
|---|
| 614 | + help |
|---|
| 615 | + Enable support for PCIE EP driver in SPL. The RC will download the |
|---|
| 616 | + image as a RAM partition for firmware. |
|---|
| 617 | + |
|---|
| 601 | 618 | config SPL_POST_MEM_SUPPORT |
|---|
| 602 | 619 | bool "Support POST drivers" |
|---|
| 603 | 620 | help |
|---|
| .. | .. |
|---|
| 900 | 917 | help |
|---|
| 901 | 918 | Enable boot kernel in SPL. |
|---|
| 902 | 919 | |
|---|
| 920 | +config SPL_KERNEL_BOOT_PREBUILT |
|---|
| 921 | + bool "Enable boot kernel in SPL with prebuilt program" |
|---|
| 922 | + depends on SPL_KERNEL_BOOT |
|---|
| 923 | + default y |
|---|
| 924 | + help |
|---|
| 925 | + Enable boot kernel in SPL with prebuilt program. |
|---|
| 926 | + |
|---|
| 903 | 927 | config SPL_KERNEL_BOOT_SECTOR |
|---|
| 904 | 928 | hex "Sector address to load kernel in SPL" |
|---|
| 905 | 929 | depends on SPL_KERNEL_BOOT |
|---|