Add board support for the AMD DBAu1500 development board
authorEric Andersen <andersen@codepoet.org>
Wed, 9 Mar 2005 08:35:06 +0000 (08:35 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 9 Mar 2005 08:35:06 +0000 (08:35 -0000)
commita65a9369f45358fefd253da7fcc2dc2869785009
tree3ac25f6981158f49654a1840ea3872e3f6adf570
parent4c22057788314a0b3f8fcd4dfd53a7837e3f6cf0
Add board support for the AMD DBAu1500 development board
74 files changed:
target/device/AMD/Config.in [new file with mode: 0644]
target/device/AMD/DBAu1500/Makefile.in [new file with mode: 0644]
target/device/AMD/DBAu1500/busybox.config [new file with mode: 0644]
target/device/AMD/DBAu1500/depmod.pl [new file with mode: 0755]
target/device/AMD/DBAu1500/device_table.txt [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/002-2.4.29-hf4.diff.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/003_kbuild_fixes.diff.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/004-correct-toolchain.patch [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/004_386_emu.diff.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/005_modularize_vesafb.diff.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/006_init_unshare.diff.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/007-scsi_add_remove_single.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/008-ieee1394-fix.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/009-always-inline.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/010-optimize-for-size.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/012-x86-check_gcc.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/015_cramfs_initrd.diff.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/017-printk.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/018-slab-loop-init.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/041-changeloop.patch.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/042-loopfixes.patch.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/044-streaming_io.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/062-silence-blk-queue.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/063-silence.kbd.patch.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/064-shutup-md.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/067-squashfs2.patch.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/076-nmap-freak.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/077-orinoco-0.13e.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/078-hostap.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/079-jiffies64.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/089-no-touch-makedep.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/kernel-patches/100_VERSION.bz2 [new file with mode: 0644]
target/device/AMD/DBAu1500/linux.config [new file with mode: 0644]
target/device/AMD/DBAu1500/linux.mk [new file with mode: 0644]
target/device/AMD/DBAu1500/skel.tar.gz [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/etc/TZ [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/etc/fstab [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/etc/group [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/etc/hostname [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/etc/hosts [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/etc/init.d/S20urandom [new file with mode: 0755]
target/device/AMD/DBAu1500/target_skeleton/etc/init.d/S40network [new file with mode: 0755]
target/device/AMD/DBAu1500/target_skeleton/etc/init.d/rcS [new file with mode: 0755]
target/device/AMD/DBAu1500/target_skeleton/etc/inittab [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/etc/inputrc [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/etc/issue [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/etc/network/interfaces [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/etc/passwd [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/etc/profile [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/etc/protocols [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/etc/random-seed [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/etc/resolv.conf [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/etc/securetty [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/etc/services [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/etc/shadow [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/root/.bash_history [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/root/.bash_logout [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/root/.bash_profile [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/root/.bashrc [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/usr/share/terminfo/a/ansi [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/usr/share/terminfo/d/dumb [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/usr/share/terminfo/l/linux [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/usr/share/terminfo/r/rxvt [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/usr/share/terminfo/s/screen [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/usr/share/terminfo/s/screen-w [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/usr/share/terminfo/s/sun [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/usr/share/terminfo/v/vt100 [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/usr/share/terminfo/v/vt220 [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/usr/share/terminfo/v/vt52 [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/usr/share/terminfo/x/xterm [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/usr/share/terminfo/x/xterm-xfree86 [new file with mode: 0644]
target/device/AMD/DBAu1500/target_skeleton/usr/share/udhcpc/default.script [new file with mode: 0755]
target/device/AMD/DBAu1500/uClibc.config [new file with mode: 0644]
target/device/AMD/Makefile.in [new file with mode: 0644]