| #
692519b1 |
| 10-Aug-2006 |
Rafal Jaworowski <raj@semihalf.com> |
Add support for PCI-Express on PPC440SPe (Yucca board).
|
| #
281f69ed |
| 09-Aug-2006 |
Jon Loeliger <jdl@freescale.com> |
Merge branch 'wd'
|
| #
98280e3d |
| 07-Aug-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with /home/wd/git/u-boot/master
|
| #
cf8f60f0 |
| 13-Jul-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with /home/mk/11-cmb1920/u-boot
|
| #
0f285968 |
| 13-Jul-2006 |
Jon Loeliger <jdl@freescale.com> |
Merge branch 'mpc86xx'
|
| #
bea3f28d |
| 12-Jul-2006 |
Haiying Wang <haiying.wang@freescale.com> |
Add support for reading and writing mac addresses to or from ID EEPROM.
Added code for reading and writing Mac addresses to/from ID EEPROM(0x57). With attached patch, we can use command "mac/mac rea
Add support for reading and writing mac addresses to or from ID EEPROM.
Added code for reading and writing Mac addresses to/from ID EEPROM(0x57). With attached patch, we can use command "mac/mac read/mac save/" to read and write EEPROM under u-boot prompt.
U-boot will calculate the checksum of EEPROM while bootup, if it is right, then u-boot will check whether the mac address of eTSEC0/1/2/3 is availalbe (non-zero).
If there is mac address availabe in EEPROM, u-boot will use it, otherewise, u-boot will use the mac address defined in MPC8641HPCN.h. This matches the requirement to set unique mac address for each TSEC port.
Signed-off-by: Haiying Wang <haiying.wang@freescale.com> Signed-off-by: York Sun <yorksun@freescale.com>
show more ...
|
| #
090eb735 |
| 12-Jul-2006 |
Markus Klotzbuecher <mk@denx.de> |
Add support for TQM885D board. Patch by Martin Krause, 20 Mar 2006
Signed-off-by: Martin Krause <martin.krause@tqs.de>
|
| #
3b5f61a0 |
| 30-Jun-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with /home/m8/git/u-boot
|
| #
f6e5739a |
| 30-Jun-2006 |
Marian Balakowicz <m8@semihalf.com> |
Merge: Add support for AMCC 440SPe CPU based eval board (Yucca).
|
| #
6c5879f3 |
| 30-Jun-2006 |
Marian Balakowicz <m8@semihalf.com> |
Add support for AMCC 440SPe CPU based eval board (Yucca).
|
| #
a6725536 |
| 09-May-2006 |
Jon Loeliger <jdl@freescale.com> |
Merge branch 'mpc86xx'
|
| #
debb7354 |
| 26-Apr-2006 |
Jon Loeliger <jdl@freescale.com> |
Initial support for MPC8641 HPCN board.
|
| #
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
|
| #
0a112d86 |
| 17-Mar-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with port of MPC8349EMDS board
|
| #
cd94ba39 |
| 14-Mar-2006 |
Marian Balakowicz <m8@semihalf.com> |
Add Dcbz(), Dcbi() and Dcbf() routines for MPC83xx.
|
| #
77ddac94 |
| 13-Oct-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Cleanup for GCC-4.x
|
| #
22e05df4 |
| 16-Aug-2005 |
<m8@hekate.semihalf.com> |
Merge with pollux.denx.org:/home/git/u-boot/.git
|
| #
b79316f2 |
| 15-Aug-2005 |
Stefan Roese <sr@denx.de> |
Add Sandburst Metrobox and Sandburst Karef board support packages. Second serial port on 440GX now defined as a system device. Add 'Short Etch' code for Cicada PHY within 440gx_enet.c Patch by Travis
Add Sandburst Metrobox and Sandburst Karef board support packages. Second serial port on 440GX now defined as a system device. Add 'Short Etch' code for Cicada PHY within 440gx_enet.c Patch by Travis B. Sawyer, 12 Jul 2005
Check return value of malloc in 440gx_enet.c Patch by Travis B. Sawyer, 18 Jul 2005
show more ...
|
| #
b4f15fda |
| 05-Aug-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with /home/wd/git/u-boot/jon_loeliger
|
| #
f046ccd1 |
| 28-Jul-2005 |
Eran Liberty <liberty@freescale.com> |
* Patch by Eran Liberty Add support for the Freescale MPC8349ADS board.
|
| #
8aa1a2d1 |
| 04-Apr-2005 |
wdenk <wdenk> |
Patch by Steven Scholz, 4 Apr 2005: - remove all references to CONFIG_INIT_CRITICAL for ARM based boards - introduce two new configuration options instead: CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP
Patch by Steven Scholz, 4 Apr 2005: - remove all references to CONFIG_INIT_CRITICAL for ARM based boards - introduce two new configuration options instead: CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT
show more ...
|
| #
3ec924a3 |
| 03-Apr-2005 |
wdenk <wdenk> |
Patch by Steven Scholz, 25 Oct 2004: Declare reset_cpu() in include/common.h instead locally
|
| #
756f586a |
| 03-Apr-2005 |
wdenk <wdenk> |
* Patch by Yusdi Santoso, 22 Oct 2004: - Add support for HIDDEN_DRAGON board - fix endianess problem in driver/rtl1839.c
* Patch by Allen Curtis, 21 Oct 2004: support multiple serial ports
|
| #
96085e34 |
| 13-Dec-2004 |
wdenk <wdenk> |
Fix problem introduced by previous patch.
|