summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-01-07Prepare for release 1.2.0v1.2.0U-Boot-1_2_0Wolfgang Denk
2007-01-06[PATCH] 44x: Fix problem with DDR controller setup (refresh rate)Stefan Roese
This patch fixes a problem with an incorrect setup for the refresh timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-06[PATCH] Update ALPR board filesStefan Roese
This update brings the ALPR board support to the newest version. It also fixes a problem with the NAND driver. Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-05[PATCH] nand: Fix problem with oobsize calculationStefan Roese
Here the description from Brian Brelsford <Brian_Brelsford@dell.com>: The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part returns a 0x15. In the code fragment below bits [1:0] determine the page size, it is ANDed via "(extid & 0x3)" then shifted out. The next field is also ANDed with 0x3. However this is a one bit field as defined in the Hynix and Samsung parts in the 4th ID byte that determins the oobsize, not a two bit field. It works on Samsung as bits[3:2] are 01. However for the Hynix there is a 11 in these two bits, so the oob size gets messed up. I checked the correct linux code and the suggested fix from Brian is also available in the linux nand mtd driver. Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-05Merge with /home/stefan/git/u-boot/denx-merge-srStefan Roese
2007-01-05[PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)Stefan Roese
This fix will make the MAL burst disabling patch for the Linux EMAC driver obsolete. Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-05[PATCH] Add DDR2 optimization code for Sequoia (440EPx) boardStefan Roese
This code will optimize the DDR2 controller setup on a board specific basis. Note: This code doesn't work right now on the NAND booting image for the Sequoia board, since it doesn't fit into the 4kBytes for the SPL image. Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-04Merge with /home/tur/proj/v38b/u-bootWolfgang Denk
2006-12-28Few V38B changes:Bartlomiej Sieka
- fix a typo in V38B config file - move watchdog initialisation earlier in the boot process - add "wdt=off" to default kernel command line (disables kernel watchdog)
2006-12-27Fix bug in adaption of Stefano Babic's CFI driver patch.Wolfgang Denk
2006-12-24Minor code cleanup.Wolfgang Denk
2006-12-24Merge with /home/wd/git/u-boot/masterWolfgang Denk
2006-12-24Merge with /home/hs/TQ/u-boot-devWolfgang Denk
2006-12-24Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different ↵Stefano Babic
offset to go into CFI mode)
2006-12-22[PATCH] Fix sequoia flash autodetection (finally correct)Stefan Roese
Now 32MByte and 64MByte FLASH is know to work and other configurations should work too. Signed-off-by: Stefan Roese <sr@denx.de>
2006-12-22Minor code cleanup; update CHANGELOG.Wolfgang Denk
2006-12-21Added support for the TQM8272 board from TQHeiko Schocher
Signed-off-by: Heiko Schocher <hs@denx.de>
2006-12-20Fix to make the baudrate changes immediate for the MCF52x2 family.Bartlomiej Sieka
2006-12-20Preliminary support for the iDMR board (ColdFire).Bartlomiej Sieka
2006-12-08automatic update mechanismAndrei Safronov
2006-11-30Code cleanup.Wolfgang Denk
2006-11-30Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.gitWolfgang Denk
2006-11-30Code cleanup. Update CHANGELOG.Wolfgang Denk
2006-11-29[PATCH] [MPC52xx] Use IPB bus frequency for SOC peripheralsGrant Likely
The soc node of the mpc52xx needs to be loaded with the IPB bus frequency, not the XLB frequency. This patch depends on the previous patches for MPC52xx device tree support Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2006-11-29[PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boardsStefan Roese
This patch adds support for the Prodrive P3M750 (PPC750 & MV64460) and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are quite similar and share the same board directory "prodrive/p3mx" and the same config file "p3mx.h". Signed-off-by: Stefan Roese <sr@denx.de>
2006-11-29[PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx commandStefan Roese
In the bootvx command the load address was only read from the env variable "loadaddr" and not optionally passed as paramter as described in the help. This is fixed with this patch. The behaviour is now the same as in the bootelf command. Signed-off-by: Stefan Roese <sr@denx.de>
2006-11-29[PATCH] include/ppc440.h minor error affecting interruptsStefan Roese
Fixed include/ppc440.c for UIC address Bug Corrects bug affecting the addresses for the universal interrupt controller UIC2 and UIC3 on the PPC440 Epx, GRx, and SPE chips. Signed-off-by: Jeff Mann <mannj@embeddedplanet.com> Signed-off-by: Stefan Roese <sr@denx.de>
2006-11-29Make fsl-i2c not conflict with SOFT I2CJoakim Tjernlund
Signed-off-by: Timur Tabi <timur@freescale.com>
2006-11-29Fix I2C master address initialization.Joakim Tjernlund
Signed-off-by: Timur Tabi <timur@freescale.com>
2006-11-28Merge http://www.denx.de/git/u-bootKim Phillips
2006-11-28Assign maintainers for mpc8349emds and mpc8360emdsKim Phillips
Dave for mpc8360emds, and me for mpc8349emds.
2006-11-28Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.cKim Phillips
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.
2006-11-28mpc83xx: Miscellaneous code style fixesTimur Tabi
Implement various code style fixes and similar changes. Signed-off-by: Timur Tabi <timur@freescale.com>
2006-11-28[PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.Stefan Roese
This patch adds the code and configuration necessary to boot with an arch/powerpc Linux kernel. Signed-off-by: Grant Likely <grant.likely@gmail.com> Acked-by: Jon Loeliger <jdl@freescale.com>
2006-11-28[PATCH] PPC4xx: 440SP Rev. C detection addedStefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2006-11-28[PATCH] nand: Fix patch merge problemStefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2006-11-27Merge with /home/sr/git/u-boot/denx-alpr-merge-testWolfgang Denk
2006-11-27Update CHANGELOGWolfgang Denk
2006-11-27Merge with /home/sr/git/u-boot/4xx-enetWolfgang Denk
2006-11-27Merge with /home/sr/git/u-boot/nand-envWolfgang Denk
2006-11-27Merge with /home/sr/git/u-boot/nand-timeoutWolfgang Denk
2006-11-27Merge with /home/sr/git/u-boot/denx-ofWolfgang Denk
2006-11-27[PATCH] 4xx_enet.c: Correct the setting of zmiifer registerStefan Roese
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>
2006-11-27[PATCH] Select NAND embedded environment from board configurationStefan Roese
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>
2006-11-27[PATCH] nand_wait() timeout fixesStefan Roese
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>
2006-11-27[PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernelStefan Roese
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>
2006-11-27Minor code cleanup. Update CHANGELOG.Wolfgang Denk
2006-11-27[PATCH] 4xx: Fix problem with board specific reset code (now for real)Stefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2006-11-27[PATCH] alpr: remove unused board specific flash driverStefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2006-11-27[PATCH] 4xx: Fix problem with board specific reset codeStefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>