aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm32
AgeCommit message (Expand)AuthorFilesLines
2024-01-16[crypto] Allow multiplicand and multiplier to differ in sizemultMichael Brown2-12/+18
2024-01-14[build] Remove unnecessary ".text" directivesMichael Brown2-2/+0
2023-02-05[build] Allow for per-architecture unprefixed constant operand modifierMichael Brown1-0/+3
2023-01-23[arm] Inhibit linker warnings about an implied executable stackMichael Brown3-0/+3
2023-01-23[arm] Use -mfloat-abi=soft only for EFI buildsMichael Brown2-1/+5
2023-01-23[arm] Use -fno-short-enums for all 32-bit ARM buildsMichael Brown2-4/+5
2023-01-22[dhcp] Simplify platform-specific client architecture definitionsMichael Brown2-40/+20
2017-07-28[build] Fix ARM32 EFI builds with current EDK2 headersMichael Brown1-0/+4
2016-07-04[dhcp] Automatically generate vendor class identifier stringMichael Brown1-5/+0
2016-07-04[dhcp] Allow for variable encapsulation of architecture-specific optionsMichael Brown1-7/+6
2016-05-26[arm] Use correct DHCP client architecture valuesMichael Brown1-1/+1
2016-05-11[arm] Add optimised TCP/IP checksumming for 64-bit ARMMichael Brown1-0/+19
2016-05-11[arm] Add optimised string functions for 64-bit ARMMichael Brown1-0/+60
2016-05-08[arm] Split out 32-bit-specific code to arch/arm32Michael Brown17-0/+1121