aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2024-01-16[crypto] Allow multiplicand and multiplier to differ in sizemultMichael Brown2-12/+18
2023-06-30[build] Inhibit linker warnings about an implied executable stackGeert Stappers1-0/+1
2023-02-05[build] Allow for per-architecture unprefixed constant operand modifierMichael Brown1-0/+3
2023-01-22[arm] Support building as a Linux userspace binary for AArch64Michael Brown1-0/+10
2023-01-22[dhcp] Simplify platform-specific client architecture definitionsMichael Brown2-40/+20
2021-02-04[build] Work around -fPIE patched versions of gcc on all architecturesMichael Brown1-4/+0
2020-06-27[build] Disable position-independent code for ARM64 EFI buildsMichael Brown1-0/+4
2017-07-28[build] Conditionalise use of -mabi=lp64 for ARM64 buildsMichael Brown1-1/+12
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-12[arm] Use CNTVCT_EL0 as profiling timestampMichael Brown1-3/+1
2016-05-11[arm] Add optimised TCP/IP checksumming for 64-bit ARMMichael Brown2-0/+190
2016-05-11[arm] Add optimised string functions for 64-bit ARMMichael Brown2-0/+355
2016-05-08[arm] Add support for 64-bit ARM (Aarch64)Michael Brown15-0/+989