Jon Loeliger
debb7354d1
Initial support for MPC8641 HPCN board.
19 years ago
dzu@denx.de
6ca24c64a5
Add support for BC3450 board
...
Signed-off-by: dzu@denx.de <dzu@denx.de>
19 years ago
dzu@denx.de
a367d42640
Update for NC650 board. Add NC650 based CP850 configuration.
...
Signed-off-by: dzu@denx.de <dzu@denx.de>
19 years ago
Marian Balakowicz
6db3970811
Fix JFFS2 support for legacy NAND driver.
...
Some more NAND cleanup and small fixes.
19 years ago
Marian Balakowicz
1707626650
Correct PM828_PCI_config Makefile target.
19 years ago
Wolfgang Denk
09e4b0c5d3
Add support for Lite5200B board.
...
Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006
19 years ago
Marian Balakowicz
991425fe05
Add initial support for MPC8349E MDS board.
19 years ago
Wolfgang Denk
ff7fefe679
Apply SoC concept to arm926ejs CPUs, i.e. move the SoC specific timer and
...
cpu_reset code from cpu/$(CPU) into the new cpu/$(CPU)/$(SOC) directories
Patch by Andreas Engel, 13 Mar 2006
19 years ago
Wolfgang Denk
84c960ce6d
Add support for EmbeddedPlanet EP88x boards
...
Patch by Yuli Barcohen, 13 Jul 2005
19 years ago
Wolfgang Denk
8e7b703a62
Coding Style cleanup
19 years ago
Wolfgang Denk
0afe519a43
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:
19 years ago
Wolfgang Denk
92b197f0da
Fix Makefile: include config.mk only after CROSS_COMPILE is defined
...
Patch by Friedrich Lobenstock, 02 Jun 2005
19 years ago
Wolfgang Denk
84ef51a632
Fix cleanup for netstart board.
...
Remove build results from repository
19 years ago
Wolfgang Denk
1f62bc2d08
Add support for TQM8260-AI boards.
19 years ago
Wolfgang Denk
0be248fa9a
Cleanup (get rid of debug code that sneaked in)
19 years ago
Stefan Roese
f1ee982506
Add lowboot target to mcc200 board
...
Patch by Stefan Roese, 4 Mar 2006
19 years ago
Markus Klotzbücher
6949328d7d
First steps implementing NAND support. Not working, fails to read ID.
19 years ago
Markus Klotzbücher
ff3c2a9478
SDRAM now working for delta board, but there are still aliasing problems,
...
we only see 64MB.
19 years ago
Wolfgang Denk
6624b687bc
Rename SMMACO4 board into smmaco4 for consistency with Linux.
19 years ago
Wolfgang Denk
86ea5f93d7
Initial port to MCC200 board (work in progress)
...
Minimally modified patch by Bluetechnix, Vienna
19 years ago
Wolfgang Denk
881a87ecba
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
19 years ago
Heiko Schocher
075866d840
[Patch] Add basic support for the SMMACO4 Board from PanDaCom.
...
Signed-off-by: Heiko Schocher <hs@denx.de>
19 years ago
Markus Klotzbücher
4f7a0e3671
New board directory and config for the benq delta board (copied from
...
zylonite). Minor pxa-regs.h update.
19 years ago
Markus Klotzbücher
e0269579a5
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...
19 years ago
Wolfgang Denk
7481266e4e
20 years ago
Wolfgang Denk
a889bd27ef
Fix DPRAM offset/size for MPC8541/8555.
...
Simplify TQM85xx Makefile handling.
20 years ago
Stefan Roese
d96f41e016
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
20 years ago
Stefan Roese
6e7fb6eaa5
Add support for AMCC 440SP, add support for AMCC Luan 440SP eval board.
...
Patch by John Otken, 23 Nov 2005
20 years ago
Stefan Roese
5568e613ee
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
20 years ago
Stefan Roese
feaedfcf84
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
20 years ago
Wolfgang Denk
f57f70aab9
Support passing of OF flat trees to the kernel.
...
Patch by Pantelis Antoniou, 04 Sep 2005
20 years ago
Marian Balakowicz
e6f2e90233
Added support for TQM834x boards.
20 years ago
Wolfgang Denk
7521af1c7d
Add support for AP1000 board.
...
Patch by James MacAulay, 07 Oct 2005
20 years ago
Wolfgang Denk
96782c63d3
Cleanup warnings for cpu/arm720t & cpu/arm1136 files.
...
sed the linker scripts, rather than pre-process them.
Patch by Peter Pearse, 07 Oct 2005
20 years ago
Wolfgang Denk
64db4b10a5
Make "split_by_variant.sh" executable.
20 years ago
Wolfgang Denk
87cb6862b9
Update make target for ARM supported boards.
...
Use lowlevel_init() instead of platformsetup() [rename].
Patch by Peter Pearse, 06 Oct 2005
20 years ago
Wolfgang Denk
645da51097
Add support for Cogent csb637
...
Patch by Anders Larsen, 29 Apr 2005
20 years ago
Wolfgang Denk
99b0d2851a
Added support for KwikByte KB920x boards (based on AT91RM9200)
...
Patch by Matt ?? <kb9200_dev@kwikbyte.com>, 27 Apr 2005
20 years ago
Wolfgang Denk
0e4018d244
Add support for MP2USB board.
...
Patch by Eric Benard, 07 Apr 2005
20 years ago
Wolfgang Denk
c570b2fdf5
Add board support for armadillo HT1070
...
Patch by Rowel Atienza, 06 Apr 2005
20 years ago
Wolfgang Denk
8e6f1a8ec2
Add Barco Streaming Video Card (SVC) and Sample Compress Network (SCN) board
...
Patch by Marc Leeman, 04 Mar 2005
20 years ago
Wolfgang Denk
fe7eb5d88b
Cleanup
20 years ago
Wolfgang Denk
74f4304ee7
Add ARM946E cpu and core module targets; remap memory to 0x00000000
...
Patch by Peter Pearse, 2 Feb 2005
20 years ago
Wolfgang Denk
265817c7e6
Add support for AMD's Pb1x00 eval board;
...
add MII routines to the au1x00 ethernet driver;
add USB ohci driver (work in progress)
Patch by Thomas Sailer, 20 Jan 2005
20 years ago
Stefan Roese
7644f16f6b
esd CPCI2DP board added
...
Patch by Matthias Fuchs, 22 Sep 2005
20 years ago
Wolfgang Denk
ac7eb8a315
Update of new NAND code
...
Patch by Ladislav Michl, 13 Sep 2005
20 years ago
Stefan Roese
5e4b3361bc
Add esd cpci5200 and pf5200 boards
...
Patch by Reinhard Arlt, 22 Aug 2005
20 years ago
Wolfgang Denk
df04a3df33
Add CHANEGLOG entry; sort Makefile entries
20 years ago
Wolfgang Denk
8b99e512b5
Minor Makefile cleanup
20 years ago
Wolfgang Denk
6bdf430660
Add support for Silicon Turnkey eXpress XTc (mpc87x/88x) board.
...
Patch by Dan Malek and Pantelis Antoniou, 15 Aug 2005
20 years ago