22 Aug, 2014

3 commits


19 Jul, 2014

1 commit


08 Jul, 2014

2 commits


24 Jul, 2013

1 commit


10 Nov, 2012

1 commit

  • The file has a wrong inline keyword of __led_toggle(), which causes
    compilation error. And its content is defined in common status_led.h.
    So define CONFIG_BOARD_SPECIFIC_LED in board config files and remove
    this header file.

    Signed-off-by: Thomas Chou

    Thomas Chou
     

29 Oct, 2012

1 commit


02 Oct, 2011

1 commit


13 Sep, 2011

1 commit

  • Result of running the following command to address Wolfgang's
    comment about camel case:

    for file in `find . | grep '\.[chS]$'`; do perl -i -pe
    's/(green|yellow|red|blue)_LED_(on|off)/$1_led_$2/g' $file; done

    Discussion:
    http://patchwork.ozlabs.org/patch/84988/

    Signed-off-by: Jason Kridner
    Signed-off-by: Joel A Fernandes
    Signed-off-by: Sandeep Paulraj

    Jason Kridner
     

07 Oct, 2010

2 commits


20 Sep, 2010

1 commit

  • Recent changes caused that the HMI10 board now is included in the
    boards built by MAKEALL, which revealed that compilation for this
    board has been broken for a long time:

    ps2ser.c: In function 'ps2ser_init':
    ps2ser.c:155: error: 'UART_LCR' undeclared (first use in this function)
    ps2ser.c:155: error: (Each undeclared identifier is reported only once
    ps2ser.c:155: error: for each function it appears in.)
    ps2ser.c:156: error: 'UART_DLL' undeclared (first use in this function)
    ps2ser.c:157: error: 'UART_DLM' undeclared (first use in this function)
    ps2ser.c:159: error: 'UART_IER' undeclared (first use in this function)
    ps2ser.c:160: error: 'UART_MCR' undeclared (first use in this function)
    ps2ser.c:161: error: 'UART_FCR' undeclared (first use in this function)
    ps2ser.c:162: error: 'UART_FCR_ENABLE_FIFO' undeclared (first use in this function)
    ps2ser.c:166: error: 'UART_LSR' undeclared (first use in this function)
    ps2ser.c: In function 'ps2ser_putc':
    ps2ser.c:198: error: 'UART_LSR' undeclared (first use in this function)
    ps2ser.c:200: error: 'UART_TX' undeclared (first use in this function)
    ps2ser.c: In function 'ps2ser_getc_hw':
    ps2ser.c:224: error: 'UART_LSR' undeclared (first use in this function)
    ps2ser.c:225: error: 'UART_RX' undeclared (first use in this function)
    ps2ser.c: In function 'ps2ser_interrupt':
    ps2ser.c:293: error: 'UART_IIR' undeclared (first use in this function)

    The board is orphaned, and AFAICT has reached EOL.
    Drop support for it.

    Signed-off-by: Wolfgang Denk

    Wolfgang Denk
     

05 Jul, 2010

1 commit


13 Jun, 2009

1 commit


29 Jan, 2009

1 commit


19 Oct, 2008

1 commit


14 Oct, 2007

1 commit


18 Sep, 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
     

27 May, 2007

1 commit


14 Oct, 2006

1 commit


15 Aug, 2005

1 commit


11 Oct, 2004

1 commit


11 Jul, 2004

1 commit


08 Jun, 2004

1 commit


16 Apr, 2004

1 commit

  • - add auto-complete support to the U-Boot CLI
    - add support for NETTA and NETPHONE boards; fix NETVIA board

    * Patch by Yuli Barcohen, 28 Mar 2004:
    - Add support for MPC8272 family including MPC8247/8248/8271/8272
    - Add support for MPC8272ADS evaluation board (another flavour of MPC8260ADS)
    - Change configuration method for MPC8260ADS family

    wdenk
     

26 Mar, 2004

1 commit


14 Mar, 2004

1 commit

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

05 Jan, 2004

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
     

27 Jun, 2003

1 commit


20 Jun, 2003

1 commit

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

04 Jun, 2003

1 commit

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

03 May, 2003

1 commit

  • * Patch by Keith Outwater, 28 Apr 2003:
    - Miscellaneous corrections and additions to GEN860T board specific code.
    - Added GEN860_SC variant to GEN860T.
    - Miscellaneous corrections to GEN860T documentation.
    - Correct duplicate entry in U-Boot CREDITS file.
    - Add GEN860T_SC entry in MAINTAINERS file.
    - Update CREDITS file with GEN860T_SC info.

    * Update Smiths Aerospace addresses in MAINTAINERS file

    * Fix error handling in hush's version of "run" command

    wdenk
     

01 Apr, 2003

1 commit


26 Mar, 2003

1 commit

  • Add support for Atmel AT91RM9200DK w/NAND

    * Patches by Robert Schwebel, 19 Mar 2003:
    - use arm-linux-gcc as default compiler for ARM
    - fix i2c fixup code
    - fix missing baudrate setting
    - added $loadaddr / CFG_LOAD_ADDR support to loadb
    - moved "ignoring trailing characters" _before_ u-boot wants to
    print out diagnostics messages; removes bogus characters at the
    end of transmission

    * Patch by John Zhan, 18 Mar 2003:
    Add support for SinoVee Microsystems SC8xx boards

    * Patch by Rolf Offermanns, 21 Mar 2003:
    ported the dnp1110 related changes from the current armboot cvs to
    current u-boot cvs. smc91111 does not work. problem marked in
    smc91111.c, grep for "FIXME".

    * Patch by Brian Auld, 25 Mar 2003:
    Add support for STM flash chips on ebony board

    * Add PCI support for MPC8250 Boards (PM825 module)

    * Patch by Stefan Roese, 25 Mar 2003:

    wdenk
     

06 Nov, 2002

1 commit


03 Nov, 2002

1 commit