Re: [U-Boot] [PATCH v2] Add Beaglebone Enhanced support

2018-07-19 Thread Koen Kooi
> Op 19 jul. 2018, om 15:02 heeft Tom Rini het volgende > geschreven: > > On Thu, Jul 19, 2018 at 02:55:37PM +0200, Marek Vasut wrote: >> On 07/18/2018 10:13 AM, Koen Kooi wrote: >>> The "Beaglebone Enhanced" by Sancloud is based on the Beaglebone Black, &

Re: [U-Boot] [PATCH v2] Add Beaglebone Enhanced support

2018-07-19 Thread Koen Kooi
> Op 19 jul. 2018, om 14:55 heeft Marek Vasut het volgende > geschreven: > > On 07/18/2018 10:13 AM, Koen Kooi wrote: >> The "Beaglebone Enhanced" by Sancloud is based on the Beaglebone Black, >> but with the following differences: >> >> * Gigabi

[U-Boot] [PATCH v2] Add Beaglebone Enhanced support

2018-07-18 Thread Koen Kooi
B DDR3 RAM * RTL8723 Wifi/Bluetooth connected over USB Signed-off-by: Koen Kooi --- Changes in v2: - Moved 'Beaglebone LT pinmux' comment down a bit board/ti/am335x/board.c | 6 -- board/ti/am335x/board.h | 8 +++- board/ti/am335x/mux.c| 7 +++ include/configs/am335x

Re: [U-Boot] [PATCH] Add Beaglebone Enhanced support

2018-07-17 Thread Koen Kooi
> Op 17 jul. 2018, om 16:06 heeft Peter Robinson het > volgende geschreven: > > On Tue, Jul 17, 2018 at 3:01 PM, Koen Kooi wrote: >> [..] >> --- a/board/ti/am335x/mux.c >> +++ b/board/ti/am335x/mux.c >> @@ -381,6 +381,

[U-Boot] [PATCH] Add Beaglebone Enhanced support

2018-07-17 Thread Koen Kooi
B DDR3 RAM * RTL8723 Wifi/Bluetooth connected over USB Signed-off-by: Koen Kooi --- board/ti/am335x/board.c | 6 -- board/ti/am335x/board.h | 8 +++- board/ti/am335x/mux.c| 7 +++ include/configs/am335x_evm.h | 2 ++ 4 files changed, 20 insertions(+), 3 deletions(-)

Re: [U-Boot] [linux-sunxi] [PATCH] sunxi: Fix gmac not working reliable on the Bananapi

2014-09-30 Thread Koen Kooi
Op 30 sep. 2014, om 14:02 heeft Hans de Goede hdego...@redhat.com het volgende geschreven: Hi, On 09/29/2014 08:35 PM, jonsm...@gmail.com wrote: On Mon, Sep 29, 2014 at 2:16 PM, Karsten Merker mer...@debian.org wrote: On Mon, Sep 29, 2014 at 09:13:37AM +0300, Siarhei Siamashka wrote: How

Re: [U-Boot] [linux-sunxi] [PATCH] video: add cfb console driver for sunxi

2014-08-06 Thread Koen Kooi
Op 5 aug. 2014, om 23:37 heeft Michal Suchanek hramr...@gmail.com het volgende geschreven: On 5 August 2014 23:03, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Mon, Aug 04, 2014 at 05:05:00PM +0200, Luc Verhaegen wrote: On Mon, Aug 04, 2014 at 10:39:13AM +0200, Hans de Goede

Re: [U-Boot] [linux-sunxi] [PATCH v3 0/4] uboot sata support for sunxi platform

2014-03-12 Thread Koen Kooi
Op 12 mrt. 2014, om 13:56 heeft Ian Campbell i...@hellion.org.uk het volgende geschreven: On Wed, 2014-03-12 at 05:43 -0700, Ezaul Zillmer wrote: I'm afraid much of your mail was incomprehensible to me. setenv bootargs console = tty0 console = ttyS0, 115200 = hdmi.audio EDID: 0 =

