| #
881a87ec |
| 21-Feb-2006 |
Wolfgang Denk <wd@pollux.(none)> |
Add GIT version information (commid ID) to untagged U-Boot versions
As done in the linux kernel, the U-Boot version (U_BOOT_VERSION) of all unreleased (untagged) U-Boot images will be automatically
Add GIT version information (commid ID) to untagged U-Boot versions
As done in the linux kernel, the U-Boot version (U_BOOT_VERSION) of all unreleased (untagged) U-Boot images will be automatically extended upon compiletime with a part of the GIT commit ID and possibly with "dirty" if uncommited changes are detected.
Here an example for the resulting version: "U-Boot 1.1.4-g3457ac18-dirty"
The version is now maintained in the toplevel Makefile and the version headers are autogenerated.
Patch by Stefan Roese, 9 Feb 2006
show more ...
|
| #
075866d8 |
| 20-Feb-2006 |
Heiko Schocher <hs@pollux.(none)> |
[Patch] Add basic support for the SMMACO4 Board from PanDaCom.
Signed-off-by: Heiko Schocher <hs@denx.de>
|
| #
4f7a0e36 |
| 20-Feb-2006 |
Markus Klotzbücher <Markus Klotzbümk@pollux.(none)> |
New board directory and config for the benq delta board (copied from zylonite). Minor pxa-regs.h update.
|
| #
e0269579 |
| 07-Feb-2006 |
Markus Klotzbücher <Markus Klotzbümk@pollux.(none)> |
This is the first commit for the u-boot zylonite port. The following has be done so far:
* created zylonite board dir (based on lubbock) * extended some - but not all pxa sources and headers for I
This is the first commit for the u-boot zylonite port. The following has be done so far:
* created zylonite board dir (based on lubbock) * extended some - but not all pxa sources and headers for Intel Monahans support (CONFIG_CPU_MONAHANS) * created Makefile zylonite target + MAKEALL entry * added some debug nonsense, remove later, grep for mk@tbd
Status: compiles (eldk-4.0), and can be started with BDI, but runs forever and doesn't halt at breakpoints. Hmmm...
show more ...
|
| #
3a108ed8 |
| 26-Jan-2006 |
Zachary P. Landau <zachary.landau@labxtechnologies.com> |
Add support for r5200 board
|
| #
7481266e |
| 12-Dec-2005 |
Wolfgang Denk <wd@pollux.(none)> |
|
| #
a889bd27 |
| 06-Dec-2005 |
Wolfgang Denk <wd@pollux.(none)> |
Fix DPRAM offset/size for MPC8541/8555. Simplify TQM85xx Makefile handling.
|
| #
4a86d779 |
| 01-Dec-2005 |
Wolfgang Denk <wd@pollux.(none)> |
Merge with /home/sr/git/u-boot
|
| #
d96f41e0 |
| 30-Nov-2005 |
Stefan Roese <sr@denx.de> |
Add support for TQM8541/8555 boards, TQM85xx support reworked:
- Support for TQM8541/8555 boards added. - Complete rework of TQM8540/8560 support. - Common TQM85xx code now supports all current TQM8
Add support for TQM8541/8555 boards, TQM85xx support reworked:
- Support for TQM8541/8555 boards added. - Complete rework of TQM8540/8560 support. - Common TQM85xx code now supports all current TQM85xx platforms (TQM8540/8541/8555/8560). - DDR SDRAM size detection added. - CAS latency default values can be overwritten by setting "serial#" to e.g. "ABC0001 casl=25" -> CAS latency 2.5 will be used. If problems are detected with this non default CAS latency, the defualt values will be used instead. - FLASH size detection added. - Moved FCC ethernet driver initialization behind TSEC driver init -> TSEC is first device.
Patch by Stefan Roese, 30 Nov 2005
show more ...
|
| #
6e7fb6ea |
| 29-Nov-2005 |
Stefan Roese <sr@denx.de> |
Add support for AMCC 440SP, add support for AMCC Luan 440SP eval board. Patch by John Otken, 23 Nov 2005
|
| #
5568e613 |
| 22-Nov-2005 |
Stefan Roese <sr@denx.de> |
Add support for Prodrive P3P440 board: - Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c - CFG_FLASH_QUIET_TEST added to use the common CFI driver for bank autodetection Patch by Stefan R
Add support for Prodrive P3P440 board: - Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c - CFG_FLASH_QUIET_TEST added to use the common CFI driver for bank autodetection Patch by Stefan Roese, 22 Nov 2005
show more ...
|
| #
feaedfcf |
| 15-Nov-2005 |
Stefan Roese <sr@denx.de> |
New PPC 405EP board added: CMS700 Added CONFIG_NET_MULTI for VOM405 board. Added reset_phy() for VOM405 board. Patch by Matthias Fuchs, 09 Nov 2005
|
| #
84bd92bd |
| 15-Oct-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with /home/m8/git/u-boot
|
| #
f57f70aa |
| 12-Oct-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Support passing of OF flat trees to the kernel. Patch by Pantelis Antoniou, 04 Sep 2005
|
| #
e6f2e902 |
| 11-Oct-2005 |
Marian Balakowicz <m8@semihalf.com> |
Added support for TQM834x boards.
|
| #
7521af1c |
| 08-Oct-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Add support for AP1000 board. Patch by James MacAulay, 07 Oct 2005
|
| #
96782c63 |
| 08-Oct-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Cleanup warnings for cpu/arm720t & cpu/arm1136 files. sed the linker scripts, rather than pre-process them. Patch by Peter Pearse, 07 Oct 2005
|
| #
64db4b10 |
| 06-Oct-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Make "split_by_variant.sh" executable.
|
| #
87cb6862 |
| 06-Oct-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Update make target for ARM supported boards. Use lowlevel_init() instead of platformsetup() [rename]. Patch by Peter Pearse, 06 Oct 2005
|
| #
645da510 |
| 05-Oct-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Add support for Cogent csb637 Patch by Anders Larsen, 29 Apr 2005
|
| #
99b0d285 |
| 04-Oct-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Added support for KwikByte KB920x boards (based on AT91RM9200) Patch by Matt ?? <kb9200_dev@kwikbyte.com>, 27 Apr 2005
|
| #
0e4018d2 |
| 25-Sep-2005 |
Wolfgang Denk <wd@pollux.(none)> |
Add support for MP2USB board. Patch by Eric Benard, 07 Apr 2005
|
| #
c570b2fd |
| 25-Sep-2005 |
Wolfgang Denk <wd@pollux.(none)> |
Add board support for armadillo HT1070 Patch by Rowel Atienza, 06 Apr 2005
|
| #
8e6f1a8e |
| 25-Sep-2005 |
Wolfgang Denk <wd@pollux.(none)> |
Add Barco Streaming Video Card (SVC) and Sample Compress Network (SCN) board Patch by Marc Leeman, 04 Mar 2005
|
| #
fe7eb5d8 |
| 25-Sep-2005 |
Wolfgang Denk <wd@pollux.(none)> |
Cleanup
|