09 Feb, 2019

1 commit


08 Jan, 2019

1 commit


07 Dec, 2018

1 commit


26 Sep, 2018

1 commit


11 Sep, 2018

1 commit


04 Sep, 2018

1 commit


17 Aug, 2018

1 commit

  • We have the following cases:
    - CONFIG_NR_DRAM_BANKS was defined, migrate normally
    - CONFIG_NR_DRAM_BANKS_MAX was defined and then used for
    CONFIG_NR_DRAM_BANKS after a check, just migrate it over now.
    - CONFIG_NR_DRAM_BANKS was very oddly defined on p2771-0000-* (to 1024 +
    2), set this to 8.

    Signed-off-by: Tom Rini

    Tom Rini
     

10 Aug, 2018

1 commit


08 Aug, 2018

1 commit


04 Aug, 2018

1 commit


21 Jul, 2018

2 commits


04 Jun, 2018

1 commit


27 May, 2018

1 commit


08 May, 2018

2 commits


17 Apr, 2018

1 commit


07 Apr, 2018

1 commit


20 Mar, 2018

1 commit

  • Add first support for STM32MP157C-ED1 board with "Basic" boot chain
    1/ Boot Rom: load SPL with STM32 image header in SYSRAM
    2/ SPL: power up and initialize the DDR and load U-Boot image
    from SDCARD in DDR
    3/ U-Boot: search and load extlinux.conf in SDCARD
    (DISTRO activated)

    Signed-off-by: Patrick Delaunay

    Patrick Delaunay