Re: [U-Boot] [PATCH] serial: ns16550: add setconfig support

2018-11-03 Thread Simon Goldschmidt
On 03.11.2018 07:08, Simon Glass wrote: On 2 November 2018 at 14:28, Simon Goldschmidt wrote: Add possibility to update the serial parity used. Signed-off-by: Simon Goldschmidt --- drivers/serial/ns16550.c | 43 ++-- 1 file changed, 41 insertions(+), 2

Re: [U-Boot] [PATCH 00/13] dm: DM_FLAG_PRE_RELOC flag clean up

2018-11-03 Thread Bin Meng
Hi Simon, On Sat, Nov 3, 2018 at 2:08 PM Simon Glass wrote: > > Hi Bin, > > On 1 November 2018 at 20:25, Bin Meng wrote: > > On Sun, Oct 28, 2018 at 9:31 PM Adam Ford wrote: > >> > >> On Wed, Oct 24, 2018 at 8:32 AM Bin Meng wrote: > >> > > >> > When a driver declares DM_FLAG_PRE_RELOC flag, i

[U-Boot] [GIT PULL] mips-fixes-for-v2018.11

2018-11-03 Thread Daniel Schwierzeck
Hi Tom, please pull an important bugfix for MIPS, thanks. Travis CI: https://travis-ci.org/danielschwierzeck/u-boot/builds/450057399 The following changes since commit 99431c1c21685fe63d46b6eac995b78ce9adce0a: Merge tag 'arc-for-2018.11' of git://git.denx.de/u-boot-arc (2018-11-02 09:39:18 -

[U-Boot] mt7623 bootup example

2018-11-03 Thread Frank Wunderlich
Hi Simon, hi Ryder,   i tried Patches so far, they are working well   https://patchwork.ozlabs.org/patch/992398/   here my github-repo with steps to build:   https://github.com/frank-w/u-boot   there is a build.sh, which compiles uboot the common way with some additions like bootmenu and full envi

[U-Boot] [PATCH] board: rockchip: rk3399: add Rockpro64 board support

2018-11-03 Thread Akash Gajjar
Rockpro64 is rk3399 based board from pine64.org. add initial board support for Rockpro64. complete board support will be added later in upcoming patchsets. Signed-off-by: Akash Gajjar --- arch/arm/dts/Makefile |1 + arch/arm/dts/rk3399-rockpro64.dts | 519 +

[U-Boot] FOSDEM 2019 Hardware Enablement Devroom Call for Participation

2018-11-03 Thread Paul Kocialkowski
Hi, The Hardware Enablement devroom is back for a second year at FOSDEM! It will take place on Sunday 3 February 2019. # Call for Participation We are opening the call for participation to our devroom, with the deadline for talk proposals set to Saturday 1 December 2018. # Devroom Scope This d

Re: [U-Boot] [PATCH v2 28/29] riscv: qemu: detect and boot the kernel passed by QEMU

2018-11-03 Thread Auer, Lukas
On Tue, 2018-10-30 at 16:27 +0100, Alexander Graf wrote: > > On 30.10.18 16:02, Auer, Lukas wrote: > > On Tue, 2018-10-30 at 13:55 +0100, Lukas Auer wrote: > > > QEMU embeds the location of the kernel image in the device tree. > > > Store > > > this address in the environment as variable kernel_st

Re: [U-Boot] [PATCH V2 6/6] test: vboot: add padding pss for rsa signature

2018-11-03 Thread Clément Péron
Hi, I'm not an expert but regarding commit b8790ebeec13c882979dc986947397738d9f38aa I think you should drop the unit-address in its files. "The DT spec demands a unit-address of a node name to match the "reg" property in that node. Newer dtc versions will throw warnings if this is not

Re: [U-Boot] FW: [PATCH 18/30] riscv: invalidate the instruction cache before jumping to Linux

2018-11-03 Thread Auer, Lukas
Hi Rick, On Wed, 2018-10-31 at 12:22 +0800, Rick Chen wrote: > Greentime Hu 於 2018年10月31日 週三 上午11:48寫道: > > > > Rick Chen 於 2018年10月29日 週一 上午10:25寫道: > > > > > > Auer, Lukas 於 2018年10月27日 週六 > > > 上午12:27寫道: > > > > > > > > Hi Rick, > > > > > > > > On Mon, 2018-10-22 at 09:39 +0800, Rick Ch

[U-Boot] 2018-11 rc1 vs rc3

