- May 23, 2007
-
-
Jon Loeliger authored
Signed-off-by:
Jon Loeliger <jdl@freescale.com>
-
- May 16, 2007
-
-
Kim Phillips authored
For all practical u-boot purposes, TSECs don't differ throughout the mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx. Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
Wolfgang Denk authored
-
Stefano Babic authored
Signed-off-by:
Stefano Babic <sbabic@denx.de>
-
- May 15, 2007
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
mushtaq khan authored
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>
-
mushtaq khan authored
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>
-
Joe Hamman authored
Added support for Broadcom's BCM5464 Quad Phy Signed-off-by:
Joe Hamman <joe.hamman@embeddedspecialties.com>
-
Zang Roy-r61911 authored
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>
-
Aubrey.Li authored
Singed-off-by:
Marc Hoffman <Marc.Hoffman@analog.com> Signed-off-by:
Aubrey Li <aubrey.adi@gmail.com>
-
Stephen Williams authored
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
-
- May 14, 2007
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
- May 10, 2007
-
-
Piotr Kruszynski authored
definition.
-
- May 08, 2007
-
-
Michal Simek authored
-
Michal Simek authored
-
Michal Simek authored
-
Piotr Kruszynski authored
-
Bartlomiej Sieka authored
environment.
-
Bartlomiej Sieka authored
eliminates networking problems in Linux (timeouts).
-
Bartlomiej Sieka authored
to allow booting of FDT-expecting kernels.
-
- May 07, 2007
-
-
git://www.denx.de/git/u-bootMichal Simek authored
Conflicts: include/asm-microblaze/microblaze_intc.h include/linux/stat.h
-
Michal Simek authored
-
Bartlomiej Sieka authored
current PHY initalization code (tftp timeouts all the time). This commit temporarily disables PHY initalization sequence to make the networking operational, until a fix is found.
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Michal Simek authored
-
Michal Simek authored
FSL_Has_data is connected to INTC.
-
Michal Simek authored
remove asm code
-
Michal Simek authored
-
Michal Simek authored
-
Michal Simek authored
-
Michal Simek authored
-
- May 05, 2007
-
-
Wolfgang Denk authored
-
Timur Tabi authored
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>
-