aboutsummaryrefslogtreecommitdiff
path: root/stand/kshim/bsd_kernel.h
Commit message (Expand)AuthorAgeFilesLines
* stand/usb: Fix build by declaring missing functions and types.Hans Petter Selasky2022-03-171-0/+14
* Fix build of stand/usb .Hans Petter Selasky2021-04-121-0/+2
* Bump the FreeBSD kernel version in kernel boot shim.Hans Petter Selasky2021-02-171-1/+1
* Properly define the bool type in the BSD kernel shim.Hans Petter Selasky2020-12-071-1/+6
* Add missing busdma prototypes for load and unload and implement dummy syncHans Petter Selasky2020-12-071-4/+14
* Fix mis-spelled macro in the kernel shim.Hans Petter Selasky2020-12-041-1/+1
* Add more macros, types and prototypes for building kernel code into bootloaders.Hans Petter Selasky2020-12-041-1/+17
* Fix definition of int64_t and uint64_t when long is 64-bit. This gets the kernelHans Petter Selasky2020-12-041-0/+8
* Fix build of USB bootloader code by adding checks for _STANDALONE being defined.Hans Petter Selasky2020-11-181-2/+5
* A more definitions to kernel emulation shim in order to build stand/usb.Hans Petter Selasky2018-02-071-0/+13
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+647