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


06 Apr, 2017

1 commit


16 Aug, 2016

1 commit

  • The 'xtfpga' board is actually a set of FPGA evaluation boards that
    can be configured to run an Xtensa processor.

    - Avnet Xilinx LX60
    - Avnet Xilinx LX110
    - Avnet Xilinx LX200
    - Xilinx ML605
    - Xilinx KC705

    These boards share the same components (open-ethernet, ns16550 serial,
    lcd display, flash, etc.).

    Signed-off-by: Chris Zankel
    Signed-off-by: Max Filippov
    Reviewed-by: Simon Glass
    Reviewed-by: Tom Rini

    Chris Zankel