History log of /openbmc/u-boot/include/configs/MPC8548CDS.h (Results 351 – 375 of 474)
Revision Date Author Comments
# 3f523edb 26-Dec-2007 Wolfgang Denk <wd@denx.de>

Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx


# 8ff3de61 07-Dec-2007 Kumar Gala <galak@kernel.crashing.org>

Handle MPC85xx PCIe reset errata (PCI-Ex 38)

On the MPC85xx boards that have PCIe enable the PCIe errata fix.
(MPC8544DS, MPC8548CDS, MPC8568MDS).

Signed-off-by: Kumar Gala <gal

Handle MPC85xx PCIe reset errata (PCI-Ex 38)

On the MPC85xx boards that have PCIe enable the PCIe errata fix.
(MPC8544DS, MPC8548CDS, MPC8568MDS).

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...


# 82ac8c97 07-Dec-2007 Kumar Gala <galak@kernel.crashing.org>

Update Freescale MPC85xx ADS/CDS/MDS board config

* Enabled CONFIG_CMD_ELF

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>


# 22abb2d2 29-Nov-2007 Kumar Gala <galak@kernel.crashing.org>

Update Freescale MPC85xx ADS/CDS/MDS board config

* Removed some misc environment setup
* Enabled CONFIG_CMDLINE_EDITING

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>


# b90d2549 29-Nov-2007 Kumar Gala <galak@kernel.crashing.org>

Update MPC85xx CDS to use libfdt

Updated the MPC85xx CDS config to use libfdt and assume use of aliases for
ethernet, pci, and serial for the various fixups that are done.

Signe

Update MPC85xx CDS to use libfdt

Updated the MPC85xx CDS config to use libfdt and assume use of aliases for
ethernet, pci, and serial for the various fixups that are done.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...


# 9caeaadf 11-Dec-2007 Stefan Roese <sr@denx.de>

Merge commit 'u-boot/master' into for-1.3.1

Conflicts:

drivers/rtc/Makefile


# 7fc79289 28-Nov-2007 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

Merge git://www.denx.de/git/u-boot

Conflicts:

drivers/Makefile


# 5c568d6a 13-Nov-2007 Stefan Roese <sr@denx.de>

Merge branch 'master' of git://www.denx.de/git/u-boot


# 3cac27c1 02-Nov-2007 Jon Loeliger <jdl@freescale.com>

Merge commit 'remotes/wd/master'


# e60adeac 02-Nov-2007 Wolfgang Denk <wd@denx.de>

Merge branch 'master' of /home/wd/git/u-boot/work


# 8287b3b5 01-Nov-2007 Wolfgang Denk <wd@denx.de>

Merge branch 'master' of git://www.denx.de/git/u-boot-coldfire


# dbf33176 01-Nov-2007 Wolfgang Denk <wd@denx.de>

Merge branch 'master' of git://www.denx.de/git/u-boot-arm


# 8410d390 01-Nov-2007 Wolfgang Denk <wd@denx.de>

Merge branch 'master' of git://www.denx.de/git/u-boot-tq-group


# 5b746c3e 01-Nov-2007 Wolfgang Denk <wd@denx.de>

Merge branch 'master' of /home/wd/git/u-boot/custodians


# 2fa0dd15 01-Nov-2007 Wolfgang Denk <wd@denx.de>

Merge branch 'master' of git://www.denx.de/git/u-boot-mips


# 0f8b8d0f 01-Nov-2007 Wolfgang Denk <wd@denx.de>

Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx


# 7600d47b 11-Oct-2007 Kumar Gala <galak@kernel.crashing.org>

Improve handling of PCI interrupt device tree fixup on MPC85xx CDS

On the MPC85xx CDS we have two issues:

1. The device tree fixup code did not check to see if the property we are

Improve handling of PCI interrupt device tree fixup on MPC85xx CDS

On the MPC85xx CDS we have two issues:

1. The device tree fixup code did not check to see if the property we are
trying to update is actually found. Its possible that it would update
random memory starting at 0.

2. Newer Linux kernel's have moved the location of the PCI nodes to be
sibilings of the soc node and not children. The explicit PATH to the PCI
node would not be found for these device trees. Add the ability to handle
both paths. In the future we shouldn't handle such fixups by explicit path.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...


# b90296fc 02-Oct-2007 Haavard Skinnemoen <hskinnemoen@atmel.com>

Merge commit 'origin/master'


# 636538c5 27-Sep-2007 Stefan Roese <sr@denx.de>

Merge branch 'master' of /home/stefan/git/u-boot/lwmon5


# 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


# 1d1ab638 02-Sep-2007 Stefan Roese <sr@denx.de>

Merge with git://www.denx.de/git/u-boot.git


# 4bf4abb8 21-Aug-2007 Ed Swarthout <Ed.Swarthout@freescale.com>

8548cds fixes

Restore CONFIG_EXTRA_ENV_SETTINGS definition which contains the
correct consoledev needed for linux boot.
Standardize on fdt{file,addr} var to hold dtb file name.

8548cds fixes

Restore CONFIG_EXTRA_ENV_SETTINGS definition which contains the
correct consoledev needed for linux boot.
Standardize on fdt{file,addr} var to hold dtb file name.

Set PCI inbound memory region from CFG_MEMORY_{BUS,PHYS}.

Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>

show more ...


# 3bb342fc 10-Aug-2007 Kim Phillips <kim.phillips@freescale.com>

fdt: remove unused OF_FLAT_TREE_MAX_SIZE references

and make some minor corrections to the FDT part of the README.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>


1...<<111213141516171819