move ARM Ltd. to vendor dir
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Thu, 29 Jan 2009 11:07:21 +0000 (12:07 +0100)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Thu, 29 Jan 2009 11:07:21 +0000 (12:07 +0100)
commite4943ec57466ea5dfa085e7a9e0ec44cb93c4e1e
treeb667a6a1977763d98c3fd53265b194669cc81562
parent7379f45a7bc71941c3920c2f6b3c3faa4d7fd315
move ARM Ltd. to vendor dir

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44 files changed:
Makefile
board/armltd/.gitignore [new file with mode: 0644]
board/armltd/integratorap/Makefile [new file with mode: 0644]
board/armltd/integratorap/config.mk [new file with mode: 0644]
board/armltd/integratorap/flash.c [new file with mode: 0644]
board/armltd/integratorap/integratorap.c [new file with mode: 0644]
board/armltd/integratorap/lowlevel_init.S [new file with mode: 0644]
board/armltd/integratorap/split_by_variant.sh [new file with mode: 0755]
board/armltd/integratorap/u-boot.lds.template [new file with mode: 0644]
board/armltd/integratorcp/Makefile [new file with mode: 0644]
board/armltd/integratorcp/config.mk [new file with mode: 0644]
board/armltd/integratorcp/flash.c [new file with mode: 0644]
board/armltd/integratorcp/integratorcp.c [new file with mode: 0644]
board/armltd/integratorcp/lowlevel_init.S [new file with mode: 0644]
board/armltd/integratorcp/split_by_variant.sh [new file with mode: 0755]
board/armltd/integratorcp/u-boot.lds.template [new file with mode: 0644]
board/armltd/versatile/Makefile [new file with mode: 0644]
board/armltd/versatile/config.mk [new file with mode: 0644]
board/armltd/versatile/flash.c [new file with mode: 0644]
board/armltd/versatile/lowlevel_init.S [new file with mode: 0644]
board/armltd/versatile/split_by_variant.sh [new file with mode: 0755]
board/armltd/versatile/u-boot.lds [new file with mode: 0644]
board/armltd/versatile/versatile.c [new file with mode: 0644]
board/integratorap/Makefile [deleted file]
board/integratorap/config.mk [deleted file]
board/integratorap/flash.c [deleted file]
board/integratorap/integratorap.c [deleted file]
board/integratorap/lowlevel_init.S [deleted file]
board/integratorap/split_by_variant.sh [deleted file]
board/integratorap/u-boot.lds.template [deleted file]
board/integratorcp/Makefile [deleted file]
board/integratorcp/config.mk [deleted file]
board/integratorcp/flash.c [deleted file]
board/integratorcp/integratorcp.c [deleted file]
board/integratorcp/lowlevel_init.S [deleted file]
board/integratorcp/split_by_variant.sh [deleted file]
board/integratorcp/u-boot.lds.template [deleted file]
board/versatile/Makefile [deleted file]
board/versatile/config.mk [deleted file]
board/versatile/flash.c [deleted file]
board/versatile/lowlevel_init.S [deleted file]
board/versatile/split_by_variant.sh [deleted file]
board/versatile/u-boot.lds [deleted file]
board/versatile/versatile.c [deleted file]