Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ppc4xx: Update AMCC Acadia support for board revision 1.1 | Stefan Roese | 2007-05-24 | -19/+17 |
| | | | | | | | | | | | This patch updates the Acadia (405EZ) support for the new 1.1 board revision. It also adds support for NAND FLASH via the 4xx NDFC. Please note that the jumper J7 must be in position 2-3 for this NAND support. Position 1-2 is for NAND booting only. NAND booting support will follow later. Signed-off-by: Stefan Roese <sr@denx.de> | |||
* | ppc4xx: Use do { ... } while (0) for CPR & SDR access macros | Stefan Roese | 2007-05-22 | -4/+4 |
| | | | | Signed-off-by: Stefan Roese <sr@denx.de> | |||
* | ppc4xx: Add 405 support to 4xx NAND driver ndfc.c | Stefan Roese | 2007-05-22 | -4/+4 |
| | | | | | | | This patch adds support for 405 PPC's to the 4xx NAND driver ndfc.c. This is in preparation for the new AMCC 405EZ. Signed-off-by: Stefan Roese <sr@denx.de> | |||
* | ppc4xx: Fix problem in 405EZ OCM initialization | Stefan Roese | 2007-05-21 | -1/+1 |
| | | | | | | | As spotted by Bruce Adler this patch fixes an initialization problem for the 405EZ OCM. Signed-off-by: Stefan Roese <sr@denx.de> | |||
* | Merge with git://www.denx.de/git/u-boot.git | Stefan Roese | 2007-05-18 | -838/+2907 |
|\ | ||||
| * | Fix compile problem cause my Microblaze merge | Stefano Babic | 2007-05-16 | -1/+1 |
| | | | | | | | | Signed-off-by: Stefano Babic <sbabic@denx.de> | |||
| * | Minor Coding Style cleanup, update CHANGELOG. | Wolfgang Denk | 2007-05-16 | -24/+140 |
| | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
| * | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xx | Wolfgang Denk | 2007-05-16 | -75/+1686 |
| |\ | ||||
| | * | mpc83xx: fix trivial error in MAKEALL | Kim Phillips | 2007-05-03 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Kim Phillips <kim.phillips@freescale.com> | |||
| | * | Fix memory initialization on MPC8349E-mITX | Timur Tabi | 2007-05-01 | -7/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Define CFG_DDR_SDRAM_CLK_CNTL for the MPC8349E-mITX and MPC8349E-mITX-GP. This allows ddr->sdram_clk_cntl to be properly initialized. This is necessary on some ITX boards, notably those with a revision 3.1 CPU. Also change spd_sdram() in cpu/mpc83xx/spd_sdram.c to not write anything into ddr->sdram_clk_cntl if CFG_DDR_SDRAM_CLK_CNTL is not defined. Signed-off-by: Timur Tabi <timur@freescale.com> Acked-by: Michael Benedict <MBenedict@twacs.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com> | |||
| | * | mpc83xx: replace elaborate boottime verbosity with 'clocks' command | Kim Phillips | 2007-05-01 | -11/+13 |
| | | | | | | | | | | | | | | | | | | and fix CPU: to align with Board: display text. Signed-off-by: Kim Phillips <kim.phillips@freescale.com> | |||
| | * | mpc83xx: minor fixups for 8313rdb introduction | Kim Phillips | 2007-04-25 | -17/+18 |
| | | | ||||
| | * | mpc83xx: Add MPC8313ERDB support. | Scott Wood | 2007-04-23 | -0/+1088 |
| | | | | | | | | | | | | Signed-off-by: Scott Wood <scottwood@freescale.com> | |||
| | * | mpc83xx: Add generic PCI setup code. | Scott Wood | 2007-04-23 | -1/+197 |
| | | | | | | | | | | | | | | | | | | | | | | | | Board code can now request the generic setup code rather than having to copy-and-paste it for themselves. Boards should be converted to use this once they're tested with it. Signed-off-by: Scott Wood <scottwood@freescale.com> | |||
| | * | mpc83xx: Add 831x support to speed.c. | Scott Wood | 2007-04-23 | -26/+42 |
| | | | | | | | | | | | | Signed-off-by: Scott Wood <scottwood@freescale.com> | |||
| | * | mpc83xx: Add 831x support to global_data.h | Scott Wood | 2007-04-23 | -2/+4 |
| | | | | | | | | | | | | Signed-off-by: Scott Wood <scottwood@freescale.com> | |||
| | * | mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu(). | Scott Wood | 2007-04-23 | -17/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than misleadingly define PVR_83xx as the specific type of 83xx being built for, the PVR of each core revision is defined. checkcpu() now prints the core that it detects, rather than aborting if it doesn't find what it thinks it wants. Signed-off-by: Scott Wood <scottwood@freescale.com> | |||
| | * | mpc83xx: Recognize SPR values for MPC8311 and MPC8313. | Scott Wood | 2007-04-23 | -0/+12 |
| | | | | | | | | | | | | Signed-off-by: Scott Wood <scottwood@freescale.com> | |||
| | * | mpc83xx: Add register definitions for MPC831x. | Scott Wood | 2007-04-23 | -7/+301 |
| | | | | | | | | | | | | Signed-off-by: Scott Wood <scottwood@freescale.com> | |||
| | * | Merge git://www.denx.de/git/u-boot | Kim Phillips | 2007-04-23 | -5537/+40454 |
| | |\ | ||||
| | * | | Fix two bugs for MPC83xx DDR2 controller SPD Init | Xie Xiaobo | 2007-04-12 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are a few bugs in the cpu/mpc83xx/spd_sdram.c the first bug is that the picos_to_clk routine introduces a huge rounding error in 83xx. the second bug is that the mode register write recovery field is tWR-1, not tWR >> 1. | |||
| * | | | Coding Style Cleanup, new CHANGELOG | Wolfgang Denk | 2007-05-16 | -3/+255 |
| | | | | ||||
| * | | | Merge with /home/wd/git/u-boot/custodian/u-boot-microblaze | Wolfgang Denk | 2007-05-16 | -280/+735 |
| |\ \ \ | ||||
| | * | | | add: reading special purpose registers | Michal Simek | 2007-05-08 | -23/+41 |
| | | | | | ||||
| | * | | | add: Microblaze V5 exception handling | Michal Simek | 2007-05-08 | -2/+17 |
| | | | | | ||||
| | * | | | add: FSL control read and write | Michal Simek | 2007-05-08 | -72/+210 |
| | | | | | ||||
| | * | | | Merge git://www.denx.de/git/u-boot | Michal Simek | 2007-05-08 | -9449/+50773 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/asm-microblaze/microblaze_intc.h include/linux/stat.h | |||
| | * | | | | new: USE_MSR_INTR support | Michal Simek | 2007-05-07 | -7/+60 |
| | | | | | | ||||
| | * | | | | fix: read and write MSR - repair number of parameters | Michal Simek | 2007-05-07 | -1/+1 |
| | | | | | | ||||
| | * | | | | new: fsl interrupt support | Michal Simek | 2007-05-07 | -1/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | FSL_Has_data is connected to INTC. | |||
| | * | | | | fix: interrupt handler | Michal Simek | 2007-05-07 | -10/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | remove asm code | |||
| | * | | | | fix: remove asm code | Michal Simek | 2007-05-07 | -223/+17 |
| | | | | | | ||||
| | * | | | | fix: clean interrupt | Michal Simek | 2007-05-07 | -3/+13 |
| | | | | | | ||||
| | * | | | | fix: interrupt handler for multiple sources | Michal Simek | 2007-05-07 | -10/+15 |
| | | | | | | ||||
| | * | | | | new: add writing to msr register | Michal Simek | 2007-05-07 | -22/+38 |
| | | | | | | ||||
| | * | | | | new: FSL and MSR support #2 | Michal Simek | 2007-05-05 | -1/+10 |
| | | | | | | ||||
| | * | | | | new: FSL and MSR support | Michal Simek | 2007-05-05 | -0/+302 |
| | | | | | | ||||
| | * | | | | [PATCH] MTD partition support, JFFS2 support | Michal Simek | 2007-04-24 | -4/+30 |
| | | | | | | ||||
| | * | | | | [PATCH] SystemACE support for Microblaze | Michal Simek | 2007-04-21 | -15/+31 |
| | | | | | | ||||
| | * | | | | 16bit read/write little endian | Michal Simek | 2007-04-21 | -0/+37 |
| | | | | | | ||||
| | * | | | | Change ML401 parameters - Xilinx BSP | Michal Simek | 2007-04-21 | -13/+13 |
| | | | | | | ||||
| * | | | | | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | 2007-05-15 | -20/+118 |
| |\ \ \ \ \ | ||||
| | * \ \ \ \ | Merge with /home/tur/git/u-boot#motionpro | Wolfgang Denk | 2007-05-15 | -20/+118 |
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | | | ||||
| | | * | | | | [Motion-PRO] Add MTD and JFFS2 support, also add default partition | Piotr Kruszynski | 2007-05-10 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | definition. | |||
| | | * | | | | [Motion-PRO] Add support for I2C, EEPROM and RTC. | Piotr Kruszynski | 2007-05-08 | -1/+29 |
| | | | | | | | ||||
| | | * | | | | [Motion-PRO] Add ATA support. Add CF-booting commands to the default | Bartlomiej Sieka | 2007-05-08 | -2/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | environment. | |||
| | | * | | | | [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This | Bartlomiej Sieka | 2007-05-08 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | eliminates networking problems in Linux (timeouts). | |||
| | | * | | | | [Motion-PRO] Enable Flat Device Tree support and modify default environment | Bartlomiej Sieka | 2007-05-08 | -19/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | to allow booting of FDT-expecting kernels. | |||
| | | * | | | | [MPC5xxx] There are networking problems on the Motion-PRO board with | Bartlomiej Sieka | 2007-05-07 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | current PHY initalization code (tftp timeouts all the time). This commit temporarily disables PHY initalization sequence to make the networking operational, until a fix is found. | |||
| * | | | | | | Get rid of duplicated file (see include/configs/sbc8560.h instead) | Wolfgang Denk | 2007-05-07 | -410/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> |