On Tue, May 17, 2016 at 07:45:28PM +0200, Laszlo Ersek wrote:
> On 05/17/16 18:44, Jordan Justen wrote:
> > Series Reviewed-by: Jordan Justen <[email protected]>
> 
> Thank you very much. I'll await a (hopefully quick ;)) T-b from Gabriel.

Tested-by: Gabriel Somlo <[email protected]>

Took me a bit longer than it should have, partially b/c of screwing
around with the lf-only diff patches I get through email and the cr-lf
files edk2 is using. After some pain, I settled on

        "git am --keep-cr foo.patch"

which works on re-applying the mixed (lf commitblurb, cr-lf payload)
patches which are more or less typical for edk2, but is there an easy
straightforward flag one can use on lf-only patches to tell "git am"
to work with the lf vs cr-lf discrepancy in the patches one gets via
email ?

Anyhow, works perfectly well with ElCapitan on q35, so I'm happy :)

Cheers,
--Gabriel

> > On 2016-05-17 08:22:43, Laszlo Ersek wrote:
> >> Version 2 of the series at
> >> <http://thread.gmane.org/gmane.comp.bios.edk2.devel/11943>.
> >>
> >> Changes relative to v1:
> >> - Patch #1 is a new patch for a potential issue I independently noticed.
> >>   It belongs to the front of the series though. I CC'd Gabriel on this
> >>   patch, and then I decided to CC him on the full series (for testing).
> >>   Thanks!
> >> - Replaced fixed PCDs with macros [Jordan].
> >>
> >> Public branch:
> >> <https://github.com/lersek/edk2/commits/grow_portspace_bz1333238_v2>.
> >>
> >> Cc: Gabriel Somlo <[email protected]>
> >> Cc: Jordan Justen <[email protected]>
> >>
> >> Thanks
> >> Laszlo
> >>
> >> Laszlo Ersek (7):
> >>   OvmfPkg/AcpiTimerLib: don't use possibly unset PMBA register (PEI
> >>     phase)
> >>   OvmfPkg: replace PcdAcpiPmBaseAddress with PIIX4_PMBA_VALUE
> >>   OvmfPkg: add and use industry standard macro PIIX4_PMBA_MASK
> >>   OvmfPkg: introduce ICH9_PMBASE_VALUE
> >>   OvmfPkg: determine PMBA value dependent on host bridge device ID
> >>   OvmfPkg/PlatformPei: set PCI IO port aperture dynamically
> >>   OvmfPkg/PlatformPei: provide 10 * 4KB of PCI IO Port space on Q35
> >>
> >>  OvmfPkg/OvmfPkg.dec                                  | 14 ++----
> >>  OvmfPkg/OvmfPkgIa32.dsc                              |  2 +
> >>  OvmfPkg/OvmfPkgIa32X64.dsc                           |  2 +
> >>  OvmfPkg/OvmfPkgX64.dsc                               |  2 +
> >>  OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf    |  3 --
> >>  OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.inf |  3 --
> >>  OvmfPkg/Library/ResetSystemLib/ResetSystemLib.inf    |  3 --
> >>  OvmfPkg/PlatformPei/PlatformPei.inf                  |  1 -
> >>  OvmfPkg/Include/IndustryStandard/I440FxPiix4.h       |  2 +
> >>  OvmfPkg/Include/OvmfPlatforms.h                      |  6 +++
> >>  OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.c      | 14 ++++--
> >>  OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.c   | 11 +++--
> >>  OvmfPkg/Library/ResetSystemLib/ResetSystemLib.c      | 25 ++++++++--
> >>  OvmfPkg/PlatformPei/Platform.c                       | 48 
> >> +++++++++++++++-----
> >>  14 files changed, 94 insertions(+), 42 deletions(-)
> >>
> >> -- 
> >> 1.8.3.1
> >>
> 
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to