Stefan Roese
e0a46554c3
* PPC405EP: Add CFG_GPIO0_OR, CFG_GPIO0_ODR to setup GPIO completely.
...
- Add configuration of Open Drain GPIO Output selection
- Add configuration of initial value of GPIO output pins
Patch by Tolunay Orkun, 07 Apr 2006
18 years ago
Jon Loeliger
f7b190d312
Merge branch 'master' of http://www.denx.de/git/u-boot
18 years ago
Jon Loeliger
0ee90cb77e
Remove unneeded include files and local variable.
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
18 years ago
Grant Likely
1eaf3a5ff4
Fix possible uninitialized variable compiler warning.
...
When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in
do_bootm_linux() may be uninitialized. There is no possibility in the
current code that len will get used uninitialized, but this fix follows
the existing convention of setting both len and data to zero at the same
time.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
18 years ago
Wolfgang Denk
87621bc247
Fix spelling; minor code cleanup.
18 years ago
Stefan Roese
5c34eee94d
Fix JFFS2 compilation problem
...
Patch by Stefan Roese, 12 Oct 2006
18 years ago
Wolfgang Denk
34a7ceeff4
Merge with /home/wd/git/u-boot/master
18 years ago
Wolfgang Denk
ea237a4d25
Merge with /home/wd/git/u-boot/master
18 years ago
Wolfgang Denk
c668670391
Minor code cleanup.
18 years ago
Wolfgang Denk
7e2a24dca9
Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wd
18 years ago
Matthew McClintock
7376eb87aa
* Fix a bunch of compiler warnings for gcc 4.0
...
Signed-off-by: Matthew McClintock <msm@freescale.com>
18 years ago
Jon Loeliger
c3c3b089ad
Merge branch 'master' of http://www.denx.de/git/u-boot
18 years ago
Jon Loeliger
bf651baa36
Move "ar" flags to config.mk to allow for silent "make -s"
18 years ago
Stefan Roese
752d6837c3
Cleanup of NAND update patch (remove changelog from cmd_nand.c)
...
Patch by Guido Classen, 10 Oct 2006
18 years ago
Wolfgang Denk
fb883a521e
Merge with /home/wd/git/u-boot/master
18 years ago
Jon Loeliger
daaba9859b
Merge branch 'master' of http://www.denx.de/git/u-boot
18 years ago
Jon Loeliger
1fd5699a4a
Coding style changes to remove local varible blocks
...
and reformat a bit nicer.
18 years ago
Jon Loeliger
8b283dbb3a
Fix whitespace issues.
18 years ago
Jon Loeliger
7b382b7125
Fix whitespace issues.
18 years ago
Jon Loeliger
e10390ddd7
Fix whitespace issues.
18 years ago
Jon Loeliger
89875e96ba
Ran lindent and cleaned up whitespace issues.
...
Format for 80-columns too.
18 years ago
Jon Loeliger
333961ae70
Fix whitespace and 80-col issues.
18 years ago
Stefan Roese
2255b2d204
* Several improvements to the new NAND subsystem:
...
- JFFS2 related commands implemented in mtd-utils style
- Support for bad blocks
- Bad block testing commands
- NAND lock commands
Please take a look at doc/README.nand for more details
Patch by Guido Classen, 10 Oct 2006
18 years ago
Wolfgang Denk
a3bb7bfc06
Merge with /home/sr/git/u-boot/avr32
18 years ago
Stefan Roese
1a1b7374b8
Define IH_CPU_AVR32
...
Make it possible to generate AVR32 uImage files with mkimage and
make cmd_bootm recognize them.
Patch by Haavard Skinnemoen, 22 Sep 2006
18 years ago
Wolfgang Denk
d262a92f0f
Fix buffer overflow problem in ft_build.c
...
Patch by Fredrik Roubert, 09 Oct 2006
18 years ago
Wolfgang Denk
d82718fed0
Make bootp implementation RFC3046 compliant
...
Patch by Joakim Larsson, 27 Jun 2006
18 years ago
Wolfgang Denk
1d92b2e550
TQM5200: perform POST memory test only on STK52xx carrier board.
...
(and then only if PSC6_3 is read as "1" when booting).
Patch by Martin Krause, 21 Jun 2006
18 years ago
Wolfgang Denk
2b208f5308
Move "ar" flags to config.mk to allow for silent "make -s"
...
Based on patch by Mike Frysinger, 20 Jun 2006
18 years ago
Wolfgang Denk
7ce343e499
Add missing files for EP82xxM boards
...
Patch by Aaron Sells, 20 Jun 2006
18 years ago
Wolfgang Denk
511d0c72b8
Coding style cleanup
18 years ago
Wolfgang Denk
8d4ac79436
Add support for EP82xxM boards
...
Patch by Aaron Sells, 20 Jun 2006
18 years ago
Wolfgang Denk
9444b8818f
Merge with git+ssh://fifi/home/wd/git/u-boot/master
18 years ago
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