aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* style(9) & style.Makefile(9)David E. O'Brien2008-03-1314-258/+297
* Improve handling U-Boot's "eth%daddr" while PowerPC metadata preparation.Rafal Jaworowski2008-03-121-3/+20
* Eliminate artificial increasing of 'netdev_opens' counter in loader's net_ope...Rafal Jaworowski2008-03-127-87/+101
* Change the BTX kernel to drop all the way out to real mode to invoke BIOSJohn Baldwin2008-03-101-401/+316
* In the PROBE_KEYBOARD case, always enable multiple consoles and set theJohn Baldwin2008-03-061-2/+4
* MFi386: revision 1.43Yoshihiro Takahashi2008-02-291-0/+7
* MFi386: revision 1.55.Yoshihiro Takahashi2008-02-291-4/+27
* Tweak the verbose disk printing a bit:John Baldwin2008-02-281-59/+51
* MFi386:Yoshihiro Takahashi2008-02-282-57/+2
* Rev 1.72 fixed a bug where if /boot.config changed the console its contentsJohn Baldwin2008-02-282-4/+6
* Retire the support for using paging in BTX. It hasn't been used sinceJohn Baldwin2008-02-272-57/+2
* o Build and install the U-Boot loader as ubldr.Marcel Moolenaar2008-02-232-10/+6
* style(9) commit.Marcel Moolenaar2008-02-231-211/+218
* Setup the new bootinfo structure.Marcel Moolenaar2008-02-231-36/+99
* o Keep running on U-Boot's stack.Marcel Moolenaar2008-02-231-21/+23
* The NFS file system support is conditional upon LOADER_NFS_SUPPORT,Marcel Moolenaar2008-02-231-1/+1
* Add __elfN(relocation_offset). It holds the offset between the virtualMarcel Moolenaar2008-02-232-2/+30
* o Include glue.hMarcel Moolenaar2008-02-231-12/+10
* o Build libuboot with -msoft-float like everything else.Marcel Moolenaar2008-02-233-50/+88
* Add the appropriate license information. This file is doubleMarcel Moolenaar2008-02-231-1/+55
* We build ficl and libofw with -msoft-float. Build the loaderMarcel Moolenaar2008-02-231-1/+1
* Move the $FreeBSD$ tag in a comment as __FBSDID doesn't work.Marcel Moolenaar2008-02-171-3/+2
* Hook the U-Boot library up to the build.Marcel Moolenaar2008-02-171-0/+5
* MFp4 (e500):Marcel Moolenaar2008-02-167-0/+817
* MFp4 (e500):Marcel Moolenaar2008-02-1616-0/+1933
* Clean up PowerPC loader(8) build config.Rafal Jaworowski2008-02-112-2/+2
* Make the openfirmware getchar entry point non-blocking. This catches upPeter Grehan2008-02-061-4/+4
* Bump manpage date for rev 1.27Giorgos Keramidas2008-01-161-1/+1
* Document that loader(8) stops reading `loader.conf' when itGiorgos Keramidas2008-01-161-0/+10
* "FreeBSD/Open Firmware/PowerPC ..." is confusing and non-standard.Marcel Moolenaar2007-12-261-1/+1
* - remove code from oroginal file, which is not required on BWCT boardsBernd Walter2007-12-231-52/+86
* BWCT boards uses two different SPI flash chipsBernd Walter2007-12-231-2/+3
* Allow negative values to be specified in the loader.Doug Ambrisko2007-12-191-0/+2
* Remove file after being repocopied to ../ofw, where it lives on.Marcel Moolenaar2007-12-177-749/+0
* Build the OFW loader from its new location after the sourcesMarcel Moolenaar2007-12-171-1/+1
* Add a note to indicate that these files do borrow in part from mbr.s andJohn Baldwin2007-11-262-0/+4
* MFi386: revision 1.18Yoshihiro Takahashi2007-11-181-1/+1
* Add a trailing \0 to the read error string so that read errors don't printJohn Baldwin2007-11-171-1/+1
* Though we are currently not interested in the EDD3 flag,Bjoern A. Zeeb2007-11-121-1/+1
* Document the per-arch default value of kern.maxbcache.Ruslan Ermilov2007-11-081-2/+3
* - Add constants for the different memory types in the SMAP table.John Baldwin2007-10-282-31/+18
* Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE isJohn Baldwin2007-10-264-4/+5
* Add . to the include path so that we follow the 'machine' symlink we createJohn Baldwin2007-10-261-1/+1
* The arm boot code uses this function as well. Redefining cgbase()Warner Losh2007-10-261-1/+1
* Fix signedness to make gcc happy.Olivier Houchard2007-10-253-4/+4
* Break out of the I/O retry loop as soon as an I/O operation succeeds ratherJohn Baldwin2007-10-251-0/+2
* MFi386: part of 1.52Yoshihiro Takahashi2007-10-251-32/+33
* MFi386: part of revision 1.51Yoshihiro Takahashi2007-10-251-161/+83
* Load the bytes into the EMAC's MAC address register in the properWarner Losh2007-10-251-2/+2
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapJohn Baldwin2007-10-249-173/+839