Skip to content

Commit

Permalink
Utilities: Introduce ConfigValidity and refactor utility compilation (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
PMheart authored May 28, 2020
1 parent efe95c8 commit 1fffdef
Show file tree
Hide file tree
Showing 52 changed files with 971 additions and 1,335 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: cpp
env:
global:
- FORCE_INSTALL=1
- BUILD_UTILITIES=1
- HAS_OPENSSL_BUILD=1
- secure: WPHaDUI0jTv7+l1R/5W3vzkP5+6/B7SM/VpF7PeVQAC5emWOC/BgNLurosjHUfYWE8Fs9sRYYsv6GXvU5n64gyMQhBQInmrEezfbc/LkP1cj+q5jUzFkJvlmFSIY+b570OPzXoIaR0ydmB80UgOezYvqjjDvI3TGXt+JY8Dp6oljqUuRy647UUkH52E7LKW/+Zh7Yq5sx3VJoBeSLrnl/CVUff4T6onITz2jHYNAf0kK/Yo5whcWpz0L+EGwhHUb8TJfQXMyL2PBQRZMbOBwfhFzFDC+j5uaJ4PYEqSRn+cemQhazDAUbNx7kVi1hMsLZZMRIG56zPJPV7DRM2ggCYaFSf0S/Ifm4e5Dj7TyM3uNqs55tGaJd/fHrNcr95bge/kn9yhqc0Lvm+oIiAKGhMnwwFymqLXxWRWYGCSp5zb8BAdUTrVZaLOA/siyNu6I+y0uPbdF8FFTgmJzKGEI09fRnn2o50Ott087E+hr7Xqr1g4OCmHdNX26uAS5gIwTfMVDLL86+gyY2gDBa9yN3HQrJKmppWjt02sR+1McvZY8Z6CjnlwiAUcMudJc9p2f5W3Mnxxv9Snz+fMGSmgCtc3uSWCrHegHHSm70+0/BDN88WLBY5X35cs821GXuFxvOndisZebjiunCtlRu0W0xQISCQ+Dw20xFhgN7aZiN34=

matrix:
Expand Down Expand Up @@ -82,7 +82,7 @@ matrix:
name: "Build Windows VS2017"

script:
- BUILD_UTILITIES=0
- HAS_OPENSSL_BUILD=0
- choco install microsoft-build-tools visualcpp-build-tools make nasm python zip
- "./build_oc.tool"
- "./build_duet.tool"
Expand Down
2 changes: 1 addition & 1 deletion AppleModels/update_generated.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,6 @@ def export_mlb_boards(db, boards):
export_db_macserial(db, dbpd, os.devnull)
# Export new models
export_db_macinfolib(db, '../Library/OcMacInfoLib/AutoGenerated.c', 2012)
export_db_macserial(db, dbpd, '../Utilities/macserial/src/modelinfo_autogen.h')
export_db_macserial(db, dbpd, '../Utilities/macserial/modelinfo_autogen.h')
# Export MLB models
export_mlb_boards(db, '../Utilities/macrecovery/boards.json')
Empty file removed IncludeUser/Base.h
Empty file.
Empty file removed IncludeUser/Library/BaseLib.h
Empty file.
Empty file.
Empty file removed IncludeUser/Library/DebugLib.h
Empty file.
Empty file.
Empty file removed IncludeUser/Library/PcdLib.h
Empty file.
Empty file removed IncludeUser/Uefi.h
Empty file.
93 changes: 0 additions & 93 deletions IncludeUser/UefiCompat.h

This file was deleted.

2 changes: 0 additions & 2 deletions OpenCorePkg.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,6 @@
OpenCorePkg/Tests/CryptoTest/CryptoTestApp.inf
OpenCorePkg/Tests/DataHubTest/DataHubTest.inf
OpenCorePkg/Tests/DataHubTest/DataHubTestApp.inf
OpenCorePkg/Tests/KernelTest/KernelTest.inf
OpenCorePkg/Tests/KernelTest/KernelTestApp.inf
OpenCorePkg/Tests/PropertyTest/PropertyTest.inf
OpenCorePkg/Tests/PropertyTest/PropertyTestApp.inf
OpenCorePkg/Tests/SmbiosTest/SmbiosTest.inf
Expand Down
Loading

0 comments on commit 1fffdef

Please sign in to comment.