summaryrefslogtreecommitdiffstats
path: root/sys/boot/arm64
Commit message (Collapse)AuthorAgeFilesLines
* Enable warnings in EFI boot codesmh2016-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Set WARNS if not set for EFI boot code and fix the issues highlighted by setting it. Most components are set to WARNS level 6 with few being left at lower levels due to the amount of changes needed to fix at higher levels. Error types fixed: * Missing / invalid casts * Missing inner structs * Unused vars * Missing static for internal only funcs * Missing prototypes * Alignment changes * Use of uninitialised vars * Unknown pragma (intrinsic) * Missing types etc due to missing includes * printf formatting types Reviewed by: emaste (in part) MFC after: 2 weeks X-MFC-With: r293268 Sponsored by: Multiplay Differential Revision: https://reviews.freebsd.org/D4839
* Add support for arm64 to loader.efi and boot1.efiandrew2015-04-143-0/+136
Reviewed by: emaste Sponsored by: The FreeBSD Foundation
OpenPOWER on IntegriCloud