- Nov 04, 2006
-
-
Timur Tabi authored
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>
-
Kim Phillips authored
-
Dave Liu authored
The 834x rev1.x silicon has one CPU5 errata. The issue is when the data cache locked with HID0[DLOCK], the dcbz instruction looks like no-op inst. The right behavior of the data cache is when the data cache Locked with HID0[DLOCK], the dcbz instruction allocates new tags in cache. The 834x rev3.0 and later and 8360 have not this bug inside. So, when 834x rev3.0/8360 are working with ECC, the dcbz instruction will corrupt the stack in cache, the processor will checkstop reset. However, the 834x rev1.x can work with ECC with these code, because the sillicon has this cache bug. The dcbz will not corrupt the stack in cache. Really, it is the fault code running on fault sillicon. This patch fix the incorrect dcbz operation. Instead of CPU FP writing to initialise the ECC. CHANGELOG: * Fix the incorrect dcbz operation instead of CPU FP writing to initialise the ECC memory. Otherwise, it will corrupt the stack in cache, The processor will checkstop reset. Signed-off-by:
Dave Liu <daveliu@freescale.com>
-
Kim Phillips authored
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.
-
Kim Phillips authored
Update 83xx OF code to update local-mac-address properties for ethernet instead of the obsolete 'address' property.
-
Timur Tabi authored
This patch also adds an improved I2C set_speed(), which handles all clock frequencies. Signed-off-by:
Timur Tabi <timur@freescale.com>
-
Dave Liu authored
add doc/README.mpc8360emds to accompany the new board support
-
Dave Liu authored
this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
-
Dave Liu authored
Add support for the Freescale MPC8360EMDS board. Includes DDR, DUART, Local Bus, PCI.
-
Dave Liu authored
common QE immap file. Also required for 8360.
-
Dave Liu authored
Mainly add QE device dependencies, with appropriate 8360 protection. Lindent also run.
-
Timur Tabi authored
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>
-
Timur Tabi authored
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>
-
Ben Warren authored
Hello, Here is a patch for a file that was accidentally left out of a previous attempt. It accompanies the patch with ticket DNX#2006090742000024 CHANGELOG: Change PCI initialization to use new multi-bus I2C API. regards, Ben
-
Ben Warren authored
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
-
Ben Warren authored
Hello, Attached is a patch providing support for multiple I2C buses at the command level. The second part of the patch includes an implementation for the MPC834x CPU and MPC8349EMDS board. /*** Note: This patch replaces ticket DNX#2006083042000018 ***/ Signed-off-by:
Ben Warren <bwarren@qstreams.com> Overview: 1. Include new 'i2c' command (based on USB implementation) using CONFIG_I2C_CMD_TREE. 2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS. Note that the commands to change bus number and speed are only available under the new 'i2c' command mentioned in the first bullet. 3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus systems. When CONFIG_I2C_MULTI_BUS is used, this option takes the form of an array of bus-device pairs. Otherwise, it is an array of uchar. CHANGELOG: Added new 'i2c' master command for all I2C interaction. This is conditionally compiled with CONFIG_I2C_CMD_TREE. New commands added for setting I2C bus speed as well as changing the active bus if the board has more than one (conditionally compiled with CONFIG_I2C_MULTI_BUS). Updated NOPROBE logic to handle multiple buses. Updated README. regards, Ben
-
Timur Tabi authored
CHANGELOG: * Errata DDR6, which affects all current MPC 834x processors, lists changes required to maintain compatibility with various types of DDR memory. This patch implements those changes. Signed-off-by:
Timur Tabi <timur@freescale.com>
-
Timur Tabi authored
-
Timur Tabi authored
CHANGELOG: * On 83xx systems, use the CFG_FLASH_SIZE macro to program the LBC local access window registers, instead of using a hard-coded value of 8MB. Signed-off-by:
Timur Tabi <timur@freescale.com>
-
Tanya Jiang authored
Unified TQM834x variable names with 83xx and consolidated macro in preparation for the 8360 and other upcoming 83xx devices. Signed-off-by:
Tanya Jiang <tanya.jiang@freescale.com>
-
Dave Liu authored
Incorporated the common unified variable names and the changes in preparation for releasing mpc8360 patches. Signed-off-by:
Dave Liu <daveliu@freescale.com>
-
Tanya Jiang authored
Make pci build for mpc8349emds Signed-off-by:
Tanya Jiang <tanya.jiang@freescale.com>
-
Tanya Jiang authored
Removed unused file resetvec.S for mpc83xx cpu Signed-off-by:
Tanya Jiang <tanya.jiang@freescale.com>
-
Nick Spence authored
This patch addresses a problem when CONFIG_MTD_NAND_VERIFY_WRITE is defined and the write crosses a block boundary. The pointer to the verification buffer (bufstart) is not being updated to reflect the starting of the new block so the verification of the second block fails. CHANGELOG: * Fix NAND FLASH page verification across block boundaries
-
Nick Spence authored
Added a phy initialization to adjust the RGMII RX and TX timing Always set the R100 bit in 100 BaseT mode regardless of the TSEC mode Signed-off-by:
Nick Spence <nick.spence@freescale.com>
-
- Nov 02, 2006
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
- Nov 01, 2006
-
-
Bartlomiej Sieka authored
- add watchdog support - enable GPIO_WKUP_7 pin for input - code cleanup
-
Bartlomiej Sieka authored
* remove warnings when compiling ethaddr.c * adjust linker script (fixes a crash resulting from incorrect definition of __u_boot_cmd_start) - Some MarelV38B code cleanup.
-
Bartlomiej Sieka authored
MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with MPC5XXX_WU_GPIO_DATA_O for affected boards. - Add defintions for some MPC5XXX GPIO pins.
-
Bartlomiej Sieka authored
-
- Oct 28, 2006
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Stefan Roese authored
Signed-off-by:
Ladislav Michl <ladis@linux-mips.org> Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Roese authored
Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of numbers in code. Signed-off-by:
Ladislav Michl <ladis@linux-mips.org> Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Roese authored
chpart, nboot and NAND subsystem related commands now accept also partition name to specify offset. Signed-off-by:
Ladislav Michl <ladis@linux-mips.org> Signed-off-by:
Stefan Roese <sr@denx.de>
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
- Oct 27, 2006
-
-
Wolfgang Denk authored
Make sure the string passed as variable name does not contain a '=' character. This not only prevents the common error or typing "setenv foo=bar" instead of "setenv foo bar", but (more importantly) also closes a backdoor which allowed to delete write-protected environment variables, for example by using "setenv ethaddr=".
-