Andy Fleming
8272dc2f58
Updated config headers to add default FDT-based booting
2006-09-19 09:42:18 -05:00
Andy Fleming
09f3e09e9e
Add support for eTSEC 3 & 4 on 8548 CDS
...
* Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS.
This will only work on rev 1.3 boards (but doesn't break older boards)
* Cleaned up some comments to reflect the expanded role of tsec
in other systems
2006-09-19 09:41:48 -05:00
Andy Fleming
084d648b10
Added code to support 2.6.18 PCI changes in u-boot
...
* Added code to swizzle the IRQ map for the PCI
2006-09-19 09:41:08 -05:00
Jon Loeliger
afbdc649f8
Modified makefile for new build mechanism.
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-09-19 09:34:10 -05:00
Jon Loeliger
afa98843e4
Merge branch 'master' of http://www.denx.de/git/u-boot
...
Conflicts:
board/stxxtc/Makefile
2006-09-19 08:51:24 -05:00
Jon Loeliger
b440d0ef72
Merge branch 'mpc86xx'
2006-09-14 08:41:07 -05:00
Jon Loeliger
d14ba6a798
Handle 86xx SVR values according to the new Reference Manual.
...
Both 8641 and 8641D have SVR == 0x8090, and are distinguished
by the byte in bits 16-23 instead.
Thanks to Jason Jin for noticing.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-09-14 08:40:36 -05:00
Stefan Roese
854bc8da75
Add support for AMCC Rainier PPX440GRx eval board
...
Patch by Stefan Roese, 13 Sep 2006
2006-09-13 13:56:49 +02:00
Wolfgang Denk
aeec782b02
Disable autoboot abort for FO300 when silent mode is enabled
...
(according to S1 switch setting).
Patch by Marian Balakowicz, 12 Sep 2006
2006-09-13 10:47:05 +02:00
Wolfgang Denk
d214fbbd87
Cleanup examples binaries
2006-09-13 10:29:32 +02:00
Wolfgang Denk
5d5269f87f
Merge with /home/sr/git/u-boot/denx
2006-09-13 10:25:40 +02:00
Wolfgang Denk
a87d46f732
Fix alignment problem in "mtdparts" command
2006-09-13 10:23:06 +02:00
Stefan Roese
d12ae80889
Add NAND environment support for PPC440EPx Sequoia NAND boot config
...
Patch by Stefan Roese, 12 Sep 2006
2006-09-12 20:19:10 +02:00
Stefan Roese
a73c8dbb43
Update NAND boot documentation
...
Patch by Stefan Roese, 12 Sep 2006
2006-09-12 08:49:07 +02:00
Wolfgang Denk
98e43917dc
Merge with /home/m8/git/u-boot
2006-09-09 22:53:06 +02:00
Marian Balakowicz
baf3124953
Add documentation on the latest build environment extentions to
...
the README file.
2006-09-07 17:25:40 +02:00
Stefan Roese
2d658967e1
Fix build problem cpu/ppc4xx/ndfc.c
...
Patch by Stefan Roese, 07 Sep 2006
2006-09-07 13:09:53 +02:00
Stefan Roese
efa20585b3
Fix build problem with CPCI440
...
Patch by Stefan Roese, 07 Sep 2006
2006-09-07 12:48:49 +02:00
Stefan Roese
8cacfb85a8
Change Yellowstone to use CFI write buffer
...
Patch by Stefan Roese, 07 Aug 2006
2006-09-07 12:23:02 +02:00
Marian Balakowicz
5e09054af6
Remove dead code (i2o and dma) from cpu/mpc824x/drivers/ directory.
2006-09-07 12:12:20 +02:00
Marian Balakowicz
4f0645eb79
Fix LOG_DIR directory creation error.
...
Add support for automatic creation of BUILD_DIR directory.
2006-09-07 12:05:53 +02:00
Stefan Roese
887e2ec9ec
Add support for AMCC Sequoia PPC440EPx eval board
...
- Add support for PPC440EPx & PPC440GRx
- Add support for PPC440EP(x)/GR(x) NAND controller
in cpu/ppc4xx directory
- Add NAND boot functionality for Sequoia board,
please see doc/README.nand-boot-ppc440 for details
- This Sequoia NAND image doesn't support environment
in NAND for now. This will be added in a short while.
Patch by Stefan Roese, 07 Sep 2006
2006-09-07 11:51:23 +02:00
Wolfgang Denk
0dab03ba8f
Fix mkimage -l bug with multifile images on 64bit platforms
...
Patch by David Updegraff, 06 Sep 2006
2006-09-06 23:29:15 +02:00
Wolfgang Denk
f60ba0d35e
Fix build problems on sorcery board.
2006-09-04 02:01:27 +02:00
Wolfgang Denk
6741ae92f3
Merge with /home/m8/git/u-boot
2006-09-04 01:03:57 +02:00
Wolfgang Denk
360b410367
Fixed problems on PRS200 board caused by adding splash screen on MCC200
2006-09-03 18:17:46 +02:00
Wolfgang Denk
fc43de0d4a
Merge with /home/wd/git/u-boot/master
2006-09-03 18:13:21 +02:00
Marian Balakowicz
f93286397e
Add support for a saving build objects in a separate directory.
...
Modifications are based on the linux kernel approach and
support two use cases:
1) Add O= to the make command line
'make O=/tmp/build all'
2) Set environement variable BUILD_DIR to point to the desired location
'export BUILD_DIR=/tmp/build'
'make'
The second approach can also be used with a MAKEALL script
'export BUILD_DIR=/tmp/build'
'./MAKEALL'
Command line 'O=' setting overrides BUILD_DIR environent variable.
When none of the above methods is used the local build is performed and
the object files are placed in the source directory.
2006-09-01 19:49:50 +02:00
Marian Balakowicz
24d3d37546
Remove the board/netstar/crcit binary from git repository.
2006-09-01 19:47:42 +02:00
Marian Balakowicz
6608043fd4
Fix tools/updater build error.
2006-09-01 19:46:22 +02:00
Marian Balakowicz
4c15ef55a2
tools/easylogo/easylogo.c
2006-09-01 19:44:05 +02:00
Detlev Zundel
bfdfd7c26c
Added David Updegraff as maintainer of CRAYL1
2006-09-01 17:33:44 +02:00
Detlev Zundel
2c05165173
Added changelog entry for previous small commits and extended README on
...
coding style.
2006-09-01 15:39:02 +02:00
Detlev Zundel
ec0f7277cb
Added another example showing simple interrupt interception.
2006-09-01 15:02:06 +02:00
Detlev Zundel
d7c2a02dea
Added simple_strtoul(), getenv() and setenv() to the exported functions.
...
Also bumped up ABI version to reflect this change.
2006-09-01 15:00:02 +02:00
Detlev Zundel
43835aac48
Added interrupt handling capabilities for mpc5xxx processors.
...
Also added Linux like BUG() macros.
2006-09-01 11:59:23 +02:00
Wolfgang Denk
7d0432c9e4
Coding Style cleanup.
...
Patch by Stefano Babic, 31 Aug 2006
2006-08-31 16:46:53 +02:00
Wolfgang Denk
e8143e72e1
Add splashscreen support for MCC200 board.
2006-08-30 23:09:00 +02:00
Wolfgang Denk
0fd30252c8
Make the serial driver framework work with CONFIG_SERIAL_MULTI enabled
2006-08-30 23:02:10 +02:00
Jon Loeliger
0855c50e65
Merge branch 'mpc86xx'
2006-08-29 12:36:53 -05:00
Jon Loeliger
9bff7a69a8
Remove trailing empty lines.
2006-08-29 11:05:09 -05:00
Jon Loeliger
42868896df
Merge branch 'mpc86xx'
2006-08-29 09:49:09 -05:00
Jon Loeliger
cd6d73d5b8
Remove bogus msync and use volatile asm.
2006-08-29 09:48:49 -05:00
Jon Loeliger
34760e662e
Merge branch 'mpc86xx'
2006-08-29 08:47:26 -05:00
Jon Loeliger
b5338b23a1
Merge branch 'mpc85xx'
2006-08-29 08:47:20 -05:00
Jon Loeliger
778d45049c
Add myself as maintainer for MPC8641HPCN.
2006-08-29 08:23:35 -05:00
Zhang Wei
2f15776ccc
Fixed an OF-tree off-by-one bug when adding a new property name.
...
This bug will cause the kernel booting to pause a long time.
Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
2006-08-29 08:11:34 -05:00
Wolfgang Denk
2b75062a0f
Merge with /home/sr/git/u-boot/denx
2006-08-29 14:19:46 +02:00
Wolfgang Denk
21a9cc028d
Fix typo.
2006-08-29 10:49:11 +02:00
Stefan Roese
2b393b0f0a
PCIe endpoint support for AMCC Yucca 440SPe board
...
Patch by Tirumala R Marri, 26 Aug 2006
2006-08-29 08:05:15 +02:00