Re: [U-Boot] [PULL] efi patch queue 2018-07-25

2018-07-28 Thread Tom Rini
On Sat, Jul 28, 2018 at 11:32:56PM +0200, Heinrich Schuchardt wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On 07/28/2018 08:33 PM, Tom Rini wrote: > > On Sat, Jul 28, 2018 at 07:10:39PM +0200, Heinrich Schuchardt > > wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 >

Re: [U-Boot] [BUG] qemu-x86_defconfig does not build with GCC 8.1

2018-07-28 Thread Bin Meng
Hi Heinrich, On Sat, Jul 28, 2018 at 11:42 PM, Heinrich Schuchardt wrote: > Debian Buster has upgraded gcc to version 8.1. Do you know any pre-built gcc 8.1 that can be used on other distributions than Debian Buster, so that I can take a look? I am currently on Ubuntu 16.04. > > With gcc 8.1 I

Re: [U-Boot] [PATCH 1/1] dm: sysreset: x86: missing build dependency

2018-07-28 Thread Bin Meng
Hi Heinrich, On Sun, Jul 29, 2018 at 5:44 AM, Heinrich Schuchardt wrote: > On 07/23/2018 03:51 AM, Bin Meng wrote: >> Hi Heinrich, >> >> On Sun, Jul 22, 2018 at 5:48 PM, Heinrich Schuchardt >> wrote: >>> make qemu-x86_defconfig >>> with additional >>> >>> #CONFIG_SYSRESET is not set >>> >>

Re: [U-Boot] [PATCH 1/1] dm: sysreset: x86: missing build dependency

2018-07-28 Thread Heinrich Schuchardt
On 07/23/2018 03:51 AM, Bin Meng wrote: > Hi Heinrich, > > On Sun, Jul 22, 2018 at 5:48 PM, Heinrich Schuchardt > wrote: >> make qemu-x86_defconfig >> with additional >> >> #CONFIG_SYSRESET is not set >> > > I don't understand the changes. Why do you want to add > "#CONFIG_SYSRESET is not

Re: [U-Boot] [PULL] efi patch queue 2018-07-25

2018-07-28 Thread Heinrich Schuchardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 07/28/2018 08:33 PM, Tom Rini wrote: > On Sat, Jul 28, 2018 at 07:10:39PM +0200, Heinrich Schuchardt > wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 >> >> On 07/28/2018 06:32 PM, Tom Rini wrote: >>> On Sat, Jul 28, 2018 at 06:21:58PM

[U-Boot] [PATCH] omap3_logic: Fix CONS_INDEX

2018-07-28 Thread Adam Ford
The console index for SPL should be 1 not 3 in order to see text during SPL. Fixes 6f6b7cfa89e5 ("Convert all of CONFIG_CONS_INDEX to Kconfig") Signed-off-by: Adam Ford diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig index ed9f454a5d..0420493a0e 100644 ---

[U-Boot] [PATCH] board: sun50i: h6: Add OrangePi One Plus initial support

2018-07-28 Thread Jagan Teki
OrangePi One Plus is Allwinner H6 based open-source SBC, which support: - Allwinner H6 Quad-core 64-bit ARM Cortex-A53 - GPU Mali-T720 - 1GB LPDDR3 RAM - AXP805 PMIC - 1Gbps GMAC via RTL8211 - USB 2.0 Host, OTG - HDMI port - 5V/2A DC power supply Signed-off-by: Jagan Teki ---

Re: [U-Boot] [PULL] efi patch queue 2018-07-25

2018-07-28 Thread Tom Rini
On Sat, Jul 28, 2018 at 07:10:39PM +0200, Heinrich Schuchardt wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On 07/28/2018 06:32 PM, Tom Rini wrote: > > On Sat, Jul 28, 2018 at 06:21:58PM +0200, Heinrich Schuchardt > > wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 >

Re: [U-Boot] [PULL] efi patch queue 2018-07-25

2018-07-28 Thread Heinrich Schuchardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 07/28/2018 06:32 PM, Tom Rini wrote: > On Sat, Jul 28, 2018 at 06:21:58PM +0200, Heinrich Schuchardt > wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 >> >> On 07/28/2018 06:13 PM, Tom Rini wrote: >>> On Sat, Jul 28, 2018 at 06:07:20PM

Re: [U-Boot] [PULL] efi patch queue 2018-07-25

