freebsd-skq/sys/boot/mips/beri/loader
sgalabov 76fef9de39 Currently BERI's loader is including the 32-bit version of the FICL MIPS sysdep.h (sys/boot/ficl/mips/sysdep.h) instead of the 64-bit version (sys/boot/ficl/mips64/sysdep.h).
Although this may not be an issue in practice, it would be more correct if the 64-bit version was used. Also, using the 64-bit version would make it easier to add support for 64-bit ubldr on MIPS.

Approved by:	adrian (mentor)
Differential Revision:	https://reviews.freebsd.org/D5310
2016-02-26 08:06:25 +00:00
..
arch.c
beri_console.c
beri_disk_cfi.c
beri_disk_sdcard.c
devicename.c
exec.c
help.mips
loader.h
loader.ldscript Increase BERI loader section alignment to 16 2014-12-03 14:04:57 +00:00
main.c Give loaders more control over the Forth initialization process. In 2014-07-27 16:12:51 +00:00
Makefile Currently BERI's loader is including the 32-bit version of the FICL MIPS sysdep.h (sys/boot/ficl/mips/sysdep.h) instead of the 64-bit version (sys/boot/ficl/mips64/sysdep.h). 2016-02-26 08:06:25 +00:00
metadata.c
start.S
version