summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* Merge with /home/git/u-bootWolfgang Denk2007-05-17-355/+2789
|\
| * Fix compile problem cause my Microblaze mergeStefano Babic2007-05-16-1/+1
| | | | | | | | Signed-off-by: Stefano Babic <sbabic@denx.de>
| * Minor Coding Style cleanup, update CHANGELOG.Wolfgang Denk2007-05-16-24/+140
| | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
| * Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xxWolfgang Denk2007-05-16-75/+1686
| |\
| | * mpc83xx: fix trivial error in MAKEALLKim Phillips2007-05-03-2/+2
| | | | | | | | | | | | Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
| | * Fix memory initialization on MPC8349E-mITXTimur Tabi2007-05-01-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Define CFG_DDR_SDRAM_CLK_CNTL for the MPC8349E-mITX and MPC8349E-mITX-GP. This allows ddr->sdram_clk_cntl to be properly initialized. This is necessary on some ITX boards, notably those with a revision 3.1 CPU. Also change spd_sdram() in cpu/mpc83xx/spd_sdram.c to not write anything into ddr->sdram_clk_cntl if CFG_DDR_SDRAM_CLK_CNTL is not defined. Signed-off-by: Timur Tabi <timur@freescale.com> Acked-by: Michael Benedict <MBenedict@twacs.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
| | * mpc83xx: replace elaborate boottime verbosity with 'clocks' commandKim Phillips2007-05-01-11/+13
| | | | | | | | | | | | | | | | | | and fix CPU: to align with Board: display text. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
| | * mpc83xx: minor fixups for 8313rdb introductionKim Phillips2007-04-25-17/+18
| | |
| | * mpc83xx: Add MPC8313ERDB support.Scott Wood2007-04-23-0/+1088
| | | | | | | | | | | | Signed-off-by: Scott Wood <scottwood@freescale.com>
| | * mpc83xx: Add generic PCI setup code.Scott Wood2007-04-23-1/+197
| | | | | | | | | | | | | | | | | | | | | | | | Board code can now request the generic setup code rather than having to copy-and-paste it for themselves. Boards should be converted to use this once they're tested with it. Signed-off-by: Scott Wood <scottwood@freescale.com>
| | * mpc83xx: Add 831x support to speed.c.Scott Wood2007-04-23-26/+42
| | | | | | | | | | | | Signed-off-by: Scott Wood <scottwood@freescale.com>
| | * mpc83xx: Add 831x support to global_data.hScott Wood2007-04-23-2/+4
| | | | | | | | | | | | Signed-off-by: Scott Wood <scottwood@freescale.com>
| | * mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().Scott Wood2007-04-23-17/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than misleadingly define PVR_83xx as the specific type of 83xx being built for, the PVR of each core revision is defined. checkcpu() now prints the core that it detects, rather than aborting if it doesn't find what it thinks it wants. Signed-off-by: Scott Wood <scottwood@freescale.com>
| | * mpc83xx: Recognize SPR values for MPC8311 and MPC8313.Scott Wood2007-04-23-0/+12
| | | | | | | | | | | | Signed-off-by: Scott Wood <scottwood@freescale.com>
| | * mpc83xx: Add register definitions for MPC831x.Scott Wood2007-04-23-7/+301
| | | | | | | | | | | | Signed-off-by: Scott Wood <scottwood@freescale.com>
| | * Merge git://www.denx.de/git/u-bootKim Phillips2007-04-23-5537/+40454
| | |\
| | * | Fix two bugs for MPC83xx DDR2 controller SPD InitXie Xiaobo2007-04-12-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are a few bugs in the cpu/mpc83xx/spd_sdram.c the first bug is that the picos_to_clk routine introduces a huge rounding error in 83xx. the second bug is that the mode register write recovery field is tWR-1, not tWR >> 1.
| * | | Coding Style Cleanup, new CHANGELOGWolfgang Denk2007-05-16-3/+255
| | | |
| * | | Merge with /home/wd/git/u-boot/custodian/u-boot-microblazeWolfgang Denk2007-05-16-280/+735
| |\ \ \
| | * | | add: reading special purpose registersMichal Simek2007-05-08-23/+41
| | | | |
| | * | | add: Microblaze V5 exception handlingMichal Simek2007-05-08-2/+17
| | | | |
| | * | | add: FSL control read and writeMichal Simek2007-05-08-72/+210
| | | | |
| | * | | Merge git://www.denx.de/git/u-bootMichal Simek2007-05-08-9449/+50773
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/asm-microblaze/microblaze_intc.h include/linux/stat.h
| | * | | | new: USE_MSR_INTR supportMichal Simek2007-05-07-7/+60
| | | | | |
| | * | | | fix: read and write MSR - repair number of parametersMichal Simek2007-05-07-1/+1
| | | | | |
| | * | | | new: fsl interrupt supportMichal Simek2007-05-07-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | FSL_Has_data is connected to INTC.
| | * | | | fix: interrupt handlerMichal Simek2007-05-07-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | remove asm code
| | * | | | fix: remove asm codeMichal Simek2007-05-07-223/+17
| | | | | |
| | * | | | fix: clean interruptMichal Simek2007-05-07-3/+13
| | | | | |
| | * | | | fix: interrupt handler for multiple sourcesMichal Simek2007-05-07-10/+15
| | | | | |
| | * | | | new: add writing to msr registerMichal Simek2007-05-07-22/+38
| | | | | |
| | * | | | new: FSL and MSR support #2Michal Simek2007-05-05-1/+10
| | | | | |
| | * | | | new: FSL and MSR supportMichal Simek2007-05-05-0/+302
| | | | | |
| | * | | | [PATCH] MTD partition support, JFFS2 supportMichal Simek2007-04-24-4/+30
| | | | | |
| | * | | | [PATCH] SystemACE support for MicroblazeMichal Simek2007-04-21-15/+31
| | | | | |
| | * | | | 16bit read/write little endianMichal Simek2007-04-21-0/+37
| | | | | |
| | * | | | Change ML401 parameters - Xilinx BSPMichal Simek2007-04-21-13/+13
| | | | | |
* | | | | | Minor coding style cleanup.Wolfgang Denk2007-05-15-53/+55
| | | | | |
* | | | | | Add driver for S-ATA-controller on Intel processors with Southmushtaq khan2007-05-15-3/+1106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bridge, ICH-5, ICH-6 and ICH-7. Implementation: 1. Code is divided in to two files. All functions, which are controller specific are kept in "drivers/ata_piix.c" file and functions, which are not controller specific, are kept in "common/cmd_sata.c" file. 2. Reading and Writing from the S-ATA drive is done using PIO method. 3. Driver can be configured for 48-bit addressing by defining macro CONFIG_LBA48, if this macro is not defined driver uses the 28-bit addressing. 4. S-ATA read function is hooked to the File system, commands like ext2ls and ext2load file can be used. This has been tested. 5. U-Boot command "SATA_init" is added, which initializes the S-ATA controller and identifies the S-ATA drives connected to it. 6. U-Boot command "sata" is added, which is used to read/write, print partition table and get info about the drives present. This I have implemented in same way as "ide" command is implemented in U-Boot. 7. This driver is for S-ATA in native mode. 8. This driver does not support the Native command queuing and Hot-plugging. Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
* | | | | | Fixes bug clearing the bss section for i386mushtaq khan2007-05-15-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi, There is a bug in the code of clearing the bss section for processor i386.(File: cpu/i386/start.S) In the code, bss_start addr (starting addr of bss section) is put into the register %eax, but the code which clears the bss section refers to the addr pointed by %edi. This patch fixes this bug by putting bss_start into %edi register. Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
* | | | | | Add support for BCM5464 Quad PhyJoe Hamman2007-05-15-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added support for Broadcom's BCM5464 Quad Phy Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
* | | | | | Search the exception table with linear algorithmZang Roy-r619112007-05-15-21/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Search the exception table with linear algorithm instead of bisecting algorithm. Because the exception table might be unsorted. Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
* | | | | | Fix compilation issues on MACOSXAubrey.Li2007-05-15-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Singed-off-by: Marc Hoffman <Marc.Hoffman@analog.com> Signed-off-by: Aubrey Li <aubrey.adi@gmail.com>
* | | | | | Fix for compile of JSE targetStephen Williams2007-05-15-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The attached patch fixes the compile of the JSE board in the denx git as of 14 may 2007. It is an extremely simple patch, it just adds the missing define of CFG_SYSTEMACE_WIDTH. Fix to compile JSE against 20070514 git of u-boot
* | | | | | Merge with git://www.denx.de/git/u-boot-testingWolfgang Denk2007-05-15-5/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge with /home/git/u-bootWolfgang Denk2007-05-05-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge with git://www.denx.de/git/u-boot-testingWolfgang Denk2007-05-05-58/+44
| |\ \ \ \ \
| | * | | | | 5xxx: write MAC address to mac-address and local-mac-addressTimur Tabi2007-05-05-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some device trees have a mac-address property, some have local-mac-address, and some have both. To support all of these device trees, ftp_cpu_setup() should write the MAC address to mac-address and local-mac-address, if they exist. Signed-off-by: Timur Tabi <timur@freescale.com> Acked-by: Grant Likely <grant.likely@secretlab.ca>
| | * | | | | [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot messageGrzegorz Wianecki2007-04-29-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| | * | | | | [PATCH] simplify silent consoleLadislav Michl2007-04-25-46/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Acked-by: Stefan Roese <sr@denx.de>