10 Jan, 2018

4 commits


30 Nov, 2017

2 commits


16 Aug, 2017

2 commits

  • We are now using an env_ prefix for environment functions. Rename these
    two functions for consistency. Also add function comments in common.h.

    Quite a few places use getenv() in a condition context, provoking a
    warning from checkpatch. These are fixed up in this patch also.

    Suggested-by: Wolfgang Denk
    Signed-off-by: Simon Glass

    Simon Glass
     
  • We are now using an env_ prefix for environment functions. Rename setenv()
    for consistency. Also add function comments in common.h.

    Suggested-by: Wolfgang Denk
    Signed-off-by: Simon Glass

    Simon Glass
     

01 Jun, 2017

1 commit


25 Feb, 2016

1 commit


08 Feb, 2016

1 commit


13 Dec, 2015

1 commit


06 Dec, 2015

1 commit


28 Jul, 2015

1 commit

  • Read device unique ID and set environment variable "serial#".
    Value would then be passed to kernel through DTB.

    To read ID from DTB, kernel is required to have commit:
    3f599875e5202986b350618a617527ab441bf206 (ARM: 8355/1: arch: Show
    the serial number from devicetree in cpuinfo)
    This commit is already mainline since v4.1-rc1.

    Signed-off-by: Antonio Borneo
    To: Albert Aribaud
    To: Tom Rini
    To: Kamil Lulko
    Cc: u-boot@lists.denx.de

    Antonio Borneo
     

09 Jul, 2015

1 commit

  • When "scripts/get_maintainer.pl" parses "board/.../MAINTAINERS",
    it uses the line containing board name as delimiter.
    Without this line, the script happily mixes the lines from current
    board MAINTAINERS file with lines from another file.

    Fix it by adding a reasonable board name.

    Tested by comparing output of:
    cat board/st/stm32f429-discovery/MAINTAINERS
    ./scripts/get_maintainer.pl -f board/st/stm32f429-discovery

    Signed-off-by: Antonio Borneo
    To: u-boot@lists.denx.de
    To: Kamil Lulko
    Cc: Tom Rini

    Antonio Borneo
     

10 May, 2015

1 commit

  • Add the stm32F4 board's serial ports support.
    User can use it easily.
    The user only need to edit the number of the usart.
    The patch also fix the serial print out.

    Last, this version of patch fix the first patch checkpatch.pl error.
    Thanks to Kamil Lulko.

    Signed-off-by: kunhuahuang

    kunhuahuang
     

23 Apr, 2015

1 commit