[U-Boot] [PATCH v15] Introduced btrfs file-system with btrload command

2013-12-12 Thread Koen Kooi
-off-by: Adnan Ali adnan@codethink.co.uk Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- Slightly better: U-Boot# btrls mmc 1:2 DIR root U-Boot# help btrls btrls - list files in a directory (default /) Usage: btrls interface [dev[:part]] [directory] - list files from 'dev

[U-Boot] [PATCH v14] Introduced btrfs file-system with btrload command

2013-12-11 Thread Koen Kooi
-off-by: Koen Kooi k...@dominion.thruhere.net --- Doesn't work for me on armv7a: U-Boot# ls mmc 1:1 104092 mlo 388916 u-boot.img 92 uenv.txt 4718096 zimage 86 uenv.txt~ boot/ 5 file(s), 1 dir(s) U-Boot# ls mmc 1:2 Failed to mount ext2 filesystem

Re: [U-Boot] [PATCH V3 5/6] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-15 Thread Koen Kooi
Op 15 jul. 2013, om 14:11 heeft Nishanth Menon n...@ti.com het volgende geschreven: For folks not using concatenated device tree with uImage, having an handy function to find and load device tree is very handy. So introduce findfdt and loadfdt and run findfdt by default to make it easier

Re: [U-Boot] [PATCH V3 5/6] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-15 Thread Koen Kooi
Op 15 jul. 2013, om 14:25 heeft Nishanth Menon n...@ti.com het volgende geschreven: On 14:16-20130715, Koen Kooi wrote: Op 15 jul. 2013, om 14:11 heeft Nishanth Menon n...@ti.com het volgende geschreven: For folks not using concatenated device tree with uImage, having an handy

Re: [U-Boot] [PATCH V3 5/6] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-15 Thread Koen Kooi
Op 15 jul. 2013, om 16:49 heeft Tom Rini tr...@ti.com het volgende geschreven: On Mon, Jul 15, 2013 at 02:16:50PM +0200, Koen Kooi wrote: Op 15 jul. 2013, om 14:11 heeft Nishanth Menon n...@ti.com het volgende geschreven: For folks not using concatenated device tree with uImage, having

Re: [U-Boot] [PATCH v2 1/3] am335x_evm: add support for BeagleBone Black DT name

2013-03-14 Thread Koen Kooi
Op 13 mrt. 2013, om 21:19 heeft Matt Porter mpor...@ti.com het volgende geschreven: On Wed, Mar 13, 2013 at 08:02:26PM +0100, Koen Kooi wrote: Op 13 mrt. 2013, om 16:07 heeft Nishanth Menon n...@ti.com het volgende geschreven: On 16:05-20130313, Koen Kooi wrote: Op 13 mrt. 2013, om

Re: [U-Boot] [PATCH v2 1/3] am335x_evm: add support for BeagleBone Black DT name

2013-03-13 Thread Koen Kooi
Op 13 mrt. 2013, om 15:35 heeft Nishanth Menon n...@ti.com het volgende geschreven: On 10:20-20130313, Tom Rini wrote: From: Koen Kooi k...@dominion.thruhere.net Signed-off-by: Koen Kooi k...@dominion.thruhere.net Acked-by: Peter Korsgaard jac...@sunsite.dk --- include/configs

Re: [U-Boot] [PATCH v2 1/3] am335x_evm: add support for BeagleBone Black DT name

2013-03-13 Thread Koen Kooi
Op 13 mrt. 2013, om 16:02 heeft Nishanth Menon n...@ti.com het volgende geschreven: On Wed, Mar 13, 2013 at 9:57 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 13 mrt. 2013, om 15:35 heeft Nishanth Menon n...@ti.com het volgende geschreven: On 10:20-20130313, Tom Rini wrote: From

Re: [U-Boot] [PATCH v2 1/3] am335x_evm: add support for BeagleBone Black DT name

