Tim,
I feel your pain. The working process for the tools is very hard to deal with
if you are external to Intel. Even if you contribute something you have no idea
with the BaseTools project will sync the change back in the edk2 project.
Andrew Fish
On Aug 10, 2012, at 11:23 AM, Tim Lewis wro
Reviewed-by: Jordan Justen
Thanks for the valuable changes, and your extensive testing and
analysis in developing the series.
-Jordan
On Fri, Aug 10, 2012 at 10:56 AM, Laszlo Ersek wrote:
> On 08/10/12 01:52, Jordan Justen wrote:
>> This series looks okay to me.
>>
>> I do have some concerns.
One of the notable gaps in the EDK2 environment is build support for the UEFI
HII concepts for fonts, strings (with fonts), images and animations. There are
probably 20 press releases in the past year where people are talking about the
usage of these. However, there is no way to create an EDK2-b
Also set some INTLN values, informatively.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek
---
OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c | 20 ++--
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/OvmfPkg/Library/PlatformB
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek
---
OvmfPkg/AcpiTables/Dsdt.asl | 13 +
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/OvmfPkg/AcpiTables/Dsdt.asl b/OvmfPkg/AcpiTables/Dsdt.asl
index be6fc71..93e84bc 100644
--- a/
Rotate links over devices and pins so that they match qemu.
PIIX4 function 3 (Power Management Module) unconditionally uses the INTA
interrupt pin. SCI from this module requires IRQ9.
Keep other assignments off IRQ9. Only IRQ5, IRQ10, IRQ11 remain for PCI
devices.
Bump OEMRevision in the DSDT.
Represent the set of possible PCI link target IRQs with
Pcd8259LegacyModeEdgeLevel. This ensures that the 8259 Interrupt
Controller code in PcAtChipsetPkg will treat them as level-triggered too.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek
---
OvmfPkg/Acpi
On 08/10/12 01:52, Jordan Justen wrote:
> This series looks okay to me.
>
> I do have some concerns. Like what happens if we tell the OS about the
> SMI port, but the firmware has not initialized SMM.
>
> One big question I have... What OSes have you been able to try this with?
I boot tested a W
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek
---
OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c
b/OvmfPkg/Library/PlatformBdsLib/BdsPla
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek
---
OvmfPkg/AcpiTables/Dsdt.asl | 12 +++-
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/OvmfPkg/AcpiTables/Dsdt.asl b/OvmfPkg/AcpiTables/Dsdt.asl
index e12c3e9..91d412b 100644
--- a/Ov
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek
---
OvmfPkg/AcpiTables/Dsdt.asl |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/OvmfPkg/AcpiTables/Dsdt.asl b/OvmfPkg/AcpiTables/Dsdt.asl
index 0ef0d3d..e627835 100644
--- a/OvmfPk
- Qemu's PIIX emulation actually supports SMM and ACPI_ENABLE /
ACPI_DISABLE.
- After enabling SMI_CMD (SMI_CMD_IO_PORT), further values to be written
there must be synchronized with qemu: PSTATE_CNT, CST_CNT.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Erse
Kill PDIS and PSRS as they are writing to copies of PIR[A-D], not PIR[A-D]
themselves. Use specialized _DIS and _SRS methods that access PIR[A-D]
directly.
(This should be solvable by passing RefOf (PIRA) etc to PDIS/PSRS, however
the RHEL-6.3 kernel AML parser seems to choke on it. The rules desc
Since WBINVD is supported, clear ignored FLUSH_SIZE and FLUSH_STRIDE.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek
---
OvmfPkg/AcpiTables/Platform.h |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/OvmfPkg/AcpiTables/Platform.h b
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek
---
OvmfPkg/AcpiTables/Dsdt.asl |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/OvmfPkg/AcpiTables/Dsdt.asl b/OvmfPkg/AcpiTables/Dsdt.asl
index 6a26c3b..4c791c1 100644
--- a/OvmfPkg/Ac
LNKD is the fourth PNP0C0F.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek
---
OvmfPkg/AcpiTables/Dsdt.asl |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/OvmfPkg/AcpiTables/Dsdt.asl b/OvmfPkg/AcpiTables/Dsdt.asl
index 91d412b..be6f
Use Extended Interrupt Descriptors in the _CRS, _PRS, _SRS methods of
\_SB.PCI0.LPC.LNK[A-D], eliminating bit shifting.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek
---
OvmfPkg/AcpiTables/Dsdt.asl | 44 +-
1 files
Clear TMR_VAL_EXT.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek
---
OvmfPkg/AcpiTables/Platform.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/OvmfPkg/AcpiTables/Platform.h b/OvmfPkg/AcpiTables/Platform.h
index 6b6d001..4b03897
Remove support for optional PM2 control block.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek
---
OvmfPkg/AcpiTables/Platform.h |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/OvmfPkg/AcpiTables/Platform.h b/OvmfPkg/AcpiTables/Pla
Clear boot architecture flags: LEGACY_DEVICES, 8042 keyboard controller.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek
---
OvmfPkg/AcpiTables/Facp.aslc |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/OvmfPkg/AcpiTables/Facp.aslc b/
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek
---
OvmfPkg/AcpiTables/Platform.h |8
OvmfPkg/AcpiTables/Facp.aslc | 12 ++--
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/OvmfPkg/AcpiTables/Platform.h b/OvmfPkg/AcpiT
"RTC day of the month alarm feature is not supported".
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek
---
OvmfPkg/AcpiTables/Platform.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/OvmfPkg/AcpiTables/Platform.h b/OvmfPkg/AcpiTabl
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek
---
OvmfPkg/AcpiTables/Dsdt.asl |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/OvmfPkg/AcpiTables/Dsdt.asl b/OvmfPkg/AcpiTables/Dsdt.asl
index e627835..2dda7ab 100644
--- a/OvmfPkg/AcpiT
Hi Yao,
Yes, I misunderstood your intent in regards to combining libraries, sorry.
Please see my additional comments below, I hope we can converge and get to a
list of actual changes that need to be done to close on ASLR soon.
Thanks
ek
-Original Message-
From: Yao, Jiewen [mailto:jiewen
On Aug 10, 2012, at 9:58 AM, Tony wrote:
> Hi Andrew,
> So if I plan on using the ConsSplitterDxe, do I have to bind my application
> to
> this driver?
No there is no dynamic linking in EFI. Communicating between modules is done
via Protocols. A protocol is a C data structure, that often con
Hi Andrew,
So if I plan on using the ConsSplitterDxe, do I have to bind my application to
this driver?
Tony
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat
Olivier,
Thanks, didn't realize a fix was already in the works. Will the new code
also add support for UART2 and UART3 on the BeagleBoard?
Thanks,
Alex
From: edk2-devel-boun...@lists.sourceforge.net
[mailto:edk2-devel-boun...@lists.sourceforge.net] On Behalf Of Olivier
Martin
Sent: Fri
Hello Alex,
I am planning to push some code (probably next week) to add support for
SerialSetAttributes()/SerialSetControl()/SerialGetControl() in
EmbeddedPkg/SerialDxe through a new library (probably 'SerialPortExtLib'). I
have this change in our internal repository for a while, I just need to po
Hi Neeraj,
For current browser implementation, it calls
EFI_HII_CONFIG_ACCESS_PROTOCOL->RouteConfig in the following case:
1. User request to save the question value.
2. Execute the "action" opcode and it has "QuestionConfig" with it.
I think your case may be belonging to 2.
Thanks,
29 matches
Mail list logo