Stefan Roese
5c912cb1c3
CFG_NAND_QUIET_TEST added to not warn upon missing NAND device
...
Patch by Stefan Roese, 07 Oct 2006
18 years ago
Stefan Roese
5bc528fa4d
Update ALPR code (NAND support working now)
...
Patch by Stefan Roese, 07 Oct 2006
18 years ago
Stefan Roese
77d5034847
Remove compile warnings in fpga code
...
Patch by Stefan Roese, 07 Oct 2006
18 years ago
Stefan Roese
f3443867e9
Add CONFIG_BOARD_RESET to configure board specific reset function
...
Patch by Stefan Roese, 07 Oct 2006
18 years ago
Wolfgang Denk
eac5ba3e59
Merge with /home/m8/git/u-boot
18 years ago
Stefan Roese
56fb6ba179
Fix TLB setup for Ocotea board
...
Patch by Stefan Roese, 30 Sep 2006
18 years ago
Stefan Roese
d373325efd
Fix reset problem in sequoia sdram init code
...
Patch by Stefan Roese, 23 Sep 2006
18 years ago
Marian Balakowicz
7299712c86
Update for CAM5200 board:
...
- Map in a additional chip selects CS4 and CS5.
- Modify the port configration, configure six UARTs and no PCI,
ATA and USB.
- Add custom flash driver to handle specific byte swapping
18 years ago
Jon Loeliger
4bbd453783
Merge branch 'mpc86xx'
18 years ago
John Traill
f55df18187
Fix missing tCycle/modfreq calculation.
...
Signed-off-by: John Traill <john.traill@freescale.com>
18 years ago
Wolfgang Denk
ac611700e5
Fix comments in include/ppc440.h
...
Patch by Martin Hicks, 16 Jun 2006
18 years ago
Jon Loeliger
504b5cd0e2
Merge branch 'mpc85xx'
...
Conflicts:
drivers/tsec.c
18 years ago
Andy Fleming
8272dc2f58
Updated config headers to add default FDT-based booting
18 years ago
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
18 years ago
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
18 years ago
Jon Loeliger
afbdc649f8
Modified makefile for new build mechanism.
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
18 years ago
Jon Loeliger
afa98843e4
Merge branch 'master' of http://www.denx.de/git/u-boot
...
Conflicts:
board/stxxtc/Makefile
18 years ago
Stefan Roese
64cd52efd1
Merge with /home/stefan/git/u-boot/denx
18 years ago
Jon Loeliger
b440d0ef72
Merge branch 'mpc86xx'
18 years ago
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>
18 years ago
Stefan Roese
854bc8da75
Add support for AMCC Rainier PPX440GRx eval board
...
Patch by Stefan Roese, 13 Sep 2006
18 years ago
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
18 years ago
Wolfgang Denk
d214fbbd87
Cleanup examples binaries
18 years ago
Wolfgang Denk
5d5269f87f
Merge with /home/sr/git/u-boot/denx
18 years ago
Wolfgang Denk
a87d46f732
Fix alignment problem in "mtdparts" command
18 years ago
Stefan Roese
d12ae80889
Add NAND environment support for PPC440EPx Sequoia NAND boot config
...
Patch by Stefan Roese, 12 Sep 2006
18 years ago
Stefan Roese
a73c8dbb43
Update NAND boot documentation
...
Patch by Stefan Roese, 12 Sep 2006
18 years ago
Wolfgang Denk
98e43917dc
Merge with /home/m8/git/u-boot
18 years ago
Marian Balakowicz
baf3124953
Add documentation on the latest build environment extentions to
...
the README file.
18 years ago
Stefan Roese
2d658967e1
Fix build problem cpu/ppc4xx/ndfc.c
...
Patch by Stefan Roese, 07 Sep 2006
18 years ago
Stefan Roese
efa20585b3
Fix build problem with CPCI440
...
Patch by Stefan Roese, 07 Sep 2006
18 years ago
Stefan Roese
8cacfb85a8
Change Yellowstone to use CFI write buffer
...
Patch by Stefan Roese, 07 Aug 2006
18 years ago
Marian Balakowicz
5e09054af6
Remove dead code (i2o and dma) from cpu/mpc824x/drivers/ directory.
18 years ago
Marian Balakowicz
4f0645eb79
Fix LOG_DIR directory creation error.
...
Add support for automatic creation of BUILD_DIR directory.
18 years ago
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
18 years ago
Wolfgang Denk
0dab03ba8f
Fix mkimage -l bug with multifile images on 64bit platforms
...
Patch by David Updegraff, 06 Sep 2006
18 years ago
Wolfgang Denk
f60ba0d35e
Fix build problems on sorcery board.
18 years ago
Wolfgang Denk
6741ae92f3
Merge with /home/m8/git/u-boot
18 years ago
Wolfgang Denk
360b410367
Fixed problems on PRS200 board caused by adding splash screen on MCC200
18 years ago
Wolfgang Denk
fc43de0d4a
Merge with /home/wd/git/u-boot/master
18 years ago
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.
18 years ago
Marian Balakowicz
24d3d37546
Remove the board/netstar/crcit binary from git repository.
18 years ago
Marian Balakowicz
6608043fd4
Fix tools/updater build error.
18 years ago
Marian Balakowicz
4c15ef55a2
tools/easylogo/easylogo.c
18 years ago
Detlev Zundel
bfdfd7c26c
Added David Updegraff as maintainer of CRAYL1
18 years ago
Detlev Zundel
2c05165173
Added changelog entry for previous small commits and extended README on
...
coding style.
18 years ago
Detlev Zundel
ec0f7277cb
Added another example showing simple interrupt interception.
18 years ago
Detlev Zundel
d7c2a02dea
Added simple_strtoul(), getenv() and setenv() to the exported functions.
...
Also bumped up ABI version to reflect this change.
18 years ago
Detlev Zundel
43835aac48
Added interrupt handling capabilities for mpc5xxx processors.
...
Also added Linux like BUG() macros.
18 years ago
Wolfgang Denk
7d0432c9e4
Coding Style cleanup.
...
Patch by Stefano Babic, 31 Aug 2006
18 years ago