c1fbe4103a
This patch comes from Yuli's posted patch on 8/8/2006 titled "CFI Driver Little-Endian write Issue".
roy zang
2006-11-02 19:14:48 +08:00
b825f158e4
Tsi108 on chip i2c support.
roy zang
2006-11-02 19:12:31 +08:00
9226e7d6f0
Tsi108 on chip pci controller support.
roy zang
2006-11-02 19:11:06 +08:00
d1927cee97
Tundra tsi108 on chip Ethernet controller support.
roy zang
2006-11-02 19:08:55 +08:00
78aa0c3427
Tundra tsi108 header file.
roy zang
2006-11-02 19:01:33 +08:00
87c4db0969
Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support. mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2.
roy zang
2006-11-02 18:59:15 +08:00
27801b8ab1
Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support. Make ,config.mk and link file for the mpc7448hpc2 board.
roy zang
2006-11-02 18:57:21 +08:00
c6411c0c3b
Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support. The mpc7448hpc2 board support header file.
roy zang
2006-11-02 18:55:04 +08:00
625bb5ddb5
Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support. The mpc7448hpc2 board support low level assemble language init code.
roy zang
2006-11-02 18:52:21 +08:00
4c52783b3d
General code modification for mpc7448hpc2 board support. 1. Add 7447A and 7448 processor support. 2. Add the following flags.
roy zang
2006-11-02 18:49:51 +08:00
25721b5cec
Finish up support for MarelV38B board - add watchdog support - enable GPIO_WKUP_7 pin for input - code cleanup
Bartlomiej Sieka
2006-11-01 02:04:38 +01:00
ffa150bc90
- Fix issues related to the use of ELDK 4 when compiling for MarelV38B: * remove warnings when compiling ethaddr.c * adjust linker script (fixes a crash resulting from incorrect definition of __u_boot_cmd_start) - Some MarelV38B code cleanup.
Bartlomiej Sieka
2006-11-01 01:45:46 +01:00
dae80f3caf
- Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change the MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with MPC5XXX_WU_GPIO_DATA_O for affected boards.
Bartlomiej Sieka
2006-11-01 01:38:16 +01:00
82d9c9ec29
Changed MarelV38B board make target to lowercase. Config file cleanup.
Bartlomiej Sieka
2006-11-01 01:34:29 +01:00
d9831893ab
Merge with /home/sr/git/u-boot/nand-ladis
Wolfgang Denk
2006-10-29 01:12:53 +02:00
1954be6e9c
Automatically adjust ARFLAGS so "make -s" is really silent.
Wolfgang Denk
2006-10-29 01:03:51 +02:00
1265581502
[PATCH] Add some missing machtypes for netstar & voiceblue boards
Stefan Roese
2006-10-28 17:12:58 +02:00
856f054410
[PATCH] NAND: Partition name support added to NAND subsystem
Stefan Roese
2006-10-28 15:55:52 +02:00
07a69a18c2
Update CHANGELOG.
Wolfgang Denk
2006-10-28 02:29:44 +02:00
2751a95abd
Enable commandline editing and hush shell on all TQM boards.
Wolfgang Denk
2006-10-28 02:29:14 +02:00
8078f1a5f6
README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
Wolfgang Denk
2006-10-28 02:28:02 +02:00
471a7be7a0
Check for illegal character '=' in environment variable names.
Wolfgang Denk
2006-10-28 01:14:32 +02:00
19973b6ad9
Minor code cleanup.
Wolfgang Denk
2006-10-28 00:38:39 +02:00
e11887a77d
Don't pass any debug options directly to the assembler
Haavard Skinnemoen
2006-10-26 17:55:31 +02:00
ea08ff6e14
MPC86xx: Cleaned up unused and conditionally used local variables.
Jon Loeliger
2006-10-27 07:47:22 -05:00
d38936cdae
Fix "ar" flags in some Makefiles to allow for silent "make -s"
Wolfgang Denk
2006-10-27 11:55:21 +02:00
4653f91c13
Fix TSEC driver (now for real): avoid crashes if PHY is not attached to a TSEC (e.g. a switch is connected via RMII) or if the PHY is defective/incorrectly configured.
Ben Warren
2006-10-26 14:38:25 -04:00
b985b5d6e4
Fix TSEC driver: avoid crashes if PHY is not attached to a TSEC (e.g. a switch is connected via RMII) or if the PHY is defective/incorrectly configured.
Ben Warren
2006-10-26 14:38:25 -04:00
2b2a40bebb
Code cleanup.
Wolfgang Denk
2006-10-26 16:24:31 +02:00
b9e9adce0b
Merge with git://git.kernel.org/pub/scm/boot/u-boot/galak/u-boot.git#device_tree
Wolfgang Denk
2006-10-26 16:18:49 +02:00
5e3b0bc19f
Finish up support for the ATSTK1000/ATSTK1002 boards
Haavard Skinnemoen
2006-10-25 15:48:59 +02:00
c76f951a74
Added support for Multi-Image files that contain a device tree
Kumar Gala
2006-10-24 23:47:37 -05:00
4e53a25855
Fix Makefile for "CHANGELOG" target Merge with /home/sr/git/u-boot/4xx-idcr
Wolfgang Denk
2006-10-25 00:43:17 +02:00
7c52c4b943
Switch to automatically generated CHANGELOG file. (use "make CHANGELOG" to update it from time to time)
Wolfgang Denk
2006-10-24 21:35:55 +02:00
7ade0c634a
Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.c Patch by Stefan Roese, 24 Oct 2006
Stefan Roese
2006-10-24 18:06:48 +02:00
8ae3b713b2
Merge with /home/wd/git/u-boot/master
Wolfgang Denk
2006-10-24 17:24:55 +02:00
d97370feca
Merge with /home/wd/git/u-boot/master (Conflicts between Jon Loeliger's and Matthew McClintock's tree were resolved by in favour of Jon's version.)
Wolfgang Denk
2006-10-24 17:08:31 +02:00
47a6989c10
Code cleanup
Wolfgang Denk
2006-10-24 15:32:57 +02:00
0ab292cbc1
Merge with /home/wd/git/u-boot/master
Wolfgang Denk
2006-10-24 15:17:59 +02:00
9748d5a9e8
Merge with /home/wd/git/u-boot/mailing-list/Haavard_Skinnemoen
Wolfgang Denk
2006-10-24 15:17:18 +02:00
3a78e3e75b
Move atstk1000 files into vendor specific directory. Patch by Haavard Skinnemoen, 12 Sep 2006
Wolfgang Denk
2006-10-24 14:51:36 +02:00
6ccec4492e
Add ATSTK1000 and ATSTK1002 board support Patch by Haavard Skinnemoen, 06 Sep 2006
Wolfgang Denk
2006-10-24 14:42:37 +02:00
f93ae788c3
Add common serial driver for Atmel AT32 and AT91 chips Patch by Haavard Skinnemoen, 06 Sep 2006
Wolfgang Denk
2006-10-24 14:31:24 +02:00
72a087e047
Add AT32AP CPU and AT32AP7000 SoC support Patch by Haavard Skinnemoen, 06 Sep 2006
Wolfgang Denk
2006-10-24 14:27:35 +02:00
7b64fef33c
Add AVR32 architecture support Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200
Wolfgang Denk
2006-10-24 14:21:16 +02:00
2da2d9a476
Use -g instead of -gstabs in AFLAGS_DEBUG Patch by Haavard Skinnemoen, 30 Aug 2006
Wolfgang Denk
2006-10-24 13:57:33 +02:00
9658298721
Fix/workaround broken dependency handling with make 3.81 Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
Wolfgang Denk
2006-10-24 13:55:18 +02:00
8318fbf8cc
Fix sequoia separate object direcory building problems.
Marian Balakowicz
2006-10-23 22:17:05 +02:00
2ba20ec65a
Merge branch 'i2c'
Jon Loeliger
2006-10-20 17:16:50 -05:00
3dfa9cfdce
Use generic I2C register block on 85xx and 86xx.
Jon Loeliger
2006-10-20 17:16:35 -05:00
9fa48022e5
Merge with /home/wd/git/u-boot/master
Wolfgang Denk
2006-10-20 23:04:42 +02:00
3acb7727ce
Merge branch 'i2c'
Jon Loeliger
2006-10-20 15:54:48 -05:00
f5012827df
Fix compilation warnings on a few 85xx boards.
Jon Loeliger
2006-10-20 15:54:34 -05:00
2047672684
Converted all 85xx boards to use a common FSL I2C driver. Introduced COFIG_FSL_I2C to select the common FSL I2C driver. And removed hard i2c path from a few u-boot.lds scipts too. Minor whitespace cleanups along the way.
Jon Loeliger
2006-10-20 15:50:15 -05:00
ba999c531e
Cleanup compile warnings. Prepare for release 1.1.5
U-Boot-1_1_5
Wolfgang Denk
2006-10-20 17:54:33 +02:00
f836e41460
Fix compile problem in include/configs/ep82xxm.h (must have never been tested before!)
Wolfgang Denk
2006-10-20 16:12:14 +02:00
f641471498
MCC200: Fix uninitialized variable problem in LCD driver
Wolfgang Denk
2006-10-20 15:51:21 +02:00
6a0766ed22
Update CHANGELOG
Stefan Roese
2006-10-20 15:18:51 +02:00
43a2b0e76a
Add board/cpu specific NAND chip select function to 440 NDFC Based on idea and implementation from Jeff Mann Patch by Stefan Roese, 20 Oct 2006
Stefan Roese
2006-10-20 14:28:52 +02:00
73652699dd
Coding style cleanup
Wolfgang Denk
2006-10-20 12:02:59 +02:00
a0d3518460
Merge with /home/sr/git/u-boot/440epx-boot-msg
Wolfgang Denk
2006-10-20 12:02:47 +02:00