summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)AuthorFilesLines
2015-08-19ArmPkg: remove ARMv6 support codeArd Biesheuvel13-834/+1
2015-08-10ArmPkg/GenericWatchdogDxe: add missing VOID* castArd Biesheuvel1-1/+1
2015-08-10ArmPkg/GicV3: use GICv3 generic sysreg names only for GNU asArd Biesheuvel1-0/+10
2015-07-28ArmPkg: cache detected revision in ArmGicArchLibArd Biesheuvel3-9/+40
2015-07-28ArmPkg: copy ArmGicArchLib to ArmGicArchSecLibArd Biesheuvel3-0/+135
2015-07-28ArmPkg: split off ArmGicArchLib from ArmGicLibArd Biesheuvel9-17/+71
2015-07-28ArmPkg: merge ArmGicV[23]Lib.h into ArmGicLib.hArd Biesheuvel9-133/+98
2015-07-14ArmPkg: Remove PCD declarations linked to the ARM BDS Linux LoaderOlivier Martin1-1/+0
2015-07-14ArmPkg/BdsLib: Remove Linux loader from BdsLibOlivier Martin10-1902/+1
2015-07-14ArmPkg/BdsLib: Replaced BdsLoadApplication() by LocateEfiApplicationInFv()Olivier Martin2-105/+230
2015-07-06ArmPkg/CpuDxe: Fixed AArch64 MMUOlivier Martin1-0/+3
2015-07-06ArmPkg/Application: Add new EFI application to boot LinuxRonald Cron20-691/+2787
2015-06-15ArmPkg/ArmLib: Fixed build after recent BaseTools changesOlivier Martin1-3/+3
2015-06-09ArmPkg: reduce sysreg access count in GIC revision probeArd Biesheuvel2-4/+16
2015-05-29ArmPkg/BdsLib: Fixed TFTP when there are directories in the nameOlivier Martin1-13/+7
2015-05-29Renamed ArmPlatformPkg/ArmVirtualizationPkg into ArmVirtPkgOlivier Martin1-2/+2
2015-05-27ArmPkg: Expand AArch64 address width to 48 bitsHeyi Guo1-2/+2
2015-05-13ArmPkg: fix ArmWriteCntkCtl simple code bugHeyi Guo1-1/+1
2015-05-13ArmPkg/BdsLib: Fixed line endingOlivier Martin1-1/+1
2015-05-11ArmPkg: update BdsLib to updated definition of EFI_LOAD_OPTIONArd Biesheuvel2-13/+13
2015-05-07ArmPkg: fix pointer indirection bug in BdsFirmwareVolumeLoadImage()Ard Biesheuvel1-1/+1
2015-05-05ArmPkg/BdsLib: Exposed ShutdownUefiBootServices() in the BdsLib interfaceOlivier Martin2-6/+9
2015-04-14ArmPkg: remove cache maintenance by VA operation range size thresholdArd Biesheuvel15-53/+12
2015-04-02ArmPkg/BaseMemoryLib(Sym|Vstm): Do not post increment returned pointerOlivier Martin2-8/+16
2015-03-02ArmPkg: DebugPeCoffExtraActionLib: debugger commands are not errorsLaszlo Ersek1-5/+5
2015-02-28ArmPkg: allow patchable PCDs for memory, FD and FV addressesArd Biesheuvel1-11/+14
2015-02-28ArmPkg: allow HYP timer interrupt to be omittedArd Biesheuvel1-3/+11
2015-02-26ArmPlatformPkg/Bds: Remove any use of the "Fdt" UEFI variableRonald Cron5-57/+69
2015-02-26ArmPlatformPkg/ArmJunoDxe: Set the platform dependent FDT device pathRonald Cron2-2/+7
2015-02-26ArmPlatformPkg/ArmVExpressDxe: Load FDT into the EFI Configuration TableRonald Cron1-1/+1
2015-02-25ArmPkg/BdsLib: Added support to change the given DevicePath of a Boot EntryOlivier Martin2-26/+51
2015-02-25ArmPkg/ArmGic: Fix GICv3 in GICv2 legacy modeOlivier Martin2-6/+30
2015-02-16ArmPkg/ArmGic: enable ARE bit before driving GICv3 in native modeArd Biesheuvel7-4/+25
2015-02-16ArmPkg/ArmGic: Use the GIC Redistributor instead of GIC Distributor for GICv3Olivier Martin6-38/+87
2015-02-16ArmPkg/ArmGic: Function to locate the current CPU GIC redistributorOlivier Martin3-3/+64
2015-02-16ArmPkg/ArmGic: Added GICv3 specific definitionsOlivier Martin4-8/+30
2015-02-16ArmPkg/ArmLib.h: Add CPU Affinity definitionsOlivier Martin1-3/+8
2015-02-03*/Contributions.txt: Update example email addressJordan Justen1-2/+2
2015-02-02ArmPkg: ArmArchTimerLib: conditionally rebase to actual timer frequencyLaszlo Ersek1-20/+38
2015-02-02ArmPkg: ArmArchTimerLib: use edk2-conformant (UINT64 * UINT32) / UINT32Laszlo Ersek1-1/+7
2015-02-02ArmPkg: ArmArchTimerLib: clean up commentsLaszlo Ersek1-10/+21
2015-01-06ArmPkg/BdsLib: Close file after reading an ImageRonald Cron1-16/+32
2015-01-06ArmPkg/BdsLib: Fix DHCP4 configurationRonald Cron1-17/+39
2014-12-12ArmPkg/AsmMacroIoLib: Fixed the global variables initializationOlivier Martin2-3/+3
2014-12-12ArmPkg/BdsLib: Update the size of the Device Tree before booting LinuxOlivier Martin1-0/+3
2014-12-12ArmPkg/BdsLib: Rework TFTP bootRonald Cron4-131/+489
2014-12-12ArmPkg/GenericWatchdogDxe: Set up the watchdog timeout relatively to the syst...Ronald Cron1-3/+3
2014-12-12ArmPlatformPkg/ArmJunoPkg: Move the watchdog generic driver to ArmPkg/DriversRonald Cron5-0/+445
2014-12-12ArmPlatformPkg: The toolchain family name can be omitted if the options are c...Olivier Martin1-5/+2
2014-11-13ArmPkg/ArmGicLib: select GICv2 mode if SRE is present but unavailableArd Biesheuvel3-10/+26