- Jul 10, 2019
-
-
Jian J Wang authored
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1910 '--recursive' in cloning edk2 repo might cause failure on machine behind firewall. It's not actually necessary for edk2. This patch removed it from git command. A separate command $ git submodule update --init is added to retrieve repo specified via submodule. Cc: Leif Lindholm <leif.lindholm@linaro.org> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by:
Jian J Wang <jian.j.wang@intel.com> Reviewed-by:
Leif Lindholm <leif.lindholm@linaro.org>
-
- Jul 03, 2019
-
-
Sami Mujawar authored
Add DISABLE_NEW_DEPRECATED_INTERFACES macro to the Arm platform build flags to disable the use of deprecated APIs. Signed-off-by:
Sami Mujawar <sami.mujawar@arm.com> Reviewed-by:
Leif Lindholm <leif.lindholm@linaro.org>
-
Sami Mujawar authored
Replaced the use of unsafe/deprecated macros with alternate safe options. Signed-off-by:
Sami Mujawar <sami.mujawar@arm.com> Reviewed-by:
Leif Lindholm <leif.lindholm@linaro.org>
-
Agyeman, Prince authored
These changes add OS boot support to N1xxWU platforms Test: N1xxWU currently boots to windows 10 Cc: Liming Gao <liming.gao@intel.com> Cc: David Y Wei <david.y.wei@intel.com> Cc: Michael Kubacki <michael.a.kubacki@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Chasel Chiu <chasel.chiu@intel.com> Co-authored-by:
David Y Wei <david.y.wei@intel.com> Signed-off-by:
Prince Agyeman <prince.agyeman@intel.com> Reviewed-by:
Ankit Sinha <ankit.sinha@intel.com> Reviewed-by:
Nate DeSimone <nathaniel.l.desimone@intel.com>
-
- Jul 02, 2019
-
-
Fan, Zhiju authored
The env file content can not be retrieved by using the original method, so we change the way to read the content. And we change the env file to original format. This patch is going to fix the issue. Cc: Liming Gao <liming.gao@intel.com> Cc: Bob Feng <bob.c.feng@intel.com> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Leif Lindholm <leif.lindholm@linaro.org> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by:
Zhiju.Fan <zhijux.fan@intel.com> Reviewed-by:
Liming Gao <liming.gao@intel.com>
-
Shenglei Zhang authored
The tools can't be complied successfully because of the white spaces in GNUmakefile. So replace them with tabs. Cc: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by:
Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by:
Liming Gao <liming.gao@intel.com>
-
Kinney, Michael D authored
* Add platform version of DataHubRecords.h to support creation of SMBIOS records. * Remove use of gEfiAcpiS3SaveProtocolGuid and EFI_ACPI_S3_SAVE_PROTOCOL * Add platform specific PcdBootState PCD * Remove unused AcpiS3SaveDxe module from IntelFramworkModulePkg * Remove unused FwVolDxe module from IntelFramworkModulePkg * Remove unused UpdateDriverDxe module from IntelFramworkModulePkg * Remove Quark specific boot script executor. Use MdeModulePkg one instead. * Update DebugLib mapping for DXE_RUNTIME_DRIVER modules to runtime safe DxeRuntimeDebugLibSerialPort. * Replace PcdS3AcpiReservedMemorySize from IntelFrameworkModulePkg with new PcdS3AcpiReservedMemorySize in QuarkPlatformPkg. * Add CpuS3DataDxe module to DSC/FDF * Remove unused includes and GUIDs from Intel Framework packages. Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Reviewed-by:
Ray Ni <ray.ni@intel.com> Cc: Kelly Steele <kelly.steele@intel.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com>
-
Kinney, Michael D authored
* Add SMRAM Memory Reserve GUID to QuarkSocPkg * Add SMM ICHN Dispatch Protocol to QuarkSocPkg Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Reviewed-by:
Ray Ni <ray.ni@intel.com> Cc: Kelly Steele <kelly.steele@intel.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com>
-
Michael D Kinney authored
Adjust size of bins in Memory Type Information HOB to eliminate extra reboot after first boot. Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Reviewed-by:
Ray Ni <ray.ni@intel.com> Cc: Kelly Steele <kelly.steele@intel.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com>
-
Michael D Kinney authored
Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Reviewed-by:
Ray Ni <ray.ni@intel.com> Cc: Kelly Steele <kelly.steele@intel.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com>
-
- Jul 01, 2019
-
-
Michael D Kinney authored
Reduce extra reboots when UEFI Shell is run followed by an OS boot. The extra reboot is due to use of EfiLoaderCode that exceeds the MemoryTypeInformation bin size. EfiLoaderCode should not be tracked. Remove all memory types that should not be tracked, and update the remaining bin sizes based on observed memory usage on an X64 DEBUG profile. Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com> Reviewed-By:
Zailiang Sun <zailiang.sun@intel.com>
-
Michael D Kinney authored
Remove use of ACPI Support Protocol from IntelFrameworkPkg and use the ACPI Table Protocol and ACPI SDT Protocol from the MdePkg. Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com> Reviewed-By:
Zailiang Sun <zailiang.sun@intel.com>
-
Michael D Kinney authored
Change use of Intel Framework SMM Protocols to PI SMM Protocols. This removes Intel Framework dependencies. The PI SMM Protocols added are: * gEfiSmmPowerButtonDispatch2ProtocolGuid * gEfiSmmSxDispatch2ProtocolGuid * gEfiSmmSwDispatch2ProtocolGuid Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com> Reviewed-By:
Zailiang Sun <zailiang.sun@intel.com>
-
Michael D Kinney authored
* Add platform specific PcdBootState PCD to remove Intel Framework dependency * Set PcdUserPhysicalPresence to TRUE to Enable UEFI Secure Boot Setup Menus * Remove unused code when NOCS_S3_SUPPORT is not set * Update PlatformBootManagerLib to not perform a connect all when FastBoot is enabled. * Add support for BOOT_ON_FLASH_UPDATE * Remove logic in CheckSystemConfigSave() that was generating an ASSERT() when setup changes were saved. Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com> Reviewed-By:
Zailiang Sun <zailiang.sun@intel.com>
-
Michael D Kinney authored
Switch from Intel Framework BDS module and libraries to the MdeModulePkg BdsDxe module and libraries. Update FLASH map for full 8MB FLASH size Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com> Reviewed-By:
Zailiang Sun <zailiang.sun@intel.com>
-
Michael D Kinney authored
* Switch from Intel Framework SMBUS PPI to the PI Spec SMBUS2 PPI. * Remove unused SmbusLib. Use SmbusLibNull instead. Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com> Reviewed-By:
Zailiang Sun <zailiang.sun@intel.com>
-
Michael D Kinney authored
Update all platform code to stop using the Data Hub Protocol from the IntelFrameworkPkg. Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com> Reviewed-By:
Zailiang Sun <zailiang.sun@intel.com>
-
Michael D Kinney authored
Remove the use of VLV2 specific BIOS ID tools. Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com> Reviewed-By:
Zailiang Sun <zailiang.sun@intel.com>
-
Michael D Kinney authored
This platform does not have a PS/2 controller, so remove all references to the PS/2 Policy Protocol. Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com> Reviewed-By:
Zailiang Sun <zailiang.sun@intel.com>
-
Michael D Kinney authored
* Remove unused references to CPU I/O Protocol defined in IntelFrameworkPkg * Convert valid usage of CPU I/O Protocol to the CPU I/O 2 Protocol Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com> Reviewed-By:
Zailiang Sun <zailiang.sun@intel.com>
-
Michael D Kinney authored
Remove IntelFrameworkModulePkg ISA related modules and replace with MdeModulePkg SIO modules. * Retire Wpce791 module * Retire gEfiLpcWpce791PolicyProtocolGuid and include file * Retire gEfiLpcWpc83627PolicyProtocolGuid and include file * Remove production of gEfiLpcWpc83627PolicyProtocolGuid from PlatformDxe module * Add PcuSio module * Use PciSioSerialDxe module Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com> Reviewed-By:
Zailiang Sun <zailiang.sun@intel.com>
-
Michael D Kinney authored
* Delete platform specific SerialPortLib * Delete platform specific Metronome module * Delete platform specific BootScriptSaveDxe module * Delete SmmSwDispatch2OnSmmSwDispatchThunk module * Delete SmramSaveInfoHandlerSmm module * Delete unused FSP content * Delete unused I2C content * Delete unused Stitch content * Delete unused portions of PlatformSmm module Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com> Reviewed-By:
Zailiang Sun <zailiang.sun@intel.com>
-
Michael D Kinney authored
* Use BaseSerialPortLib16550 from MdeModulePkg. * Remove unused DxeSmmDriverEntryPoint library instance mapping from the IntelFrameworkPkg. * Remove all references to PS/2 Keyboard/Mouse that are not available on MinnowMax. * Remove VgaClassDxe module from IntelFrameworkModulePkg that is not used. * Remove DatahubStatusCodeHandlerDxe module from the IntelFrameworkModulePkg that is not used. * Remove LegacyRegionDxe module from the IntelFrameworkModulePkg The Legacy Region Protocol produced by this module is not used. * Remove VLV2 specific Metronome module that uses the CPU I/O Protocol defined in the IntelFrameworkPkg. Instead, use the Metronome module from the MdeModulePkg that produces the Metronome Arch Protocol from a TimerLib instance. * Remove use of MpCpu.inf from DSC/FDF file. * Update DSC/FDF/source files to assume MINNOW2_FSP_BUILD is FALSE. * Update DSC/FDF/source files to assume FTPM_ENABLE is FALSE. * Remove TXT binary * Use PcAtChisetPkg HpetDxe module instead of the VLV2 specific SmartTimer module that has an IntelFramework dependency. * Remove SEC_ENABLE define and dependent modules. * Remove IdeBusDxe module from DSC files. IdeBusDxe is listed in DSC file, but not the FDF file, so it is not used. This removes an IntelFrameworkModulkePkg dependency. * Remove commented out SDIO and PiSmmCommunicationPei modules * Remove unused Intel Framework S3Lib * Remove use of PCD from the IntelFrameworkModulePkg PcdEbdaReservedMemorySize. * Remove EdkCompatibilityPkg related [BuildOptions] sections * Remove unused DEFINES from DSC/FDF * Remove unused references to Ppi/Cache.h from Vlv2SocBinPkg.dec * Remove unused references to gPeiCachePpiGuid from Vlv2SocBinPkg.dec * Remove unused references to gEfiHtBistHobGuid from Vlv2SocBinPkg.dec * Remove unused references to gEfiCpuTokenSpaceGuid PCDs from Vlv2SocBinPkg.dec * Remove unused IntelPchLegacyInterrupt module * Remove CpuIoDxe module from IntelFrameworkModulePkg * Remove duplicate declaration of gEfiAcpiSupportProtocolGuid from Vlv2Tblt2DevicePkg * Remove duplicate declaration of PcdShellFile from Vlv2Tblt2DevicePkg * Remove unused gEfiAcpiTableProtocolGuid from AcpiPlatform.inf * Add E7006X3 UNDI module to FDF files * Remove gEfiSimpleNetworkProtocolGuid dependency. If gEfiSimpleNetworkProtocolGuid is not produced, still allow all SMBIOS records to be produced. The MAC address from Simple Network Protocol is being used as a system serial number. If Simple Network Protocol is not available, then default to a serial number of 0. * Remove unused dependency on IntelFspWrapperPkg * Remove Intel Framework S3 support. * Remove use of the gEfiSmmPeiSmramMemoryReserveGuid GUIDed HOB. * Remove production of unused gEfiFindFvPpiGuid. * Update IA32 only builds to use a unique BUILD_OUTPUT directory Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com> Reviewed-By:
Zailiang Sun <zailiang.sun@intel.com>
-
Michael D Kinney authored
* Add the gEfiSmmIchnDispatchProtocolGuid from the IntelFrameworkPkg to the Si specific Vlv2TbltDevicePkg. This removes a dependency on the IntelFrameworkPkg and adds a Si specific protocol to a Si package. Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com> Reviewed-By:
Zailiang Sun <zailiang.sun@intel.com>
-
Chasel Chiu authored
https://bugzilla.tianocore.org/show_bug.cgi?id=1930 Updated FSP Python script to support both 2.x and 3.x. Test: . Verified with Python 2.7.12 and 3.6.6. . Verified tool result is the same before the change. . Both py -2 and py -3 built binary can boot. Cc: Michael Kubacki <michael.a.kubacki@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by:
Chasel Chiu <chasel.chiu@intel.com> Reviewed-by:
Nate DeSimone <nathaniel.l.desimone@intel.com>
-
- Jun 28, 2019
-
-
Fan, ZhijuX authored
BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1855 UniTool is one python script to generate UQI (Universal Question Identifier) unicode string for HII question PROMPT string. UQI string can be used to identify each HII question. The scripts function will sync up UQI definitions with uni files based on vfi/vfr/hfr/sd/sdi in the tree. This script can be run in both Py2 and Py3. Cc: Liming Gao <liming.gao@intel.com> Cc: Bob Feng <bob.c.feng@intel.com> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Leif Lindholm <leif.lindholm@linaro.org> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by:
Zhiju.Fan <zhijux.fan@intel.com> Reviewed-by:
Liming Gao <liming.gao@intel.com>
-
Dandan Bi authored
Since Nt32Pkg has been removed from edk2 repo, and we will also remove the --nt32 flag in edksetup.bat. So here update platform to pass build. Signed-off-by:
Dandan Bi <dandan.bi@intel.com> Reviewed-by:
Liming Gao <liming.gao@intel.com>
-
Shenglei Zhang authored
The library DxeDeferImageLoadLib supports UID feature and it is conflicted with the driver SecurityStubDxe. And the UID feature is dropped. So DxeDeferImageLoadLib should be removed. Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Signed-off-by:
Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-By:
Zailiang Sun <zailiang.sun@intel.com>
-
- Jun 26, 2019
-
-
Fan, ZhijuX authored
BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1855 GenBiosId is a tool to generate the BIOS ID binary file which uses the data from the configuration file. This tool can be run in both Py2 and Py3. This patch is going to add GenBiosId to Platform/Intel/Tools Cc: Liming Gao <liming.gao@intel.com> Cc: Bob Feng <bob.c.feng@intel.com> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Leif Lindholm <leif.lindholm@linaro.org> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by:
Zhiju.Fan <zhijux.fan@intel.com> Reviewed-by:
Liming Gao <liming.gao@intel.com>
-
Zhang, Shenglei authored
Add FitGen into Makefile and GNUMakefile. Cc: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by:
Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by:
Liming Gao <liming.gao@intel.com>
-
Zhang, Shenglei authored
The utility of this tool is part of build process for IA32/X64 FD. It generates FIT table. https://bugzilla.tianocore.org/show_bug.cgi?id=1849 Cc: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by:
Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by:
Liming Gao <liming.gao@intel.com>
-
Liming Gao authored
Based on the proposal https://edk2.groups.io/g/devel/message/42546 , Platform/Intel/Tools and Silicon/Intel/Tools directory will be created to include some tools for the platform integration. Now, those tools are used and verified by Intel platform. Signed-off-by:
Liming Gao <liming.gao@intel.com> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Leif Lindholm <leif.lindholm@linaro.org> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Bob Feng <bob.c.feng@intel.com> Reviewed-by:
Leif Lindholm <leif.lindholm@linaro.org>
-
- Jun 20, 2019
-
-
Chasel Chiu authored
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1916 In Dispatch mode PeiMain from FSP Binary will be launched so the one from boot loader can be removed. Test: Verified the PeiMain is removed in Dispatch mode and included in API mode. Cc: Michael Kubacki <michael.a.kubacki@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by:
Chasel Chiu <chasel.chiu@intel.com> Reviewed-by:
Nate DeSimone <nathaniel.l.desimone@intel.com>
-
Chasel Chiu authored
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1913 To improve build performance by default the maximum processors should be used for building. NUMBER_OF_PROCESSORS in build.cfg is set to 0 so BaseTools can utilize maximum processors for build. Test: tried NUMBER_OF_PROCESSORS 0 and 1 cases and confirmed the build time is half with 0 case. Cc: Michael Kubacki <michael.a.kubacki@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Liming Gao <liming.gao@intel.com> Cc: Bob Feng <bob.c.feng@intel.com> Signed-off-by:
Chasel Chiu <chasel.chiu@intel.com> Reviewed-by:
Bob Feng <bob.c.feng@intel.com> Reviewed-by:
Nate DeSimone <nathaniel.l.desimone@intel.com>
-
Dandan Bi authored
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1545 This password based user authentication is to verify user when a user wants to enter BIOS setup page or enter other boot path. 1. The UserAuthenticationDxe driver registers report status code listener. When it gets (EFI_SOFTWARE_DXE_BS_DRIVER | EFI_SW_PC_USER_SETUP) progress code, it will let the user input password, validate and set the password. It also registers a setup page in setup browser, so that user may update the password. UserAuthenticationDxe driver communicates with UserAuthenticationSmm driver to do the password verification and management. 2. UserAuthentication2Dxe driver only registesr a setup page in setup browser, so that user may update the password. UserPasswordLib will provide services to set/verify password. UserPasswordUiLib will provide services to do password authentication. 3. UserAuthenticationSmm driver registers SMI handler to perform the request from UserAuthenticationDxe or UserPasswordLib. If the SMM driver will detect IsPasswordCleared() at the entry point and clear the password if IsPasswordCleared() is TRUE. This can be used when the user forgets the password. 4. PlatformPasswordLib LibraryClass provides a platform-specific method to return password policy.(whether need enroll password or clean password) Cc: Eric Dong <eric.dong@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by:
Dandan Bi <dandan.bi@intel.com> Reviewed-by:
Eric Dong <eric.dong@intel.com>
-
Dandan Bi authored
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1545 Add new package UserInterfaceFeaturePkg in Platform/Intel/ folder. It will keep UI related modules in this package. We plan add UserAuthentication modules in Platform/Intel. Firstly we add a new package UserInterfaceFeaturePkg where add the UserAuthentication modules into. Package name follows the discussion in: https://edk2.groups.io/g/devel/message/42286 Cc: Eric Dong <eric.dong@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by:
Dandan Bi <dandan.bi@intel.com> Reviewed-by:
Eric Dong <eric.dong@intel.com>
-
- Jun 19, 2019
-
-
Fan, ZhijuX authored
Need extend the options in the Intel/build_bios.py file to support Binary Cache. --hash: Enable hash-based caching during build process. --binary-destination: Generate a cache of binary files in the specified directory. --binary-source: Consume a cache of binary files from the specified directory. Cc: Liming Gao <liming.gao@intel.com> Cc: Bob Feng <bob.c.feng@intel.com> Cc: Steven Shi <steven.shi@intel.com> Cc: Shifei A Lu <shifei.a.lu@intel.com> Cc: Xiaohu Zhou <bowen.zhou@intel.com> Cc: Isaac W Oram <isaac.w.oram@intel.com> Cc: Chasel Chiu <chasel.chiu@intel.com> Cc: Michael Kubacki <michael.a.kubacki@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Signed-off-by:
Zhiju.Fan <zhijux.fan@intel.com> Reviewed-by:
Chasel Chiu <chasel.chiu@intel.com>
-
Fan, ZhijuX authored
BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1784 BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1785 Add detailed instructions about Binary Cache in Readme.md, Extend options to support Binary Cache in the Kabylake build bld.bat file, Purley build bld.bat file, build_bios.py Cc: Liming Gao <liming.gao@intel.com> Cc: Bob Feng <bob.c.feng@intel.com> Cc: Steven Shi <steven.shi@intel.com> Cc: Shifei A Lu <shifei.a.lu@intel.com> Cc: Xiaohu Zhou <bowen.zhou@intel.com> Cc: Isaac W Oram <isaac.w.oram@intel.com> Cc: Chasel Chiu <chasel.chiu@intel.com> Cc: Michael Kubacki <michael.a.kubacki@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Signed-off-by:
Zhiju.Fan <zhijux.fan@intel.com> Reviewed-by:
Chasel Chiu <chasel.chiu@intel.com>
-
- Jun 18, 2019
-
-
Krzysztof Koch authored
Update the Platform Respository for the Juno platform to include support for generation of the Processor Properties Topology Table (PPTT) using the Dynamic Tables Framework. The Platform Repository now also describes the cache and processor topology in Juno (all revisions). Signed-off-by:
Krzysztof Koch <krzysztof.koch@arm.com> Reviewed-by:
Leif Lindholm <leif.lindholm@linaro.org>
-
Dandan Bi authored
Add PcdAcpiDebugEnable and PcdAcpiDebugBufferSize into following section which platform can customize the type by itself. [PcdsFixedAtBuild,PcdsPatchableInModule,PcdsDynamic,PcdsDynamicEx] Reviewed-by:
Eric Dong <eric.dong@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by:
Dandan Bi <dandan.bi@intel.com>
-