Re: [U-Boot] [U-Boot-Board-Maintainers] [ANN] U-Boot v2019.07-rc4 released

2019-06-22 Thread Andreas Färber
Hi Simon, Am 22.06.19 um 16:55 schrieb Simon Glass: > I'd like to better understand the benefits of the 3-month timeline. It takes time to learn about a release, package and build it, test it on various hardware, investigate and report errors, wait for feedback and fixes, rinse and repeat with th

Re: [U-Boot] [U-Boot-Board-Maintainers] [ANN] U-Boot v2019.07-rc4 released

2019-06-22 Thread Andreas Färber
Hi, Am 22.06.19 um 20:15 schrieb Simon Glass: > On Sat, 22 Jun 2019 at 16:10, Andreas Färber wrote: >> Am 22.06.19 um 16:55 schrieb Simon Glass: >>> I'd like to better understand the benefits of the 3-month timeline. >> >> It takes time to learn about a releas

Re: [U-Boot] [U-Boot-Board-Maintainers] [ANN] U-Boot v2019.07-rc4 released

2019-06-22 Thread Andreas Färber
Hi Simon, Am 22.06.19 um 21:14 schrieb Simon Glass: > On Sat, 22 Jun 2019 at 20:08, Andreas Färber wrote: >> Am 22.06.19 um 20:15 schrieb Simon Glass: >>> On Sat, 22 Jun 2019 at 16:10, Andreas Färber wrote: >>>> Am 22.06.19 um 16:55 schrieb Simon Glass: >>&

[U-Boot] [PATCH] board: amlogic: vim: Fix README

2019-07-01 Thread Andreas Färber
Unlike the BayLibre repos Khadas' repo defaults to using native gcc, so specify the CROSS_COMPILE setting matching the prescribed toolchain. Signed-off-by: Andreas Färber --- board/amlogic/p212/README.khadas-vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/am

Re: [U-Boot] [PATCH] board: amlogic: vim: Fix README

2019-07-01 Thread Andreas Färber
Hi Neil, Am 01.07.19 um 10:55 schrieb Neil Armstrong: > On 01/07/2019 10:25, Andreas Färber wrote: >> Unlike the BayLibre repos Khadas' repo defaults to using native gcc, >> so specify the CROSS_COMPILE setting matching the prescribed toolchain. >> >&g

[U-Boot] [PATCH 0/2] amlogic: Add Khadas VIM3 support

2019-09-01 Thread Andreas Färber
Hi, This mini-series adds initial support for Amlogic A311D based Khadas VIM3. Regards, Andreas Cc: Neil Armstrong Andreas Färber (2): arm: dts: Import and update DT for Khadas VIM3 configs: Add Khadas VIM3 defconfig arch/arm/dts/Makefile |3 +- arch/arm

[U-Boot] [PATCH 1/2] arm: dts: Import and update DT for Khadas VIM3

2019-09-01 Thread Andreas Färber
In Linux meson-g12-common.dtsi was introduced as well as new g12b nodes and headers, as dependencies of new meson-g12b-a311d-khadas-vim3.dts. Signed-off-by: Andreas Färber --- arch/arm/dts/Makefile |3 +- arch/arm/dts/meson-g12-common.dtsi | 2435

[U-Boot] [PATCH 2/2] configs: Add Khadas VIM3 defconfig

2019-09-01 Thread Andreas Färber
Derived from odroid-n2_defconfig and README.odroid-n2. Signed-off-by: Andreas Färber --- board/amlogic/w400/MAINTAINERS| 1 + board/amlogic/w400/README.khadas-vim3 | 132 ++ configs/khadas-vim3_defconfig | 54 ++ 3 files changed

Re: [U-Boot] [PATCH 2/2] configs: Add Khadas VIM3 defconfig

