You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Chong Qiao 4b998183c5 gigadevice raise error only 8 error status, and not disable ecc. 3 years ago
..
arpa import pmon-all 18 years ago
asm add ejtag watch support. 3 years ago
linux gigadevice raise error only 8 error status, and not disable ecc. 3 years ago
Makefile import pmon-all 18 years ago
README import pmon-all 18 years ago
autoconf.h import pmon-all 18 years ago
bitops.h add ubifs support. 3 years ago
byteorder.h add xhci support. 4 years ago
crc32.h add tftpd 16 years ago
ctype.h import pmon-all 18 years ago
debugger.h import pmon-all 18 years ago
diskfs.h Add GPT support. 4 years ago
div64.h add ubifs support. 3 years ago
err.h import pmon-all 18 years ago
errno.h import pmon-all 18 years ago
exec.h import pmon-all 18 years ago
fcntl.h import pmon-all 18 years ago
fdt.h Add more cmds to support fdt operation, cmd "fdt" can show all of them; 6 years ago
file.h r1337@Knoppix: root | 2008-04-11 19:08:08 +0800 17 years ago
fis.h simplify the driver,Modify the device name to "atp". 16 years ago
flash.h add ubifs support. 3 years ago
gzipfs.h import pmon-all 18 years ago
ide.h simplify the driver,Modify the device name to "atp". 16 years ago
initrd.h boot_initrd decaled in initrd.h, because long long param. 4 years ago
kb3310.h add the first version of Godson3a evaluation board of MCP68 15 years ago
kconfig.h add xhci support. 4 years ago
libfdt.h Add more cmds to support fdt operation, cmd "fdt" can show all of them; 6 years ago
libfdt_env.h Add more cmds to support fdt operation, cmd "fdt" can show all of them; 6 years ago
math.h libm ok now 17 years ago
md5.h add bootmenu and password support. 16 years ago
mtdfile.h update mtd, mtd part offset, size should be long long for large nand. 3 years ago
netdb.h import pmon-all 18 years ago
onenand_uboot.h add ubifs support. 3 years ago
part.h simplify the driver,Modify the device name to "atp". 16 years ago
pflash.h Add spi boot support for ls3c 12 years ago
pmon.h make pmon autocmd expand, line size set to 512. 4 years ago
pmonenv.h import pmon-all 18 years ago
powerpc.h import pmon-all 18 years ago
prid.h import pmon-all 18 years ago
progress.h import pmon-all 18 years ago
queue.h import pmon-all 18 years ago
ramfile.h fix ramfile for 64bit phys address. 3 years ago
resolv.h import pmon-all 18 years ago
ri.h import pmon-all 18 years ago
setjmp.h jmpbuf must be alined 8. 15 years ago
signal.h import pmon-all 18 years ago
stdarg.h import pmon-all 18 years ago
stddef.h import pmon-all 18 years ago
stdio.h import pmon-all 18 years ago
stdlib.h import pmon-all 18 years ago
string.h import pmon-all 18 years ago
termio.h ls3afirewall superio port address as macro now, add NODOG macro. 3 years ago
time.h Modify the inisialize process , random get a MAC address and write the whole eeprom when the eeprom is empty. 16 years ago
ubi_uboot.h add ubifs support. 3 years ago
ubifs_pmon.h fix bch compile. 3 years ago
unaligned.h add xhci support. 4 years ago
unistd.h import pmon-all 18 years ago
url.h make httpload url support port,checksum can autoload when checksum error. 16 years ago
zlib.h add ubifs support. 3 years ago

README

	This directory emulates the /usr/include function when
compiling what could be called 'out of kernel' code.
IMPORTANT! Symbolic links to sys/foo include files
must be retained. We don't muck around with more than
one version of each include file!

#include <machine/foo.h> is specially treated. Instead
of linking 'machine' as include/machine a a path is
added as an -I flag that points at the corresponding
arch/${MACHINE}/include directory. This directory then
has a symbolic link machine that points to itself '.'.


(pefo)