26 Nov, 2018

2 commits

  • Rework the board SYS_BOARD, SYS_VENDOR and SYS_CONFIG_NAME setup by moving
    the board Kconfig into the mach-meson Kconfig to make it easier to add
    new boards for a SoC architecture and add a custom config header or custom
    board handler for a platform.

    This drops the board CONFIGs and the duplicate boards configs headers in
    favor of a single meson64.h config header.

    Signed-off-by: Jerome Brunet
    Signed-off-by: Neil Armstrong

    Jerome Brunet
     
  • The nanopi-k2 and the odroid-c2 are similar enough to be supported
    by the same u-boot board. This change use odroid-c2 u-boot board
    for the nanopi-k2 as well. Dedicated defconfig are kept to customize
    the names and device tree.

    Signed-off-by: Jerome Brunet
    Signed-off-by: Neil Armstrong

    Jerome Brunet
     

04 Sep, 2018

1 commit


18 Aug, 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
     

08 Aug, 2018

1 commit


20 Jul, 2018

1 commit