| #
3c4bd60d |
| 07-May-2007 |
Michal Simek <monstr@monstr.eu> |
Merge git://www.denx.de/git/u-boot
Conflicts:
include/asm-microblaze/microblaze_intc.h include/linux/stat.h
|
| #
6ede0c8b |
| 07-May-2007 |
Markus Klotzbuecher <mk@denx.de> |
Merge with git://www.denx.de/git/u-boot.git
|
| #
49db23d4 |
| 05-May-2007 |
Wolfgang Denk <wd@denx.de> |
Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xx
|
| #
ffa621a0 |
| 24-Feb-2007 |
Andy Fleming <afleming@freescale.com> |
Cleaned up some 85xx PCI bugs
* Cleaned up the CDS PCI Config Tables and added NULL entries to the end * Fixed PCIe LAWBAR assignemt to use the cpu-relative address * Fixed 85xx PCI code to assign
Cleaned up some 85xx PCI bugs
* Cleaned up the CDS PCI Config Tables and added NULL entries to the end * Fixed PCIe LAWBAR assignemt to use the cpu-relative address * Fixed 85xx PCI code to assign powar region sizes based on the config values (rather than hard-coding them) * Fixed the 8548 CDS PCI2 IO to once again have 0 as the base address
Signed-off-by: Andy Fleming <afleming@freescale.com>
show more ...
|
| #
362dd830 |
| 27-Dec-2006 |
Sergei Shtylyov <sshtylyov@ru.mvista.com> |
Fix PCI I/O space mapping on Freescale MPC85x0ADS
The PCI I/O space mapping for Freescale MPC8540ADS board was broken by commit 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc which failed to update the #d
Fix PCI I/O space mapping on Freescale MPC85x0ADS
The PCI I/O space mapping for Freescale MPC8540ADS board was broken by commit 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc which failed to update the #define's describing the local address window used for the PCI I/O space accesses -- fix this and carry over the necessary changes into the MPC8560ADS code since the PCI I/O space mapping was also broken for this board (by the earlier commit 087454609e47295443af793a282cddcd91a5f49c). Add the comments clarifying how the PCI I/O space must be mapped to all the MPC85xx board config. headers.
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
board/mpc8540ads/init.S | 4 ++-- board/mpc8560ads/init.S | 4 ++-- include/configs/MPC8540ADS.h | 5 ++--- include/configs/MPC8541CDS.h | 2 +- include/configs/MPC8548CDS.h | 2 +- include/configs/MPC8560ADS.h | 8 ++++---- 6 files changed, 12 insertions(+), 13 deletions(-)
show more ...
|
| #
39b18c4f |
| 18-Dec-2006 |
ebony.zhu@freescale.com <ebony.zhu@freescale.com> |
u-boot: Disables MPC8548CDS 2T_TIMING for DDR by default
This patch disables MPC8548CDS 2T_TIMING for DDR by default.
Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
|
| #
41fb7e0f |
| 14-Dec-2006 |
Zang Roy-r61911 <tie-fei.zang@freescale.com> |
u-boot: Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board
Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board. Signed-off-by: Roy Zang <tie-fei.zang@frees
u-boot: Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board
Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board. Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
show more ...
|
| #
d3c5e8b2 |
| 27-Nov-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with /home/wd/git/u-boot/master
|
| #
dfc8a9ee |
| 10-Nov-2006 |
Stefan Roese <sr@denx.de> |
Merge with /home/stefan/git/u-boot/denx
|
| #
d97370fe |
| 24-Oct-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with /home/wd/git/u-boot/master (Conflicts between Jon Loeliger's and Matthew McClintock's tree were resolved by in favour of Jon's version.)
|
| #
d67c14c0 |
| 20-Oct-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with http://www.jdl.com/software/u-boot-86xx.git
|
| #
3acb7727 |
| 20-Oct-2006 |
Jon Loeliger <jdl@freescale.com> |
Merge branch 'i2c'
|
| #
20476726 |
| 20-Oct-2006 |
Jon Loeliger <jdl@freescale.com> |
Converted all 85xx boards to use a common FSL I2C driver. Introduced COFIG_FSL_I2C to select the common FSL I2C driver. And removed hard i2c path from a few u-boot.lds scipts too. Minor whitespace cl
Converted all 85xx boards to use a common FSL I2C driver. Introduced COFIG_FSL_I2C to select the common FSL I2C driver. And removed hard i2c path from a few u-boot.lds scipts too. Minor whitespace cleanups along the way.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
show more ...
|
| #
504b5cd0 |
| 19-Sep-2006 |
Jon Loeliger <jdl@freescale.com> |
Merge branch 'mpc85xx'
Conflicts:
drivers/tsec.c
|
| #
8272dc2f |
| 13-Sep-2006 |
Andy Fleming <afleming@freescale.com> |
Updated config headers to add default FDT-based booting
|
| #
09f3e09e |
| 13-Sep-2006 |
Andy Fleming <afleming@freescale.com> |
Add support for eTSEC 3 & 4 on 8548 CDS
* Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS. This will only work on rev 1.3 boards (but doesn't break older boards) * Cleaned up some comm
Add support for eTSEC 3 & 4 on 8548 CDS
* Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS. This will only work on rev 1.3 boards (but doesn't break older boards) * Cleaned up some comments to reflect the expanded role of tsec in other systems
show more ...
|
| #
4a39616d |
| 19-Aug-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wd
|
| #
92c427b1 |
| 09-Aug-2006 |
Jon Loeliger <jdl@freescale.com> |
Merge branch 'mpc85xx'
Conflicts:
include/ft_build.h include/pci.h
Resolved, though.
|
| #
bf1dfffd |
| 28-Jun-2006 |
Matthew McClintock <msm@freescale.com> |
* Added VIA configuration table
* Added support for PCI2 on CDS Patch by Andy Fleming 17-Mar-2006
Signed-off-by: Andy Fleming <afleming@freescale.com>
|
| #
0e16387d |
| 28-Jun-2006 |
Matthew McClintock <msm@freescale.com> |
* Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon Loeliger 17-Jan-2006
Signed-off-by: Jon Loeliger <jdl@freescale.com>
|
| #
cbfc7ce7 |
| 28-Jun-2006 |
Matthew McClintock <msm@freescale.com> |
* Added VIA configuration table * Added support for PCI2 on CDS Patch by Andy Fleming 17-Mar-2006
Signed-off-by: Andy Fleming <afleming@freescale.com>
|
| #
40d5fa35 |
| 28-Jun-2006 |
Matthew McClintock <msm@freescale.com> |
* Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon Loeliger 17-Jan-2006
Signed-off-by: Jon Loeliger <jdl@freescale.com>
|
| #
b4f15fda |
| 05-Aug-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with /home/wd/git/u-boot/jon_loeliger
|
| #
d9b94f28 |
| 25-Jul-2005 |
Jon Loeliger <jdl@freescale.com> |
* Patch by Jon Loeliger, 2005-05-05 Implemented support for MPC8548CDS board. Added DDR II support based on SPD values for MPC85xx boards. This roll-up patch also includes bugfies for the previ
* Patch by Jon Loeliger, 2005-05-05 Implemented support for MPC8548CDS board. Added DDR II support based on SPD values for MPC85xx boards. This roll-up patch also includes bugfies for the previously published patches: DDRII CPO, pre eTSEC, 8548 LBIU, Andy's TSEC, eTSEC 3&4 I/O
show more ...
|