aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2007-06-01Merge with /home/stefan/git/u-boot/bamboo-nandStefan Roese3-49/+141
2007-06-01ppc4xx: Update Sequoia NAND booting support with ECCStefan Roese1-3/+10
Signed-off-by: Stefan Roese <sr@denx.de>
2007-06-01ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval boardStefan Roese1-12/+76
This patch adds NAND booting support for the AMCC Bamboo eval board. Since the NAND-SPL boot image is limited to 4kbytes, this version only supports the onboard 64MBytes of DDR. The DIMM modules can't be supported, since the setup code for I2C DIMM autodetection and configuration is too big for this NAND bootloader. Signed-off-by: Stefan Roese <sr@denx.de>
2007-06-01ppc4xx: Update in_be32() functions and friends to latest Linux versionStefan Roese1-34/+55
Signed-off-by: Stefan Roese <sr@denx.de>
2007-06-01ppc4xx: Change Luan config file to support ECCStefan Roese1-1/+2
With the updated 44x DDR2 driver the Luan board now supports ECC generation and checking. Signed-off-by: Stefan Roese <sr@denx.de>
2007-05-28Merge with /home/tur/git/u-boot#motionproWolfgang Denk21-78/+132
2007-05-27Motion-PRO: Code cleanup, fix of a typo in OF_STDOUT_PATH.Bartlomiej Sieka1-16/+16
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
2007-05-27Motion-PRO: Add support for redundant environment.Bartlomiej Sieka1-1/+6
Enable redundant environment, add a MTD partition for it; also add env. variable command for passing MTD partitions to the kernel command line. Signed-off-by: Piotr Kruszynski <ppk@semihalf.com> Acked-by: Bartlomiej Sieka <tur@semihalf.com>
2007-05-27Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes.Bartlomiej Sieka1-1/+1
Allow passing longer command line to the kernel - useful especially for passing MTD partition layout. Signed-off-by: Piotr Kruszynski <ppk@semihalf.com> Acked-by: Bartlomiej Sieka <tur@semihalf.com>
2007-05-27Motion-PRO: Update EEPROM's page write bits and write delay.Bartlomiej Sieka1-2/+2
Change EEPROM configuration according to the datasheet: "The 24C01A and 24C02A have a page write capability of two bytes", and "This device offers fast (1ms) byte write". Add 3ms of extra delay. Signed-off-by: Piotr Kruszynski <ppk@semihalf.com> Acked-by: Bartlomiej Sieka <tur@semihalf.com>
2007-05-27MPC5XXX, Motion-PRO: Fix PHY initialization problem.Bartlomiej Sieka1-1/+1
After being reset in mpc5xxx_fec_init_phy(), PHY goes into FX mode, in which networking does not function. This commit switches PHY to TX mode by clearing the FX_SEL bit of Mode Control Register. It also reverses commit 008861a2f3ef2c062744d733787c7e530a1b8761, i.e., a temporary workaround. Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> Acked-by: Bartlomiej Sieka <tur@semihalf.com>
2007-05-27Motion-PRO: Add support for the temperature sensor.Bartlomiej Sieka1-1/+10
Signed-off-by: Piotr Kruszynski <ppk@semihalf.com> Acked-by: Bartlomiej Sieka <tur@semihalf.com>
2007-05-27Motion-PRO: Add displaying of CPLD revision information during boot.Bartlomiej Sieka1-0/+6
Signed-off-by: Jan Wrobel <wrr@semihalf.com> Acked-by: Bartlomiej Sieka <tur@semihalf.com>
2007-05-27MPC5xxx: Change names of defines related to IPB and PCI clocks.Bartlomiej Sieka20-57/+57
Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining them does not cause PCI or IPB clocks to run at the specified speed. Instead, they configure divisors used to calculate said clocks. This patch renames the defines according to their real function. Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> Acked-by: Bartlomiej Sieka <tur@semihalf.com>
2007-05-27Motion-PRO: Add LED support.Bartlomiej Sieka2-0/+34
Signed-off-by: Jan Wrobel <wrr@semihalf.com> Signed-off-by: Marian Balakowicz <m8@semihalf.com> Acked-by: Bartlomiej Sieka <tur@semihalf.com>
2007-05-24ppc4xx: Update AMCC Acadia support for board revision 1.1Stefan Roese1-18/+9
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>
2007-05-22ppc4xx: Use do { ... } while (0) for CPR & SDR access macrosStefan Roese1-4/+4
Signed-off-by: Stefan Roese <sr@denx.de>
2007-05-18Merge with git://www.denx.de/git/u-boot.gitStefan Roese15-471/+1141
2007-05-16Minor Coding Style cleanup, update CHANGELOG.Wolfgang Denk1-24/+16
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-05-16Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xxWolfgang Denk7-24/+885
2007-05-16Coding Style Cleanup, new CHANGELOGWolfgang Denk1-2/+2
2007-05-16Merge with /home/wd/git/u-boot/custodian/u-boot-microblazeWolfgang Denk7-17/+168
2007-05-15Merge with /home/wd/git/u-boot/masterWolfgang Denk1-20/+96
2007-05-15Merge with /home/tur/git/u-boot#motionproWolfgang Denk1-20/+96
2007-05-11ppc4xx: Add mtcpr/mfcpr access macrosStefan Roese1-3/+17
Signed-off-by: Stefan Roese <sr@denx.de>
2007-05-10[Motion-PRO] Add MTD and JFFS2 support, also add default partitionPiotr Kruszynski1-0/+9
definition.
2007-05-08add: reading special purpose registersMichal Simek1-11/+6
2007-05-08add: Microblaze V5 exception handlingMichal Simek2-0/+9
2007-05-08add: FSL control read and writeMichal Simek1-0/+15
2007-05-08[Motion-PRO] Add support for I2C, EEPROM and RTC.Piotr Kruszynski1-1/+29
2007-05-08[Motion-PRO] Add ATA support. Add CF-booting commands to the defaultBartlomiej Sieka1-2/+23
environment.
2007-05-08[Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. ThisBartlomiej Sieka1-0/+7
eliminates networking problems in Linux (timeouts).
2007-05-08[Motion-PRO] Enable Flat Device Tree support and modify default environmentBartlomiej Sieka1-19/+30
to allow booting of FDT-expecting kernels.
2007-05-08Merge git://www.denx.de/git/u-bootMichal Simek139-4497/+17826
Conflicts: include/asm-microblaze/microblaze_intc.h include/linux/stat.h
2007-05-07new: USE_MSR_INTR supportMichal Simek1-0/+37
2007-05-07Get rid of duplicated file (see include/configs/sbc8560.h instead)Wolfgang Denk1-410/+0
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-05-07[PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config fileJeffrey Mann1-1/+1
A '3' got cut off in the formatting of the last patch to automatically change the clock speed of the system clock on sequoia board. Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com> Signed-off-by: Stefan Roese <sr@denx.de>
2007-05-07new: fsl interrupt supportMichal Simek1-0/+4
FSL_Has_data is connected to INTC.
2007-05-07fix: interrupt handler for multiple sourcesMichal Simek1-0/+2
2007-05-07new: add writing to msr registerMichal Simek1-3/+9
2007-05-05[PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot messageGrzegorz Wianecki1-2/+6
MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up message. Use PVR to distinguish between the two variants, and print proper CPU information. Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com> Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-05-05new: FSL and MSR support #2Michal Simek2-0/+5
2007-05-05new: FSL and MSR supportMichal Simek1-0/+37
2007-05-05Coding stylke cleanup; update CHANGELOG.Wolfgang Denk1-1/+1
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-05-05Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk3-62/+23
2007-05-05Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xxWolfgang Denk8-21/+1137
2007-05-05Merge with /home/wd/git/u-boot/custodian/u-boot-nand-flashWolfgang Denk2-2/+0
2007-05-05Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xxWolfgang Denk1-0/+9
2007-05-05Merge with git://www.denx.de/git/u-boot.gitStefan Roese1-0/+465
2007-05-05ppc4xx: Detect if the sysclk on Sequoia is 33 or 33.333 MHzJeffrey Mann1-1/+3
The AMCC Secquoia board has been changed in a new revision from using a 33.000 MHz clock to a 33.333 MHz system clock. A bit in the CPLD indicates the difference. This patch reads that bit and uses the correct clock speed for the board. This code is backward compatable will all prior boards. All prior boards will be read as 33.000. Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com> Signed-off-by: Stefan Roese <sr@denx.de>