9
0
Fork 0
Commit Graph

3393 Commits

Author SHA1 Message Date
Juergen Beisert b8ac6051d7 chip select area sizes added 2007-10-18 11:52:33 +02:00
sascha 3c37202662 check if there is an ethernet device set in NetLoop 2007-10-18 11:25:13 +02:00
sascha a9791f69f7 rename mac parameter to ethaddr 2007-10-18 11:20:15 +02:00
sascha 75b605bfd2 Merge octopus:/home/git/projects/u-boot-v2 2007-10-18 11:17:32 +02:00
sascha 1b272d80f1 change functions containing 'mac' or 'enet' in its name to 'ethaddr'.
change the parameter name for ethernet devices to 'ethaddr' aswell.
2007-10-18 11:17:16 +02:00
Juergen Beisert 2e36bc0781 adding devices to the newest Phytec BSP 2007-10-18 00:06:03 +02:00
Juergen Beisert 075131631b make the clocksource work on current CPUs 2007-10-18 00:04:47 +02:00
Juergen Beisert e1c9102d3b make it work with all current CPUs 2007-10-18 00:00:02 +02:00
Juergen Beisert c054a3682d Merge branch 'master' of jbe@octopus:/home/git/projects/u-boot-v2 2007-10-17 21:09:54 +02:00
Juergen Beisert 4c03bb1d58 first time running 2007-10-17 21:09:25 +02:00
sascha f002246610 do not include Kbuild in Makefile.clean. We neither have it nor need it. 2007-10-17 19:05:01 +02:00
sascha bd8ac3ec63 arch/arm/Makefile: fix proc link creation for external builds 2007-10-17 19:03:38 +02:00
sascha f8ccf74934 Toplevel Makefile: fix link for include/config.h for external builds 2007-10-17 19:02:56 +02:00
sascha 5d746e8953 add generic linker script for arm 2007-10-17 18:23:34 +02:00
Juergen Beisert 3d1940a4a0 merge sha + jbe 2007-10-17 18:12:33 +02:00
Juergen Beisert 0641f18c36 prepare for release phytec's board. Untested yet 2007-10-17 18:05:58 +02:00
Juergen Beisert 3be8ed2fa1 adding i.MX31 CPU support 2007-10-17 17:57:55 +02:00
Juergen Beisert 60f8ee6f3f adding GPL header 2007-10-17 17:56:13 +02:00
Juergen Beisert 438873e769 remove putc references 2007-10-17 17:51:34 +02:00
Juergen Beisert 7e047fd879 making watchdog handling independend from ifdefs 2007-10-17 17:49:23 +02:00
sascha d59ca7feb3 Linking: Remove linker scripts from (arm based-) boards and add
a generic linker script to arch/arm/lib/u-boot.lds.S.
	 If a board wants to overwrite a linker script it can do
	 so using CONFIG_BOARD_LINKER_SCRIPT.
	 There is no generic linker script for ppc and blackfin
	 yet, so still use the board specific one.
2007-10-17 12:21:53 +02:00
Juergen Beisert bc52d3c052 new imx platform added: phyCORE-imx31 2007-10-17 11:18:00 +02:00
sascha b36fca0cb8 cp command: Allow to copy multiple files 2007-10-17 11:12:57 +02:00
sascha 825ad81490 arm: use text_entry for reset vector instead of hardcoded filename
(once again)
2007-10-17 11:10:57 +02:00
sascha 10bdc84297 implement delete key in readline 2007-10-16 23:08:37 +02:00
sascha 288c97b89c editor: Do not use ansi code for screen scrolling by default.
Add an aliases 'sedit' which does this.
2007-10-16 22:35:42 +02:00
sascha a09b455fce Merge octopus:/home/git/projects/u-boot-v2 2007-10-16 20:57:53 +02:00
sascha 089c998ad9 mem.c: allow memcpy and memcmp to handle files. 2007-10-16 20:57:37 +02:00
Juergen Beisert 26def3fd2c various small typos fixed 2007-10-16 19:07:21 +02:00
sascha 6b8e56295f use S_ISDIR macro in open() 2007-10-16 16:41:05 +02:00
sascha 25850aa80a fix error path in cp command. 2007-10-16 16:40:29 +02:00
sascha fa814e8fae add default for case to avoid compiler warning 2007-10-16 14:49:31 +02:00
sascha a9c31fab86 Merge octopus:/home/git/projects/u-boot-v2 2007-10-16 14:47:03 +02:00
sascha 520e857b20 no need to have CONFIG_SKIP_RELOCATE_UBOOT 2007-10-16 14:46:53 +02:00
sascha d46cc46f98 fix sys clk in i.MX1 speed.c 2007-10-16 14:46:29 +02:00
sascha 52fb34f5ad update scb9328 config 2007-10-16 14:45:58 +02:00
sascha fdf739c7a5 move dm9000 specific stuff to platform_data 2007-10-16 13:55:48 +02:00
Juergen Beisert 00a190c58d changing function name for board specific init 2007-10-16 12:04:01 +02:00
sascha 0d26cc5df1 remove s3c24x0 specific stuff from arm start file, add
arch_init_lowlevel for this stuff instead.
2007-10-16 11:39:15 +02:00
sascha a99e03c847 i.MX clock functions: Make them work for i.MX1 again 2007-10-16 11:32:23 +02:00
sascha a3408cfe75 scb9328: Move all not critical register initializations
like chipselect setups from assembler to C.
2007-10-16 11:31:13 +02:00
sascha 7f72d26be9 add ffs 2007-10-15 18:01:30 +02:00
Sascha Hauer 7e58e219f8 add nand_ecc.h 2007-10-15 17:55:48 +02:00
Sascha Hauer a149f9949b add pcm038 config 2007-10-15 17:54:52 +02:00
Sascha Hauer 09844c2254 add NAND to Kconfig 2007-10-15 17:52:36 +02:00
Sascha Hauer c7eec0d521 add NAND to Makefile 2007-10-15 17:47:21 +02:00
Sascha Hauer 616cf2b45a NAND WIP 2007-10-15 17:22:25 +02:00
Sascha Hauer 15a16e5f76 make NAND support compile 2007-10-15 17:16:25 +02:00
Sascha Hauer cedcb274ae add NAND Flash support. Initial import from u-boot-1.2.0 2007-10-12 10:04:54 +02:00
Sascha Hauer 49e5c587af Merge sascha@brannigan.homelinux.org:/home/sascha/ptx/u-boot/u-boot-v2 2007-10-11 22:10:02 +02:00