9
0
Fork 0
Commit Graph

2939 Commits

Author SHA1 Message Date
Sascha Hauer e00be03fe0 Remove all unused files from common. They can be added later from
U-Boot 1.x when needed.
2007-09-05 13:11:49 +02:00
Sascha Hauer 4d872fb09a add gen_netx_image to Makefile 2007-09-05 12:58:41 +02:00
Sascha Hauer 6422fe2cd5 generate netx images in toplevel Makefile. This does not look very good
but I do not have another idea now.
2007-09-05 12:58:00 +02:00
Sascha Hauer b39e410ca7 add Hilscher netx support part3 (header files) 2007-09-05 12:57:00 +02:00
Sascha Hauer 2880046623 use text_entry instead of hardcoded start.S for scb9328 2007-09-05 12:56:06 +02:00
Sascha Hauer 14e3b2b3ec temporary config for netx 2007-09-05 12:55:13 +02:00
Sascha Hauer 9a68d98b6a add Hilscher netx serial driver 2007-09-05 12:54:14 +02:00
Sascha Hauer 4b72bf8449 add hilscher netx ethernet driver 2007-09-05 12:53:50 +02:00
Sascha Hauer 6ef87e89d5 add Hilscher netx support part2 2007-09-05 12:53:07 +02:00
Sascha Hauer a744809b50 add hilscher netx support 2007-09-05 12:52:24 +02:00
Sascha Hauer 43811766ac add netx image generation script 2007-09-05 12:51:19 +02:00
Sascha Hauer 1cdc2fe996 consolidate arch/arm/cpu/start-arm920t.S and arch/arm/cpu/start-arm926ejs.S 2007-09-05 12:50:28 +02:00
Sascha Hauer 7989a989b9 arm: use linker section for reset vector
Put the reset vector at the beginning of the binary by creating
its own section in the linker script rather than specifying the
file.

Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
Acked-by:      Sascha Hauer <s.hauer@pengutronix.de>
2007-07-25 12:34:06 +02:00
Sascha Hauer 654bb6b0b8 further reloc fixes 2007-07-25 12:25:01 +02:00
Sascha Hauer dd13f2cdda -trunk -> -git 2007-07-16 10:31:46 +02:00
Sascha Hauer 6e8ff8edba enable flash protection for monitor 2007-07-16 10:31:11 +02:00
Sascha Hauer ca52150cd0 add whitespace in banner string 2007-07-16 10:30:40 +02:00
Sascha Hauer 4283b823e7 add missing include 2007-07-16 10:29:57 +02:00
Sascha Hauer 056a695c15 implement flash protection 2007-07-16 10:29:28 +02:00
Sascha Hauer be6790838d fix compiler warning 2007-07-15 14:06:16 +02:00
Sascha Hauer 8881fb7984 use memmap() to save one memcpy call in bootm 2007-07-15 14:02:53 +02:00
Sascha Hauer 665291e693 implement memmap().
With this function we can get a pointer to directly memory mapped
devices like nor flash or RAM. Useful for bootm where we save one
memcopy when the image is mappable
2007-07-15 13:50:04 +02:00
Sascha Hauer 9b3761c445 whitespace cleanup 2007-07-15 13:46:45 +02:00
Sascha Hauer 7ec80eb0e9 whitespace cleanup 2007-07-15 12:58:31 +02:00
Sascha Hauer b844766e03 whitespace cleanup 2007-07-15 12:43:20 +02:00
Sascha Hauer b449ef7374 fix silly bug in unregister_device(). When unregistering devices
we have to compare the device pointers and not the names.
2007-07-14 15:36:49 +02:00
Sascha Hauer 8dc7fe1648 Lindent commands/partition.c 2007-07-14 15:20:43 +02:00
Sascha Hauer 7c809ab519 allow calculationg checksums of files 2007-07-14 14:47:35 +02:00
Sascha Hauer 4b0ac7ecf7 add defconfig for sandbox target 2007-07-14 14:46:24 +02:00
Sascha Hauer 66b61fda62 fix printf in do_flerase() 2007-07-14 14:45:45 +02:00
Sascha Hauer 34844ba052 check for digit in parse_are_spec() 2007-07-14 14:45:11 +02:00
Sascha Hauer 41fd1f6625 add O_RDONLY flag to open() call 2007-07-14 14:44:29 +02:00
Sascha Hauer 828fe2d8e4 add missing include 2007-07-14 14:43:53 +02:00
Sascha Hauer 6f779cc1c5 - fix memory hole
- fix reading of empty lines
- put the command prompt at the beginning of the line when exiting edit
2007-07-13 20:42:18 +02:00
Sascha Hauer ef54cffe97 add missing flash.o and meminfo.o to Makefile 2007-07-13 20:41:41 +02:00
Sascha Hauer ffbad06f28 remove obsolete lib_ppc 2007-07-12 12:27:53 +02:00
Sascha Hauer 9994dfb818 rename linux target to sandbox 2007-07-12 12:19:39 +02:00
Sascha Hauer d757720766 arch/linux -> arch/sandbox 2007-07-12 12:12:34 +02:00
Sascha Hauer 2557787389 print u-boot bss info only for debug case 2007-07-12 12:09:48 +02:00
Sascha Hauer ec88cc77a2 add BOARDINFO string to kconfig 2007-07-12 12:09:00 +02:00
Sascha Hauer c32130ad97 add empty include/asm-linux/common.h 2007-07-12 12:08:38 +02:00
Sascha Hauer aded101955 add BOARDINFO string to kconfig 2007-07-12 11:53:38 +02:00
Sascha Hauer a5b58941f7 move variable declarations out of ifdef 2007-07-12 11:53:09 +02:00
Sascha Hauer 3b4647f772 _armboot_start -> _u_boot_start 2007-07-12 11:52:12 +02:00
Sascha Hauer ce192d40db autogenerate include/asm-arm/proc 2007-07-12 11:51:29 +02:00
Sascha Hauer 646856e394 fix for !CONFIG_HAS_EARLY_INIT 2007-07-12 11:50:48 +02:00
Sascha Hauer 8b3202dcb1 remove lib_arm/* 2007-07-12 11:50:00 +02:00
Sascha Hauer 9462256561 add BOARDINFO string to kconfig 2007-07-12 11:24:19 +02:00
Sascha Hauer 3187e83831 add missing include 2007-07-12 11:23:38 +02:00
Sascha Hauer b1c3952f00 add missing include 2007-07-12 11:23:17 +02:00