| #
4feab4de |
| 28-Feb-2007 |
Kumar Gala <galak@kernel.crashing.org> |
mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode
The config value for: * CFG_ACR_PIPE_DEP * CFG_ACR_RPTCNT * CFG_SPCR_TSEC1EP * CFG_SPCR_TSEC2EP * CFG_SCCR_TSEC1CM * CFG_SCCR_TSEC2CM
mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode
The config value for: * CFG_ACR_PIPE_DEP * CFG_ACR_RPTCNT * CFG_SPCR_TSEC1EP * CFG_SPCR_TSEC2EP * CFG_SCCR_TSEC1CM * CFG_SCCR_TSEC2CM
Were not being used when setting the appropriate register
Added: * CFG_SCCR_USBMPHCM * CFG_SCCR_USBDRCM * CFG_SCCR_PCICM * CFG_SCCR_ENCCM
To allow full config of the SCCR.
Also removed random CFG_SCCR settings in MPC8349EMDS, TQM834x, and sbc8349 that were just bogus.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
show more ...
|
| #
22d71a71 |
| 28-Feb-2007 |
Kim Phillips <kim.phillips@freescale.com> |
mpc83xx: add command line editing by default
|
| #
8d172c0f |
| 14-Feb-2007 |
Xie Xiaobo <r63061@freescale.com> |
mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS
MPC8349E rev3.1 have new spridr,and PVR value, The MDS board for MPC8349E rev3.1 has 32M bytes Flash and 256M DDR2 DIMM.
Signed-
mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS
MPC8349E rev3.1 have new spridr,and PVR value, The MDS board for MPC8349E rev3.1 has 32M bytes Flash and 256M DDR2 DIMM.
Signed-off-by: Xie Xiaobo<X.Xie@freescale.com>
show more ...
|
| #
d3bb5ec1 |
| 04-Dec-2006 |
roy zang <tie-fei.zang@freescale.com> |
Merge /home/roy/CVS/7448/Open_Source/u-boot.git.dev
|
| #
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 ...
|
| #
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 ...
|
| #
b24f119d |
| 07-Sep-2006 |
Ben Warren <bwarren@qstreams.com> |
Multi-bus I2C implementation of MPC834x
Hello,
Attached is a patch implementing multiple I2C buses on the MPC834x CPU family and the MPC8349EMDS board in particular. This patch requires Patch 1 (Ad
Multi-bus I2C implementation of MPC834x
Hello,
Attached is a patch implementing multiple I2C buses on the MPC834x CPU family and the MPC8349EMDS board in particular. This patch requires Patch 1 (Add support for multiple I2C buses). Testing was performed on a 533MHz board.
/*** Note: This patch replaces ticket DNX#2006083042000027 ***/
Signed-off-by: Ben Warren <bwarren@qstreams.com>
CHANGELOG: Implemented driver-level code to support two I2C buses on the MPC834x CPU family and the MPC8349EMDS board. Available I2C bus speeds are 50kHz, 100kHz and 400kHz on each bus.
regards, Ben
show more ...
|
| #
72ed528a |
| 07-Jun-2006 |
Jon Loeliger <jdl@freescale.com> |
Merge branch 'master' of http://www.denx.de/git/u-boot
|
| #
977b50f8 |
| 10-May-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Minor cleanup.
|
| #
67a94685 |
| 09-May-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with /home/wd/git/u-boot/master
|
| #
0cf7d8aa |
| 03-May-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with git://git.kernel.org/pub/scm/boot/u-boot/galak/u-boot.git#mpc8349emds
|
| #
8fe9bf61 |
| 20-Apr-2006 |
Kumar Gala <galak@kernel.crashing.org> |
Merged MPC8349ADS and MPC8349EMDS ports into MPC8349EMDS port: - Removed MPC8349ADS port - Added PCI support to MPC8349ADS - reworked memory map to allow mapping of all regions with BATs Patc
Merged MPC8349ADS and MPC8349EMDS ports into MPC8349EMDS port: - Removed MPC8349ADS port - Added PCI support to MPC8349ADS - reworked memory map to allow mapping of all regions with BATs Patch by Kumar Gala 20 Apr 2006
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
show more ...
|
| #
b86d7622 |
| 20-Apr-2006 |
Kumar Gala <galak@kernel.crashing.org> |
Merge branch 'master' of rsync://rsync.denx.de/git/u-boot
|
| #
cf48eb9a |
| 16-Apr-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Some code cleanup
|
| #
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
|
| #
dc9e499c |
| 16-Mar-2006 |
Rafal Jaworowski <raj@pollux.denx.de> |
Support for DDR with 32-data path. Addotional notes on injecting multiple-bit errors.
|
| #
d326f4a2 |
| 16-Mar-2006 |
Marian Balakowicz <m8@semihalf.com> |
Add command for handling DDR ECC registers on MPC8349EE MDS board.
|
| #
991425fe |
| 14-Mar-2006 |
Marian Balakowicz <m8@semihalf.com> |
Add initial support for MPC8349E MDS board.
|