| #
0e7d4916 |
| 31-Mar-2007 |
Stefan Roese <sr@denx.de> |
Merge with git://www.denx.de/git/u-boot.git
|
| #
a17824c7 |
| 21-Mar-2007 |
Wolfgang Denk <wd@denx.de> |
Merge with /home/wd/git/u-boot/custodian/u-boot-blackfin
|
| #
ef26a08f |
| 09-Mar-2007 |
Aubrey.Li <aubrey.adi@gmail.com> |
[Blackfin][PATCH-2/2] Common files changed to support bf533 platform
|
| #
d3c5e8b2 |
| 27-Nov-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with /home/wd/git/u-boot/master
|
| #
dfc8a9ee |
| 10-Nov-2006 |
Stefan Roese <sr@denx.de> |
Merge with /home/stefan/git/u-boot/denx
|
| #
1954be6e |
| 28-Oct-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Automatically adjust ARFLAGS so "make -s" is really silent.
|
| #
e11887a7 |
| 26-Oct-2006 |
Haavard Skinnemoen <hskinnemoen@atmel.com> |
Don't pass any debug options directly to the assembler
When passing the -g option to gcc, gcc automatically selects a suitable --g<format> option to pass on to the assembler. Thus, there's no point
Don't pass any debug options directly to the assembler
When passing the -g option to gcc, gcc automatically selects a suitable --g<format> option to pass on to the assembler. Thus, there's no point in forcing a specific debug option on the assembler using the -Wa mechanism.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
show more ...
|
| #
d97370fe |
| 24-Oct-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
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.)
|
| #
0ab292cb |
| 24-Oct-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with /home/wd/git/u-boot/master
|
| #
9748d5a9 |
| 24-Oct-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with /home/wd/git/u-boot/mailing-list/Haavard_Skinnemoen
|
| #
2da2d9a4 |
| 24-Oct-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
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 for
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.
show more ...
|
| #
fb883a52 |
| 11-Oct-2006 |
Wolfgang Denk <wd@nyx.denx.de> |
Merge with /home/wd/git/u-boot/master
|
| #
daaba985 |
| 10-Oct-2006 |
Jon Loeliger <jdl@freescale.com> |
Merge branch 'master' of http://www.denx.de/git/u-boot
|
| #
2b208f53 |
| 08-Oct-2006 |
Wolfgang Denk <wd@atlas.denx.de> |
Move "ar" flags to config.mk to allow for silent "make -s" Based on patch by Mike Frysinger, 20 Jun 2006
|
| #
511d0c72 |
| 08-Oct-2006 |
Wolfgang Denk <wd@atlas.denx.de> |
Coding style cleanup
|
| #
afa98843 |
| 19-Sep-2006 |
Jon Loeliger <jdl@freescale.com> |
Merge branch 'master' of http://www.denx.de/git/u-boot
Conflicts:
board/stxxtc/Makefile
|
| #
64cd52ef |
| 18-Sep-2006 |
Stefan Roese <sr@denx.de> |
Merge with /home/stefan/git/u-boot/denx
|
| #
887e2ec9 |
| 07-Sep-2006 |
Stefan Roese <sr@denx.de> |
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 f
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
show more ...
|
| #
6741ae92 |
| 03-Sep-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with /home/m8/git/u-boot
|
| #
f9328639 |
| 01-Sep-2006 |
Marian Balakowicz <m8@semihalf.com> |
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/bu
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.
show more ...
|
| #
281f69ed |
| 09-Aug-2006 |
Jon Loeliger <jdl@freescale.com> |
Merge branch 'wd'
|
| #
007d67da |
| 14-Jun-2006 |
Wolfgang Denk <wd@denx.de> |
Merge with /home/wd/git/u-boot/master
|
| #
4176c799 |
| 10-Jun-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with /home/hs/U-Boot/u-boot-dev
|
| #
72ed528a |
| 07-Jun-2006 |
Jon Loeliger <jdl@freescale.com> |
Merge branch 'master' of http://www.denx.de/git/u-boot
|
| #
b62fa913 |
| 17-May-2006 |
Marian Balakowicz <m8@semihalf.com> |
Fix gcc 3.4.x AFLAGS setting for m68k platform.
|