Initial code commit
authorPiotr Dymacz <pepe2k@gmail.com>
Mon, 12 Aug 2013 22:40:49 +0000 (00:40 +0200)
committerPiotr Dymacz <pepe2k@gmail.com>
Mon, 12 Aug 2013 22:40:49 +0000 (00:40 +0200)
commit23eda4af4cb09d14c1649e1a7f3c19b6a2b29788
treeb7d329e7abb7ce4df71653b308438572d1234543
parenta566009f18397b0c15ac2b24414002ed08c8d16c
Initial code commit
200 files changed:
Makefile [new file with mode: 0755]
host_util/lzma [new file with mode: 0755]
u-boot/CHANGELOG [new file with mode: 0755]
u-boot/COPYING [new file with mode: 0755]
u-boot/CREDITS [new file with mode: 0755]
u-boot/Makefile [new file with mode: 0755]
u-boot/README [new file with mode: 0755]
u-boot/board/ar7240/ap121/Makefile [new file with mode: 0755]
u-boot/board/ar7240/ap121/ap121.c [new file with mode: 0755]
u-boot/board/ar7240/ap121/config.mk [new file with mode: 0755]
u-boot/board/ar7240/ap121/hornet_pll_init.S [new file with mode: 0755]
u-boot/board/ar7240/ap121/u-boot-bootstrap.lds [new file with mode: 0755]
u-boot/board/ar7240/ap121/u-boot.lds [new file with mode: 0755]
u-boot/board/ar7240/common/ar7240_flash.c [new file with mode: 0755]
u-boot/board/ar7240/common/ar7240_flash.h [new file with mode: 0755]
u-boot/board/ar7240/common/ar7240_pci.c [new file with mode: 0755]
u-boot/board/ar7240/common/ar7240_s26_phy.c [new file with mode: 0755]
u-boot/board/ar7240/common/ar7240_s26_phy.h [new file with mode: 0755]
u-boot/board/ar7240/common/athrs17_phy.c [new file with mode: 0755]
u-boot/board/ar7240/common/athrs17_phy.h [new file with mode: 0755]
u-boot/board/ar7240/common/lowlevel_init.S [new file with mode: 0755]
u-boot/board/ar7240/common/lowlevel_init_934x.S [new file with mode: 0755]
u-boot/board/ar7240/common/phy.h [new file with mode: 0755]
u-boot/board/ar7240/db12x/Makefile [new file with mode: 0755]
u-boot/board/ar7240/db12x/config.mk [new file with mode: 0755]
u-boot/board/ar7240/db12x/db12x.c [new file with mode: 0755]
u-boot/board/ar7240/db12x/u-boot-bootstrap.lds [new file with mode: 0755]
u-boot/board/ar7240/db12x/u-boot.lds [new file with mode: 0755]
u-boot/common/Makefile [new file with mode: 0755]
u-boot/common/cmd_boot.c [new file with mode: 0755]
u-boot/common/cmd_bootm.c [new file with mode: 0755]
u-boot/common/cmd_custom.c [new file with mode: 0755]
u-boot/common/cmd_flash.c [new file with mode: 0755]
u-boot/common/cmd_mem.c [new file with mode: 0755]
u-boot/common/cmd_net.c [new file with mode: 0755]
u-boot/common/cmd_nvedit.c [new file with mode: 0755]
u-boot/common/command.c [new file with mode: 0755]
u-boot/common/console.c [new file with mode: 0755]
u-boot/common/devices.c [new file with mode: 0755]
u-boot/common/dlmalloc.c [new file with mode: 0755]
u-boot/common/env_common.c [new file with mode: 0755]
u-boot/common/env_flash.c [new file with mode: 0644]
u-boot/common/env_nowhere.c [new file with mode: 0755]
u-boot/common/environment.c [new file with mode: 0755]
u-boot/common/exports.c [new file with mode: 0755]
u-boot/common/flash.c [new file with mode: 0755]
u-boot/common/lists.c [new file with mode: 0755]
u-boot/common/main.c [new file with mode: 0755]
u-boot/config.mk [new file with mode: 0755]
u-boot/cpu/mips/Makefile [new file with mode: 0755]
u-boot/cpu/mips/ar7240/Makefile [new file with mode: 0755]
u-boot/cpu/mips/ar7240/ag7240.c [new file with mode: 0755]
u-boot/cpu/mips/ar7240/ag7240.h [new file with mode: 0755]
u-boot/cpu/mips/ar7240/ag7240_phy.h [new file with mode: 0755]
u-boot/cpu/mips/ar7240/ag934x.c [new file with mode: 0755]
u-boot/cpu/mips/ar7240/ag934x.h [new file with mode: 0755]
u-boot/cpu/mips/ar7240/ag934x_phy.h [new file with mode: 0755]
u-boot/cpu/mips/ar7240/ar7240_serial.c [new file with mode: 0755]
u-boot/cpu/mips/ar7240/hornet_ddr_init.S [new file with mode: 0755]
u-boot/cpu/mips/ar7240/hornet_serial.c [new file with mode: 0755]
u-boot/cpu/mips/ar7240/meminit.c [new file with mode: 0755]
u-boot/cpu/mips/cache.S [new file with mode: 0755]
u-boot/cpu/mips/config.mk [new file with mode: 0755]
u-boot/cpu/mips/cpu.c [new file with mode: 0755]
u-boot/cpu/mips/start.S [new file with mode: 0755]
u-boot/cpu/mips/start_bootstrap.S [new file with mode: 0755]
u-boot/drivers/Makefile [new file with mode: 0755]
u-boot/drivers/netconsole.c [new file with mode: 0755]
u-boot/drivers/pci.c [new file with mode: 0755]
u-boot/httpd/Makefile [new file with mode: 0755]
u-boot/httpd/fs.c [new file with mode: 0755]
u-boot/httpd/fs.h [new file with mode: 0755]
u-boot/httpd/fsdata.c [new file with mode: 0755]
u-boot/httpd/fsdata.h [new file with mode: 0755]
u-boot/httpd/httpd.c [new file with mode: 0755]
u-boot/httpd/httpd.h [new file with mode: 0755]
u-boot/httpd/main.c [new file with mode: 0755]
u-boot/httpd/tapdev.c [new file with mode: 0755]
u-boot/httpd/tapdev.h [new file with mode: 0755]
u-boot/httpd/uip.c [new file with mode: 0755]
u-boot/httpd/uip.h [new file with mode: 0755]
u-boot/httpd/uip_arch.c [new file with mode: 0755]
u-boot/httpd/uip_arch.h [new file with mode: 0755]
u-boot/httpd/uip_arp.c [new file with mode: 0755]
u-boot/httpd/uip_arp.h [new file with mode: 0755]
u-boot/httpd/uipopt.h [new file with mode: 0755]
u-boot/include/LzmaWrapper.h [new file with mode: 0755]
u-boot/include/ar7240_soc.h [new file with mode: 0755]
u-boot/include/ar934x_soc.h [new file with mode: 0755]
u-boot/include/asm-mips/addrspace.h [new file with mode: 0755]
u-boot/include/asm-mips/bitops.h [new file with mode: 0755]
u-boot/include/asm-mips/byteorder.h [new file with mode: 0755]
u-boot/include/asm-mips/cachectl.h [new file with mode: 0755]
u-boot/include/asm-mips/cacheops.h [new file with mode: 0755]
u-boot/include/asm-mips/global_data.h [new file with mode: 0755]
u-boot/include/asm-mips/io.h [new file with mode: 0755]
u-boot/include/asm-mips/isadep.h [new file with mode: 0755]
u-boot/include/asm-mips/mipsregs.h [new file with mode: 0755]
u-boot/include/asm-mips/posix_types.h [new file with mode: 0755]
u-boot/include/asm-mips/processor.h [new file with mode: 0755]
u-boot/include/asm-mips/ptrace.h [new file with mode: 0755]
u-boot/include/asm-mips/reg.h [new file with mode: 0755]
u-boot/include/asm-mips/regdef.h [new file with mode: 0755]
u-boot/include/asm-mips/sgidefs.h [new file with mode: 0755]
u-boot/include/asm-mips/string.h [new file with mode: 0755]
u-boot/include/asm-mips/system.h [new file with mode: 0755]
u-boot/include/asm-mips/types.h [new file with mode: 0755]
u-boot/include/asm-mips/u-boot.h [new file with mode: 0755]
u-boot/include/bzlib.h [new file with mode: 0755]
u-boot/include/cmd_confdefs.h [new file with mode: 0755]
u-boot/include/command.h [new file with mode: 0755]
u-boot/include/common.h [new file with mode: 0755]
u-boot/include/configs/ap121.h [new file with mode: 0755]
u-boot/include/configs/ar7240.h [new file with mode: 0755]
u-boot/include/configs/db12x.h [new file with mode: 0755]
u-boot/include/console.h [new file with mode: 0755]
u-boot/include/crc.h [new file with mode: 0755]
u-boot/include/devices.h [new file with mode: 0755]
u-boot/include/environment.h [new file with mode: 0755]
u-boot/include/exports.h [new file with mode: 0755]
u-boot/include/flash.h [new file with mode: 0755]
u-boot/include/hornet_soc.h [new file with mode: 0755]
u-boot/include/image.h [new file with mode: 0755]
u-boot/include/ioports.h [new file with mode: 0755]
u-boot/include/jffs2/jffs2.h [new file with mode: 0755]
u-boot/include/jffs2/load_kernel.h [new file with mode: 0755]
u-boot/include/lcd.h [new file with mode: 0755]
u-boot/include/linux/bitops.h [new file with mode: 0755]
u-boot/include/linux/byteorder/big_endian.h [new file with mode: 0755]
u-boot/include/linux/byteorder/generic.h [new file with mode: 0755]
u-boot/include/linux/byteorder/little_endian.h [new file with mode: 0755]
u-boot/include/linux/byteorder/swab.h [new file with mode: 0755]
u-boot/include/linux/config.h [new file with mode: 0755]
u-boot/include/linux/ctype.h [new file with mode: 0755]
u-boot/include/linux/list.h [new file with mode: 0755]
u-boot/include/linux/mtd/mtd-abi.h [new file with mode: 0755]
u-boot/include/linux/mtd/mtd.h [new file with mode: 0755]
u-boot/include/linux/posix_types.h [new file with mode: 0755]
u-boot/include/linux/stat.h [new file with mode: 0755]
u-boot/include/linux/stddef.h [new file with mode: 0755]
u-boot/include/linux/string.h [new file with mode: 0755]
u-boot/include/linux/time.h [new file with mode: 0755]
u-boot/include/linux/types.h [new file with mode: 0755]
u-boot/include/lists.h [new file with mode: 0755]
u-boot/include/malloc.h [new file with mode: 0755]
u-boot/include/miiphy.h [new file with mode: 0755]
u-boot/include/net.h [new file with mode: 0755]
u-boot/include/pci.h [new file with mode: 0755]
u-boot/include/pci_ids.h [new file with mode: 0755]
u-boot/include/rtc.h [new file with mode: 0755]
u-boot/include/serial.h [new file with mode: 0755]
u-boot/include/tpLinuxTag.h [new file with mode: 0755]
u-boot/include/version.h [new file with mode: 0755]
u-boot/include/zlib.h [new file with mode: 0755]
u-boot/lib_bootstrap/LzmaDecode.c [new file with mode: 0755]
u-boot/lib_bootstrap/LzmaDecode.h [new file with mode: 0755]
u-boot/lib_bootstrap/LzmaTypes.h [new file with mode: 0755]
u-boot/lib_bootstrap/LzmaWrapper.c [new file with mode: 0755]
u-boot/lib_bootstrap/Makefile [new file with mode: 0755]
u-boot/lib_bootstrap/bootstrap_board.c [new file with mode: 0755]
u-boot/lib_bootstrap/crc32.c [new file with mode: 0755]
u-boot/lib_bootstrap/string.c [new file with mode: 0755]
u-boot/lib_bootstrap/time.c [new file with mode: 0755]
u-boot/lib_generic/LzmaDecode.c [new file with mode: 0755]
u-boot/lib_generic/LzmaDecode.h [new file with mode: 0755]
u-boot/lib_generic/LzmaTypes.h [new file with mode: 0755]
u-boot/lib_generic/LzmaWrapper.c [new file with mode: 0755]
u-boot/lib_generic/Makefile [new file with mode: 0755]
u-boot/lib_generic/crc32.c [new file with mode: 0755]
u-boot/lib_generic/ctype.c [new file with mode: 0755]
u-boot/lib_generic/display_options.c [new file with mode: 0755]
u-boot/lib_generic/ldiv.c [new file with mode: 0755]
u-boot/lib_generic/string.c [new file with mode: 0755]
u-boot/lib_generic/vsprintf.c [new file with mode: 0755]
u-boot/lib_mips/Makefile [new file with mode: 0755]
u-boot/lib_mips/board.c [new file with mode: 0755]
u-boot/lib_mips/mips_linux.c [new file with mode: 0755]
u-boot/lib_mips/time.c [new file with mode: 0755]
u-boot/mips_config.mk [new file with mode: 0755]
u-boot/mkconfig [new file with mode: 0755]
u-boot/net/Makefile [new file with mode: 0755]
u-boot/net/bootp.c [new file with mode: 0755]
u-boot/net/bootp.h [new file with mode: 0755]
u-boot/net/eth.c [new file with mode: 0755]
u-boot/net/httpd.c [new file with mode: 0755]
u-boot/net/httpd.h [new file with mode: 0644]
u-boot/net/net.c [new file with mode: 0755]
u-boot/net/nfs.c [new file with mode: 0755]
u-boot/net/nfs.h [new file with mode: 0755]
u-boot/net/rarp.c [new file with mode: 0755]
u-boot/net/rarp.h [new file with mode: 0755]
u-boot/net/sntp.c [new file with mode: 0755]
u-boot/net/sntp.h [new file with mode: 0755]
u-boot/net/tftp.c [new file with mode: 0755]
u-boot/net/tftp.h [new file with mode: 0755]
u-boot/rtc/Makefile [new file with mode: 0755]
u-boot/rtc/date.c [new file with mode: 0755]
u-boot/tools/Makefile [new file with mode: 0755]
u-boot/tools/envcrc.c [new file with mode: 0755]
u-boot/tools/mkimage.c [new file with mode: 0755]