This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
bf64b1d71c
freebsd-skq
/
sys
/
boot
/
arm
/
at91
/
Makefile
6 lines
102 B
Makefile
Raw
Normal View
History
Unescape
Escape
MFp4 (checkpoint of work in progress): o Use a directory layout that is more akin to the i386 boot layout. o Create a libat91 for library routines that are used by one or more of the boot loaders. o Create bootiic for booting from an iic part. o Create bootspi for booting from an spi part. o Optimize the size of many of these routines (especially emac.c). Except for the emac.c optimizations, all these have been tested. o eliminate the inc directory, libat91 superceeds it. o Move linker.cfg up a layer to allow it to be shared.
2006-04-19 17:16:49 +00:00
# $FreeBSD$
MFp4: boot2 should now build
2006-11-09 20:45:22 +00:00
SUBDIR
=
libat91 boot0 boot0iic boot0spi boot2 bootiic bootspi
MFp4 (checkpoint of work in progress): o Use a directory layout that is more akin to the i386 boot layout. o Create a libat91 for library routines that are used by one or more of the boot loaders. o Create bootiic for booting from an iic part. o Create bootspi for booting from an spi part. o Optimize the size of many of these routines (especially emac.c). Except for the emac.c optimizations, all these have been tested. o eliminate the inc directory, libat91 superceeds it. o Move linker.cfg up a layer to allow it to be shared.
2006-04-19 17:16:49 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
s
u
b
d
i
r
.
m
k
>
Reference in New Issue
Copy Permalink