Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-01 | configs: Migrate all of the existing USB symbols, except fastboot | Tom Rini | |
This syncs all of the currently Kconfig'd symbols out of the headers and into the defconfig files. This has two exceptions, first am335x_evm needs to be converted to DM in SPL and then it can stop undef'ing CONFIG_DM_USB. Leaving this as-is results in a build failure, and without work, run time failure. The other case is am43xx_evm.h and in turn am43xx_evm_usbhost_boot. The problem here is that we need DWC3 USB host mode in SPL, but still desire to have gadget mode in U-Boot proper. Signed-off-by: Tom Rini <trini@konsulko.com> | |||
2017-06-19 | configs: Resync defconfigs | Tom Rini | |
Signed-off-by: Tom Rini <trini@konsulko.com> | |||
2017-05-04 | sunxi: add support for Banana Pi M2 Plus board | Icenowy Zheng | |
Banana Pi M2 Plus is an Allwinner H3-based SBC by Sinovoip, which has already mainline device tree file that have landed into U-Boot source tree. Add a defconfig file for it and add the MAINTAINERS items. Signed-off-by: Icenowy Zheng <icenowy@aosc.io> Reviewed-by: Jagan Teki <jagan@openedev.com> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> |