20 Feb, 2014

3 commits


08 Nov, 2013

1 commit

  • In-tree build:
    - Do not create a symbolic link
    from include/asm to arch/${ARCH}/include/asm
    - Add ${SRCTREE}/arch/arm/include into the header search path

    Out-of-tree build:
    - Do not create a directory ${OBJTREE}/include2
    - Do not create a symbolic link
    from ${OBJTREE}/include2/asm to ${SRCTREE}/arch/${ARCH}/include/asm
    - Add ${SRCTREE}/arch/arm/include into the header search path

    Signed-off-by: Masahiro Yamada

    Masahiro Yamada
     

15 Oct, 2013

1 commit


07 Sep, 2013

2 commits


24 Jul, 2013

1 commit


12 Apr, 2013

2 commits


12 Mar, 2013

2 commits


20 Feb, 2013

1 commit


20 Dec, 2012

4 commits

  • I had missed Joe's NAK on this patch, so...

    This reverts commit 92ace272d06cec1d7f1533bb9edf914fb5845fba.

    Signed-off-by: Tom Rini

    Tom Rini
     
  • Signed-off-by: Mike Frysinger
    Acked-by: Peter Korsgaard

    Mike Frysinger
     
  • When using open(), the O_CREAT flag must be given a mode, otherwise it
    uses random garbage from the stack. Also, it can fail to build:

    In file included from /usr/include/fcntl.h:290:0,
    from fw_env_main.c:42:
    In function 'open',
    inlined from 'main' at fw_env_main.c:97:9:
    /usr/include/bits/fcntl2.h:50:24: error: call to '__open_missing_mode' declared
    with attribute error: open with O_CREAT in second argument needs 3 arguments

    Signed-off-by: Mike Frysinger
    Acked-by: Joe Hershberger

    Mike Frysinger
     
  • This variable is assigned by a size_t, and is printed that way, but is
    incorrectly declared as an int. Which means we get warnings:
    fw_env.c: In function 'fw_setenv':
    fw_env.c:409:5: warning: format '%zu' expects argument of type 'size_t',
    but argument 3 has type 'int' [-Wformat]

    Signed-off-by: Mike Frysinger
    Acked-by: Joe Hershberger

    Mike Frysinger
     

14 Dec, 2012

3 commits


20 Oct, 2012

1 commit


16 Oct, 2012

10 commits


19 Sep, 2012

1 commit


22 Jun, 2012

1 commit


12 Feb, 2012

1 commit


06 Jan, 2012

1 commit

  • This patch allows the U-Boot user space companion utility, fw_setenv,
    to overwrite the 'ethaddr' key/value pair if the current value is set
    to a per-board-configured default.

    This change allows 'fw_setenv' to match the behavior of 'setenv' /
    'env set' on the U-Boot command line.

    Signed-off-by: Grant Erickson
    Fixed excessive white space.
    Signed-off-by: Wolfgang Denk

    Grant Erickson
     

05 Jan, 2012

1 commit

  • The README file lists 4 defined that were not actually present in the .h
    file but that were needed to get things working with settings compiled in.
    They are
    Added these to the .h file
    (the values above are the ones from the README file)

    Signed-off-by: Frans Meulenbroeks

    Frans Meulenbroeks
     

22 Nov, 2011

1 commit


22 Oct, 2011

3 commits