1. a58266e ArmPkg/BdsLib: Fixed manipulation of the Memory Map returned by GetMemoryMap() by Olivier Martin · 12 years ago
  2. 2425e1d ArmPkg: Moved PcdArmLinuxAtagMaxOffset to be ARM specific by Olivier Martin · 12 years ago
  3. 86d7584 ArmPkg/BdsLib: Update FDT CPU node format by Olivier Martin · 12 years ago
  4. e359565 ArmPkg/BdsLinuxFdt.c: Fix creation of 'cpu' and 'psci' device tree nodes. by oliviermartin · 12 years ago
  5. 8255c56 ArmPkg/BdsLinuxFdt.c: Introduce cpu_to_fdtn() function. by oliviermartin · 12 years ago
  6. cc9f215 ArmPkg/BdsLinuxFdt.c: Split PrepareFdt() into several functions. by oliviermartin · 12 years ago
  7. 387653a ArmPkg/BdsLib: Added support for FDT alignment through PcdArmLinuxFdtAlignment by oliviermartin · 12 years ago
  8. ac0fb62 ArmPkg: Delete PCD value PcdArmLinuxKernelFixedOffset. by oliviermartin · 12 years ago
  9. 467b76b ArmPkg/BdsLib: Fix uInitrd detection by oliviermartin · 12 years ago
  10. 3809e6e ArmPkg/BdsLib: Do not create additional 'cpu' nodes if the 'cpus' node already exist by oliviermartin · 12 years ago
  11. 1a7b6d9 ArmPkg/BdsLib: Replace ARM magic value by a proper defined value. by oliviermartin · 12 years ago
  12. 2edb5ad ArmPkg/BdsLib: Fixed TFTP and PXE Boot by oliviermartin · 12 years ago
  13. a90e327 ArmPkg/BdsLib: Free the memory when Linux fails to start by oliviermartin · 12 years ago
  14. 7e91dec ArmPkg/BdsLinuxFdt.c: Check that FDT blob is correctly loaded. by oliviermartin · 12 years ago
  15. 39f58c9 ArmPkg/BdsLib: Update 'cpu-release-addr' with the UEFI locations if the method is 'spin-table' by oliviermartin · 12 years ago
  16. bc87b50 ArmPkg/BdsLib: Added support to declare Power State Coordination Interface (PSCI) to the Flat Device Tree (FDT) by oliviermartin · 12 years ago
  17. a01e042 ArmPkg/BdsLib: Passed reserved memory regions to the Device Tree by oliviermartin · 12 years ago
  18. c63626b ArmPkg: Fixed unsigned type to be architecture independent by oliviermartin · 12 years ago
  19. 2614b0c ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectory by oliviermartin · 12 years ago
  20. 6f71161 ARM Packages: Fixed coding style and typos by oliviermartin · 12 years ago
  21. c0b2e47 ArmPkg: Introduce GetGlobalEnvironmentVariable() function. by oliviermartin · 12 years ago
  22. c26aa6f ArmPkg/BdsLib: Added TimerLib to INF file by oliviermartin · 12 years ago
  23. 1e57a46 ARM Packages: Fixed line endings by oliviermartin · 12 years ago
  24. 0a6653b ArmPkg/BdsLib: Added FDT support for BdsLib by oliviermartin · 12 years ago
  25. b34e4db ARM Packages: Minor typo, mispellings and coding style changes by oliviermartin · 12 years ago
  26. ed71a22 ArmPkg/BdsLib: Fixed cache cleaning in PreparePlatformHardware() by oliviermartin · 13 years ago
  27. 7422411 ArmPkg/BdsLib: Fixed ShutdownUefiBootServices() in case the first gBS->GetMemoryMap() was successful by oliviermartin · 13 years ago
  28. c0a1f77 ArmPkg/BdsLib: Added support for using uInitrd by oliviermartin · 13 years ago
  29. 1093e30 ArmPkg/BdsLib: Fixed LinuxImageSize if uImagei format by oliviermartin · 13 years ago
  30. 3d565dd ArmPkg/BdsLib: Fixed memory leak by oliviermartin · 13 years ago
  31. 7598f36 ArmPkg/BdsLib: Fixed incorrect typecasting by oliviermartin · 13 years ago
  32. 4671d15 ArmPkg/BdsLib: Load initrd next to the Linux kernel to allow to reduce the memory from the Linux command line by oliviermartin · 13 years ago
  33. 995d967 ArmPkg/BdsLib: Added support to start uImage by oliviermartin · 13 years ago
  34. 19a7404 ArmPkg/BdsLib: Fix incorrect pointer casting by oliviermartin · 13 years ago
  35. d9325c8 ArmPkg/BdsLib: Move the code specific to the Atag preparation into a separate file by oliviermartin · 13 years ago
  36. 76d17c3 ArmPkg/BdsLib: Use two distinct functions to boot Linux either by Atag or Fdt by oliviermartin · 13 years ago
  37. a6d4d0a ArmPkg/BdsLib: Add missing BdsLoadOption.c file by oliviermartin · 13 years ago
  38. aa863d3 ArmPkg/BdsLib: Fix MemMap Device Path node support by oliviermartin · 13 years ago
  39. 4aa2417 ArmPkg/BdsLib: Move some functions used to create/update BDS Boot Entry from ArmPlatformPkg/Bds to ArmPkg/BdsLib by oliviermartin · 13 years ago
  40. 2755d84 ArmPkg/BdsLib: Add support to pass argument to a loaded EFI application by oliviermartin · 13 years ago
  41. 48be3ea ArmPkg/BdsLib: InitrdImageSize was not initialized when no initrd was passed by oliviermartin · 13 years ago
  42. 1c6f402 ArmPkg/BdsLib: Fixed parameters passed to AllocatePages() by oliviermartin · 13 years ago
  43. 8c454d9 BeagleBoardPkg: Use gArmTokenSpaceGuid.PcdSystemMemoryBase/Size to define System Memory by oliviermartin · 13 years ago
  44. bd54c23 ArmPkg/BdsLib: Allocate memory with AnyPage type if it failed with the one initially requested by oliviermartin · 13 years ago
  45. 656416b ArmPlatformPkg/Bds: Add Linux 'initrd' support to BDS by oliviermartin · 13 years ago
  46. 1c1e70f ArmPkg/BdsLib: Linux kernel supports either FDT or ATAG by oliviermartin · 14 years ago
  47. 3723a71 ArmPlatformPkg: Fix builds by oliviermartin · 14 years ago
  48. 5b49151 ArmPkg/BdsLib: Check if the performance timer is counting down or up in PrintPerformance() by oliviermartin · 14 years ago
  49. 6bab33c ArmPlatformPkg/Bds: Fix various bugs in the new BDS by oliviermartin · 14 years ago
  50. e862cd5 ArmPkg: Fix warnings raised by ARMGCC by oliviermartin · 14 years ago
  51. a355a36 ArmPkg/BdsLib: Upgrade the library to use natively the Device Path by oliviermartin · 14 years ago
  52. cf3a77a ArmPkg/BdsLib: Fix GetSystemMemoryResources() by oliviermartin · 14 years ago
  53. bad880b ArmPkg/BdsLib: Prevent application to hang the platform using watchdog by oliviermartin · 14 years ago
  54. 2ac288f Fix issue with fixing tabs. by andrewfish · 14 years ago
  55. 58b5d03 Remove tabs from all text files in the package. by andrewfish · 14 years ago
  56. 1bfda05 Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsUnixLib.h and fixed a lot of issues with Xcode building. by andrewfish · 14 years ago