summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* [crypto] Allow multiplicand and multiplier to differ in sizeMichael Brown2024-01-162-12/+18
* [build] Inhibit linker warnings about an implied executable stackGeert Stappers2023-06-301-0/+1
* [build] Allow for per-architecture unprefixed constant operand modifierMichael Brown2023-02-061-0/+3
* [arm] Support building as a Linux userspace binary for AArch64Michael Brown2023-01-221-0/+10
* [dhcp] Simplify platform-specific client architecture definitionsMichael Brown2023-01-222-40/+20Star
* [build] Work around -fPIE patched versions of gcc on all architecturesMichael Brown2021-02-041-4/+0Star
* [build] Disable position-independent code for ARM64 EFI buildsMichael Brown2020-06-271-0/+4
* [build] Conditionalise use of -mabi=lp64 for ARM64 buildsMichael Brown2017-07-281-1/+12
* [dhcp] Automatically generate vendor class identifier stringMichael Brown2016-07-041-5/+0Star
* [dhcp] Allow for variable encapsulation of architecture-specific optionsMichael Brown2016-07-041-7/+6Star
* [arm] Use correct DHCP client architecture valuesMichael Brown2016-05-261-1/+1
* [arm] Use CNTVCT_EL0 as profiling timestampMichael Brown2016-05-121-3/+1Star
* [arm] Add optimised TCP/IP checksumming for 64-bit ARMMichael Brown2016-05-112-0/+190
* [arm] Add optimised string functions for 64-bit ARMMichael Brown2016-05-112-0/+355
* [arm] Add support for 64-bit ARM (Aarch64)Michael Brown2016-05-0815-0/+989