cvs commit: src/sys/boot/uboot Makefile src/sys/boot/uboot/common
Makefile.inc main.c src/sys/boot/uboot/lib Makefile api_public.h
console.c copy.c devicename.c disk.c elf_freebsd.c glue.c
libuboot.h module.c net.c reboot.c time.c
Marcel Moolenaar
marcel at FreeBSD.org
Sat Feb 16 14:13:12 PST 2008
marcel 2008-02-16 22:13:12 UTC
FreeBSD src repository
Added files:
sys/boot/uboot Makefile
sys/boot/uboot/common Makefile.inc main.c
sys/boot/uboot/lib Makefile api_public.h console.c copy.c
devicename.c disk.c elf_freebsd.c glue.c
libuboot.h module.c net.c reboot.c time.c
Log:
MFp4 (e500):
Add support for U-Boot. This uses the U-Boot API as developed by
Rafal and which is (will be) part of U-Boot 1.3.2 and later.
Credits to: raj@
Revision Changes Path
1.1 +5 -0 src/sys/boot/uboot/Makefile (new)
1.1 +3 -0 src/sys/boot/uboot/common/Makefile.inc (new)
1.1 +226 -0 src/sys/boot/uboot/common/main.c (new)
1.1 +28 -0 src/sys/boot/uboot/lib/Makefile (new)
1.1 +104 -0 src/sys/boot/uboot/lib/api_public.h (new)
1.1 +83 -0 src/sys/boot/uboot/lib/console.c (new)
1.1 +57 -0 src/sys/boot/uboot/lib/copy.c (new)
1.1 +237 -0 src/sys/boot/uboot/lib/devicename.c (new)
1.1 +103 -0 src/sys/boot/uboot/lib/disk.c (new)
1.1 +90 -0 src/sys/boot/uboot/lib/elf_freebsd.c (new)
1.1 +530 -0 src/sys/boot/uboot/lib/glue.c (new)
1.1 +74 -0 src/sys/boot/uboot/lib/libuboot.h (new)
1.1 +46 -0 src/sys/boot/uboot/lib/module.c (new)
1.1 +252 -0 src/sys/boot/uboot/lib/net.c (new)
1.1 +34 -0 src/sys/boot/uboot/lib/reboot.c (new)
1.1 +61 -0 src/sys/boot/uboot/lib/time.c (new)
More information about the cvs-src
mailing list