2018-07-28 Thread Tom Rini
On Sat, Jul 28, 2018 at 06:21:58PM +0200, Heinrich Schuchardt wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On 07/28/2018 06:13 PM, Tom Rini wrote: > > On Sat, Jul 28, 2018 at 06:07:20PM +0200, Heinrich Schuchardt > > wrote: > > > >> -BEGIN PGP SIGNED MESSAGE- Hash:

Re: [U-Boot] [PULL] efi patch queue 2018-07-25

2018-07-28 Thread Heinrich Schuchardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 07/28/2018 06:13 PM, Tom Rini wrote: > On Sat, Jul 28, 2018 at 06:07:20PM +0200, Heinrich Schuchardt > wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 >> >> On 07/28/2018 05:55 PM, Tom Rini wrote: >>> On Wed, Jul 25, 2018 at

Re: [U-Boot] [PULL] efi patch queue 2018-07-25

2018-07-28 Thread Tom Rini
On Sat, Jul 28, 2018 at 06:07:20PM +0200, Heinrich Schuchardt wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On 07/28/2018 05:55 PM, Tom Rini wrote: > > On Wed, Jul 25, 2018 at 03:04:27PM +0200, Alexander Graf wrote: > > > >> Hi Tom, > >> > >> This is my current patch queue for

Re: [U-Boot] [PULL] efi patch queue 2018-07-25

2018-07-28 Thread Heinrich Schuchardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 07/28/2018 05:55 PM, Tom Rini wrote: > On Wed, Jul 25, 2018 at 03:04:27PM +0200, Alexander Graf wrote: > >> Hi Tom, >> >> This is my current patch queue for efi. Please pull. >> >> Alex >> >> >> The following changes since commit >>

Re: [U-Boot] [PULL] efi patch queue 2018-07-25

2018-07-28 Thread Tom Rini
On Wed, Jul 25, 2018 at 03:04:27PM +0200, Alexander Graf wrote: > Hi Tom, > > This is my current patch queue for efi. Please pull. > > Alex > > > The following changes since commit 323a73adc9a1bf2de43fe03bdd9c3038ce7c2784: > > mtd: nand: add new enum for storing ECC algorithm (2018-07-23

[U-Boot] [BUG] qemu-x86_defconfig does not build with GCC 8.1

2018-07-28 Thread Heinrich Schuchardt
Debian Buster has upgraded gcc to version 8.1. With gcc 8.1 I get an error when trying to build qemu-x86_defconfig {standard input}: Assembler messages: {standard input}:7465: Error: junk at end of line, first unrecognized character is `@' The problematic line in the generated assembler code is

[U-Boot] [PATCH] tpmv2: Make it select CMD_LOG

2018-07-28 Thread Tom Rini
The TPMv2 code requires the log functionality, so select it. Signed-off-by: Tom Rini --- cmd/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/Kconfig b/cmd/Kconfig index 6a471020f844..ef43ed8dda45 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1544,6 +1544,7 @@ config CMD_TPM_V1

Re: [U-Boot] [PATCH] env: common: load read-only variables after reset

2018-07-28 Thread Wolfgang Denk
Dear Yaniv, In message <20180727153444.5602-1-yaniv.levin...@compulab.co.il> you wrote: > U-Boot fails to load read-only variables from storage after a reset. It > happens because the environment hash table prevents creating read-only > variables unless the H_FORCE flag is passed. This is NOT a

[U-Boot] [PATCH v1] arm: at91: wdt: Convert watchdog driver to dm

2018-07-28 Thread Prasanthi Chellakumar
Convert the Watchdog driver for AT91SAM9x processors to support the driver model and device tree Signed-off-by: Prasanthi Chellakumar --- arch/arm/mach-at91/include/mach/at91_wdt.h | 12 +++- drivers/watchdog/Kconfig | 7 ++ drivers/watchdog/Makefile | 2

Re: [U-Boot] [PATCH 2/9] rockchip: support 4GB DRAM on 32bit systems

2018-07-28 Thread Carlo Caione
On Thu, 2018-07-26 at 15:59 +0200, Philipp Tomsich wrote: > The calculation in `rockchip_sdram_size` would overflow for 4GB on > 32bit systems (i.e. when PHYS_64BIT is not defined). > > This makes the internal variables and the signature prototype use a > u64 to ensure that we can represent the

Re: [U-Boot] Please pull fsl-qoriq master

2018-07-28 Thread Tom Rini
On Fri, Jul 27, 2018 at 03:46:36PM +, York Sun wrote: > Tom, > > The following changes since commit 08fcdd332f3d6bc7842e21a97c80789d9233e147: > > Makefile: Fix 'clean' target (2018-07-26 07:12:31 -0400) > > are available in the git repository at: > >