18 Mar, 2020

1 commit

  • Now that those common Allwinner config symbols are defined automatically
    for all boards in their Kconfig files, we can remove the now redundant
    definitions from the boards' _defconfig files.

    Some boards had a differing definiton for some of those symbols, it
    looks like mostly to "merge races" when the symbol was introduced (new
    board *_defconfig file missed the "add symbol to all files" patch).

    Signed-off-by: Andre Przywara
    Acked-by: Maxime Ripard
    Tested-by: Jagan Teki # Amarula A64-Relic
    Reviewed-by: Jagan Teki

    Andre Przywara
     

25 Jan, 2020

1 commit

  • The Libre Computer ALL-H5-CC board is an upgraded version of the
    ALL-H3-CC. Changes include:

    - Gigabit Ethernet via external RTL8211E Ethernet PHY
    - 16 MiB SPI NOR flash memory
    - PoE tap header
    - Line out jack removed

    Only H5 variant test samples were made available, and the vendor is not
    certain whether other SoC variants would be made or not. Furthermore the
    board is a minor upgrade compared to the ALL-H3-CC. Thus the device tree
    simply includes the one for the ALL-H3-CC, and adds the changes on top.

    The device tree was synced over from the Linux kernel, along with other
    H3/H5 changes, in a previous patch. Thus only the defconfig and an entry
    to the MAINTAINERS file is added.

    Signed-off-by: Chen-Yu Tsai
    [jagan: drop CONFIG_SYS_SPI_U_BOOT_OFFS]
    Signed-off-by: Jagan Teki
    Reviewed-by: Jagan Teki

    Chen-Yu Tsai