Skip to content
Snippets Groups Projects
  1. May 17, 2006
  2. May 09, 2006
  3. Apr 20, 2006
  4. Mar 12, 2006
    • Wolfgang Denk's avatar
      Add ADI Blackfin support · 0afe519a
      Wolfgang Denk authored
      - add support for Analog Devices Blackfin BF533 CPU
      - add support for the ADI BF533 Stamp uClinux board
      - add support for the ADI BF533 EZKit board
      Patches by Richard Klingler, June 11th 2005:
      0afe519a
  5. Mar 06, 2006
  6. Feb 28, 2006
  7. Feb 07, 2006
    • Markus Klotzbcher's avatar
      This is the first commit for the u-boot zylonite port. The following has be · e0269579
      Markus Klotzbcher authored
      done so far:
      
      	* created zylonite board dir (based on lubbock)
      	* extended some - but not all pxa sources and headers for Intel
      	  Monahans support (CONFIG_CPU_MONAHANS)
      	* created Makefile zylonite target + MAKEALL entry
      	* added some debug nonsense, remove later, grep for mk@tbd
      
      Status: compiles (eldk-4.0), and can be started with BDI, but runs forever
      	and doesn't halt at breakpoints. Hmmm...
      e0269579
  8. Oct 04, 2005
  9. Jul 28, 2005
  10. Oct 09, 2004
    • Wolfgang Denk's avatar
      Patch by Steven Scholz, 16 Aug 2004: · 1d9f4105
      Wolfgang Denk authored
      - Introducing the concept of SoCs "./cpu/$(CPU)/$(SOC)"
      - creating subdirs for SoCs ./cpu/arm920t/imx and ./cpu/arm920t/s3c24x0
      - moving SoC specific code out of cpu/arm920t/ into cpu/arm920t/$(SOC)/
      - moving drivers/s3c24x0_i2c.c and drivers/serial_imx.c out of drivers/
        into cpu/arm920t/$(SOC)/
      1d9f4105
  11. May 19, 2004
  12. Mar 13, 2004
    • Wolfgang Denk's avatar
      * Patch by Rune Torgersen, 27 Feb 2004: · c40b2956
      Wolfgang Denk authored
        - Added LBA48 support (CONFIG_LBA48 & CFG_64BIT_LBA)
        - Added support for 64bit printing in vsprintf (CFG_64BIT_VSPRINTF)
        - Added support for 64bit strtoul (CFG_64BIT_STRTOUL)
      
      * Patch by Masami Komiya, 27 Feb 2004:
        Fix rarpboot: add autoload by NFS
      
      * Patch by Dan Eisenhut, 26 Feb 2004:
        fix flash_write return value in saveenv
      
      * Patch by Stephan Linz, 11 Dec 2003
        expand config.mk to avoid trigraph warnings on NIOS
      
      * Rename "BMS2003" board into "HMI10"
      c40b2956
  13. Sep 16, 2003
  14. Jul 24, 2003
  15. Jun 25, 2003
  16. Jun 21, 2003
  17. Jun 19, 2003
    • Wolfgang Denk's avatar
      Patches by Murray Jensen, 17 Jun 2003: · 6dd652fa
      Wolfgang Denk authored
      - Hymod board database mods: add "who" field and new xilinx chip types
      - provide new "init_cmd_timeout()" function so code external to
        "common/main.c" can use the "reset_cmd_timeout()" function before
        entering the main loop
      - add DTT support for adm1021 (new file dtt/adm1021.c; config
        slightly different. see include/configs/hymod.h for an example
        (requires CONFIG_DTT_ADM1021, CONFIG_DTT_SENSORS, and
        CFG_DTT_ADM1021 defined)
      - add new "eeprom_probe()" function which has similar args and
        behaves in a similar way to "eeprom_read()" etc.
      - add 8260 FCC ethernet loopback code (new "eth_loopback_test()"
        function which is enabled by defining CONFIG_ETHER_LOOPBACK_TEST)
      - gdbtools copyright update
      - ensure that set_msr() executes the "sync" and "isync" instructions
        after the "mtmsr" instruction in cpu/mpc8260/interrupts.c
      - 8260 I/O ports fix: Open Drain should be set last when configuring
      - add SIU IRQ defines for 8260
      - allow LDSCRIPT override and OBJCFLAGS initialization: change to
        config.mk to allow board configurations to override the GNU
        linker script, selected via the LDSCRIPT, make variable, and to
        give an initial value to the OBJCFLAGS make variable
      - 8260 i2c enhancement:
        o correctly extends the timeout depending on the size of all
          queued messages for both transmit and receive
        o will not continue with receive if transmit times out
        o ensures that the error callback is done for all queued tx
          and rx messages
        o correctly detects both tx and rx timeouts, only delivers one to
          the callback, and does not overwrite an earlier error
        o logic in i2c_probe now correct
      - add "vprintf()" function so that "panic()" function can be
        technically correct
      - many Hymod board changes
      6dd652fa
  18. Nov 21, 2002
  19. Nov 10, 2002
    • Wolfgang Denk's avatar
      * Vince Husovsky, 7 Nov 2002: · 7f6c2cbc
      Wolfgang Denk authored
        Add "-n" to linker options to get rid of "Not enough room for
        program headers" problem
      
      * Patch by David Mller, 05 Nov 2002
        Rename CONFIG_PLL_INPUT_FREQ to CONFIG_SYS_CLK_FREQ
        so we can use an already existing name
      
      * Patch by Pierre Aubert, 05 Nov 2002
        Hardware related improvements in FDC boot code
      
      * Patch by Holger Schurig, 5 Nov 2002:
        Make the PXA really change it's frequency
      
      * Patch by Pierre Aubert, 05 Nov 2002
        Add support for slave serial Spartan 2 FPGAs
      
      * Fix uninitialized memory (MAC address) in 8xx SCC/FEC ethernet
        drivers
  20. Nov 02, 2002
Loading