aboutsummaryrefslogtreecommitdiff
path: root/stand/kboot
Commit message (Expand)AuthorAgeFilesLines
* kboot: Use standard set_currdevWarner Losh2023-01-131-3/+10
* kboot: Add hostdisk overrideWarner Losh2023-01-132-11/+75
* kboot: Fetch hostfs_root and bootdev from the environmentWarner Losh2023-01-131-2/+17
* kboot: Add ZFS support build glueWarner Losh2023-01-131-0/+7
* kboot: Add support for ZFS volumesWarner Losh2023-01-132-0/+23
* kboot: Add ZFS support to hostdiskWarner Losh2023-01-132-2/+127
* kboot: Rework hostdisk.c to allow easier ZFS support.Warner Losh2023-01-131-23/+114
* kboot: use 128MB for the heap area, ZFS needs a lot of memoryWarner Losh2023-01-071-1/+1
* kboot: Sort kexec_load alphabeticallyWarner Losh2023-01-071-6/+6
* stand: Add macros for file types from statWarner Losh2023-01-071-0/+22
* kboot: Disks should be at least 16MBWarner Losh2023-01-071-0/+4
* kboot: hostdisk.c update copyright noticeWarner Losh2023-01-071-0/+1
* kboot: Use (void) instead of () for functiosn with no argsWarner Losh2022-12-092-7/+7
* kboot: Allow loading fdt from different sourcesWarner Losh2022-12-091-6/+20
* kboot: Need to find the ACPI tablesWarner Losh2022-12-092-0/+52
* stand/kboot: Parse the command line argsWarner Losh2022-12-071-7/+29
* stand/kboot: Remove unneeded include.Warner Losh2022-12-071-1/+0
* stand/kboot: Initialize all the devicesWarner Losh2022-12-071-0/+3
* kboot: copy EFI's bootinfo.c and adjustWarner Losh2022-12-071-0/+467
* stand: update prototypes for md_load and md_load64Warner Losh2022-12-051-2/+1
* kboot: Use #define for DT_DIRWarner Losh2022-12-041-1/+1
* kboot: powerpc64 has no newfstat system callWarner Losh2022-12-041-1/+0
* kboot: Add aarch64 termiosWarner Losh2022-12-041-0/+7
* kboot: Add missing license to termiosWarner Losh2022-12-043-0/+22
* stand: aarch64 has different nlinks than amd64Warner Losh2022-12-044-1/+6
* kboot: powerpc ldscript catchupWarner Losh2022-12-041-10/+38
* kboot: Enable fewer things by defaultWarner Losh2022-12-031-3/+3
* kboot: Make dosfs support conditionalWarner Losh2022-12-031-0/+2
* kboot: Add readmeWarner Losh2022-12-031-0/+48
* kboot: Move archsw init earlierWarner Losh2022-12-031-8/+8
* kboot: Use unsigned long long.Warner Losh2022-12-021-1/+1
* kboot: Enhance hostdiskWarner Losh2022-12-021-7/+185
* kboot: amd64 use /sys/firmware/memmap to find free memoryWarner Losh2022-12-021-1/+126
* kboot: move to using devparseWarner Losh2022-12-021-36/+18
* kboot: Create routines to read Linux tiny filesWarner Losh2022-12-023-1/+52
* kboot: Add hostfsWarner Losh2022-10-275-1/+291
* stand/kboot: Make FDT fixup per-archWarner Losh2022-10-276-63/+129
* stand/kboot: hostdisk isn't a DEVT_DISK, use a different value.Warner Losh2022-10-232-4/+12
* kboot: hostdisk add to lsdev outputWarner Losh2022-10-081-2/+8
* kboot: Move load address stuff to MD codeWarner Losh2022-10-086-162/+251
* stand/kboot: Add note about why we use MACHINE_ARCH hereWarner Losh2022-09-041-0/+3
* kboot: List sources one per line to make merges easierWarner Losh2022-09-011-3/+12
* kboot: add minmalist init functionalityWarner Losh2022-09-014-2/+147
* stand: Add disk_fmtdev for dv_fmtdev for all the disk devicesWarner Losh2022-08-111-0/+2
* kboot: Make console raw when we startWarner Losh2022-07-281-3/+8
* kboot: implement stripped down termiosWarner Losh2022-07-286-0/+445
* kboot: Implement host_ioctlWarner Losh2022-07-285-0/+10
* kboot: Add host_exit and use it to implement exit()Warner Losh2022-07-286-1/+11
* kboot: aarch64 supportWarner Losh2022-07-2810-0/+447
* kboot: Move conf.c up to top levelWarner Losh2022-07-286-121/+13