07 Feb, 2020

1 commit


23 Jan, 2020

1 commit


05 Dec, 2019

2 commits


04 Dec, 2019

2 commits


21 Nov, 2019

1 commit

  • Today in initr_reloc_global_data() we use some non-obvious tests to
    determine if we need to relocate the env_addr within gd or not. In
    order to facilitate migration of other symbols to Kconfig we need to
    introduce a new symbol for this particular use case.

    Cc: Wolfgang Denk
    Cc: Joe Hershberger
    Signed-off-by: Tom Rini

    Tom Rini
     

02 Aug, 2019

1 commit

  • This converts the following to Kconfig:
    CONFIG_USE_PREBOOT
    CONFIG_PREBOOT

    Both are together in one commit, since otherwise the former causes kconfig
    to define the latter, which gives duplicate symbol errors.

    Includes a manual fixup for CONFIG_PREBOOT in ids8313_defconfig since the
    backslash lands in the wrong place. Similarly with socfpga_vining_fpga.

    Signed-off-by: Simon Glass

    Simon Glass
     

15 Jun, 2019

1 commit


27 May, 2019

1 commit


18 May, 2019

1 commit

  • While converting CONFIG_SYS_[DI]CACHE_OFF to Kconfig, there are instances
    where these configuration items are conditional on SPL. This commit adds SPL
    variants of these configuration items, uses CONFIG_IS_ENABLED(), and updates
    the configurations as required.

    Acked-by: Alexey Brodkin
    Signed-off-by: Trevor Woerner
    [trini: Make the default depend on the setting for full U-Boot, update
    more zynq hardware]
    Signed-off-by: Tom Rini

    Trevor Woerner
     

30 Apr, 2019

1 commit


14 Feb, 2019

1 commit


04 Sep, 2018

1 commit


18 Aug, 2018

1 commit


23 Jul, 2018

1 commit


19 Jul, 2018

1 commit


04 Jun, 2018

1 commit


31 May, 2018

1 commit

  • This is control board on Bitmain Antminer S9.
    There are 3 board variables with 256MB, 512MB and 1024MB DDR.
    DDR memory is automatically detected with using get_with using
    get_ram_size().

    Bitmain is using 16MB space for FPGA which is handled via
    reserved-memory. Also U-Boot is allocating 16B for storing bootcounts.
    Watchdog is started but never service in U-Boot.

    SPL MMC is working. SPL NAND is not working because it is not supported
    as of now.

    Signed-off-by: Ezequiel Garcia
    Signed-off-by: Michal Simek
    Signed-off-by: Michal Simek

    Ezequiel Garcia