12 Jan, 2008

1 commit

  • There were some size and unsigned problems.
    Also add support for "ll" size modifier in format string like glibc

    Signed-off-by: James Yang
    Acked-by: Jon Loeliger

    James Yang
     

16 Nov, 2007

1 commit

  • This change is in preparation for condtitionial compile support in the
    build system. By spliting them all into seperate lines now, subsequent
    patches that change 'COBJS-y += ' into 'COBJS-$(CONFIG_) += ' will
    be less invasive and easier to review

    Signed-off-by: Grant Likely

    Grant Likely
     

10 Aug, 2007

1 commit

  • Move the 64bit division from lib_avr32 to lib_generic. With this, all
    boards can do_div/__div64_32 if needed, not only avr one. Code is put
    to lib_generic, so no larger memory footprint if not used. No code
    modifications. Thanks for proposal by Håvard Skinnemoen.

    Signed-off-by: Dirk Behme

    Dirk Behme
     

03 Aug, 2007

1 commit


11 Jul, 2007

1 commit


10 Jul, 2007

2 commits


04 Jul, 2007

1 commit


23 Jun, 2007

1 commit

  • - Show on the Status LEDs, some States of the board.
    - Get the MAC addresses from the EEProm
    - use PREBOOT
    - use the CF on the board.
    - check the U-Boot image in the Flash with a SHA1
    checksum.
    - use dynamic TLB entries generation for the SDRAM

    Signed-off-by: Heiko Schocher

    Heiko Schocher
     

20 Feb, 2007

1 commit


12 Oct, 2006

1 commit


11 Oct, 2006

1 commit


10 Oct, 2006

1 commit


09 Oct, 2006

2 commits


02 Sep, 2006

1 commit

  • Modifications are based on the linux kernel approach and
    support two use cases:

    1) Add O= to the make command line
    'make O=/tmp/build all'

    2) Set environement variable BUILD_DIR to point to the desired location
    'export BUILD_DIR=/tmp/build'
    'make'

    The second approach can also be used with a MAKEALL script
    'export BUILD_DIR=/tmp/build'
    './MAKEALL'

    Command line 'O=' setting overrides BUILD_DIR environent variable.

    When none of the above methods is used the local build is performed and
    the object files are placed in the source directory.

    Marian Balakowicz
     

03 May, 2006

1 commit


05 Oct, 2005

1 commit


25 Sep, 2005

1 commit


12 Oct, 2004

1 commit


15 Mar, 2004

1 commit


14 Mar, 2004

2 commits

  • Fix problems with GCC 3.3.x which changed handling of global
    variables explicitly initialized to zero (now in .bss instead of
    .data as before).

    * Patch by Leon Kukovec, 02 Mar 2004:
    add strswab() to fix IDE LBA capacity, firmware and model numbers
    on little endian machines

    * Patch by Masami Komiya, 02 Mar 2004:
    - Remove get_ticks() from NFS code
    - Add verification of RPC transaction ID

    * Patch by Pierre Aubert, 02 Mar 2004:
    cleanup for IDE and USB drivers for MPC5200

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

    wdenk
     

16 Oct, 2003

1 commit


30 Aug, 2003

1 commit


18 Aug, 2003

1 commit


26 Jul, 2003

1 commit


02 Jul, 2003

1 commit


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
     

20 Jun, 2003

1 commit

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

20 Nov, 2002

1 commit


03 Nov, 2002

1 commit


09 Sep, 2002

1 commit


30 Aug, 2002

1 commit


17 Aug, 2002

1 commit


21 Jul, 2002

1 commit


29 Apr, 2001

1 commit


19 Jul, 2000

1 commit