- Jul 27, 2007
-
-
Rafal Jaworowski authored
The following MPC5121e subsystems are supported: - low-level CPU init - NOR Boot Flash (common CFI driver) - DDR SDRAM - FEC - I2C - Watchdog Signed-off-by:
Grzegorz Bernacki <gjb@semihalf.com> Signed-off-by:
Rafal Jaworowski <raj@semihalf.com> Signed-off-by:
Jan Wrobel <wrr@semihalf.com>
-
Rafal Jaworowski authored
Signed-off-by:
Rafal Jaworowski <raj@semihalf.com>
-
- Jul 19, 2007
-
-
Rafal Jaworowski authored
This patch fixes the negative consequences for 8xx of the recent "ppc4xx: Clean up 440 exceptions handling" commit. Signed-off-by:
Rafal Jaworowski <raj@semihalf.com>
-
- Jul 14, 2007
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Jul 13, 2007
-
-
Heiko Schocher authored
-
Heiko Schocher authored
-
Heiko Schocher authored
Signed-off-by:
Heiko Schocher <hs@denx.de>
-
Heiko Schocher authored
- fix compile error, if BUILD_DIR is used Signed-off-by:
Heiko Schocher <hs@denx.de>
-
- Jul 11, 2007
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
-
Bartlomiej Sieka authored
Signed-off-by:
Piotr Kruszynski <ppk@semihalf.com> Signed-off-by:
Bartlomiej Sieka <tur@semihalf.com>
-
Heiko Schocher authored
- now the Flash ST M29W040B is supported (not tested) - fix the "led" command - fix compile error, if BUILD_DIR is used Signed-off-by:
Heiko Schocher <hs@denx.de>
-
- Jul 09, 2007
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
-
- Jul 06, 2007
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Jul 05, 2007
-
-
Sergei Poselenov authored
Signed-off-by:
Sergei Poselenov <sposelenov@emcraft.com>
-
- Jul 04, 2007
-
-
Niklaus Giger authored
Signed-off-by:
Niklaus Giger <niklaus.giger@nestal.com>
-
Stefan Roese authored
- Add optional ECC generation routine to preserve existing RAM values. This is needed for the Linux log-buffer support - Add optional DDR2 setup with CL=4 - GPIO50 not used anymore - Lime register setup added Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Jul 03, 2007
-
-
Wolfgang Denk authored
-
- Jun 30, 2007
-
-
Mushtaq Khan authored
Signed-off-by:
mushtaq khan <mushtaqk_921@yahoo.co.in>
-
- Jun 25, 2007
-
-
Heiko Schocher authored
Signed-off-by:
Heiko Schocher <hs@denx.de>
-
Niklaus Giger authored
This patch prints the DDR status registers upon machine check interrupt on the 440EPx/GRx. This can be useful especially when ECC support is enabled. I added some small changes to the original patch from Niklaus to make it compile clean. Signed-off-by:
Niklaus Giger <niklaus.giger@nestal.com> Signed-off-by:
Stefan Roese <sr@denx.de>
-
Niklaus Giger authored
This patch fixes the problem to assemble cpu/ppc4xx/start.S experienced last week where building failed having specified O=../build.sequoia. Signed-off-by:
Niklaus Giger <niklaus.giger@nestal.com>
-
Stefan Roese authored
This patch removes the CFG_PCI_PRE_INIT option completely, since it's not needed anymore with the patch from Matthias Fuchs with the "weak" pci_pre_init() implementation. Signed-off-by:
Stefan Roese <sr@denx.de>
-
Matthias Fuchs authored
-add pci_pre_init() for pci interrupt fixup code -disable phy sleep mode via reset_phy() function -use correct io accessors -cleanup Signed-off-by:
Matthias Fuchs <matthias.fuchs@esd-electronics.com>
-
Matthias Fuchs authored
This patch adds support for calling a plattform dependant pci_pre_init() function for 405 boards. This can be used to move the current pci_405gp_fixup_irq() function into the board code. This patch also makes the CFG_PCI_PRE_INIT define obsolete. A default function with 'weak' attribute is used when a board specific pci_pre_init() is not implemented. Signed-off-by:
Matthias Fuchs <matthias.fuchs@esd-electronics.com>
- Jun 22, 2007
-
-
Wolfgang Denk authored
-
Igor Lisitsin authored
A new environment variable, "logversion", selects the log buffer behaviour. If it is not set or set to a value other than 2, then the old, Linux 2.4.4, behaviour is selected. Signed-off-by:
Igor Lisitsin <igor@emcraft.com> --
-
Igor Lisitsin authored
Added memory, CPU, UART, I2C and SPR POST tests for PPC440. Signed-off-by:
Igor Lisitsin <igor@emcraft.com> --
-
Heiko Schocher authored
- Show on the Status LEDs, some States of the board. - Get the MAC addresses from the EEProm - use PREBOOT - use the CF on the board. - check the U-Boot image in the Flash with a SHA1 checksum. - use dynamic TLB entries generation for the SDRAM Signed-off-by:
Heiko Schocher <hs@denx.de>
-
Stefan Roese authored
The recently extended program_tlb() function had a problem when multiple TLB's had to be setup (for example with 512MB of SDRAM). The virtual address was not incremented. This patch fixes this issue and is tested on Katmai with 512MB SDRAM. Signed-off-by:
Stefan Roese <sr@denx.de>
-
Rafal Jaworowski authored
- adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros - minor 4xx cleanup
-
- Jun 20, 2007
-
-
Wolfgang Denk authored
-
- Jun 19, 2007
-
-
Stefan Roese authored
This patch adds a board command to configure the I2C bootstrap EEPROM values. Right now 533 and 667MHz are supported for booting either via NOR or NAND FLASH. Here the usage: => bootstrap 533 nor ;to configure the board for 533MHz NOR booting => bootstrap 667 nand ;to configure the board for 667MHz NNAND booting Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Roese authored
The latest changes showed a problem with the location of the NAND-SPL image in the OCM and the init-data area (incl. cache). This patch fixes this problem. Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Jun 18, 2007
-
-
Wolfgang Denk authored
-