|
Re: [PATCH] ArmPkg/DefaultExceptionHandlerLib: improve formatting of backtrace
Yeah, well, you made a good point.
That sounds straightforward enough. Still, I am going to let someone
with better python foo pick up that part
Thanks,
Ard.
Yeah, well, you made a good point.
That sounds straightforward enough. Still, I am going to let someone
with better python foo pick up that part
Thanks,
Ard.
|
By
Ard Biesheuvel
·
#1699
·
|
|
Re: [PATCH 2/3] OvmfPkg: convert C files with LF line terminators to CRLF
Reviewed-by: Thomas Huth <thuth@...>
Reviewed-by: Thomas Huth <thuth@...>
|
By
Thomas Huth <thuth@...>
·
#1698
·
|
|
Re: [PATCH 1/3] OvmfPkg/IndustryStandard: make "Xen/grant_table.h" pure ASCII
Reviewed-by: Thomas Huth <thuth@...>
Reviewed-by: Thomas Huth <thuth@...>
|
By
Thomas Huth <thuth@...>
·
#1697
·
|
|
Re: [patch] MdeModulePkg/UiApp: Fix incorrect question id
Reviewed-by: Liming Gao <liming.gao@...>
Reviewed-by: Liming Gao <liming.gao@...>
|
By
Liming Gao
·
#1696
·
|
|
Re: [patch] MdeModulePkg/HiiDB: Handle the "&READONLY" tag in <KeywordResp> correctly
Reviewed-by: Liming Gao <liming.gao@...>
Reviewed-by: Liming Gao <liming.gao@...>
|
By
Liming Gao
·
#1695
·
|
|
Re: [PATCH] MdePkg: Fix some typing errors
Thomas:
Thanks for your catching. Some similar issues also exist in header files in MdePkg. Could you help fix them also?
Thanks
Liming
Thomas:
Thanks for your catching. Some similar issues also exist in header files in MdePkg. Could you help fix them also?
Thanks
Liming
|
By
Liming Gao
·
#1694
·
|
|
[PATCH v2] ShellPkg: pci -i -_e to print next capability
According to PCI spec the next AER capability is relative to
the beginning of PCI configuration space. Hence substract the
base offset to get the next capability.
"-_e" option is changed from
According to PCI spec the next AER capability is relative to
the beginning of PCI configuration space. Hence substract the
base offset to get the next capability.
"-_e" option is changed from
|
By
Abdul Lateef Attar <abdul-lateef.attar@...>
·
#1590
·
|
|
Re: [PATCH] ArmPkg/DefaultExceptionHandlerLib: improve formatting of backtrace
Ard,
I was just trying to start a conversation, but I can't complain about a patch.
Given I seem to be having a good day with "The Force"(tm)... To process the clipboard Python tkinter makes it
Ard,
I was just trying to start a conversation, but I can't complain about a patch.
Given I seem to be having a good day with "The Force"(tm)... To process the clipboard Python tkinter makes it
|
By
Andrew Fish
·
#1693
·
|
|
Re: [PATCH 0/3] OvmfPkg: cosmetic fixes
Thanks Thomas and Laszlo.
Series Reviewed-by: Jordan Justen <jordan.l.justen@...>
Thanks Thomas and Laszlo.
Series Reviewed-by: Jordan Justen <jordan.l.justen@...>
|
By
Jordan Justen
·
#1692
·
|
|
[PATCH 3/3] OvmfPkg: Fix typing errors
From: Thomas Huth <thuth@...>
Correct some typos (discovered with the codespell utility)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Thomas Huth
From: Thomas Huth <thuth@...>
Correct some typos (discovered with the codespell utility)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Thomas Huth
|
By
Laszlo Ersek
·
#1691
·
|
|
[PATCH 2/3] OvmfPkg: convert C files with LF line terminators to CRLF
Run "unix2dos" on the affected files. "git show -b" produces no diff for
this patch.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@...>
Cc: Jordan
Run "unix2dos" on the affected files. "git show -b" produces no diff for
this patch.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@...>
Cc: Jordan
|
By
Laszlo Ersek
·
#1690
·
|
|
[PATCH 1/3] OvmfPkg/IndustryStandard: make "Xen/grant_table.h" pure ASCII
The header file includes the UTF-8 encoding (0xE2 0x80 0x99) of the U+2019
(RIGHT SINGLE QUOTATION MARK) code point. Replace it with a simple
apostrophe (U+0027, ASCII 0x27).
Contributed-under:
The header file includes the UTF-8 encoding (0xE2 0x80 0x99) of the U+2019
(RIGHT SINGLE QUOTATION MARK) code point. Replace it with a simple
apostrophe (U+0027, ASCII 0x27).
Contributed-under:
|
By
Laszlo Ersek
·
#1689
·
|
|
[PATCH 0/3] OvmfPkg: cosmetic fixes
Patch #3 was submitted by Thomas originally, and it was good, but it
showed me that "OvmfPkg/Library/NvVarsFileLib/FsAccess.c" had LF line
terminators actually. So I ran the following command, and
Patch #3 was submitted by Thomas originally, and it was good, but it
showed me that "OvmfPkg/Library/NvVarsFileLib/FsAccess.c" had LF line
terminators actually. So I ran the following command, and
|
By
Laszlo Ersek
·
#1688
·
|
|
Re: [PATCH] OvmfPkg: Fix typing errors
Hi Thomas,
thank you for the contribution. The patch is good (I verified it with
"git show --word-diff" as well; that helps a lot).
Reviewed-by: Laszlo Ersek <lersek@...>
However, applying
Hi Thomas,
thank you for the contribution. The patch is good (I verified it with
"git show --word-diff" as well; that helps a lot).
Reviewed-by: Laszlo Ersek <lersek@...>
However, applying
|
By
Laszlo Ersek
·
#1687
·
|
|
[PATCH] MdePkg: Fix some typing errors
Correct the typos in some files of MdePkg.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Thomas Huth <thuth@...>
---
.../BaseExtractGuidedSectionLib.c
Correct the typos in some files of MdePkg.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Thomas Huth <thuth@...>
---
.../BaseExtractGuidedSectionLib.c
|
By
Thomas Huth <thuth@...>
·
#1686
·
|
|
[PATCH] OvmfPkg: Fix typing errors
Correct some typos (discovered with the codespell utility)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Thomas Huth <thuth@...>
---
Correct some typos (discovered with the codespell utility)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Thomas Huth <thuth@...>
---
|
By
Thomas Huth <thuth@...>
·
#1685
·
|
|
Re: [PATCH 2/2] ArmPkg/DefaultExceptionHandlerLib AARCH64: add minimal backtrace to crash dump
I think it's not possible because they enable ARM_UNWIND when compiling
a THUMB2_KERNEL.
porting libunwind would be hard because of UEFI's architecture. every *.efi
would need a section with unwind
I think it's not possible because they enable ARM_UNWIND when compiling
a THUMB2_KERNEL.
porting libunwind would be hard because of UEFI's architecture. every *.efi
would need a section with unwind
|
By
Michael Zimmermann
·
#1684
·
|
|
[PATCH] ArmPkg/DefaultExceptionHandlerLib: improve formatting of backtrace
Implement the backtrace formattting suggested by Andrew, i.e.,
IRQ Exception at 0x000000005BE182B0
PC 0x00005BE182B0 (0x00005BE14000+0x000042B0) [ 0] ArmCpuDxe.dll
PC 0x00005BE15770
Implement the backtrace formattting suggested by Andrew, i.e.,
IRQ Exception at 0x000000005BE182B0
PC 0x00005BE182B0 (0x00005BE14000+0x000042B0) [ 0] ArmCpuDxe.dll
PC 0x00005BE15770
|
By
Ard Biesheuvel
·
#1683
·
|
|
Re: [PATCH 2/2] ArmPkg/DefaultExceptionHandlerLib AARCH64: add minimal backtrace to crash dump
Ard,
In these kind of dumps I find it useful to also display the offset into the PE/COFF image.
ArmVeNorFlashDxe.dll (0x00000000F5EA4AE8) loaded at 0x00000000F5E90000 offset 0x00014AE9
The reason
Ard,
In these kind of dumps I find it useful to also display the offset into the PE/COFF image.
ArmVeNorFlashDxe.dll (0x00000000F5EA4AE8) loaded at 0x00000000F5E90000 offset 0x00014AE9
The reason
|
By
Andrew Fish
·
#1682
·
|
|
Re: [PATCH] ArmPkg/ArmGicLib: use correct loop variable
Right, so I was contemplating a minor rewrite of the gic driver to
make this sort of thing less likely in the future ... but quickly
realised it wouldn't be a minor one. So:
Reviewed-by: Leif
Right, so I was contemplating a minor rewrite of the gic driver to
make this sort of thing less likely in the future ... but quickly
realised it wouldn't be a minor one. So:
Reviewed-by: Leif
|
By
Leif Lindholm <leif.lindholm@...>
·
#1681
·
|