| #
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 ...
|
| #
ec0f7277 |
| 01-Sep-2006 |
Detlev Zundel <dzu@pollux.denx.de> |
Added another example showing simple interrupt interception.
|
| #
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
|
| #
9d4d3e38 |
| 09-Jun-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with http://www.psyent.com/git/uboot (NIOS2 - Scott McNutt)
|
| #
c2ced000 |
| 08-Jun-2006 |
Scott McNutt <smcnutt@psyent.com> |
Nios II - Fix I/O Macros and mini-app stubs -Fix asm/io.h macros -Eliminate use of CACHE_BYPASS in cpu code -Eliminate assembler warnings -Fix mini-app stubs and force no small data Patch b
Nios II - Fix I/O Macros and mini-app stubs -Fix asm/io.h macros -Eliminate use of CACHE_BYPASS in cpu code -Eliminate assembler warnings -Fix mini-app stubs and force no small data Patch by Scott McNutt, 08 Jun 2006
show more ...
|
| #
72ed528a |
| 07-Jun-2006 |
Jon Loeliger <jdl@freescale.com> |
Merge branch 'master' of http://www.denx.de/git/u-boot
|
| #
e15cd6fd |
| 02-Jun-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Fix examples/Makefile; some build targets were lost
|
| #
1cfefe8c |
| 09-May-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with /home/m8/git/u-boot
|
| #
7a635e00 |
| 27-Apr-2006 |
Marian Balakowicz <m8@semihalf.com> |
Add support for Freescale M5271: Merge with /work/u-boot.mcf5271
|
| #
60e270a4 |
| 20-Apr-2006 |
Heiko Schocher <hs@pollux.denx.de> |
Fix I/O Macros and mini-app stubs for Nios-II Patch by Scott McNutt 11, Aug 2005 -Fix asm/io.h macros -Eliminate use of CACHE_BYPASS in cpu code -Eliminate assembler warnings -Fix mini-app stubs
Fix I/O Macros and mini-app stubs for Nios-II Patch by Scott McNutt 11, Aug 2005 -Fix asm/io.h macros -Eliminate use of CACHE_BYPASS in cpu code -Eliminate assembler warnings -Fix mini-app stubs and force no small data
show more ...
|
| #
2770bcb2 |
| 24-Mar-2006 |
Markus Klotzbuecher <mk@denx.de> |
Merge with http://www.denx.de/git/u-boot.git
|
| #
f8edca2e |
| 20-Mar-2006 |
Kumar Gala <galak@kernel.crashing.org> |
Merge branch 'origin'
Conflicts:
CHANGELOG
|
| #
0afe519a |
| 12-Mar-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Add ADI Blackfin support - add support for Analog Devices Blackfin BF533 CPU - add support for the ADI BF533 Stamp uClinux board - add support for the ADI BF533 EZKit board Patches by Richard Klingle
Add ADI Blackfin support - add support for Analog Devices Blackfin BF533 CPU - add support for the ADI BF533 Stamp uClinux board - add support for the ADI BF533 EZKit board Patches by Richard Klingler, June 11th 2005:
show more ...
|
| #
3a108ed8 |
| 26-Jan-2006 |
Zachary P. Landau <zachary.landau@labxtechnologies.com> |
Add support for r5200 board
|
| #
c0176630 |
| 16-May-2005 |
wdenk <wdenk> |
Fix compile problems caused by new burst mode SDRAM test; make port pins to trigger logic analyzer configurable
|
| #
931da93e |
| 07-May-2005 |
wdenk <wdenk> |
Add test tool to exercise SDRAM accesses in burst mode (as standalone program, MPC8xx/PowerPC only)
|
| #
652a10c0 |
| 09-Jan-2005 |
wdenk <wdenk> |
* Patch by Daniel Poirot, 10 Oct 2004: Add support for Wind River sbc405 board
* Patch by Rainer Brestan, 12 Oct 2004: Make examples/Makefile more robust
|
| #
5c952cf0 |
| 10-Oct-2004 |
wdenk <wdenk> |
Patches by Scott McNutt, 24 Aug 2004: - Add support for Altera Nios-II processors. - Add support for Psyent PCI-5441 board. - Add support for Psyent PK1C20 board.
|
| #
8b07a110 |
| 10-Jul-2004 |
wdenk <wdenk> |
* Patch by Fred Klatt, 25 Jun 2004: Add support for WindRiver's SBC8560 board
* Patch by Nicolas Lacressonniere, 24 Jun 2004 Small Bugs fixes for "at91rm9200dk" board: - Timing modifications f
* Patch by Fred Klatt, 25 Jun 2004: Add support for WindRiver's SBC8560 board
* Patch by Nicolas Lacressonniere, 24 Jun 2004 Small Bugs fixes for "at91rm9200dk" board: - Timing modifications for SPI DataFlash access - Fix NAND flash detection bug
* Patch by Nicolas Lacressonniere, 24 Jun 2004: Add Support for Flash AT49BV6416 for AT91RM9200DK board
show more ...
|
| #
e4cc71aa |
| 19-May-2004 |
wdenk <wdenk> |
Patch by Scott McNutt, 25 Apr 2004: Add Nios GDB/JTAG Console support: - Add stubs to support gdb via JTAG. - Add support for console over JTAG. - Minor cleanup.
|
| #
507bbe3e |
| 18-Apr-2004 |
wdenk <wdenk> |
* Patch by Yasushi Shoji, 07 Apr 2004: - add support for microblaze processors - add support for AtmarkTechno "suzaku" board
|
| #
bf9e3b38 |
| 12-Feb-2004 |
wdenk <wdenk> |
* Some code cleanup
* Patch by Josef Baumgartner, 10 Feb 2004: Fixes for Coldfire port
* Patch by Brad Kemp, 11 Feb 2004: Fix CFI flash driver problems
|
| #
3a473b2a |
| 03-Jan-2004 |
wdenk <wdenk> |
* Patch by Ronen Shitrit, 10 Dec 2003: Add support for the Marvell DB64360 / DB64460 development boards
* Patch by Detlev Zundel, 10 Dec 2003: fix dependency problem in examples/Makefile
|
| #
4e5ca3eb |
| 08-Dec-2003 |
wdenk <wdenk> |
* Patch by Bernhard Kuhn, 28 Nov 2003: add support for Coldfire CPU add support for Motorola M5272C3 and M5282EVB boards
|