Wolfgang Denk
2da2d9a476
Use -g instead of -gstabs in AFLAGS_DEBUG
...
Patch by Haavard Skinnemoen, 30 Aug 2006
In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no
matter what the target's preferred debugging format is. This patch
simply replaces -gstabs with -g, so that the default debugging format
for the architecture is used.
18 years ago
Wolfgang Denk
9658298721
Fix/workaround broken dependency handling with make 3.81
...
Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
18 years ago
Marian Balakowicz
8318fbf8cc
Fix sequoia separate object direcory building problems.
18 years ago
Jon Loeliger
2ba20ec65a
Merge branch 'i2c'
18 years ago
Jon Loeliger
3dfa9cfdce
Use generic I2C register block on 85xx and 86xx.
...
Replace private IMMAP I2C structures with generic reg block
and allow 86xx to have multiple I2C device busses.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
18 years ago
Wolfgang Denk
d67c14c0f4
Merge with http://www.jdl.com/software/u-boot-86xx.git
18 years ago
Wolfgang Denk
9fa48022e5
Merge with /home/wd/git/u-boot/master
18 years ago
Jon Loeliger
3acb7727ce
Merge branch 'i2c'
18 years ago
Jon Loeliger
f5012827df
Fix compilation warnings on a few 85xx boards.
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
18 years ago
Jon Loeliger
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.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
18 years ago
Wolfgang Denk
ba999c531e
Cleanup compile warnings. Prepare for release 1.1.5
18 years ago
Wolfgang Denk
f836e41460
Fix compile problem in include/configs/ep82xxm.h
...
(must have never been tested before!)
18 years ago
Wolfgang Denk
f641471498
MCC200: Fix uninitialized variable problem in LCD driver
18 years ago
Stefan Roese
6a0766ed22
Update CHANGELOG
18 years ago
Stefan Roese
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
18 years ago
Wolfgang Denk
73652699dd
Coding style cleanup
18 years ago
Wolfgang Denk
a0d3518460
Merge with /home/sr/git/u-boot/440epx-boot-msg
18 years ago
Jon Loeliger
d22200f020
Merge branch 'master' of http://www.denx.de/git/u-boot
18 years ago
Jon Loeliger
4d45f69e36
Rewrite a series of goto statements as a sequences of
...
conditional expressions instead.
Use consistent return code 0/-1 for good/bad indicators.
Include one fewer file if the driver isn't used at all.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
18 years ago
Jon Loeliger
7237c033b0
Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
...
in an effort to begin to unify the umpteen FSL I2C drivers that
are all otherwise very similar.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
18 years ago
Jon Loeliger
13a7fcdf37
* Fix a bunch of compiler warnings for gcc 4.0
...
Signed-off-by: Matthew McClintock <msm@freescale.com>
18 years ago
Wolfgang Denk
fcfed4f2f2
Coding Style cleanup.
18 years ago
Wolfgang Denk
3231ea64f4
Update CHANGELOG
18 years ago
Wolfgang Denk
82165a334b
Merge with /home/tur/proj/051_uboot_linux_v38b/u-boot
18 years ago
Stefan Roese
edf0b54338
Make 4xx bootup message shorter on 440EPx/GRx platforms
...
Patch by Stefan Roese, 18 Oct 2006
18 years ago
Stefan Roese
af9e1f5b9e
Add monitor functions for indirect access to PPC440 DCR's
...
Patch by Leonid Baryudin, 12 Oct 2006
18 years ago
Jon Loeliger
5f3249a0a1
Fixed leading whitespace issues.
...
Removed spurious LAWAR thing.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
18 years ago
Bartlomiej Sieka
4707fb50cc
Preliminary patch adding support for the MarelV38B board.
18 years ago
Stefan Roese
d7762337cb
* PPC405EP: Add support for board configuration of CPC0_PCI register
...
This is needed to be able to configure PerWE*/PCI_INT* pin as PerWE*
Patch by Tolunay Orkun, 07 Apr 2006
18 years ago
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