- 26 Mar, 2008 2 commits
-
-
Anton Vorontsov authored
Signed-off-by:
Anton Vorontsov <avorontsov@ru.mvista.com>
-
Timur Tabi authored
Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload the Vitesse VSC7385 firmware. Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET. Cleaned up the board header files to make selecting the VSC7385 easier to control. Signed-off-by:
Timur Tabi <timur@freescale.com> Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
- 07 Mar, 2008 1 commit
-
-
Kim Phillips authored
the dts file basenames were updated in linux - this helps avoid inadvertently loading any old dtbs laying around. Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
- 16 Jan, 2008 1 commit
-
-
Kim Phillips authored
MPC837xERDB board support includes: * DDR2 330MHz hardcoded (soldered on the board) * Local Bus NOR Flash * I2C, UART and RTC * eTSEC RGMII (TSEC0 - RTL8211B with MII; * TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware * load) Signed-off-by:
Kevin Lam <kevin.lam@freescale.com> Signed-off-by:
Joe D'Abbraccio <joe.d'abbraccio@freescale.com> Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
- 11 Jan, 2008 3 commits
-
-
Dave Liu authored
Format the code, make it more readable Signed-off-by:
Dave Liu <daveliu@freescale.com> Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
Dave Liu authored
Reduce the AL from 2 to 1 clock to improve the performance. Signed-off-by:
Dave Liu <daveliu@freescale.com> Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
Dave Liu authored
clean up the cache config from configs.h of board Signed-off-by:
Dave Liu <daveliu@freescale.com> Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
- 08 Jan, 2008 5 commits
-
-
Kim Phillips authored
convert to using simpler mpc85xx style fdt update code; streamline by eliminating macros OF_SOC, OF_CPU, etc. which allows us to rm the old school FLAT_TREE code from 83xx (since the sbc8349 was just converted over to using libfdt). Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
Kim Phillips authored
continuation of commit 37395fa2b0d9d617f28d44ca11592260ef16105a to 837x Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
Kim Phillips authored
Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for 837x. This change guarantees that the environment will be located on the first flash sector after the U-Boot image. Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
Dave Liu authored
The MPC837xEMDS board support: * DDR2 400MHz hardcoded and SPD init * Local bus NOR Flash * I2C, UART, MII and RTC * eTSEC RGMII * PCI host Signed-off-by:
Dave Liu <daveliu@freescale.com>
-
Timur Tabi authored
Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for all of the currently-defined 83xx boards. This change guarantees that the environment will be located on the first flash sector after the U-Boot image. Signed-off-by:
Timur Tabi <timur@freescale.com> Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
- 28 Aug, 2007 1 commit
-
-
Kim Phillips authored
and make some minor corrections to the FDT part of the README. Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
- 17 Aug, 2007 1 commit
-
-
Tony Li authored
The patch split the PIB init code from pci.c to a single file board/freescale/common/pq-mds-pib.c And add Qoc3 ATM card support for MPC8360EMDS and MPC832XEMDS board. Signed-off-by Tony Li <tony.li@freescale.com>
-
- 10 Jul, 2007 1 commit
-
-
Jon Loeliger authored
Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h used to be included but CONFIG_BOOTP_MASK was not defined. Remove lingering references to CFG_CMD_* symbols. Signed-off-by:
Jon Loeliger <jdl@freescale.com>
-
- 05 Jul, 2007 1 commit
-
-
Jon Loeliger authored
Signed-off-by:
Jon Loeliger <jdl@freescale.com>
-
- 31 Mar, 2007 1 commit
-
-
Gerald Van Baren authored
Modifications to the existing code to support the new fdt command.
-
- 02 Mar, 2007 5 commits
-
-
Kim Phillips authored
8360 and 832x weren't updating their [local-]mac-address properties. This patch fixes that. Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
Kim Phillips authored
-
Xie Xiaobo authored
MPC8360E rev2.0 have new spridr,and PVR value, The MDS board for MPC8360E rev2.0 has 32M bytes Flash and 256M DDR2 DIMM. Signed-off-by:
Xie Xiaobo <X.Xie@freescale.com>
-
Dave Liu authored
The patch solves the alignment problem of the local bus access windows to render accessible the memory bank and PHY registers of UPC 1 (starting at 0xf801 0000). What we actually did was to adjust the sizes of the bus access windows so that the base address alignment requirement would be met. Signed-off-by:
Chereji Marian <marian.chereji@freescale.com> Signed-off-by:
Gridish Shlomi <gridish@freescale.com> Signed-off-by:
Dave Liu <daveliu@freescale.com>
-
Kim Phillips authored
make 8360 default environment fdt be 8360 (not 8349)
-
- 30 Nov, 2006 1 commit
-
-
Wolfgang Denk authored
-
- 04 Nov, 2006 5 commits
-
-
Timur Tabi authored
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>
-
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
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.
-
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.
-