16 Aug, 2017

1 commit

  • 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
     

11 Aug, 2017

1 commit


23 May, 2017

1 commit


25 Jun, 2016

1 commit


17 Mar, 2016

1 commit

  • When we switch to including all linker lists in SPL it is important
    to not include commands as that may lead to link errors due to other
    things we have already discarded. In this case change things so that we
    only build the right objects for SPL or non-SPL

    Cc: Albert ARIBAUD (3ADEV)
    Signed-off-by: Tom Rini

    Tom Rini
     

10 Apr, 2015

1 commit

  • Work_92105 from Work Microwave is an LPC3250-
    based board with the following features:
    - 64MB or 128MB SDR DRAM
    - 1 GB SLC NAND, managed through MLC controller.
    - Ethernet
    - Ethernet + PHY SMSC8710
    - I2C:
    - EEPROM (24M01-compatible)
    - RTC (DS1374-compatible)
    - Temperature sensor (DS620)
    - DACs (2 x MAX518)
    - SPI (through SSP interface)
    - Port expander MAX6957
    - LCD display (HD44780-compatible), controlled
    through the port expander and DACs

    This board has SPL support, and uses the LPC32XX boot
    image format.

    Signed-off-by: Albert ARIBAUD (3ADEV)

    Albert ARIBAUD \(3ADEV\)