23 Feb, 2018

4 commits


20 Feb, 2018

2 commits


19 Feb, 2018

2 commits


18 Feb, 2018

2 commits


16 Feb, 2018

2 commits

  • Due to size limitations of the MERAM, switch U-Boot to SPL.
    The SPL is loaded by the SPI_LOADER into MERAM and then loads
    U-Boot proper into DRAM. This way U-Boot can freely grow in
    size in DRAM, as there is plenty of it.

    Signed-off-by: Marek Vasut
    Cc: Nobuhiro Iwamatsu
    ---
    NOTE: To update U-Boot, first install u-boot.img to 0x140000 in SPI NOR,
    then use the Minimon to flash u-boot-spl.srec using ls,2,e6304000.
    To generate u-boot-spl.srec, use objcopy:
    arm-linux-gnueabi-objcopy -O srec spl/u-boot-spl u-boot-spl.srec

    Marek Vasut
     
  • Enable support for applying DT overlays on Gen3. This is convenient
    for handling extra additional hardware, like ie. the Kingfisher.

    Signed-off-by: Marek Vasut
    Cc: Nobuhiro Iwamatsu

    Marek Vasut
     

15 Feb, 2018

6 commits


14 Feb, 2018

10 commits


13 Feb, 2018

1 commit


11 Feb, 2018

2 commits


10 Feb, 2018

3 commits


09 Feb, 2018

3 commits

  • Migrate the base and sub-options to Kconfig. Note that we only enable
    this in the base sandbox config now.

    Cc: Alexey Brodkin
    Cc: Michal Simek
    Signed-off-by: Tom Rini
    ---
    Is this driver still used anywhere? It's fishy that it's only enabled
    in sandbox anymore.

    Tom Rini
     
  • config_fallbacks.h had some logic to automatically select
    LIB_RAND if RANDOM_UUID or CMD_UUID were set if LIB_HW_RAND wasn't
    already selected. By migrating LIB_HW_RAND to Kconfig, we can
    remove this check from config_fallbacks.h and put it into Kconfig

    Signed-off-by: Adam Ford
    Reviewed-by: Lukasz Majewski
    [trini: Turn into a choice, add NET_RANDOM_ETHADDR]
    Signed-off-by: Tom Rini

    Adam Ford
     
  • Distro default configuration contains also dhcp and pxe setting which
    can't working without enabling CONFIG_NET.
    EFI is not required that's why it is not enabled.

    Signed-off-by: Michal Simek

    Michal Simek
     

08 Feb, 2018

3 commits