Date: Tue, 14 Oct 2008 10:11:14 +0000 (UTC) From: Rafal Jaworowski <raj@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/arm/arm locore.S src/sys/arm/include bootinfo.h metadata.h src/sys/boot Makefile src/sys/boot/arm Makefile src/sys/boot/arm/uboot Makefile conf.c help.uboot ldscript.arm start.S version src/sys/boot/common Makefile.inc ... Message-ID: <200810141012.m9EACMx1098491@repoman.freebsd.org>
index | next in thread | raw e-mail
raj 2008-10-14 10:11:14 UTC
FreeBSD src repository
Modified files:
sys/arm/arm locore.S
sys/arm/include metadata.h
sys/boot Makefile
sys/boot/arm Makefile
sys/boot/common Makefile.inc load_elf.c
sys/boot/ficl Makefile
sys/boot/uboot/lib glue.c
Added files:
sys/arm/include bootinfo.h
sys/boot/arm/uboot Makefile conf.c help.uboot ldscript.arm
start.S version
Log:
SVN rev 183878 on 2008-10-14 10:11:14Z by raj
Initial support of loader(8) for ARM machines running U-Boot.
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
Revision Changes Path
1.21 +9 -0 src/sys/arm/arm/locore.S
1.1 +72 -0 src/sys/arm/include/bootinfo.h (new)
1.3 +1 -1 src/sys/arm/include/metadata.h
1.36 +1 -1 src/sys/boot/Makefile
1.4 +1 -1 src/sys/boot/arm/Makefile
1.1 +96 -0 src/sys/boot/arm/uboot/Makefile (new)
1.1 +91 -0 src/sys/boot/arm/uboot/conf.c (new)
1.1 +1 -0 src/sys/boot/arm/uboot/help.uboot (new)
1.1 +134 -0 src/sys/boot/arm/uboot/ldscript.arm (new)
1.1 +93 -0 src/sys/boot/arm/uboot/start.S (new)
1.1 +6 -0 src/sys/boot/arm/uboot/version (new)
1.24 +1 -1 src/sys/boot/common/Makefile.inc
1.39 +10 -1 src/sys/boot/common/load_elf.c
1.46 +1 -1 src/sys/boot/ficl/Makefile
1.8 +1 -1 src/sys/boot/uboot/lib/glue.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810141012.m9EACMx1098491>
