09 Feb, 2019

1 commit


26 Jan, 2019

1 commit


16 Jan, 2019

1 commit


23 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
     

08 Aug, 2018

1 commit

  • This add the initial support of the broadcom reference
    board bcm968380gerg with a bcm68380 SoC.

    This board has 512 MB of RAM, 128 MB of flash (nand),
    2 USB port, 1 UART, 4 ethernet ports and BCM43217 (wifi).

    Signed-off-by: Philippe Reynes
    Reviewed-by: Daniel Schwierzeck

    Philippe Reynes