summaryrefslogtreecommitdiffstats
path: root/post/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Restructure POST directory to support of other CPUs, boards, etc.Wolfgang Denk2007-03-061-6/+2
|
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-011-1/+1
| | | | | | | | | | | | | | | | | | | | | 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.
* Patch by Pantelis Antoniou, 5 May 2004:wdenk2004-06-071-1/+1
| | | | | - Intracom board update. - Add Codec POST.
* * Patches by Pantelis Antoniou, 30 Mar 2004:wdenk2004-04-151-2/+4
| | | | | | | - 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
* * LWMON extensions:wdenk2003-04-271-1/+1
| | | | | | | | | | | - 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
* Initial revisionwdenk2002-08-271-0/+33
OpenPOWER on IntegriCloud