summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-12-01Clean up the code according to codestyle:roy zang
(1) remove some C++ comments. (2) remove trailing white space. (3) remove trailing empty line. (4) Indentation by table. (5) remove {} in one line condition. (6) add space before '(' in function call. Remove some weird printf () output. Add necessary comments. Modified Makefile to support building in a separate directory.
2006-11-29Solve the copyright conflicts when merging 'master' into hpc2.roy zang
Merge branch 'master' into hpc2 Conflicts: drivers/cfi_flash.c
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>
2006-11-27[PATCH] Remove testing 4xx enet PHY setupStefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2006-11-27[PATCH] Update Prodrive ALPR board support (440GX)Stefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2006-11-27Merge with /home/stefan/git/u-boot/denxStefan Roese
2006-11-27Merge with /home/sr/git/u-boot/denxWolfgang Denk
2006-11-23Updates for TQM5200 modules:Wolfgang Denk
- fix off-by-one error in board/tqm5200/cam5200_flash.c error message - simplify "udate" definitions
2006-11-22[PATCH] PPC4xx start.S: Fix for processor errataStefan Roese
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>
2006-11-20[PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASHStefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2006-11-20Update CHANGELOGWolfgang Denk
2006-11-20Merge with /home/sr/git/u-boot/cfi-updateWolfgang Denk
2006-11-13[PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]Stefan Roese
* 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>
2006-11-12Update CHANGELOGWolfgang Denk
2006-11-12Merge with /home/tur/proj/v38b/u-bootWolfgang Denk
2006-11-11Disable the watchdog in the default config for the V38B board.Bartlomiej Sieka
2006-11-11Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pinBartlomiej Sieka
group is enabled for USB earlier (in cpu_init_f() instead of usb_lowlevel_init()).
2006-11-10Merge with /home/stefan/git/u-boot/denxStefan Roese
2006-11-06Sequential accesses to non-existent memory must be synchronized,Wolfgang Denk
at least on G2 cores. This fixes get_ram_size() problems on MPC5200 Rev. B boards.
2006-11-03Merge branch 'master' into hpc2roy zang
2006-11-03Remove some unused CFG define.roy zang
undef CFG_DRAM_TEST
2006-11-03Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.roy zang
Both work. 0xFF000000 seems more reasonable.
2006-11-02Merge with /home/tur/proj/uboot_linux_v38b/u-bootWolfgang Denk
2006-11-02Release U-Boot 1.1.6Wolfgang Denk
2006-11-02This patch comes from Yuli's posted patch on 8/8/2006roy zang
titled "CFI Driver Little-Endian write Issue". http://sourceforge.net/mailarchive/message.php?msg_id=36311999 If that patch applied, please discard this one. Until now , I do not see his patch is applied. So please apply this one. Signed-off-by: Yuli Barcohen <yuli@arabellasw.com> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
2006-11-02Tsi108 on chip i2c support.roy zang
The i2c Interface provides a master-only, serial interface that can be used for initializing Tsi108/Tsi109 registers from an EEPROM after a device reset. Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
2006-11-02Tsi108 on chip pci controller support.roy zang
If there is no pci card, the tsi108/109 pci configure read will cause a machine check exception to the processor. PCI error should also be cleared after the read. Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
2006-11-02Tundra tsi108 on chip Ethernet controller support.roy zang
The following is a brief description of the Ethernet controller: The Tsi108/9 Ethernet Controller connects Switch Fabric to two independent Gigabit Ethernet ports,E0 and E1. It uses a single Management interface to manage the two physical connection devices (PHYs). Each Ethernet port has its own statistics monitor that tracks and reports key interface statistics. Each port supports a 256-entry hash table for address filtering. In addition, each port is bridged to the Switch Fabric through a 2-Kbyte transmit FIFO and a 4-Kbyte Receive FIFO. Each Ethernet port also has a pair of internal Ethernet DMA channels to support the transmit and receive data flows. The Ethernet DMA channels use descriptors set up in memory, the memory map of the device, and access via the Switch Fabric. The Ethernet Controller?s DMA arbiter handles arbitration for the Switch Fabric. The Controller also has a register businterface for register accesses and status monitor control. The PMD (Physical Media Device) interface operates in MII, GMII, or TBI modes. The MII mode is used for connecting with 10 or 100 Mbit/s PMDs. The GMII and TBI modes are used to connect with Gigabit PMDs. Internal data flows to and from the Ethernet Controller through the Switch Fabric. Each Ethernet port uses its transmit and receive DMA channels to manage data flows through buffer descriptors that are predefined by the system (the descriptors can exist anywhere in the system memory map). These descriptors are data structures that point to buffers filled with data ready to transmit over Ethernet, or they point to empty buffers ready to receive data from Ethernet. Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
2006-11-02Tundra tsi108 header file.roy zang
The Tundra Semiconductor Corporation (Tundra) Tsi108 is a host bridge for PowerPC processors that offers numerous system interconnect options for embedded application designers. The Tsi108 can interconnect 60x or MPX processors to PCI/X peripherals, DDR2-400 memory, Gigabit Ethernet, and Flash. Provided the macro define for tsi108 chip. Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
2006-11-02Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.roy zang
mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2. Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
2006-11-02Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.roy zang
Make ,config.mk and link file for the mpc7448hpc2 board. Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
2006-11-02Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.roy zang
The mpc7448hpc2 board support header file. Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
2006-11-02Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.roy zang
The mpc7448hpc2 board support low level assemble language init code. Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
2006-11-02General code modification for mpc7448hpc2 board support.roy zang
1. Add 7447A and 7448 processor support. 2. Add the following flags. CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically (such as by switch on board), this flag should be set. CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot relocates to RAM, this flag should be set. CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the system hang in exception, this flag should be set. There is a design issue for tsi108/109 pci configure read. When pci scan the slots, if there is no pci card, the tsi108/9 will cause a machine check exception for mpc7448 processor. Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
2006-11-02Add README file for mpc7448hpc2 board.roy zang
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
2006-11-01Finish up support for MarelV38B boardBartlomiej Sieka
- add watchdog support - enable GPIO_WKUP_7 pin for input - code cleanup
2006-11-01- Fix issues related to the use of ELDK 4 when compiling for MarelV38B:Bartlomiej Sieka
* remove warnings when compiling ethaddr.c * adjust linker script (fixes a crash resulting from incorrect definition of __u_boot_cmd_start) - Some MarelV38B code cleanup.