mirror of
https://github.com/opnsense/src.git
synced 2026-03-11 02:31:16 -04:00
This uses the common U-Boot support lib (sys/boot/uboot, already used on FreeBSD/powerpc), and assumes the underlying firmware has the modern API for stand-alone apps enabled in the config (CONFIG_API). Only netbooting is supported at the moment. Obtained from: Marvell, Semihalf |
||
|---|---|---|
| .. | ||
| api_public.h | ||
| console.c | ||
| copy.c | ||
| devicename.c | ||
| disk.c | ||
| elf_freebsd.c | ||
| glue.c | ||
| glue.h | ||
| libuboot.h | ||
| Makefile | ||
| module.c | ||
| net.c | ||
| reboot.c | ||
| time.c | ||