| #
f31d38b9 |
| 16-Nov-2007 |
Stefan Roese <sr@denx.de> |
ppc4xx: Enable 405EX PCIe UTL register configuration
Till now the UTL registers on 405EX were not initialized but left with their default values. This patch new initializes some of the UTL registers
ppc4xx: Enable 405EX PCIe UTL register configuration
Till now the UTL registers on 405EX were not initialized but left with their default values. This patch new initializes some of the UTL registers on 405EX.
Signed-off-by: Stefan Roese <sr@denx.de>
show more ...
|
| #
955413f3 |
| 15-Nov-2007 |
Grant Likely <grant.likely@secretlab.ca> |
Revert "Correct relocation fixup for mpc5xx"
This reverts commit 3649cd99ba815b6601868735765602f00ef3692b. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
|
| #
e1563388 |
| 15-Nov-2007 |
Grant Likely <grant.likely@secretlab.ca> |
Revert "Correct fixup relocation for MPC5xxx"
This reverts commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
|
| #
139365fb |
| 15-Nov-2007 |
Grant Likely <grant.likely@secretlab.ca> |
Revert "Correct fixup relocation for mpc8220"
This reverts commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
|
| #
70922342 |
| 15-Nov-2007 |
Grant Likely <grant.likely@secretlab.ca> |
Revert "Correct fixup relocation for mpc824x"
This reverts commit f3a52fe05923935db86985daf9438e2f70ac39aa. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
|
| #
96279ab4 |
| 15-Nov-2007 |
Grant Likely <grant.likely@secretlab.ca> |
Revert "Correct fixup relocation for mpc8260"
This reverts commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
|
| #
928fe33b |
| 15-Nov-2007 |
Grant Likely <grant.likely@secretlab.ca> |
Revert "Correct fixup relocation for mpc83xx"
This reverts commit 057004f4a4863554d56cc56268bfa7c7d9738e27. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
|
| #
c93945e8 |
| 15-Nov-2007 |
Grant Likely <grant.likely@secretlab.ca> |
Revert "[MPC512x] Correct fixup relocation"
This reverts commit 8d17979d0359492a822a0a409d26e3a3549b4cd4. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
|
| #
087dfdb7 |
| 21-Oct-2007 |
Stefan Roese <sr@denx.de> |
ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx
This patch moves some common 4xx macros and the PPC405_SYS_INFO/ PPC440_SYS_INFO structure into the common ppc4xx.h header.
Lot's
ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx
This patch moves some common 4xx macros and the PPC405_SYS_INFO/ PPC440_SYS_INFO structure into the common ppc4xx.h header.
Lot's of other macros are good candidates to be consolidated this way in the future.
Signed-off-by: Stefan Roese <sr@denx.de>
show more ...
|
| #
dbbd1257 |
| 05-Oct-2007 |
Stefan Roese <sr@denx.de> |
ppc4xx: Add PPC405EX support
Signed-off-by: Stefan Roese <sr@denx.de>
|
| #
d4d1e9be |
| 19-Oct-2007 |
Andy Fleming <afleming@freescale.com> |
Merge branch 'denx'
|
| #
b90296fc |
| 02-Oct-2007 |
Haavard Skinnemoen <hskinnemoen@atmel.com> |
Merge commit 'origin/master'
|
| #
b8685aff |
| 22-Sep-2007 |
Nobuhiro Iwamatsu <iwamatsu@nigauri.org> |
Merge git://www.denx.de/git/u-boot
Conflicts:
CREDITS
|
| #
f930922f |
| 17-Sep-2007 |
Markus Klotzbuecher <mk@denx.de> |
Merge with git://www.denx.de/git/u-boot.git
|
| #
9c73f4b8 |
| 10-Sep-2007 |
Michal Simek <monstr@monstr.eu> |
Merge git://www.denx.de/git/u-boot
|
| #
7d54d64e |
| 10-Sep-2007 |
Peter Pearse <peter.pearse@arm.com> |
Merge with git://www.denx.de/git/u-boot.git
|
| #
87eb200e |
| 08-Sep-2007 |
Wolfgang Denk <wd@denx.de> |
Merge with /home/raj/git/u-boot#440SPe_PCIe_fixes
|
| #
7f191393 |
| 07-Sep-2007 |
Grzegorz Bernacki <gjb@semihalf.com> |
[PPC440SPe] Improve PCIe configuration space access
- correct configuration space mapping - correct bus numbering - better access to config space
Prior to this patch, the 440SPe host/PCIe bridge wa
[PPC440SPe] Improve PCIe configuration space access
- correct configuration space mapping - correct bus numbering - better access to config space
Prior to this patch, the 440SPe host/PCIe bridge was able to configure only the first device on the first bus. We now allow to configure up to 16 buses; also, scanning for devices behind the PCIe-PCIe bridge is supported, so peripheral devices farther in hierarchy can be identified.
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
show more ...
|
| #
1d1ab638 |
| 02-Sep-2007 |
Stefan Roese <sr@denx.de> |
Merge with git://www.denx.de/git/u-boot.git
|
| #
c5bded3c |
| 29-Aug-2007 |
Wolfgang Denk <wd@denx.de> |
Add mii_init() prototype
to get rid of a *lot* of compiler warnings.
Signed-off-by: Wolfgang Denk <wd@denx.de>
|
| #
93f79834 |
| 21-Aug-2007 |
Stefan Roese <sr@denx.de> |
Merge with /home/stefan/git/u-boot/u-boot-ppc4xx
|
| #
909627dc |
| 18-Aug-2007 |
Wolfgang Denk <wd@denx.de> |
Merge with /home/wd/git/u-boot/custodian/u-boot-coldfire
|
| #
1d55483c |
| 18-Aug-2007 |
Wolfgang Denk <wd@denx.de> |
Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xx
|
| #
81735b25 |
| 16-Aug-2007 |
John Rigby <jrigby@freescale.com> |
Merge branch 'denx-coldfire' into coldfire-aug2007
|
| #
6a16e0df |
| 16-Aug-2007 |
Kim Phillips <kim.phillips@freescale.com> |
mpc83xx: move common /memory node update mechanism to cpu.c
also adds common prototypes to include/common.h.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
|