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