1. 02eef55 MdePkg Base.h: Always define ASM_PFX by Jordan Justen · 10 years ago
  2. 068a82f 1. Add defines for MAX values for UEFI data types. by Liming Gao · 11 years ago
  3. d22ebbe Update MdePkg and EdkCompatibilityPkg INT8 definition to be typedef signed char to follow UEFI spec. by lgao4 · 13 years ago
  4. 9df063a Update the copyright notice format by hhtian · 15 years ago
  5. 809bd7b Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
  6. 52aa9e1 Updating processor bindings to not use stdint.h. Also added code to verify at compile time that data widths are correct. by geekboy15a · 15 years ago
  7. 8fe69f1 disable ICC compiler warning #593: variable was set but never used. by eric_tian · 15 years ago
  8. fc0072c Move content from CPU specific ProcessorBind.h files into Base.h if the content is the same for all supported CPU architectures. by mdkinney · 15 years ago
  9. 68167fe Fix build breaks from comment clean up checkin by mdkinney · 16 years ago
  10. 1a2f870 Second set of changes based on a review of the code comments in the Include directory for typos, grammar issues, and language clarity. by pkandel · 16 years ago
  11. 7b2cc54 Remove __APPLE__ usage in ProcessorBind.h files. by xli24 · 16 years ago
  12. f4efc39 Define macro for .global/.globl in assembly. by xli24 · 16 years ago
  13. 6149e6b Allow EFIAPI to be defined on the compiler command line. by jljusten · 16 years ago
  14. 39f35bb Fix typo in last check in by qhuang8 · 16 years ago
  15. 5cfbd05 1, Use #if defined() to judge the switching macro such as compiler macro. by klu2 · 16 years ago
  16. 1f25dac Clean IpfMacro.i to remove unused Macro. by lgao4 · 16 years ago
  17. 373ade0 Update copyright for files modified in this year by qhuang8 · 16 years ago
  18. f4ec40a Add more detailed comments for many of the Base Types by mdkinney · 16 years ago
  19. 9a1d00c Update FUNCTION_ENTRY_POINT() to be compatible with a wider variety of input parameters. by mdkinney · 16 years ago
  20. 3963c4b Add comments for the MACRO follow the Spec, and change some definition not match the Spec. by gikidy · 16 years ago
  21. 14996c9 Correct Minor Comments in M3 to M4 review. by lgao4 · 16 years ago
  22. 9510db6 update comments and refine code. by vanjeff · 16 years ago
  23. 4ef8fb4 trunk/edk2/MdePkg/Include/X64/ProcessorBind.h: by jljusten · 16 years ago
  24. 1fb24cc edk2/MdePkg/Include/x64/ProcessorBind.h: by jljusten · 16 years ago
  25. fb5148a by klu2 · 16 years ago
  26. 24a7505 Add FUNCTION_ENTRY_POINT macro by mdkinney · 17 years ago
  27. 42a885c Added macro GLOBAL_OBJECT and GLOBAL_CONSTANT, and changed '.global' to '.globl' based on HP feedback by zliu3 · 17 years ago
  28. d936a70 changed the Sec information structure for IPF by vprabhal · 17 years ago
  29. b483e39 Updated comments for IntelCompiler specific warnings by AJFISH · 17 years ago
  30. 46913d4 Diable 1418 and 1419 with pragma. by qwang12 · 17 years ago
  31. bf3179d Add the IPF boot mode into ProcessorBind.h, and these boot mode is defined in Itanium Manual so add this in IPF ProcessorBind.h by zliu3 · 18 years ago
  32. 842f557 Updated headers to follow coding standard by AJFISH · 18 years ago
  33. b6460fc by yshang1 · 18 years ago
  34. a1710a6 Rename the PalApi.h to Pal.h. by yshang1 · 18 years ago
  35. adcca86 by yshang1 · 18 years ago
  36. 5ccad0c Delete the IpfDefines.h from MDE package. It should be in IpfCpu package. by yshang1 · 18 years ago
  37. d1f9500 Checked in the Protocols introduced in UEFI/PI. by yshang1 · 18 years ago
  38. 959ccb2 Move to directory "Include" by yshang1 · 18 years ago
  39. 586cd1f Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break existing builds. Also updated the SPD and FPD files UiNames by lhauch · 18 years ago
  40. 63afc36 by gtian · 18 years ago
  41. c529b12 Add GLOBAL_FUNCTION macro for Itanium by mdkinney · 18 years ago
  42. 4e3f186 Add FIT types from the SAL Spec to SalApi.h by mdkinney · 18 years ago
  43. 9c89ec9 Only include SmmCis.h if the CPU Arch is IA32 or X64 by mdkinney · 18 years ago
  44. 20bfd42 Define GLOABAL_REMOVE_IF_UNREFERENCED for IPF on MSFT tool chains by mdkinney · 18 years ago
  45. 7ac2bbc Add EFI_DELIVERY_MODE to SalApi.h by mdkinney · 18 years ago
  46. da0559b Disable warning when assigning a function pointer to a data pointer by mdkinney · 18 years ago
  47. caae4de Add #define CPU_STACK_ALIGNMENT to the ProcessorBind.h for each of the supported CPU architectures. This value is sizeof(UINTN) for IA-32, X64, and EBC. It is 16 bytes for IPF. by mdkinney · 18 years ago
  48. 22a8f52 Added two #pragma to disable 4505 & 4206 warnings for MSFT compiler. This is for compiling source files with pre-compiled header file. by jwang36 · 18 years ago
  49. 878ddf1 Initial import. by bbahnsen · 19 years ago