aboutsummaryrefslogtreecommitdiff
path: root/stand/uboot.mk
Commit message (Collapse)AuthorAgeFilesLines
* stand/uboot: reorgWarner Losh2021-12-151-21/+0
| | | | | | | | | | | | | | | | | | | Build uboot ubldr and friends like we build efi binaries o move everything to be under stand/uboot o md code goes in arch/$ARCH o move everything over from the library - Had to rename console.c, disk.c and module.c due to conflicts o update version to 1.5 to reflect the new way of building This results in a more consistent build system and should represent no functional change, apart from powerpc version getting new help file. Also, moved to exlcuding uboot on powerpc64le by using BROKEN_OPTION instead of the incidental exclusion we had before due to Makefile reorgs. Sponsored by: Netflix Feedback by: stevek, jrtc27 Differential Revision: https://reviews.freebsd.org/D33362
* Unify metadata load files for arm, mips, powerpc, sparc64Justin Hibbits2018-02-131-1/+4
| | | | | | | | | | | | Summary: All metadata.c files are very similar, with only trivial changes. Unify them into a single common file, with minor special-casing where needed. Reviewed By: imp Differential Revision: https://reviews.freebsd.org/D13978 Notes: svn path=/head/; revision=329190
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+18
Sponsored by: Netflix Notes: svn path=/head/; revision=325834