Branch: refs/heads/toplevel-fixes-push
  Home:   https://github.com/tianocore/edk2
  Commit: 3e583d345977eb9fda769aa3940ca186d190f757
      
https://github.com/tianocore/edk2/commit/3e583d345977eb9fda769aa3940ca186d190f757
  Author: Leif Lindholm <[email protected]>
  Date:   2019-02-04 (Mon, 04 Feb 2019)

  Changed paths:
    M AppPkg/Applications/Sockets/WebServer/Mtrr.c
    M AppPkg/Applications/Sockets/WebServer/WebServer.h

  Log Message:
  -----------
  AppPkg: fix webserver build for !Ia32/X64

The WebServer application is not meant to be Ia32/X64 specific, and would
build for other architectures, if it wasn't for the
  #include <Register/Msr.h>
in WebServer.h. Move that statement to Mtrr.c instead, which is the only
consumer, and is already being filtered out for other architectures.

Cc: Daryl McDaniel <[email protected]>
Cc: Jaben Carsey <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Leif Lindholm <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Jaben Carsey <[email protected]>


  Commit: dd178f0f93911f46af514de8b326d39d6e36400c
      
https://github.com/tianocore/edk2/commit/dd178f0f93911f46af514de8b326d39d6e36400c
  Author: Leif Lindholm <[email protected]>
  Date:   2019-02-04 (Mon, 04 Feb 2019)

  Changed paths:
    M IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc

  Log Message:
  -----------
  IntelFrameworkModulePkg: fix build for AARCH64/ARM

Contrary to what the name suggests, some modules in this package are used
on other architecture. ARM is already listed in SUPPORTED_ARCHITECTURES
in the .dsc, but AARCH64 was never added.

Add that, and force inclusion of CompilerIntrinsicsLib and
BaseStackCheckLib for AARCH64/ARM to make the build successful.

Cc: Liming Gao <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Leif Lindholm <[email protected]>
Reviewed-by: Liming Gao <[email protected]>


  Commit: 47d90076edbb035e42f4f02c26ef1a0e3b4e28a5
      
https://github.com/tianocore/edk2/commit/47d90076edbb035e42f4f02c26ef1a0e3b4e28a5
  Author: Leif Lindholm <[email protected]>
  Date:   2019-02-04 (Mon, 04 Feb 2019)

  Changed paths:
    M IntelFrameworkPkg/IntelFrameworkPkg.dsc

  Log Message:
  -----------
  IntelFrameworkPkg: fix build for AARCH64/ARM

Contrary to what the name suggests, some modules in this package are used
on other architecture. ARM is already listed in SUPPORTED_ARCHITECTURES
in the .dsc, but AARCH64 was never added - so do that.

Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Leif Lindholm <[email protected]>
Reviewed-by: Michael D Kinney <[email protected]>


  Commit: 2f0a1e6542fd8b9a1ae64105ebcb41dde5faf77d
      
https://github.com/tianocore/edk2/commit/2f0a1e6542fd8b9a1ae64105ebcb41dde5faf77d
  Author: Leif Lindholm <[email protected]>
  Date:   2019-02-04 (Mon, 04 Feb 2019)

  Changed paths:
    M SecurityPkg/SecurityPkg.dsc

  Log Message:
  -----------
  SecurityPkg: fix package build on ARM

The CompilerIntrinsicsLib and BaseStackCheckLib need to be included in
order for an ARM build of the package .dsc to succeed - so add them.

Cc: Chao Zhang <[email protected]>
Cc: Jiewen Yao <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Leif Lindholm <[email protected]>
Reviewed-by: [email protected]


  Commit: 3b6c73f13eac3dc8bf7deb95237cd3f6abf40ce3
      
https://github.com/tianocore/edk2/commit/3b6c73f13eac3dc8bf7deb95237cd3f6abf40ce3
  Author: Leif Lindholm <[email protected]>
  Date:   2019-02-04 (Mon, 04 Feb 2019)

  Changed paths:
    M SignedCapsulePkg/SignedCapsulePkg.dsc

  Log Message:
  -----------
  SignedCapsulePkg: enable package build for AARCH64/ARM

This package is used by several platforms in edk2-platforms, so ensure it
can be built directly by adding AARCH64/ARM to SUPPORTED_ARCHITECTURES.

Also force-include CompilerIntrinsicsLib, BaseStackCheckLib and create a
resolution for ArmSoftFloatLib for ARM.

Cc: Jiewen Yao <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Leif Lindholm <[email protected]>
Reviewed-by: [email protected]


Compare: 
https://github.com/tianocore/edk2/compare/3e583d345977%5E...3b6c73f13eac


_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to