- 2d7df64 Fix up the UnixPkg to work with clang on OS X. XCLANG toolchain configuration has already been checked into BaseTools project. by andrewfish · 14 years ago
- 692477d UnixPkg: Fix build for Linux by jljusten · 14 years ago
- 2dcef68 UnixPkg: Use build flag to prevent FatPkg from being required by jljusten · 14 years ago
- 2ac288f Fix issue with fixing tabs. by andrewfish · 14 years ago
- 1b7edf0 update copyright format by hhtian · 14 years ago
- 7709cf4 DuetPkg, OvmfPkg, UnixPkg: Remove unnecessary reset during boot by jljusten · 14 years ago
- d1e380b Remove unused files to make it easier to add new thunks. by andrewfish · 14 years ago
- 5f0286b Fix token dup caused by merge. by andrewfish · 14 years ago
- d0c3acd 2nd wave of r11105 checkin.2nd wave of r11105 checkin. by andrewfish · 14 years ago
- 2ff79f2 Adding Simple Pointer, GOP, SimpleTextInEx, and Networking protocols to the emulator. Cleaned up POSIX include situation by centralizing it in a single file, like NT32. Fixed TPL issue with TPL High not being emulated correctly, it was possible to take a timer tick when the locks in the DXE core should have prevented this. Remove some unused files to make things easier to maintain. by andrewfish · 14 years ago
- e23a349 Sync update to improve compiler compatibility by mdkinney · 14 years ago
- 13f06a5 Fix the issue that the high 16-bit of EAX may contain invalid data, which cause bad stack pointer, the change will ensure the high 16-bit of EAX is cleared. by li-elvin · 14 years ago
- 5f267e4 Update to support Xcode 64-bit debug. by andrewfish · 14 years ago
- 75f18f3 UnixPkg: Allow build.sh/build64.sh to be run from the edk2 root by jljusten · 14 years ago
- a069372 UnixPkg MiscSubClassPlatformDxe: Add en-US langdef to *.uni by jljusten · 14 years ago
- a761d49 UnixPkg build64.sh: Build UnixPkg X64 with GCC44 by jljusten · 14 years ago
- cb5e6cd UnixPkg SEC: Fix link flags for using GCC on Linux x86-64 by jljusten · 14 years ago
- 3ff2e32 UnixPkg: Enable gasket functions for all X64 toolchains by jljusten · 14 years ago
- 124f761 UnixPkg: Added missing EFIAPI for many Gasket functions by jljusten · 14 years ago
- a780c94 Fix bad NT 32 reference in print to be UnixPkg. by andrewfish · 14 years ago
- d8904c4 Make the script pass arguments so clean from Xcode works properly. by andrewfish · 14 years ago
- 69cf40e Finish spliting SecDispatchTableLib into two functions so it can be a BaseLib by andrewfish · 14 years ago
- 249383c Added SecDispatchTable library to allow custom PPIs to be passed up to into PEI Core. This will allow platform specific libraries to do thinks like map hardware devices directly into the emulator. by andrewfish · 14 years ago
- 45059fa Clean up clean and clarify XCODE flags. by andrewfish · 14 years ago
- bb111c2 Added support for an EFI X64 ABI compatible UnixPkg. With an internal only compiler I've been able to run checked in X64 EFI shell binary! We are hoping to get the open source LLVM compiler working for this... Since the SEC has to be UNIX ABI to make the POSIX calls it is compiled using a different compiler and the rest of the UnixPkg is compiled with UNIXPKG tool. You just need to point UNIXPKG at your EFI X64 ABI compiler of choice, it should work like MYTOOLS. Some one may want to port this to Linux at some point. To build cd into UnixPkg and ./build64.sh by andrewfish · 14 years ago
- 3364f3c Add LZMA decompression to DXE Core. by andrewfish · 14 years ago
- 2ec364f Fix reverse gasket issue that was breaking watch dog timer. by andrewfish · 14 years ago
- c0351cf Fix crash in UnixPkg caused by r10769. The DxeCore is not calling the library constructor, but is calling the library members that are coded to assume the constructor has run. Check to make sure constructor has run before using services. If Dxe Core starts calling library constructor then this code will just work, but it may cause an issue with the extra call to load symbols, since we catch the symbol load in DxeIpl. by andrewfish · 14 years ago
- c8e0735 Minor update code comment in last commitment. by qhuang8 · 14 years ago
- ab5255f Update UnixUgaScreen module to adapt to the change in Unix UGA protocol interface. by qhuang8 · 14 years ago
- 526cafb Add -m32 option for IA32 ASM flag to ensure it is treated as 32-bit for GCC assembler. by qhuang8 · 14 years ago
- a4902cc Complete coding to support X64 EFI ABI in UnixPkg. Code is not currently hooked in or tested, but it is code complete. Only missing step from testing is figuring out how to build with two different ABIs for the same platform. Sec needs a different ABI. May need to add a 2nd build step. by andrewfish · 14 years ago
- 082be7a Change the GUID value of UnixBaseLib to avoid Guid value collision with BaseLib.inf in MdePkg. by qhuang8 · 14 years ago
- 07a9079 Started working on EFI ABI to UNIX ABI assembly gasket by andrewfish · 14 years ago
- ede7ec0 Changed the X64 gasket so it would be possible to port it to deal with the Unix to EFI ABI mangling. It still just does Unix ABI, and has some Xcode specific stuff to make source level debug a little easier, but it is a good first step. by andrewfish · 14 years ago
- 185969e Add an option to build the GccShell. './build.sh shell' or './build64.sh' will buid the shell. by andrewfish · 14 years ago
- b9c8e50 Port UnixPkg to also support X64. Currently only supports Unix x86_64 ABI. In the future we can make Sec support x86_64 ABI and the rest of the code support X64 EFI ABI. This will require assembly gaskets to fix the calling convention differences. I currently have noop gaskets in place for x86_64 ABI. This has only been tested on OS X 10.6. by andrewfish · 14 years ago
- 5fc3b5d Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. by andrewfish · 14 years ago
- d39c2af Fix #pragma pack(4) issue with an #ifdef. The #pragma () is in the wrong place. by andrewfish · 14 years ago
- d34689b Some more 64-bit fixes. by andrewfish · 15 years ago
- d5cdd25 Fix xcode project to point to the correct X64 paths. Also update print out to not point to tianocore.org... by andrewfish · 15 years ago
- 307d6c4 Add an Xcode project to build 64-bit UnixPkg. Currently crashes in PeiCore(). by andrewfish · 15 years ago
- 47d475f Fix 64-bit compile bug by andrewfish · 15 years ago
- 67f8680 Started trying to get the UnixPkg to compile for X64 with UnixABI. So far only have Sec compiling with Xcode. This is the first step in trying to get the EFIABI to work. Note since SEC is a Posix application it will still need to be Unix ABI. by andrewfish · 15 years ago
- 97ada49 Clean up package/platform DSC files by the following steps: by lgao4 · 15 years ago
- f9b8ab5 Update the copyright notice format by hhtian · 15 years ago
- 80494d3 Remove DataHub PCD references. by andrewfish · 15 years ago
- deb8df5 Remove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI/UEFI Unix platform. by lgao4 · 15 years ago
- 526bf28 UnixSerialIo driver was changed to produce the flow control device path node when the remaining device path contains such node. And it will return unsupported when receiving a remaining device path only contains UART node and it’s already produced the flow control node. by niruiyu · 15 years ago
- 1b14ec4 Add VlanConfigDxe to platform DSC/FDF. by xdu2 · 15 years ago
- c029854 Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
- badc180 Cleanup unused items produced by EmbeddedPkg in UnixPkg.dsc by klu2 · 15 years ago
- 171aae8 Cleanup unused library class in UnixPkg.dsc by klu2 · 15 years ago
- 2014a81 Add the missing OUTPUT directory for the EFI and depex file in Rule section. by lgao4 · 15 years ago
- a0b1646 Clean up Rules of Platform FDFs to apply only one EFI image and Depex for each driver. by lgao4 · 15 years ago
- fa2198b add debug agent null instance in DSC file. by vanjeff · 15 years ago
- b05ad4a Cleanup: Remove PcdDxePcdDatabaseTraverseEnabled by jljusten · 15 years ago
- ef76813 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
- 7b202cb 1. Correct File header to ## @file by lgao4 · 15 years ago
- 1039a25 Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
- f1569a9 Only ment to add support to build and launch Ebl shell, not switch over to it. Undo the switch. by andrewfish · 15 years ago
- 0534bb8 Remove dead command and clean up some coding style stuff. by andrewfish · 15 years ago
- 7e35214 Fix the build warning of potential uninitialized variable of "SizeOfHeaders". by qhuang8 · 15 years ago
- cdccd99 Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections. These should only be used for PCDs that are used to pre-init global variables, pre-init global structures, or size arrays. by mdkinney · 15 years ago
- 3b66da9 Add in commented out hooks for Shell and FatPkg. by andrewfish · 15 years ago
- 2a8ecdd Fix issue where the script assumed tools are in Bin, but they are still in BinWrappers with binaries in bin dir for all architectures. Make both schemes work. by andrewfish · 15 years ago
- 1096a48 Update scripts to point to edk2 BaseTools now fixes have been checked in by AJFISH · 15 years ago
- 225290e Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. This is needed for debug prints with PE/COFF images that started as ELF or Mach-O. Moved and debugged ARM semihosting lib for RVD that prints out the debugger symbol load commands in a window on the debugger. Trying to write a script file, but that crashes RVD. Added debug print to BeagleBoard Sec that prints out RVD debugger command to load symbols for the Sec. Synced the rest of the code. by AJFISH · 15 years ago
- d41b753 Refer to OEM status code hook library instances in MdeModulePkg. by xli24 · 15 years ago
- 6a5025f Refer to status code library instances in MdeModulePkg. by xli24 · 15 years ago
- 6a37c6b Remove status code modules' dependency on IntelFrameworkModulePkg. by xli24 · 15 years ago
- 1adf568 clean-up the license to open source. by eric_tian · 15 years ago
- 132f1be Fix a bug with the shell cp command. When searching for a / it was possible to lose a directory level. I changed the code to add a missing / if needed and not search backwards for one. by AJFISH · 15 years ago
- 5af06fe Fix for the Linux Build. #ifdef __APPLE__ around the files only needed to work around Mac OS X 16 byte IA-32 calling conventions issue. All the calls to this code is #ifdef __APPLE__, so no reason to build it on Linux or other gcc flavors. by AJFISH · 15 years ago
- b395a08 Fix the UnixPkg default to have the tools come from a seperate BaseTools project. When the fixes are checked into edk2 we can move it back to pointing to tools in edk2. by ajfish · 15 years ago
- 5161b24 Update UnixPkg emulation platform to produce dummy CPU I/O 2 Protocol. by xli24 · 15 years ago
- 7ee3b61 Added support for Xcode on Snow Leopard. Upaded with bug fixes for Snow Leopard. by AJFISH · 15 years ago
- 8273af4 Add DxeSecurityManagementLib instance by lgao4 · 15 years ago
- aaa2cc1 1. PI SMBIOS Checkin. Major change include: by davidhuang · 15 years ago
- 6097575 Correct the alignment for PEIM by klu2 · 15 years ago
- beb9b90 1. Impl PI 1.2 PCI part. Major changes include: by davidhuang · 15 years ago
- 509dfd2 Use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE by qhuang8 · 15 years ago
- 9be2900 1. updated "the Bus Driver that creates all of its child handles on the first call to Start()" not to create any child handle if RemainingDeviepath is the End of Device Path Node, per UEFI 2.3. by vanjeff · 15 years ago
- af4a638 updated the Bus Driver that is able to create all or one of its child handles on each call to Start() not to create new child handle if RemainingDeviepath is the End of Device Path Node, per UEFI 2.3. by vanjeff · 15 years ago
- b7f7651 Minor bugs fixes from testing on Xcode 3.2 and with the iPhone SDK 3.0 compiler. by AJFISH · 15 years ago
- 6156fca Add Sec/Ia32/Gasket.S Remove unreferenced Stack.S by qhuang8 · 15 years ago
- ccd5582 Integrate patch from Andrew Fish to make it run on OS X. by qhuang8 · 15 years ago
- 06877ac deleted PCD PcdUefiVariableDefaultTimeout by jchen20 · 15 years ago
- f66d9a1 Retire the usage of S3Lib and RecoveryLib since DxeIpl does not use them any more. by qhuang8 · 15 years ago
- 6f74e80 Remove include in comments by klu2 · 15 years ago
- cf4afc9 Use Uefi.h instead of PiDxe.h, because B0 defined in Protocol/DebugSupport.h conflict with the B0 macro defined in usr/include/bits/termios.h by klu2 · 15 years ago
- eb0f522 ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which will be invoked at PlatformBds library. by eric_tian · 16 years ago
- 3980a85 Fix build broken, DxeUnixPeCoffExtracActionLib should not dependent on PeiServiceLib by klu2 · 16 years ago
- b67f279 Fix build broken, EFI_TIME_IN_DAYLIGHT used in Sec/UnixThunk.c is defined in Uefi specification, so need include Uefi.h. by klu2 · 16 years ago
- bac49e7 Remove extra #includes where possible to make build more efficient by mdkinney · 16 years ago
- 03fb2d3 roll back the change on the naming of DataHubRecords.h for backward compatibility. by eric_tian · 16 years ago
- 24cdd14 Move LockKeyboards API from GenericBdsLib to PlatformBdsLib by lgao4 · 16 years ago
- 031667a Remove code that fills in the FirmwareVendor and FirmwareRevision in the EFI System Table and depend on BdsDxe in the IntelFrameworkModulePkg to do this instead. by mdkinney · 16 years ago
- d46f363 Retire Logo and Shell guid header file, which are replaced by gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile and gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile by lgao4 · 16 years ago
- 15aef29 change the name of macro or data structure to follow DataHubSubclass/MemSubclass/CacheSubClass/ProcSubclass specs. by eric_tian · 16 years ago