2019-09-01 Thread Andreas Färber
Am 02.09.19 um 04:28 schrieb Andreas Färber: > diff --git a/board/amlogic/w400/README.khadas-vim3 > b/board/amlogic/w400/README.khadas-vim3 > new file mode 100644 > index 00..39b2b06000 > --- /dev/null > +++ b/board/amlogic/w400/README.khadas-vim3 [...] > + > D

Re: [U-Boot] [PATCH 1/2] arm: dts: Import and update DT for Khadas VIM3

2019-09-02 Thread Andreas Färber
Hi Neil, Am 02.09.19 um 12:03 schrieb Neil Armstrong: > On 02/09/2019 04:28, Andreas Färber wrote: >> In Linux meson-g12-common.dtsi was introduced as well as new g12b nodes >> and headers, as dependencies of new meson-g12b-a311d-khadas-vim3.dts. > > Can you precise th

[U-Boot] [PATCH v2 0/4] amlogic: Add Khadas VIM3 support

2019-09-02 Thread Andreas Färber
fixing a typo while at it Cc: Neil Armstrong Andreas Färber (4): arm: dts: Import and update DT for Khadas VIM3 configs: Add Khadas VIM3 defconfig arm: meson: Tidy SoC information output arm: meson: Recognize A311D SoC arch/arm/dts/Makefile |3 +- arch/

[U-Boot] [PATCH v2 1/4] arm: dts: Import and update DT for Khadas VIM3

2019-09-02 Thread Andreas Färber
In Linux meson-g12-common.dtsi was introduced as well as new g12b nodes and headers, as dependencies of new meson-g12b-a311d-khadas-vim3.dts. Copied from next-20190830. Signed-off-by: Andreas Färber --- v1 -> v2: * Mention linux-next tag for DT/header import (Neil) arch/arm/dts/Makef

[U-Boot] [PATCH v2 3/4] arm: meson: Tidy SoC information output

2019-09-02 Thread Andreas Färber
Write SoC instead of Soc. The Linux driver is not affected. Fixes: f41d723b9f ("ARM: meson: display Amlogic SoC Information") Signed-off-by: Julien Masson Signed-off-by: Andreas Färber --- v2: New arch/arm/mach-meson/board-info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[U-Boot] [PATCH v2 2/4] configs: Add Khadas VIM3 defconfig

2019-09-02 Thread Andreas Färber
Derived from odroid-n2_defconfig and README.odroid-n2. Reviewed-by: Neil Armstrong Signed-off-by: Andreas Färber --- v1 -> v2: * Fixed branch name in README board/amlogic/w400/MAINTAINERS| 1 + board/amlogic/w400/README.khadas-vim3 |

[U-Boot] [PATCH v2 4/4] arm: meson: Recognize A311D SoC

2019-09-02 Thread Andreas Färber
Values imported from Linux driver, but in correct numeric order. Khadas VIM3 prints: Amlogic Meson G12B (A311D) Revision 29:b (10:2) Cc: Christian Hewitt Signed-off-by: Andreas Färber --- v2: New arch/arm/mach-meson/board-info.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm

Re: [U-Boot] [PATCH 1/2] arm: dts: Import and update DT for Khadas VIM3

2019-09-02 Thread Andreas Färber
Hi Neil, Am 02.09.19 um 14:10 schrieb Neil Armstrong: > On 02/09/2019 14:03, Andreas Färber wrote: >> Am 02.09.19 um 12:03 schrieb Neil Armstrong: >>> On 02/09/2019 04:28, Andreas Färber wrote: >>>> In Linux meson-g12-common.dtsi was introduced as well as new g

Re: [U-Boot-Board-Maintainers] Raspberry pi 4 - u-boot - genet / scb

2019-12-07 Thread Andreas Färber
Sascha, Am 07.12.19 um 07:23 schrieb Sascha Dewald: > Hello, > > is there any progress yet ? There is absolutely no reason to annoy all the board maintainers on this mailing list with nagging about an unimplemented driver for one board! Especially not with HTML mail and top-posting!!! Please tak

<    1   2   3   4