2013-03-13 Thread Koen Kooi
Op 13 mrt. 2013, om 16:07 heeft Nishanth Menon n...@ti.com het volgende geschreven: On 16:05-20130313, Koen Kooi wrote: Op 13 mrt. 2013, om 16:02 heeft Nishanth Menon n...@ti.com het volgende geschreven: On Wed, Mar 13, 2013 at 9:57 AM, Koen Kooi k...@dominion.thruhere.net wrote

Re: [U-Boot] [PATCH v2 1/3] am335x-evm: enable ext4

2013-02-17 Thread Koen Kooi
Op 17 feb. 2013 om 14:03 heeft Peter Korsgaard jac...@sunsite.dk het volgende geschreven: Koen == Koen Kooi k...@dominion.thruhere.net writes: Koen The kernel is loaded from an ext4 partition, not ext2 on beaglebone boards. Koen Signed-off-by: Koen Kooi k...@dominion.thruhere.net Koen

Re: [U-Boot] [PATCH v2 2/3] am335x-evm: add support for BeagleBone Black DT name

2013-02-17 Thread Koen Kooi
Op 17 feb. 2013 om 14:06 heeft Peter Korsgaard jac...@sunsite.dk het volgende geschreven: Koen == Koen Kooi k...@dominion.thruhere.net writes: Koen Signed-off-by: Koen Kooi k...@dominion.thruhere.net Koen --- Koen include/configs/am335x_evm.h | 2 ++ Koen 1 file changed, 2 insertions

[U-Boot] [PATCH v2 2/3] am335x-evm: add support for BeagleBone Black DT name

2013-02-12 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- include/configs/am335x_evm.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 2190a7d..951422c 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs

[U-Boot] [PATCH v2 1/3] am335x-evm: enable ext4

2013-02-12 Thread Koen Kooi
The kernel is loaded from an ext4 partition, not ext2 on beaglebone boards. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- include/configs/am335x_evm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 72459d8..2190a7d

[U-Boot] [PATCH v2 3/3] am335x-evm: switch to DT boot

2013-02-12 Thread Koen Kooi
The findfdt method is being used to locate the right .dtb for the board and load it from /boot. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- include/configs/am335x_evm.h | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/configs/am335x_evm.h b/include

[U-Boot] [PATCH 2/2] am335x-evm: add support for BeagleBone Black DT name

2013-02-08 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- include/configs/am335x_evm.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 2190a7d..951422c 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs

[U-Boot] [PATCH 1/2] am335x-evm: enable ext4

2013-02-08 Thread Koen Kooi
The kernel is loaded from an ext4 partition, not ext2 on beaglebone boards. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- include/configs/am335x_evm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 72459d8..2190a7d

[U-Boot] [PATCH] am335x: add mux config for DDR3 version of beaglebone

2012-10-23 Thread Koen Kooi
This fixes the following boothang in SPL: Unknown board, cannot configure pinmux.### ERROR ### Please RESET the board ### Future commits will add pinmuxes for more on-board peripherals. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- board/ti/am335x/mux.c |6 ++ 1

[U-Boot] [PATCH] am335x-evm config: decrease bootdelay to 1s and mount rootfs RO

2012-09-26 Thread Koen Kooi
-by: Koen Kooi k...@dominion.thruhere.net --- include/configs/am335x_evm.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index a3752bc..8c63409 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs

[U-Boot] [PATCH] omap4 i2c: add support for i2c bus 4

2012-08-08 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- arch/arm/include/asm/arch-omap4/cpu.h |1 + arch/arm/include/asm/arch-omap4/i2c.h |2 +- drivers/i2c/omap24xx_i2c.c|8 3 files changed, 10 insertions(+), 1 deletions(-) diff --git a/arch/arm/include/asm/arch

[U-Boot] [PATCH] BeagleBoard: config: Really switch to ttyO2

2011-11-27 Thread Koen Kooi
The previous commit changed it to zero two instead of the proper Oh two. This was completely broken! Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- include/configs/omap3_beagle.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/omap3_beagle.h b