mirror of https://github.com/acidanthera/audk.git
OvmfPkg: sync FADT with QEMU: cleanup FLUSH_SIZE / FLUSH_STRIDE
Since WBINVD is supported, clear ignored FLUSH_SIZE and FLUSH_STRIDE. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13613 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
062c1cf744
commit
cf5cfe8da8
|
@ -51,8 +51,8 @@
|
|||
#define RESERVED 0x00
|
||||
#define P_LVL2_LAT 0x0065
|
||||
#define P_LVL3_LAT 0x03E9
|
||||
#define FLUSH_SIZE 0x0400
|
||||
#define FLUSH_STRIDE 0x0010
|
||||
#define FLUSH_SIZE 0x0000
|
||||
#define FLUSH_STRIDE 0x0000
|
||||
#define DUTY_OFFSET 0x00
|
||||
#define DUTY_WIDTH 0x00
|
||||
#define DAY_ALRM 0x0D
|
||||
|
|
Loading…
Reference in New Issue