2018-11-03 Thread Frank Wunderlich
Hi, i've noticed that with rc3 i need swig-package, which i did not need with rc1...has anything changed regarding to this? i only applied mediatek-Patches for mt7623 but here i found nothing related to it... on google i've found only a thread from 2017 ( https://lists.denx.de/pipermail/u-boot

Re: [U-Boot] [PATCH v4 0/5] Add support for Pinebook

2018-11-03 Thread Dennis Gilmore
I have tested the series on my pinebook on top of git commit 99431c1c21685fe63d46b6eac995b78ce9adce0a I am not sure if video is expected to work or not, in my case it does not work. U-Boot SPL 2018.11-rc3-00027-g77a46c3a3c (Nov 03 2018 - 13:42:47 -0500) DRAM: 2048 MiB Trying to boot from MMC1 NO

Re: [U-Boot] [PATCH v2 28/29] riscv: qemu: detect and boot the kernel passed by QEMU

2018-11-03 Thread Alexander Graf
On 03.11.18 18:07, Auer, Lukas wrote: > On Tue, 2018-10-30 at 16:27 +0100, Alexander Graf wrote: >> >> On 30.10.18 16:02, Auer, Lukas wrote: >>> On Tue, 2018-10-30 at 13:55 +0100, Lukas Auer wrote: QEMU embeds the location of the kernel image in the device tree. Store this address

Re: [U-Boot] 2018-11 rc1 vs rc3

2018-11-03 Thread Frank Wunderlich
it seems that this is caused by v3-patches (https://patchwork.ozlabs.org/project/uboot/list/?series=73809), but i did not found it yet i added v3-patchset to my 2018-11-rc1 (where v2-patches did not have this depency) and also got this error but i did not found yet the cause... > Gesendet: S

Re: [U-Boot] [PATCH v4 0/5] Add support for Pinebook

2018-11-03 Thread Vasily Khoruzhick
Video is supposed to work, but you need ATF from Andre to enable LCD power: https://github.com/apritzel/arm-trusted-firmware/ On Sat, Nov 3, 2018 at 11:53 AM Dennis Gilmore wrote: > > I have tested the series on my pinebook on top of git commit > 99431c1c21685fe63d46b6eac995b78ce9adce0a > > I am

Re: [U-Boot] [PATCH v4 0/5] Add support for Pinebook

2018-11-03 Thread Vasily Khoruzhick
On Sat, Nov 3, 2018 at 1:18 PM Vasily Khoruzhick wrote: > > Video is supposed to work, but you need ATF from Andre to enable LCD power: > > https://github.com/apritzel/arm-trusted-firmware/ You need "allwinner" branch from this repo. > On Sat, Nov 3, 2018 at 11:53 AM Dennis Gilmore wrote: > > >

Re: [U-Boot] [PATCH v4 12/17] board_f: Use static print_cpuinfo if CONFIG_CPU is active

2018-11-03 Thread Andy Shevchenko
On Fri, Oct 12, 2018 at 6:34 PM Bin Meng wrote: > On Fri, Oct 12, 2018 at 10:00 PM Stefan Roese wrote: > diff --git a/arch/x86/cpu/baytrail/cpu.c b/arch/x86/cpu/baytrail/cpu.c > index 56e9813..2eb9172 100644 > --- a/arch/x86/cpu/baytrail/cpu.c > +++ b/arch/x86/cpu/baytrail/cpu.c > @@ -203,4 +203

Re: [U-Boot] [PATCH v4 12/17] board_f: Use static print_cpuinfo if CONFIG_CPU is active

2018-11-03 Thread Andy Shevchenko
On Sat, Nov 3, 2018 at 10:45 PM Andy Shevchenko wrote: > > On Fri, Oct 12, 2018 at 6:34 PM Bin Meng wrote: > > On Fri, Oct 12, 2018 at 10:00 PM Stefan Roese wrote: > > > diff --git a/arch/x86/cpu/baytrail/cpu.c b/arch/x86/cpu/baytrail/cpu.c > > index 56e9813..2eb9172 100644 > > --- a/arch/x86/cp

Re: [U-Boot] [PATCH v4 0/5] Add support for Pinebook

2018-11-03 Thread André Przywara
On 11/3/18 8:19 PM, Vasily Khoruzhick wrote: > On Sat, Nov 3, 2018 at 1:18 PM Vasily Khoruzhick wrote: >> >> Video is supposed to work, but you need ATF from Andre to enable LCD power: >> >> https://github.com/apritzel/arm-trusted-firmware/ > > You need "allwinner" branch from this repo. I delib

Re: [U-Boot] [PATCH] doc: imx: fix typo in imximage.txt

2018-11-03 Thread Breno Matheus Lima
Hi Michael, Em sex, 2 de nov de 2018 às 19:12, Michael Heimpold escreveu: > > Signed-off-by: Michael Heimpold Reviewed-by: Breno Lima Thanks, Breno Lima ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH] doc: imx: fix typos in mxsimage.txt

2018-11-03 Thread Breno Matheus Lima
Hi Michael, Em sex, 2 de nov de 2018 às 19:12, Michael Heimpold escreveu: > > This fixes two small typos in mxsimage.txt. > > Signed-off-by: Michael Heimpold Reviewed-by: Breno Lima Thanks, Breno Lima ___ U-Boot mailing list U-Boot@lists.denx.de htt

Re: [U-Boot] [PATCH v4 0/5] Add support for Pinebook

2018-11-03 Thread Vasily Khoruzhick
On Sat, Nov 3, 2018 at 2:15 PM André Przywara wrote: > > On 11/3/18 8:19 PM, Vasily Khoruzhick wrote: > > > > You need "allwinner" branch from this repo. > > I deliberately switched the standard branch away, since everything is > merged in mainline ATF now (including PMIC support). I will post U-B

Re: [U-Boot] [PATCH 3/3] pci: layerscape: Add the dts fixup for EP and RC

2018-11-03 Thread Xiaowei Bao
-Original Message- From: York Sun Sent: 2018年11月2日 22:53 To: Xiaowei Bao ; M.h. Lian ; Z.q. Hou ; Mingkai Hu ; bmeng...@gmail.com; yamada.masah...@socionext.com; u-boot@lists.denx.de Cc: Jiafei Pan Subject: Re: [U-Boot] [PATCH 3/3] pci: layerscape: Add the dts fixup for EP and RC On