28 Mar, 2020

1 commit


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
     

05 Dec, 2019

1 commit


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
     

25 Oct, 2019

1 commit

  • A64 OLinuXino board from Olimex has three variants with onboard eMMC:
    A64-OLinuXino-1Ge16GW, A64-OLinuXino-1Ge4GW and A64-OLinuXino-2Ge8G-IND. In
    addition, there are two variants without eMMC. One without eMMC and one with SPI
    flash. This suggests the need for separate device tree for the three eMMC
    variants.

    The Linux kernel upstream has chosen to create and use a separate device tree
    for the eMMC variants instead of adding eMMC support existing device tree. These
    changes to Linux kernel are queued for Linux 5.4.

    commit ("arm64: dts:
    allwinner: a64: Add A64 OlinuXino board (with eMMC)")

    This patch has been tested on A64-OLinuXino-1Ge16GW and is based on Linux
    device-tree and a64-olinuxino_defconfig.

    Signed-off-by: Sunil Mohan Adapa
    [jagan: updated linux-next commit details]
    Signed-off-by: Jagan Teki
    Reviewed-by: Jagan Teki

    Sunil Mohan Adapa