summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* Fix I2C master address initialization.Joakim Tjernlund2006-11-29-1/+1
| | | | Signed-off-by: Timur Tabi <timur@freescale.com>
* Merge http://www.denx.de/git/u-bootKim Phillips2006-11-28-219/+2368
|\
| * Merge with /home/sr/git/u-boot/denx-alpr-merge-testWolfgang Denk2006-11-27-56/+1913
| |\
| | * [PATCH] 4xx: Fix problem with board specific reset code (now for real)Stefan Roese2006-11-27-1/+2
| | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
| | * [PATCH] alpr: remove unused board specific flash driverStefan Roese2006-11-27-70/+0
| | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
| | * [PATCH] 4xx: Fix problem with board specific reset codeStefan Roese2006-11-27-0/+3
| | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
| | * [PATCH] Remove testing 4xx enet PHY setupStefan Roese2006-11-27-17/+2
| | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
| | * [PATCH] Update Prodrive ALPR board support (440GX)Stefan Roese2006-11-27-138/+171
| | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
| | * Merge with /home/stefan/git/u-boot/denxStefan Roese2006-11-27-115/+291
| | |\
| | * \ Merge with /home/stefan/git/u-boot/denxStefan Roese2006-11-10-2266/+27990
| | |\ \
| | * | | CFG_NAND_QUIET_TEST added to not warn upon missing NAND deviceStefan Roese2006-10-07-0/+5
| | | | | | | | | | | | | | | | | | | | Patch by Stefan Roese, 07 Oct 2006
| | * | | Update ALPR code (NAND support working now)Stefan Roese2006-10-07-284/+218
| | | | | | | | | | | | | | | | | | | | Patch by Stefan Roese, 07 Oct 2006
| | * | | Remove compile warnings in fpga codeStefan Roese2006-10-07-2/+5
| | | | | | | | | | | | | | | | | | | | Patch by Stefan Roese, 07 Oct 2006
| | * | | Add CONFIG_BOARD_RESET to configure board specific reset functionStefan Roese2006-10-07-12/+25
| | | | | | | | | | | | | | | | | | | | Patch by Stefan Roese, 07 Oct 2006
| | * | | Merge with /home/stefan/git/u-boot/denxStefan Roese2006-09-18-7521/+11265
| | |\ \ \
| | * | | | Add initial support for the ALPR board from ProdriveStefan Roese2006-08-15-1/+1603
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NAND needs some additional testing Patch by Heiko Schocher, 15 Aug 2006
| | * | | | Add FPGA Altera Cyclone 2 supportStefan Roese2006-08-15-1/+372
| | | | | | | | | | | | | | | | | | | | | | | | Patch by Heiko Schocher, 15 Aug 2006
| * | | | | Update CHANGELOGWolfgang Denk2006-11-27-0/+63
| | | | | |
| * | | | | Merge with /home/sr/git/u-boot/4xx-enetWolfgang Denk2006-11-27-4/+4
| |\ \ \ \ \
| | * | | | | [PATCH] 4xx_enet.c: Correct the setting of zmiifer registerStefan Roese2006-11-27-4/+4
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch below corrects the setting of the zmiifer register, it was overwritting the register rather than ORing the settings. Signed-off-by: Neil Wilson <NWilson@airspan.com> Signed-off-by: Stefan Roese <sr@denx.de>
| * | | | | Merge with /home/sr/git/u-boot/nand-envWolfgang Denk2006-11-27-2/+2
| |\ \ \ \ \
| | * | | | | [PATCH] Select NAND embedded environment from board configurationStefan Roese2006-11-27-2/+2
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current NAND Bootloader setup forces the environment variables to be in line with the bootloader. This change enables the configuration to be made in the board include file instead so that it can be individually enabled. Signed-off-by: Nick Spence <nick.spence@freescale.com> Signed-off-by: Stefan Roese <sr@denx.de>
| * | | | | Merge with /home/sr/git/u-boot/nand-timeoutWolfgang Denk2006-11-27-4/+4
| |\ \ \ \ \
| | * | | | | [PATCH] nand_wait() timeout fixesStefan Roese2006-11-27-4/+4
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two fixes for the nand_wait() function in drivers/nand/nand_base.c: 1. Use correct timeouts. The original timeouts in Linux source are 400ms and 20ms not 40s and 20s 2. Return correct error value in case of timeout. 0 is interpreted as OK. Signed-off-by: Rui Sousa <rui.sousa@laposte.net> Signed-off-by: Stefan Roese <sr@denx.de>
| * | | | | Merge with /home/sr/git/u-boot/denx-ofWolfgang Denk2006-11-27-32/+22
| |\ \ \ \ \
| | * | | | | [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernelStefan Roese2006-11-27-32/+22
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch allows an arch/ppc kernel to be booted by just passing 1 or 2 arguments to bootm. It removes the getenv("disable_of") test that used to be used for this purpose. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Jon Loeliger <jdl@freescale.com>
| * | | | | Minor code cleanup. Update CHANGELOG.Wolfgang Denk2006-11-27-8/+41
| |/ / / /
| * | | | Merge with /home/sr/git/u-boot/denxWolfgang Denk2006-11-27-11/+12
| |\ \ \ \
| | * | | | [PATCH] PPC4xx start.S: Fix for processor errataStefan Roese2006-11-22-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx errata 1.12: 440_33 by moving patch up in code. Signed-off-by: Jeff Mann <mannj@embeddedplanet.com> Signed-off-by: Stefan Roese <sr@denx.de>
| * | | | | Updates for TQM5200 modules:Wolfgang Denk2006-11-23-37/+13
| |/ / / / | | | | | | | | | | | | | | | | | | | | - fix off-by-one error in board/tqm5200/cam5200_flash.c error message - simplify "udate" definitions
| * | | | [PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASHStefan Roese2006-11-20-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
| * | | | Update CHANGELOGWolfgang Denk2006-11-20-0/+22
| | | | |
| * | | | Merge with /home/sr/git/u-boot/cfi-updateWolfgang Denk2006-11-20-58/+164
| |\ \ \ \
| | * | | | [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]Stefan Roese2006-11-13-58/+164
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adds support for AMD command set Top Boot flash geometry reversal * Adds support for reading JEDEC Manufacturer ID and Device ID * Adds support for displaying command set, manufacturer id and device ids (flinfo) * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined * Removes outdated change history (refer to git log instead) Signed-off-by: Tolunay Orkun <listmember@orkun.us> Signed-off-by: Stefan Roese <sr@denx.de>
| * | | | Update CHANGELOGWolfgang Denk2006-11-12-0/+65
| | | | |
| * | | | Merge with /home/tur/proj/v38b/u-bootWolfgang Denk2006-11-12-2/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Disable the watchdog in the default config for the V38B board.Bartlomiej Sieka2006-11-11-1/+1
| | | | |
| | * | | Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pinBartlomiej Sieka2006-11-11-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | group is enabled for USB earlier (in cpu_init_f() instead of usb_lowlevel_init()).
| * | | | Sequential accesses to non-existent memory must be synchronized,Wolfgang Denk2006-11-06-1/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | at least on G2 cores. This fixes get_ram_size() problems on MPC5200 Rev. B boards.
* | | | | Assign maintainers for mpc8349emds and mpc8360emdsKim Phillips2006-11-28-0/+8
| | | | | | | | | | | | | | | | | | | | Dave for mpc8360emds, and me for mpc8349emds.
* | | | | Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.cKim Phillips2006-11-28-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | give initial values for reg_num, shift, p_cmxucr in ucc_set_clk_src since they are passed by reference to ucc_get_cmxucr_reg and assigned.
* | | | | mpc83xx: Miscellaneous code style fixesTimur Tabi2006-11-28-218/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement various code style fixes and similar changes. Signed-off-by: Timur Tabi <timur@freescale.com>
* | | | | mpc83xx: Update 83xx to use fsl_i2c.cTimur Tabi2006-11-03-620/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | mpc83xx: Replace CFG_IMMRBAR with CFG_IMMRTimur Tabi2006-11-03-82/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | mpc83xx: Lindent and clean up cpu/mpc83xx/speed.cKim Phillips2006-11-03-79/+82
| | | | |
* | | | | mpc83xx: Fix the incorrect dcbz operationDave Liu2006-11-03-34/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | mpc83xx: add OF_FLAT_TREE bits to 83xx boardsKim Phillips2006-11-03-20/+245
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | mpc83xx: change ft code to modify local-mac-address propertyKim Phillips2006-11-03-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Update 83xx OF code to update local-mac-address properties for ethernet instead of the obsolete 'address' property.
* | | | | mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and ↵Timur Tabi2006-11-03-109/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MPC8360EMDS This patch also adds an improved I2C set_speed(), which handles all clock frequencies. Signed-off-by: Timur Tabi <timur@freescale.com>
* | | | | mpc83xx: add the README.mpc8360emdsDave Liu2006-11-03-0/+126
| | | | | | | | | | | | | | | | | | | | add doc/README.mpc8360emds to accompany the new board support