[U-Boot] rk3xxx.dtsi /usb_host missing specific compatible

2017-08-23 Thread Artturi Alm
Hi, no idea if this is the right place to mail about this, but i got suggested this node is out-of-norm, and the diff below fixes that for me on rk3188. -Artturi diff --git a/arch/arm/dts/rk3xxx.dtsi b/arch/arm/dts/rk3xxx.dtsi index 6d9e36d235..21f2afc104 100644 --- a/arch/arm/dts/rk3xxx.dtsi

[U-Boot] rk3188/rock_defconfig sdmmc failures

2017-09-05 Thread Artturi Alm
Hi, i'd like to get U-Boot working on rockchip/rk3188(rock_defconfig). current as-is: U-Boot SPL 2017.09-rc4-9-ga0e80c9 (Sep 05 2017 - 23:47:57) Returning to boot ROM... U-Boot 2017.09-rc4-9-ga0e80c9 (Sep 05 2017 - 23:47:57 +0300) Model: Radxa Rock DRAM: 2 GiB MMC: MMC Device 0

Re: [U-Boot] rk3xxx.dtsi /usb_host missing specific compatible

2017-08-26 Thread Artturi Alm
On Sat, Aug 26, 2017 at 07:48:28PM +0200, Heiko Stuebner wrote: > Am Freitag, 25. August 2017, 13:20:47 CEST schrieb Philipp Tomsich: > > + Heiko > > > > On Wed, 23 Aug 2017, Artturi Alm wrote: > > > > > Hi, > > > > > > > > > n

Re: [U-Boot] [PATCH v2] efi_loader: initialise partition_signature memory

2017-11-23 Thread Artturi Alm
ng the OpenBSD bootloader to fail > on rpi_3 and other targets. > > v2: Also handle signature_type 1 (MBR) as described in the specification > > Signed-off-by: Jonathan Gray <j...@jsg.id.au> Tested-by: Artturi Alm <artturi@gmail.com> Tested with Marsbo

Re: [U-Boot] sunxi: broken sun4i_emacs, all boards?

2017-11-02 Thread Artturi Alm
On Sun, Oct 22, 2017 at 11:08:43PM +0300, Artturi Alm wrote: > Hi, > > this has been 'blocking' my attempts to revive the A10-boards i have > since early june, or so. > > now i found this commit abc3e4df59f54cf3dda42a35a75d617fe861f5fe, which > left the drivers/n

[U-Boot] [PATCH 2/2] sunxi: restore PHYLIB for CONFIG_SUN4I_EMAC users

2017-11-07 Thread Artturi Alm
due misnaming of CONFIG_SUN4I_EMAC in include/configs/sunxi-common.h, likely missed in: commit 3146f0c017df ("Move PHYLIB to Kconfig") Signed-off-by: Artturi Alm <artturi@gmail.com> --- drivers/net/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drive

[U-Boot] [PATCH 1/2] sunxi: fix CONFIG_SUNXI_EMAC references

2017-11-07 Thread Artturi Alm
fixes CONFIG_SUNXI_EMAC references from drivers/net/Makefile and include/configs/sunxi-common.h likely forgotten in: commit abc3e4df59f5 ("sunxi: Convert SUNXI_EMAC to Kconfig") Signed-off-by: Artturi Alm <artturi@gmail.com> --- drivers/net/Makefile | 2 +-

Re: [U-Boot] sunxi: broken sun4i_emacs, all boards?

2017-11-03 Thread Artturi Alm
On Fri, Nov 03, 2017 at 09:45:56AM +0100, Maxime Ripard wrote: > Hi Artturi, > > On Thu, Nov 02, 2017 at 10:57:05PM +0200, Artturi Alm wrote: > > On Sun, Oct 22, 2017 at 11:08:43PM +0300, Artturi Alm wrote: > > > Hi, > > > > > > this has been 'blocki

[U-Boot] sunxi: broken sun4i_emacs, all boards?

2017-10-22 Thread Artturi Alm
Hi, this has been 'blocking' my attempts to revive the A10-boards i have since early june, or so. now i found this commit abc3e4df59f54cf3dda42a35a75d617fe861f5fe, which left the drivers/net/Makefile untouched, essentially breaking sunxi_emac. the diff below didn't fix it however, i can see how

Re: [U-Boot] [PATCH v3 11/18] efi_loader: make efi_disk_create_partitions a global symbol

2018-02-09 Thread Artturi Alm
On Fri, Feb 09, 2018 at 05:07:52AM +0100, Heinrich Schuchardt wrote: > On 02/09/2018 01:15 AM, Jonathan Gray wrote: > > On Fri, Jan 19, 2018 at 08:24:47PM +0100, Heinrich Schuchardt wrote: > > > Up to now we have been using efi_disk_create_partitions() to create > > > partitions for block devices

Re: [U-Boot] [U-Boot, 18/36] rockchip: rk3188: remove rockchip timer as sys timer

2018-04-02 Thread Artturi Alm
On Sun, Apr 01, 2018 at 10:21:50PM +0200, Philipp Tomsich wrote: > > We use ARM arch timer instead. > > > > Signed-off-by: Kever Yang > > --- > > > > include/configs/rk3188_common.h | 3 --- > > 1 file changed, 3 deletions(-) > > > > Acked-by: Philipp Tomsich