opnsense-src/sys/boot/mips/beri/loader
Pedro F. Giffuni d9c9c81c08 sys: use our roundup2/rounddown2() macros when param.h is available.
rounddown2 tends to produce longer lines than the original code
and when the code has a high indentation level it was not really
advantageous to do the replacement.

This tries to strike a balance between readability using the macros
and flexibility of having the expressions, so not everything is
converted.
2016-04-21 19:57:40 +00:00
..
arch.c sys: use our roundup2/rounddown2() macros when param.h is available. 2016-04-21 19:57:40 +00:00
beri_console.c
beri_disk_cfi.c A new implementation of the loader block cache 2016-04-18 23:09:22 +00:00
beri_disk_sdcard.c A new implementation of the loader block cache 2016-04-18 23:09:22 +00:00
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