Skip to content
Snippets Groups Projects
  1. Jul 16, 2003
  2. Jul 15, 2003
  3. Jul 14, 2003
    • Wolfgang Denk's avatar
      * Patches by Yuli Barcohen, 13 Jul 2003: · 8564acf9
      Wolfgang Denk authored
        - Correct flash and JFFS2 support for MPC8260ADS
        - fix PVR values and clock generation for PowerQUICC II family
          (8270/8275/8280)
      
      * Patch by Bernhard Kuhn, 08 Jul 2003:
        - add support for M68K targets
      
      * Patch by Ken Chou, 3 Jul:
        - Fix PCI config table for A3000
        - Fix iobase for natsemi.c
          (PCI_BASE_ADDRESS_0 is the IO base register for DP83815)
      
      * Allow to enable "slow" POST routines by key press on power-on
      * Fix temperature dependend switching of LCD backlight on LWMON
      * Tweak output format for LWMON
      8564acf9
  4. Jul 11, 2003
  5. Jul 07, 2003
    • Wolfgang Denk's avatar
      * Add support for NSCU board · f12e568c
      Wolfgang Denk authored
      * Add support for TQM823M, TQM850M, TQM855M and TQM860M modules
      
      * Add support for Am29LV160ML, Am29LV320ML, and Am29LV640ML
        mirror bit flash on TQM8xxM modules
      f12e568c
  6. Jul 01, 2003
  7. Jun 30, 2003
    • Wolfgang Denk's avatar
      * Patch by Seb James, 30 Jun 2003: · b37c7e5e
      Wolfgang Denk authored
        Improve documentation of I2C configuration in README
      
      * Fix problems with previous log buffer "fixes"
      
      * Fix minor help text issues
      
      * "log append" did not append a newline
      b37c7e5e
  8. Jun 29, 2003
  9. Jun 28, 2003
  10. Jun 27, 2003
    • Wolfgang Denk's avatar
      * Code cleanup: · 8bde7f77
      Wolfgang Denk authored
        - remove trailing white space, trailing empty lines, C++ comments, etc.
        - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
      
      * Patches by Kenneth Johansson, 25 Jun 2003:
        - major rework of command structure
          (work done mostly by Michal Cendrowski and Joakim Kristiansen)
      8bde7f77
  11. Jun 26, 2003
  12. Jun 25, 2003
    • Wolfgang Denk's avatar
      * Header file cleanup for ARM · b783edae
      Wolfgang Denk authored
      * Patch by Murray Jensen, 24 Jun 2003:
        - make sure to use only U-boot provided header files
        - fix problems with ".rodata.str1.4" section as used by GCC-3.x
      b783edae
  13. Jun 24, 2003
  14. Jun 23, 2003
  15. Jun 22, 2003
    • Wolfgang Denk's avatar
      * Patch by Rune Torgersen, 4 Jun 2003: · 3595ac49
      Wolfgang Denk authored
        add large memory support for MPC8266ADS board
      
      * Patch by Richard Woodruff, 19 June 03:
        - Enabled standard u-boot device abstraction for ARM
        - Enabled console device for ARM
        - Initilized bi_baudrate for ARM
      
      * Patch by Bill Hargen, 23 Apr 2003:
        fix byte order for 824x I2C addresses (write op)
      3595ac49
    • Wolfgang Denk's avatar
      Had to move the RTC area for ATC board to upper addresses · 9a0e21a3
      Wolfgang Denk authored
      (0xf5000000, to be specific). The reason is that the RTC first gets
      accessed before MMU is initialized and, consequently, it needs to be
      placed at physical addresses which are later mapped to the same
      virtual addresses (like 0xf5000000 physical is mapped to 0xf5000000
      virtual).
      9a0e21a3
  16. Jun 21, 2003
  17. Jun 20, 2003
  18. Jun 19, 2003
    • Wolfgang Denk's avatar
      * Patch by Richard Woodruff, 19 June 03: · 0b97ab14
      Wolfgang Denk authored
      - Fixed smc91c111 driver to sync with the u-boot environment (driver/smc91c111.c).
      - Added eth_init error return check in NetLoop (net/net.c).
      0b97ab14
    • 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
    • Wolfgang Denk's avatar
      Patches by Robert Schwebel, 14 Jun 2003: · 52f52c14
      Wolfgang Denk authored
      - add support for Logotronic DL datalogger board
      - cleanup serial line after kermit binary download
      - add debugX macro (debug level support)
      - update mach-types.h to latest arm.linux.org.uk master list.
      52f52c14
    • Wolfgang Denk's avatar
      * Patches by David Mller, 12 Jun 2003: · 48b42616
      Wolfgang Denk authored
        - rewrite of the S3C24X0 register definitions stuff
        - "driver" for the built-in S3C24X0 RTC
      
      * Patches by Yuli Barcohen, 12 Jun 2003:
        - Add MII support and Ethernet PHY initialization for MPC8260ADS board
        - Fix incorrect SIUMCR initialisation caused by wrong Hard Reset
          configuration word supplied by FPGA on some MPC8260ADS boards
      
      * Patch by Pantelis Antoniou, 10 Jun 2003:
        Unify status LED interface
      48b42616
Loading