| #
2d2b994a |
| 31-Mar-2008 |
Yuri Tikhonov <yur@emcraft.com> |
POST: move CONFIG_POST to Makefiles
Introduce the new logical option CONFIG_HAS_POST which is set when the platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles to determine shoul
POST: move CONFIG_POST to Makefiles
Introduce the new logical option CONFIG_HAS_POST which is set when the platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles to determine should the POST libs be compiled for the selected target platform, or not.
To avoid breaking u-boot linking process, the empty post/libpost.a file is created for platforms which do not have POSTs.
Signed-off-by: Yuri Tikhonov <yur@emcraft.com> Signed-off-by: Wolfgang Denk <wd@denx.de>
show more ...
|
| #
3c4bd60d |
| 07-May-2007 |
Michal Simek <monstr@monstr.eu> |
Merge git://www.denx.de/git/u-boot
Conflicts:
include/asm-microblaze/microblaze_intc.h include/linux/stat.h
|
| #
ee89bf27 |
| 19-Apr-2007 |
Peter Pearse <peter.pearse@arm.com> |
Merge with git://www.denx.de/git/u-boot.git
|
| #
d8be5766 |
| 08-Mar-2007 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with /home/git/u-boot
|
| #
ad5bb451 |
| 06-Mar-2007 |
Wolfgang Denk <wd@pollux.denx.de> |
Restructure POST directory to support of other CPUs, boards, etc.
|
| #
d3c5e8b2 |
| 27-Nov-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with /home/wd/git/u-boot/master
|
| #
fb883a52 |
| 11-Oct-2006 |
Wolfgang Denk <wd@nyx.denx.de> |
Merge with /home/wd/git/u-boot/master
|
| #
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
|
| #
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 ...
|
| #
79fa88f3 |
| 07-Jun-2004 |
wdenk <wdenk> |
Patch by Pantelis Antoniou, 5 May 2004: - Intracom board update. - Add Codec POST.
|
| #
5a8c51cd |
| 15-Apr-2004 |
wdenk <wdenk> |
* Patches by Pantelis Antoniou, 30 Mar 2004: - add support for the Epson 156x series of graphical displays (These displays are serial and not suitable for using a normal framebuffer console
* Patches by Pantelis Antoniou, 30 Mar 2004: - add support for the Epson 156x series of graphical displays (These displays are serial and not suitable for using a normal framebuffer console on them) - add infrastructure needed in order to POST any DSPs in a board
show more ...
|
| #
4532cb69 |
| 27-Apr-2003 |
wdenk <wdenk> |
* LWMON extensions: - Splashscreen support - modem support - sysmon support - temperature dependend enabling of LCD
* Allow booting from old "PPCBoot" disk partitions
* Add support for TQM8
* LWMON extensions: - Splashscreen support - modem support - sysmon support - temperature dependend enabling of LCD
* Allow booting from old "PPCBoot" disk partitions
* Add support for TQM8255 Board / MPC8255 CPU
show more ...
|
| #
b6a6460b |
| 27-Aug-2002 |
wdenk <wdenk> |
Initial revision
|