aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/mips
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-1440-4222/+0
* Install the 4th files in sys/boot/forth instead of each loaderWarner Losh2017-11-103-31/+5
* Remove LOADER_FDT_SUPPORT as a Makefile variable.Warner Losh2017-11-101-1/+0
* loader: set options before including bsd.init.mkRoger Pau Monné2017-11-082-18/+18
* Use defs.mk defins in most MD codeWarner Losh2017-10-303-18/+22
* Move BINDIR definition to defs.mk, and override where it isn't /bootWarner Losh2017-10-253-3/+0
* End source directories with SRC rather than a hodgepodge of namesWarner Losh2017-10-222-2/+2
* Move fdt and uboot defines into common uboot.mk.Warner Losh2017-10-221-21/+1
* LOADER_foo_SUPPORTEDWarner Losh2017-10-162-58/+9
* Move all the ficl common code into ficl.mkWarner Losh2017-10-162-20/+0
* Move common/Makefile.inc to sys/boot/loader.mk.Warner Losh2017-10-162-12/+4
* Define prototype for exit and ensure referencesWarner Losh2017-10-121-0/+3
* Rather than laying whack-a-mole with including the path to stand.h,Warner Losh2017-10-103-9/+0
* Define LIBSA* and use them instead of overloaded LIBSTANDWarner Losh2017-10-093-9/+6
* Define SASRC and use itWarner Losh2017-10-093-3/+3
* Pass -N directly to ld via -Wl rather than passing it to the compiler driver.John Baldwin2017-05-231-1/+1
* loader: F_READ/F_WRITE should be checked against masked flagToomas Soome2017-04-182-0/+2
* loader: remove open_disk cacheToomas Soome2017-03-162-23/+6
* Use LDFLAGS with CC instead of _LDFLAGS.John Baldwin2017-02-221-2/+2
* Remove "-Xassembler -G0" from CFLAGS.Brooks Davis2017-01-291-1/+1
* Use compiler driver to link BERI boot loadersAlexander Kabaev2017-01-053-4/+2
* dosfs support in libstand is broken since r298230Toomas Soome2016-12-302-6/+6
* Deduplicate loader vers.c Makefile rulesEd Maste2016-12-192-9/+2
* Reduce boot loader version string duplicationEd Maste2016-12-182-5/+2
* lsdev device name section headers should be printed by dv_print callback.Toomas Soome2016-11-192-0/+8
* loader: beri_sdcard_disk_print() needs to return int.Toomas Soome2016-11-171-1/+1
* Loader paged/pageable data is not always paged.Toomas Soome2016-11-082-11/+19
* Add full softfloat and hardfloat support for MIPS.Ruslan Bukin2016-10-311-1/+1
* Create a new linker set, Xficl_compile_set which contains a list ofWarner Losh2016-10-141-0/+4
* Stop closing the network device when netbooting for loaders using the commonBaptiste Daroussin2016-10-131-2/+0
* remove CONSTRUCTORS from MIPS uboot linker scriptEd Maste2016-09-031-1/+0
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* sys/boot: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-191-1/+1
* A new implementation of the loader block cacheAllan Jude2016-04-182-8/+8
* This review aims at introducing ubldr (loader with U-Boot interface) for MIPSStanislav Galabov2016-02-298-1/+538
* Currently BERI's loader is including the 32-bit version of the FICL MIPS sysd...Stanislav Galabov2016-02-261-1/+1
* Fix mistake when transitioning to the new defines with ZFS loader. IWarner Losh2016-01-271-1/+1
* Remove static from these two. They slipped through the cracks.Warner Losh2016-01-261-1/+1
* RBX_ defines are in rbx.h, move it there.Warner Losh2016-01-261-38/+1
* Move all the separate copies of the same strings into paths.h. There'sWarner Losh2016-01-261-5/+2
* Increase BERI boot components section alignment to 16Ed Maste2016-01-202-6/+6
* Remove guards around overwriting loader.rc and menu.rcAllan Jude2015-08-061-7/+1
* Fix fallouts from r284590Baptiste Daroussin2015-06-191-0/+1
* Fix mips build, really. :-(Jung-uk Kim2015-04-031-1/+1
* Revert .PATH changes to fix mips build.Jung-uk Kim2015-04-031-0/+1
* Install newly added brand-*.4th and logo-*.4th files and reduce duplication.Jung-uk Kim2015-04-021-6/+1
* Ensure the cross assembler, linker and objcopy are used for the build32Dimitry Andric2015-04-021-1/+1
* Increase BERI loader section alignment to 16Ed Maste2014-12-031-3/+3
* Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery2014-08-192-4/+0
* Give loaders more control over the Forth initialization process. InMarcel Moolenaar2014-07-271-1/+1