Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android
/
bootable
/
bootloader
/
edk2
/
ad07c107f752a1ff71a22660afa2b9f8bcaaec9a
/
ArmPkg
836a782
ArmPkg/CompilerIntrinsicsLib: Added missing __aeabi_uread8 and __aeabi_uwrite8
by oliviermartin
· 12 years ago
ed71a22
ArmPkg/BdsLib: Fixed cache cleaning in PreparePlatformHardware()
by oliviermartin
· 12 years ago
ce88684
ARM Packages: Fixed mispellings
by oliviermartin
· 12 years ago
3bb46df
ArmPkg/SemihostFs: Fixed DataAbort in Semihosting File System
by oliviermartin
· 12 years ago
7422411
ArmPkg/BdsLib: Fixed ShutdownUefiBootServices() in case the first gBS->GetMemoryMap() was successful
by oliviermartin
· 12 years ago
ae42bc8
ArmPkg/TimerDxe: Fixed incorrect TimerTicks calculation
by oliviermartin
· 12 years ago
dac180f
ArmPkg/BaseMemoryLibStm: Removed duplicated instruction in InternalMemSetMem()
by oliviermartin
· 12 years ago
a32dae4
ArmPkg/AsmMacroIoLib: Renamed 'GetCorePositionInStack' macro into 'GetCorePositionFromMpId'
by oliviermartin
· 12 years ago
77734e3
ArmPkg/ArmPkg.dec: Removed duplicated PCD declarations
by oliviermartin
· 12 years ago
2575b72
ArmPkg: Fixed RVCT compiler warnings
by oliviermartin
· 12 years ago
9736c29
ArmPkg/PL390Gic: Added support for ArmGicDisableInterruptInterface()
by oliviermartin
· 12 years ago
d695039
ArmPkg/PL390Gic: Fixed initialization when the primary core is not (Cluster0,Cpu0)
by oliviermartin
· 12 years ago
526099f
ArmPkg/ArmLib: Fixed parameter checking in ArmConfigureMmu()
by oliviermartin
· 13 years ago
c4c9086
ArmPkg: Enhance CompareGuid performance by using CompareMem instead of nested unaligned read calls
by oliviermartin
· 13 years ago
f8181c9
ArmPlatformPkg: Replaced 'ArmGicSecLib' by 'ArmGicLib'
by oliviermartin
· 13 years ago
9d59a88
ArmPkg/ArmCpuLib: Fixed SMP Cortex-A9 and Cortex-A15
by oliviermartin
· 13 years ago
315649c
ArmPkg/ArmGicLib: Replaced 'ArmGicAcknowledgeSgiFrom' by 'ArmGicAcknowledgeInterrupt'
by oliviermartin
· 13 years ago
4c19ece
ArmPkg/ArmGicLib: Changed ArmGicSendSgiTo() to allow to send a specific SGI
by oliviermartin
· 13 years ago
1e40431
ArmPkg/ArmLib: Added ARM Cpu IDs
by oliviermartin
· 13 years ago
9133aa8
ArmPkg/ArmLib: Fixed MpCore macros
by oliviermartin
· 13 years ago
836c350
ArmPkg/ArmLib: Added new functions to access ARM coprocessors
by oliviermartin
· 13 years ago
7fffeef
ARM Packages: Fixed th 'NS' (Non Secure) bit in the MMU page Table Descriptor
by oliviermartin
· 13 years ago
96a8bc1
ArmPkg/PeCoffExtraActionLib: Enabled DS-5 command line when using ARM Toolchain v5
by oliviermartin
· 13 years ago
124dfbf
ArmPkg/ArmCpuLib: Removed unused files
by oliviermartin
· 13 years ago
b1d41be
ArmPkg/ArmCpuLib: Replaced complex functions ArmCpuSynchronizeWait & ArmCpuSynchronizeSignal by sev & wfe
by oliviermartin
· 13 years ago
e9f7c58
ArmPkg: Replaced gArmTokenSpaceGuid.PcdGicNumInterrupts by ArmGicGetMaxNumInterrupts()
by oliviermartin
· 13 years ago
82325f9
ARM Packages: Minor changes (fixed mispelling, line endings, incorrect comments)
by oliviermartin
· 13 years ago
84cf376
EDK II Packages: Added License.txt files
by oliviermartin
· 13 years ago
ea4ee7a
EDK II Packages: Add Contributions.txt and License.txt files
by jljusten
· 13 years ago
5e77314
ArmPlatformPkg/Sec: Allowed the Secondary Cores to set the Secure/Non Secure bits to their PPIs
by oliviermartin
· 13 years ago
18029bb
ArmLib/ArmV7: Add ISB to ArmEnableVFP
by oliviermartin
· 13 years ago
7245b43
ArmPkg: Declared ARM Hypervisor Firmware PCDs
by oliviermartin
· 13 years ago
0e9674e
ArmPkg/ArmLib: Added ARM_PROCESSOR_MODE_HYP to ARM_PROCESSOR_MODE
by oliviermartin
· 13 years ago
645890b
ArmPkg/Drivers/PL390Gic: Removed acknowledge of special interrupts (spurious interrupt)
by oliviermartin
· 13 years ago
1dc483b
ArmPkg/LinuxLoader: Remove unused DebugLib (Minor change)
by oliviermartin
· 13 years ago
69f6055
ArmPkg/ArmLib.h: Fixed the ClusterId and CoreId masks
by oliviermartin
· 13 years ago
be613c8
ArmPkg/PL390Gic: Introduced PcdGicSgiIntId to define which SGI is used for core synchronisation
by oliviermartin
· 13 years ago
9253410
ArmPkg/ArmGicLib: Added function ArmGicSetSecureInterrupts() to define the secure interrupts
by oliviermartin
· 13 years ago
916666c
ArmPkg/ArmLib: Replaced 'UINTN' type by architecture agnostic types (EFI_PHYSICAL_ADDRESS & EFI_VIRTUAL_ADDRESS) to describe memory addresses
by oliviermartin
· 13 years ago
afb9f4d
ArmPkg/Library/SemihostLib: Removed depenencies on Uefi.h (Base library)
by oliviermartin
· 13 years ago
1377db6
ArmPlatformPkg: Updated the stack setup to have the same geometry between the Secure and Normal World
by oliviermartin
· 13 years ago
5ed2368
ArmPkg/ArmLib: Fixed 'ArmConfigureMmu()' to avoid overflow when an entry is mapped at 0xFFFFFFFF
by oliviermartin
· 13 years ago
3b73c91
ArmPkg/ArmLib.h: Update 'ARM_MEMORY_REGION_DESCRIPTOR' to support 64bit addresses
by oliviermartin
· 13 years ago
65acd8e
ArmPlatformPkg: Moved 'ArmTrustZoneLib' from ArmPkg/Library to ArmPlatformPkg/Drivers
by oliviermartin
· 13 years ago
0db25cc
ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, line endings)
by oliviermartin
· 13 years ago
31d196c
ArmPkg/ArmArchTimerLib: Renamed the constructor to 'TimerConstructor()'
by oliviermartin
· 13 years ago
1bccfbe
ArmPkg/PL390Gic: Removed duplicated line of codes disabling the interrupts
by oliviermartin
· 13 years ago
ac7362c
ArmPkg/LinuxLoader: Fixed memory leak
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
d60f6af
ArmPkg/ArmV7Lib: Add support for Invalid Instruction Cache to Point of Unification
by oliviermartin
· 13 years ago
9207c5d
ArmPkg: Changed ARM CPU SetMemoryAttributes to always use strongly ordered for the EFI_MEMORY_UC attribute
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
513aa34
ArmPlatformPkg/Sec: Replaced hardcode SCR and NSACR values by PCDs to enable CPU and Platform Specific settings
by oliviermartin
· 13 years ago
d314d05
ArmPkg/ArmPkg.dsc: Add latest drivers to the DSC file to validate that they build
by oliviermartin
· 13 years ago
3d4c7ab
ArmPkg/RvdPeCoffExtraActionLib: Add quotes in RVD command line for RVD under Linux
by oliviermartin
· 13 years ago
7755dfd
ArmPkg/DefaultExceptionHandlerLib: Replace the Print() by SerialOutputWrite() function
by oliviermartin
· 13 years ago
ce4b2bd
ArmPkg/ArmArchTimerLib: Fix TimerLib when the security extension is not implemented
by oliviermartin
· 13 years ago
a8151a7
ArmPkg: Fix GetClusterId() calculation from MpId
by oliviermartin
· 13 years ago
81be6e0
ArmPkg/ArmCpuLib: Fix GCC/XCode builds
by oliviermartin
· 13 years ago
793275a
ArmPlatformPkg: Coding style (minor changes)
by oliviermartin
· 13 years ago
89bbce1
Arm Packages: Fix builds for XCODE32 toolchain
by oliviermartin
· 13 years ago
68085d3
ArmPkg/CompilerIntrinsicsLib: Reverse the order of the 'ldrb' instructions in __aeabi_uread4
by oliviermartin
· 13 years ago
19a7404
ArmPkg/BdsLib: Fix incorrect pointer casting
by oliviermartin
· 13 years ago
ae7f81c
ArmPkg/CompilerIntrinsicsLib: Fix __aeabi_memclr and __aeabi_memclr4
by oliviermartin
· 13 years ago
886f97c
ARM Packages: Fixed Build failings/warnings/EDK2 coding convention
by oliviermartin
· 13 years ago
88d4f51
ArmPlatformPkg: Add support for ARM RTSM Versatile Express A15x1 and A15x4
by oliviermartin
· 13 years ago
da9675a
ArmPkg: Add ARM Architectural Timer support
by oliviermartin
· 13 years ago
0c0e7ef
ArmPkg/ArmLib: Update Arm11 port
by oliviermartin
· 13 years ago
bd6b979
ArmPkg/ArmLib: Clean ArmV7Lib
by oliviermartin
· 13 years ago
12c5ae2
ArmPlatformPkg: Replaced 'ArmPlatformTrustzoneSupported' by the fixed Pcd gArmTokenSpaceGuid.PcdTrustzoneSupport
by oliviermartin
· 13 years ago
3127615
ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initialization (2)
by oliviermartin
· 13 years ago
aa84fef
ArmPkg: Removed 'ArmV7/ArmV7MPCore*' files
by oliviermartin
· 13 years ago
90d6a1b
ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initialization
by oliviermartin
· 13 years ago
d9e4abb
ArmPkg/ArmV7: Move the MMU specific macros into 'Chipset/ArmV7Mmu.h
by oliviermartin
· 13 years ago
1d2bbdb
ArmPkg: Removed deprecated 'ArmMPCoreMailBoxLib'
by oliviermartin
· 13 years ago
44788ba
ArmPkg: Create MpCoreInfo PPI and HOB to describe CPU Cores on a MPCore platform
by oliviermartin
· 13 years ago
8fc38a3
ArmPlatformPkg: Introduce ArmPlatformGlobalVariableLib
by oliviermartin
· 13 years ago
f92b93c
ARM Packages: Rename PcdNormal* into Pcd* PCDs
by oliviermartin
· 13 years ago
2dbcb8f
ArmPlatformPkg: Changed memory model for the stacks
by oliviermartin
· 13 years ago
0787bc6
ArmPlatformPkg: Introduce Primary core macros
by oliviermartin
· 13 years ago
55a0d64
ArmPkg: Renamed library 'PL390GicLib' into 'ArmGicLib'
by oliviermartin
· 13 years ago
75e4db2
ArmPkg/Application/LinuxLoader: Create a Linux Loader EFI application
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
11c20f4
Arm Packages: Fixed coding style/Line endings to follow EDK2 coding convention
by oliviermartin
· 13 years ago
2a9f433
ArmPkg/ArmDisassemblerLib: Comment out unused variable
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
a6e97d2
ArmPkg/BdsLib: Move the Generic BDS_LOAD_OPTION structure from Armplatform/Pkg to ArmPkg/Bds
by oliviermartin
· 13 years ago
796b0b1
ArmPkg/CompilerIntrinsicsLib: Add memory intrinsics for RVCT
by oliviermartin
· 13 years ago
cc1e814
ArmPlatformPkg: Fix ARM RealView EB and VE builds
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
Next »