Commit Graph

5 Commits

Author SHA1 Message Date
Kobe 259908c8de fix: [MTL] Fixed RTC wake issue
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>
2023-09-19 17:31:13 -07:00
koktong-ong 2d18ee3a46
fix: [MTL] Add IgdOpRegionDefine 3.0 header (#2017)
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>
2023-09-05 18:17:28 -04:00
Kobe 8b0ca47ad0 fix: [MTL] Add Igd BtG and Top Swap platform lib
Added platform lib for Boot Guardm IgdOpRegion and Top Swap

Reason:
1. Top Swap platform library require specific register (PID_RTC_HOST)
2. IgdOpRegion platform library with Intel Integrated Graphics Device
OpRegion Specification based on version 3.0 is mandatory
3. Boot Guard platform library is requested from Security team

Signed-off-by: Kobe <kok.tong.ong@intel.com>
2023-08-29 12:16:57 -07:00
Sean McGinn 6e47ec2ade Resiliency support on MTL-P
Add support for resiliency on MTL-P
Increase the TCO timeout for all platforms to accomodate MTL-P
Clear 1st TCO timeout status bit along with 2nd TCO timeout status bit
Clear TCO timeout before changing it

Signed-off-by: Sean McGinn <sean.mcginn@intel.com>
2023-08-16 12:00:11 -07:00
Kobe 61762dc30d feat: [MTL] Initial commit to open source
SBL MTL initial commit to open source includes
Platform and Silicon package

Signed-off-by: Kobe <kok.tong.ong@intel.com>
2023-08-09 18:08:34 -07:00