]> git.proxmox.com Git - mirror_edk2.git/commit
PcAtChipsetPkg/PcRtc: Handle NULL table entry in RSDT/XSDT
authorRuiyu Ni <ruiyu.ni@intel.com>
Mon, 14 Nov 2016 05:25:54 +0000 (13:25 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Fri, 18 Nov 2016 02:38:39 +0000 (10:38 +0800)
commit5ce6fb99d481212b6b39e934efd40217530b88b1
treeaa89482a670094955ba54b709ad005590f21fe91
parentec16deeac90e4b8014394be58a229f6aa8c493af
PcAtChipsetPkg/PcRtc: Handle NULL table entry in RSDT/XSDT

The ACPI code may reserve the first entry for a certain table
(might be FACS) to help with OS compatible issues.
We need to skip the NULL table entry in RSDT/XSDT.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.c