aboutsummaryrefslogtreecommitdiff
path: root/stand/uboot
Commit message (Expand)AuthorAgeFilesLines
* uboot/Makefile move BINDIRSimon J. Gerraty2024-03-181-1/+2
* loader/uboot: Move to foo.ldconfigWarner Losh2024-02-254-8/+8
* libsa: Remove redundant sys/cdefs.hWarner Losh2024-02-228-9/+0
* loader: Remove gfx_fb_stub.c, it's no longer neededWarner Losh2024-02-161-2/+1
* stand: Use modern function definitionsWarner Losh2024-01-283-4/+4
* stand: Automated cleanup of cdefs and other formattingWarner Losh2023-11-277-7/+0
* stand: Rename LIBFDT to LIBSAFDTMark Johnston2023-11-071-2/+2
* loader: add target for dirdeps buildStephen J. Kiernan2023-11-021-0/+9
* dirdeps: Add missing dependency filesStephen J. Kiernan2023-10-291-0/+12
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1615-28/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-165-10/+0
* loader: always install help filesMitchell Horne2023-02-031-1/+2
* stand/uboot: Remove -fPIC hereWarner Losh2023-01-251-2/+0
* stand/uboot: Explain why we test for NULL hereWarner Losh2023-01-131-0/+4
* stand: update prototypes for md_load and md_load64Warner Losh2022-12-052-6/+2
* stand: parsedev API change: devspec now points to start of full device nameWarner Losh2022-11-302-2/+8
* stand: For all disk drivers, connect dv_parsedev to disk_parsedevWarner Losh2022-11-301-0/+1
* stand: Change disk_parsedev() APIWarner Losh2022-11-302-6/+8
* stand: uboot_fmtdev can be reduced to devformatWarner Losh2022-08-113-25/+1
* stand: Add disk_fmtdev for dv_fmtdev for all the disk devicesWarner Losh2022-08-111-0/+1
* stand: Use c99 structure initialization for uboot block deviceWarner Losh2022-07-241-9/+9
* stand/uboot: setup archsw before probing devicesAlbert Jakiela2022-07-011-7/+7
* Remove "All Rights Reserved" from Foundation copyrightsEd Maste2022-06-301-1/+0
* stand: s/libstand/libsa/g to catch up with renameWarner Losh2022-04-301-1/+1
* stand/uboot: Fix building of ubldr.binWarner Losh2022-02-072-3/+8
* stand/uboot: reorgWarner Losh2021-12-1530-57/+963
* loader: move all gfx_fb.c stubs to common/gfx_fb_stub.cWarner Losh2021-12-142-81/+2
* stand: remove mips supportWarner Losh2021-12-102-13/+0
* loader: implement mount/unmount rootfsToomas Soome2021-09-082-2/+5
* loader: fix uboot build with gfx_fbToomas Soome2021-01-032-1/+81
* stand/uboot: fix setting of gateip.s_addrSimon J. Gerraty2020-06-011-1/+1
* stand: -fno-common fixes for !x86 loadersKyle Evans2020-04-071-1/+1
* loader: remove libsa/crc32.c and use version from zlibToomas Soome2020-03-192-3/+5
* veloader use vectx API for kernel and modulesSimon J. Gerraty2020-03-082-3/+4
* Backout 356693. The libsa malloc does provide necessary alignment andToomas Soome2020-01-131-1/+1
* loader: allocate properly aligned buffer for network packetToomas Soome2020-01-131-1/+1
* stand/fdt: Scale blob size better as overlays applyKyle Evans2020-01-091-1/+4
* stand: refactor overlay loading a little bitKyle Evans2019-04-111-2/+7
* Distinguish between "no partition" and "choose best partition" with a constant.Ian Lepore2019-03-242-14/+19
* Fix the handling of legacy-format devices in the u-boot loaderdev variable.Ian Lepore2019-02-201-9/+16
* Allow the u-boot loaderdev env var to be formatted in the "usual" loader(8)Ian Lepore2019-02-181-0/+22
* Fix more places to use DEV_TYP_NONE instead of -1 to indicate 'no device'.Ian Lepore2019-02-181-7/+7
* Use DEV_TYP_NONE instead of -1 to indicate no device was specified.Ian Lepore2019-02-181-4/+4
* Make uboot_devdesc properly alias disk_devdesc, so that parsing the u-bootIan Lepore2019-02-182-15/+11
* ubldr: Force 'usefdt' variable to 1 for powerpcJustin Hibbits2018-12-021-0/+3
* The libstand's panic() appends its own '\n' to the message, so that users of ...Maxim Sobolev2018-11-292-3/+3
* ubldr: Bump heap size, 1MB -> 2MBKyle Evans2018-08-011-1/+1