The patch adds "rvp_ddr5" stitch option for ADLN RVP (DDR5).
Also adds "tsn" in get_xml_change_list() to separate tsn
enablement from board stitch.
Verify: ADLN RVP
Signed-off-by: Stanley Chang <stanley.chang@intel.com>
- update FSP version to IoT ADL-P MR5 (0C.01.B0.50)
- update VBT version to 251
- Update platform version to 1.5
Signed-off-by: Vincent Chen <vincent.chen@intel.com>
Adding a dedicated stitching option to create
IFWI images with flash descriptor verification enabled.
and signed accordingly.
Signed-off-by: Pedro Queiros <pedro.queiros@intel.com>
_LP_SUPPORT was disabled as a result, GPIO programming was faulty
from the Linux side. Enable the _LP_SUPPORT to select the proper
ACPI to fix the issue.
Signed-off-by: Biswas Arghya <arghya.biswas@intel.com>
Windows memory test failed with write back cacheable setting for memory
address above maximum usable address.
The fix programs one MTRR register for memory range above max usable address
to override default MTRR register setting after temp ram exit.
Signed-off-by: Kevin Tsai <kevin.tsai@intel.com>
The UPD name of PlatformDebugConsent has been changed to PlatformDebugOption and by default is disabled.
Signed-off-by: Syahirah Sabryna <nur.syahirah.sabryna.mohmad@intel.com>
Sync up FSP UPD value to BIOS v3323_48
This UPD sync fixed DXE assert error when booting Ubuntu on pendrive
Signed-off-by: kokweich <kok.wei.chan@intel.com>
Some FSPm parameters not able to set and DMAR ACPI table was not
populated due to VTD was set as 0. As a result, OS able to detect
the modem but modem connectivity failed.
Signed-off-by: Biswas Arghya <arghya.biswas@intel.com>
This patch adds a new image addendum type 0xBE for LoadedImageTypeMisc.
Misc is used to implementing Android A/B boot by reading Bootloader
Control Block (BCB) in "misc" partition.
Signed-off-by: Jiaqing Zhao <jiaqing.zhao@intel.com>
Issue seen when performing S4/S5 power cycle with rtcwake method and
only occured with UEFI payload
Added few lines to clear RTC alarm and corresponding Pm1Sts only if
wake-up source is RTC SMI
Removed the duplicated RTC header file
TEST: Able to boot with Windows and Ubuntu
Signed-off-by: Kobe <kok.tong.ong@intel.com>
This patch adds a new struct FILE_IMAGE_LOCATION in BOOT_IMAGE to store
the SwPart and FsType of image file. This enables loading extra images
from a partition different than normal image.
Signed-off-by: Jiaqing Zhao <jiaqing.zhao@intel.com>
Added IgdOpRegionDefine 3.0 header file
Removed unsed IgdPlatformInfo in Stage2BoardInit file
TEST: Booted into Ubuntu and Windows
Signed-off-by: Kobe <kok.tong.ong@intel.com>