| Commit message (Expand) | Author | Age | Files | Lines |
* | loader: fix uboot build with gfx_fb | Toomas Soome | 2021-01-03 | 2 | -1/+81 |
* | stand/uboot: fix setting of gateip.s_addr | Simon J. Gerraty | 2020-06-01 | 1 | -1/+1 |
* | stand: -fno-common fixes for !x86 loaders | Kyle Evans | 2020-04-07 | 1 | -1/+1 |
* | loader: remove libsa/crc32.c and use version from zlib | Toomas Soome | 2020-03-19 | 2 | -3/+5 |
* | veloader use vectx API for kernel and modules | Simon J. Gerraty | 2020-03-08 | 2 | -3/+4 |
* | Backout 356693. The libsa malloc does provide necessary alignment and | Toomas Soome | 2020-01-13 | 1 | -1/+1 |
* | loader: allocate properly aligned buffer for network packet | Toomas Soome | 2020-01-13 | 1 | -1/+1 |
* | stand/fdt: Scale blob size better as overlays apply | Kyle Evans | 2020-01-09 | 1 | -1/+4 |
* | stand: refactor overlay loading a little bit | Kyle Evans | 2019-04-11 | 1 | -2/+7 |
* | Distinguish between "no partition" and "choose best partition" with a constant. | Ian Lepore | 2019-03-24 | 2 | -14/+19 |
* | Fix the handling of legacy-format devices in the u-boot loaderdev variable. | Ian Lepore | 2019-02-20 | 1 | -9/+16 |
* | Allow the u-boot loaderdev env var to be formatted in the "usual" loader(8) | Ian Lepore | 2019-02-18 | 1 | -0/+22 |
* | Fix more places to use DEV_TYP_NONE instead of -1 to indicate 'no device'. | Ian Lepore | 2019-02-18 | 1 | -7/+7 |
* | Use DEV_TYP_NONE instead of -1 to indicate no device was specified. | Ian Lepore | 2019-02-18 | 1 | -4/+4 |
* | Make uboot_devdesc properly alias disk_devdesc, so that parsing the u-boot | Ian Lepore | 2019-02-18 | 2 | -15/+11 |
* | ubldr: Force 'usefdt' variable to 1 for powerpc | Justin Hibbits | 2018-12-02 | 1 | -0/+3 |
* | The libstand's panic() appends its own '\n' to the message, so that users of ... | Maxim Sobolev | 2018-11-29 | 2 | -3/+3 |
* | ubldr: Bump heap size, 1MB -> 2MB | Kyle Evans | 2018-08-01 | 1 | -1/+1 |
* | loader: fdt: Try to load every possible DTB from u-boot | Emmanuel Vadot | 2018-07-04 | 1 | -16/+30 |
* | stand: uboot: Do not panic if we can't find a boot device | Emmanuel Vadot | 2018-07-02 | 1 | -2/+5 |
* | bootprog_info is generated in vers.c. Move it's definition to | Warner Losh | 2018-06-14 | 1 | -1/+0 |
* | Remove comments and assertions that are no longer valid after r330809. | Ian Lepore | 2018-06-05 | 1 | -2/+1 |
* | ubldr: Bump heap size from 512K to 1M | Kyle Evans | 2018-03-14 | 1 | -1/+5 |
* | Prefer uintXX_t to u_intXX_t | Warner Losh | 2018-03-13 | 1 | -1/+1 |
* | Remove d_type from devdesc. It's not needed as we can fetch it from | Warner Losh | 2018-03-12 | 2 | -3/+1 |
* | Use the actual struct devdesc at the start of all *_devdesc structs | Warner Losh | 2018-03-12 | 4 | -23/+20 |
* | Minor cosmetic changes. | Warner Losh | 2018-03-12 | 1 | -2/+2 |
* | stand: Fix build after r330249 | Kyle Evans | 2018-03-01 | 1 | -1/+1 |
* | stand: Makefile SUBDIR cleanup | Kyle Evans | 2018-03-01 | 1 | -3/+1 |
* | Eliminate bsd.stand.mk and -fPIC 32-bit intel builds | Warner Losh | 2018-02-16 | 2 | -2/+0 |
* | Unify metadata load files for arm, mips, powerpc, sparc64 | Justin Hibbits | 2018-02-13 | 2 | -368/+2 |
* | Centralize several variables. | Warner Losh | 2018-02-02 | 2 | -2/+0 |
* | stand/fdt: Consolidate overlay handling a little further | Kyle Evans | 2018-01-28 | 1 | -10/+2 |
* | Tag unreachable places as such. I left the while (1); in place since | Warner Losh | 2018-01-26 | 2 | -2/+4 |
* | Now that exit is __dead2, we need to tag ub_exit() as __dead2. To do | Warner Losh | 2018-01-26 | 2 | -1/+2 |
* | stand/fdt: Consistently apply fdt_overlays | Kyle Evans | 2017-12-29 | 1 | -1/+4 |
* | Interact is always called with NULL. Simplify code a little by | Warner Losh | 2017-12-19 | 1 | -1/+1 |
* | Revert r326792, r326784, r326772, r326712 | Warner Losh | 2017-12-12 | 1 | -1/+1 |
* | Attempt to unbreak buildworld | Antoine Brodin | 2017-12-12 | 1 | -1/+1 |
* | When building for arm arches, set PKGALIGN to the max cache line size | Ian Lepore | 2017-12-10 | 1 | -1/+8 |
* | Move some more common stuff up to Makefile.inc. In particular, the no | Warner Losh | 2017-11-20 | 2 | -4/+0 |
* | Move sys/boot to stand. Fix all references to new location | Warner Losh | 2017-11-14 | 20 | -0/+3620 |