aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reviewed by: impSimon J. Gerraty2014-07-261-2/+2
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-082-0/+4
* Add optional support for USB to BERI loader. Fix the linker script soHans Petter Selasky2014-05-303-4/+27
* Fix delay() function in the BERI loader code.Hans Petter Selasky2014-05-301-5/+17
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
* Build the BERI boot loader on 64-bit MIPS (but not 32-bit MIPS). WhileRobert Watson2014-02-231-1/+6
* Temporarily unhook BERI boot loader from the build until 32-bit MIPSRobert Watson2014-02-191-0/+2
* Replace Apache-style license on two Makefiles with stock 2-clause BSD;Robert Watson2014-02-182-34/+39
* Commit a first cut at ports of boot2 and loader to 64-bit MIPS, with aRobert Watson2014-02-1833-0/+3829