aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/mips/beri/loader
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-1414-1718/+0
* Install the 4th files in sys/boot/forth instead of each loaderWarner Losh2017-11-101-11/+2
* loader: set options before including bsd.init.mkRoger Pau Monné2017-11-081-7/+7
* Use defs.mk defins in most MD codeWarner Losh2017-10-301-8/+9
* End source directories with SRC rather than a hodgepodge of namesWarner Losh2017-10-221-1/+1
* LOADER_foo_SUPPORTEDWarner Losh2017-10-161-8/+6
* Move all the ficl common code into ficl.mkWarner Losh2017-10-161-8/+0
* Move common/Makefile.inc to sys/boot/loader.mk.Warner Losh2017-10-161-8/+2
* Rather than laying whack-a-mole with including the path to stand.h,Warner Losh2017-10-101-3/+0
* Define LIBSA* and use them instead of overloaded LIBSTANDWarner Losh2017-10-091-3/+2
* Define SASRC and use itWarner Losh2017-10-091-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 compiler driver to link BERI boot loadersAlexander Kabaev2017-01-051-1/+0
* dosfs support in libstand is broken since r298230Toomas Soome2016-12-302-6/+6
* Deduplicate loader vers.c Makefile rulesEd Maste2016-12-191-5/+1
* 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
* Create a new linker set, Xficl_compile_set which contains a list ofWarner Losh2016-10-141-0/+4
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* A new implementation of the loader block cacheAllan Jude2016-04-182-8/+8
* Currently BERI's loader is including the 32-bit version of the FICL MIPS sysd...Stanislav Galabov2016-02-261-1/+1
* 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
* 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-191-2/+0
* Give loaders more control over the Forth initialization process. InMarcel Moolenaar2014-07-271-1/+1
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-081-0/+2
* 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-4/+16
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Replace Apache-style license on two Makefiles with stock 2-clause BSD;Robert Watson2014-02-181-17/+19
* Commit a first cut at ports of boot2 and loader to 64-bit MIPS, with aRobert Watson2014-02-1814-0/+1721