aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
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