| #
701f649a |
| 01-Dec-2006 |
Grant Likely <grant.likely@secretlab.ca> |
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
|
| #
e0b369e4 |
| 01-Dec-2006 |
roy zang <tie-fei.zang@freescale.com> |
Fix the confilcts when merging 'master' into hpc2. The conflicts due to a new mpc7448 p3m7448 board is in the main tree.
Merge branch 'master' into hpc2
Conflicts:
MAKEALL cpu/74xx_7xx/cpu.c cp
Fix the confilcts when merging 'master' into hpc2. The conflicts due to a new mpc7448 p3m7448 board is in the main tree.
Merge branch 'master' into hpc2
Conflicts:
MAKEALL cpu/74xx_7xx/cpu.c cpu/74xx_7xx/cpu_init.c cpu/74xx_7xx/speed.c
show more ...
|
| #
dd520bf3 |
| 30-Nov-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Code cleanup.
|
| #
ab07b6c2 |
| 30-Nov-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.git
|
| #
be5e6181 |
| 04-Nov-2006 |
Timur Tabi <timur@freescale.com> |
mpc83xx: Update 83xx to use fsl_i2c.c
Update the 83xx tree to use I2C support in drivers/fsl_i2c.c. Delete cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files. Added multipl
mpc83xx: Update 83xx to use fsl_i2c.c
Update the 83xx tree to use I2C support in drivers/fsl_i2c.c. Delete cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files. Added multiple I2C bus support to fsl_i2c.c.
Signed-off-by: Timur Tabi <timur@freescale.com>
show more ...
|
| #
d239d74b |
| 03-Nov-2006 |
Timur Tabi <timur@freescale.com> |
mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR
Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx tree matches the other 8xxx trees.
Signed-off-by: Timur Tabi <timur@freescale.com>
|
| #
bf0b542d |
| 01-Nov-2006 |
Kim Phillips <kim.phillips@freescale.com> |
mpc83xx: add OF_FLAT_TREE bits to 83xx boards
add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and STDOUT_PATH configuration bits to mpc8349emds, mpc8349itx, and mpc8360emds board code.
redo environment
mpc83xx: add OF_FLAT_TREE bits to 83xx boards
add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and STDOUT_PATH configuration bits to mpc8349emds, mpc8349itx, and mpc8360emds board code.
redo environment to use bootm with the fdtaddr for booting ARCH=powerpc kernels by default, and provide default fdtaddr values.
show more ...
|
| #
9ca880a2 |
| 01-Nov-2006 |
Timur Tabi <timur@freescale.com> |
mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS
This patch also adds an improved I2C set_speed(), which handles all clock frequencies.
Signed-off-by: Timur T
mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS
This patch also adds an improved I2C set_speed(), which handles all clock frequencies.
Signed-off-by: Timur Tabi <timur@freescale.com>
show more ...
|
| #
98883332 |
| 01-Nov-2006 |
Timur Tabi <timur@freescale.com> |
mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITX
PREREQUISITE PATCHES:
* This patch can only be applied after the following patches have been applied:
1) DNX#2006092142000015 "Add support for t
mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITX
PREREQUISITE PATCHES:
* This patch can only be applied after the following patches have been applied:
1) DNX#2006092142000015 "Add support for the MPC8349E-mITX 1/2" 2) DNX#2006092142000024 "Add support for the MPC8349E-mITX 2/2"
CHANGELOG:
* For the 8349E-mITX, fix some size values in pci_init_board(), enable the clock for the 2nd USB board (Linux kernel will hang otherwise), and fix the CONFIG_BOOTARGS macro.
Signed-off-by: Timur Tabi <timur@freescale.com>
show more ...
|
| #
2ad6b513 |
| 01-Nov-2006 |
Timur Tabi <timur@freescale.com> |
mpc83xx: Add support for the MPC8349E-mITX
PREREQUISITE PATCHES:
* This patch can only be applied after the following patches have been applied:
1) DNX#2006090742000024 "Add support for multiple
mpc83xx: Add support for the MPC8349E-mITX
PREREQUISITE PATCHES:
* This patch can only be applied after the following patches have been applied:
1) DNX#2006090742000024 "Add support for multiple I2C buses" 2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x" 3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c" 4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems" 5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems"
CHANGELOG:
* Add support for the Freescale MPC8349E-mITX reference design platform. The second TSEC (Vitesse 7385 switch) is not supported at this time.
Signed-off-by: Timur Tabi <timur@freescale.com>
show more ...
|