summaryrefslogtreecommitdiffstats
path: root/sys/arch/octeon/stand/rdboot (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use daddr_t and not daddr32_t in boot media.krw2020-12-091-2/+2
* increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt2020-05-261-2/+2
* Check outcome of loadrandom() on octeonvisa2020-05-262-11/+26
* Rework kernel loading with octboot(4)visa2020-05-261-5/+45
* Pass boothowto from the bootloader to the kernel on octeon.visa2020-05-251-8/+5
* this hexdump tie-in is incorrect, disable for nowderaadt2019-12-011-2/+2
* Implement a hexdump command in the boot loader. This helps tobluhm2019-11-281-1/+4
* Reduce BOOTRANDOM_MAX to 256. naddy pointed out there's no point havingderaadt2019-11-011-2/+2
* Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt2019-10-291-2/+2
* Revise the way how the octeon bootloader is built. The originalvisa2019-08-041-7/+3
* Fix fd leak that broke disk_close().visa2019-08-011-1/+2
* Link octeon bootloader to the build.visa2019-07-281-3/+7
* Fix trimming of newline.visa2019-07-281-2/+5
* Add a bootloader for octeon.visa2019-07-177-0/+1207