08 Jul, 2003

1 commit


02 Jul, 2003

1 commit


01 Jul, 2003

1 commit


30 Jun, 2003

1 commit


29 Jun, 2003

4 commits


28 Jun, 2003

1 commit

  • - 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)

    wdenk
     

27 Jun, 2003

1 commit


26 Jun, 2003

1 commit


24 Jun, 2003

6 commits


23 Jun, 2003

1 commit

  • 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)

    wdenk
     

22 Jun, 2003

1 commit


21 Jun, 2003

3 commits


20 Jun, 2003

4 commits

  • - Fixed smc91c111 driver to sync with the u-boot environment (driver/smc91c111.c).
    - Added eth_init error return check in NetLoop (net/net.c).

    wdenk
     
  • - 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

    wdenk
     
  • - 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.

    wdenk
     
  • - 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

    wdenk
     

19 Jun, 2003

1 commit


17 Jun, 2003

1 commit

  • Modifications for Atmel AT91RM9200DK ARM920T based development kit
    - Add Atmel DataFlash support for reading and writing.
    - Add possibility to boot a Linux from DataFlash with BOOTM command.
    - Add Flash detection on Atmel AT91RM9200DK
    (between Atmel AT49BV1614 and AT49BV1614A flashes)
    - Replace old Ethernet PHY layer functions
    - Change link address

    * Patch by Frank Smith, 9 Jun 2003:
    use CRIT_EXCEPTION for machine check on 4xx

    * Patch by Detlev Zundel, 13 Jun 2003:
    added implementation of the "carinfo" command in cmd_immap.c

    wdenk
     

16 Jun, 2003

1 commit

  • * Patches by Kyle Harris, 13 Mar 2003:
    - Add FAT partition support
    - Add command support for FAT
    - Add command support for MMC
    ----
    - Add Intel PXA support for video
    - Add Intel PXA support for MMC
    ----
    - Enable MMC and FAT for lubbock board
    - Other misc changes for lubbock board

    wdenk
     

06 Jun, 2003

5 commits


05 Jun, 2003

4 commits


04 Jun, 2003

2 commits

  • add support for the MIP405T board

    wdenk
     
  • - Added support for custom keyboards, initialized by defining a
    board-specific drv_keyboard_init as well as defining CONFIG_KEYBOARD .
    - Added support for the RBC823 board.
    - cpu/mpc8xx/lcd.c now automatically calculates the
    Horizontal Pixel Count field.

    * Fix alignment problem in BOOTP (dhcp_leasetime option)
    [pointed out by Nicolas Lacressonnière, 2 Jun 2003]

    * Patch by Mark Rakes, 14 May 2003:
    add support for Intel e1000 gig cards.

    * Patch by Nye Liu, 3 Jun 2003:
    fix critical typo in MAMR definition (include/mpc8xx.h)

    * Fix requirement to align U-Boot image on 16 kB boundaries on PPC.

    * Patch by Klaus Heydeck, 2 Jun 2003
    Minor changes for KUP4K configuration

    wdenk