[U-Boot] ARM: sun7i: config: add config for Sinovoip/Bananapi BPI-R1

Stephen Arnold stephen.arnold42 at gmail.com
Mon Oct 3 22:24:49 CEST 2016


Seems like splitting the original patch into 2 broke the threading as
only one patch ends up in the original thread.  What's the fix for
that one?  (besides "don't do that... ;)

Steve

On Mon, Oct 3, 2016 at 1:21 PM, Stephen Arnold
<stephen.arnold42 at gmail.com> wrote:
> From: Steve Arnold <stephen.arnold42 at gmail.com>
>
> * needs different GMAC_TX_DELAY than lamobo-r1 (not compatible)
>
> Signed-off-by: Steve Arnold <stephen.arnold42 at gmail.com>
> Cc: Ian Campbell <ijc at hellion.org.uk>
> Cc: Hans De Goede <hdegoede at redhat.com>
>
> Changes for v2:
>   - incorprated feedback for config options (remove 3, add 1)
> ---
>  configs/Bananapi_R1_defconfig | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
>  create mode 100644 configs/Bananapi_R1_defconfig
>
> diff --git a/configs/Bananapi_R1_defconfig b/configs/Bananapi_R1_defconfig
> new file mode 100644
> index 0000000..3743d5c
> --- /dev/null
> +++ b/configs/Bananapi_R1_defconfig
> @@ -0,0 +1,16 @@
> +CONFIG_ARM=y
> +CONFIG_ARCH_SUNXI=y
> +CONFIG_MACH_SUN7I=y
> +CONFIG_DRAM_CLK=432
> +CONFIG_GMAC_TX_DELAY=3
> +CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-bananapi-r1"
> +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
> +CONFIG_SPL=y
> +CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_GMAC,RGMII,MACPWR=SUNXI_GPH(23),AHCI,USB_EHCI"
> +# CONFIG_CMD_IMLS is not set
> +# CONFIG_CMD_FLASH is not set
> +# CONFIG_CMD_FPGA is not set
> +CONFIG_USB_EHCI_HCD=y
> +CONFIG_DM_ETH=y
> +CONFIG_PHYLIB=y
> +# CONFIG_RTL8211X_PHY_FORCE_MASTER=y
> --
> 2.9.3
>


More information about the U-Boot mailing list