[U-Boot] [PATCH v3 5/7] configs: imx6dl-mamoj: Add DFU support

2018-05-06 Thread Jagan Teki
Add DFU support for BTicino Mamoj board and update the same steps in README. Signed-off-by: Jagan Teki Signed-off-by: Simone CIANNI Signed-off-by: Raffaele RECALCATI --- board/bticino/mamoj/README | 37

[U-Boot] [PATCH v3 4/7] configs: imx6dl_mamoj: Enable fastboot and ums

2018-05-06 Thread Jagan Teki
Enable fastboot and ums for host to interact eMMC on Mamoj board. Signed-off-by: Jagan Teki Signed-off-by: Simone CIANNI Signed-off-by: Raffaele RECALCATI --- configs/imx6dl_mamoj_defconfig | 6 ++ 1 file

[U-Boot] [PATCH v3 6/7] configs: imx6dl-mamoj: Add Falcon mode support

2018-05-06 Thread Jagan Teki
Add Falcon mode support to boot Linux directly after SPL. Signed-off-by: Jagan Teki --- board/bticino/mamoj/README | 27 +++ board/bticino/mamoj/spl.c | 11 +++ configs/imx6dl_mamoj_defconfig | 1 +

[U-Boot] [PATCH v3 3/7] i.MX6DL: mamoj: Add PFUZE100 support

2018-05-06 Thread Jagan Teki
MX6DL Mamoj boards has Freescale PFUZE100 PMIC, add support for it through DM_PMIC dt definition. pmic log: Reviewed-by: Stefano Babic => pmic list | Name| Parent name | Parent uclass @ seq | pfuze100@08 |

[U-Boot] [PATCH v3 7/7] configs: imx6dl-mamoj: Enable HAB

2018-05-06 Thread Jagan Teki
Enable Secure boot(HAB) for BTicino Mamoj board. Signed-off-by: Jagan Teki --- configs/imx6dl_mamoj_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/imx6dl_mamoj_defconfig b/configs/imx6dl_mamoj_defconfig index d789496dff..0001457f5d 100644 ---

[U-Boot] [PATCH v3 2/7] i.MX6DL: mamoj: Add I2C support

2018-05-06 Thread Jagan Teki
i.MX6DL Mamoj has i2c3 and i2c4 buses, add support through DM_I2C with dt definition. i2c log: Reviewed-by: Stefano Babic === => i2c bus Bus 2: i2c@021a8000 Bus 3: i2c@021f8000 => i2c dev 2 Setting bus to 2 => i2c speed 40 Setting bus speed to 40 Hz => i2c probe

[U-Boot] [PATCH v3 1/7] i.MX6: board: Add BTicino i.MX6DL Mamoj initial support

2018-05-06 Thread Jagan Teki
Add initial support for i.MX6DL BTicino Mamoj board. Mamoh board added: - SPL - SPL_DM - SPL_OF_CONTROL - DM for U-Boot proper - OF_CONTROL for U-Boot proper - eMMC - FEC - Boot from eMMC - Boot from USB SDP Signed-off-by: Simone CIANNI Signed-off-by: Raffaele

[U-Boot] [PATCH v3 0/7] i.MX6DL: Add BTicino Mamoj board support

2018-05-06 Thread Jagan Teki
This series add support for BTicino i.MX6DL Mamoj board. Changes for v3: - Use imx spl inbuilt functions for ddr config instead of register writes. - rebase to master Changes for v2: - Update Kconfig changes for CONFIG_FSL_ESDHC - Add HAB support Jagan Teki (7): i.MX6: board: Add BTicino

[U-Boot] [PATCH 2/2] LS1012AFRWY: Add Secure Boot support

2018-05-06 Thread Vinitha V Pillai
Added the following: 1. defconfig for LS1012AFRWY Secure boot 2. PfE Validation support Signed-off-by: Vinitha V Pillai This patch depends on the following patches: https://patchwork.ozlabs.org/patch/908676/ https://patchwork.ozlabs.org/patch/908089/

[U-Boot] [PATCH 1/2] board: move ppa header address in board specific kconfig

2018-05-06 Thread Vinitha V Pillai
Since, ppa firmware address is moved to board specific Kconfig, moving their respective headers also to the same Kconfig files. Signed-off-by: Vinitha V Pillai This patch depends on the following patches: https://patchwork.ozlabs.org/patch/908676/

Re: [U-Boot] [RFC] Migrate to Linux Kernel style SPDX Tags for v2018.05

2018-05-06 Thread Masahiro Yamada
2018-05-07 9:35 GMT+09:00 Marek Vasut : > On 04/26/2018 01:26 PM, Tom Rini wrote: >> Hey all, >> >> This was already brought up by Heinrich Schuchardt, but didn't get much >> traction. So, I'm bringing it up again now. The little feedback from >> that thread was we should

[U-Boot] [PATCH] rockchip: update emmc/sd index for distro boot order

2018-05-06 Thread Kever Yang
According to the emmc/sdcard index in dts alias, emmc is 0 and sdcard is 1, let's update to using correct mmc number for distro boot order in common header. series-version: 2 series-changes: 2 - update the commit message Signed-off-by: Kever Yang ---

Re: [U-Boot] NDS32 toolchain?

2018-05-06 Thread rick
> -Original Message- > From: Tom Rini [mailto:tr...@konsulko.com] > Sent: Wednesday, April 25, 2018 9:04 PM > To: Rick Jian-Zhi Chen(陳建志) > Cc: u-boot@lists.denx.de; Greentime Ying-Han Hu(胡英漢); > rickche...@gmail.com > Subject: Re: NDS32 toolchain? > > On Wed, Apr 25, 2018 at 03:27:11AM

Re: [U-Boot] [PATCH] rockchip: update emmc/sd index

2018-05-06 Thread Kever Yang
Hi Klaus, On 05/04/2018 05:19 PM, klaus.go...@theobroma-systems.com wrote: > Hi Kever > >> On 04.05.2018, at 10:50, Kever Yang wrote: >> >> We define emmc/sdcard index in dts alias, emmc is 0 and sdcard is 1. > The commit message is a bit misleading at first. When

Re: [U-Boot] [PATCH 3/3] rockchip: fix incorrect detection of ram size

2018-05-06 Thread Marty E. Plummer
On Mon, May 07, 2018 at 10:20:55AM +0800, Kever Yang wrote: > Hi Marty, > > > On 05/06/2018 10:25 PM, Marty E. Plummer wrote: > > Taken from coreboot's src/soc/rockchip/rk3288/sdram.c > > > > Without this change, my u-boot build for the asus c201 chromebook (4GiB) > > is incorrectly detected as

Re: [U-Boot] [PATCH v3 7/8] riscv: nx25: Enable distro boot

2018-05-06 Thread rick
> -Original Message- > From: Alexander Graf [mailto:ag...@suse.de] > Sent: Monday, April 23, 2018 2:00 PM > To: u-boot@lists.denx.de > Cc: Rick Jian-Zhi Chen(陳建志); Greentime Hu; Philipp Tomsich; Heinrich > Schuchardt; sch...@suse.de > Subject: [PATCH v3 7/8] riscv: nx25: Enable distro

Re: [U-Boot] [PATCH v3 4/8] riscv: Add board_quiesce_devices stub

2018-05-06 Thread rick
> -Original Message- > From: Alexander Graf [mailto:ag...@suse.de] > Sent: Monday, April 23, 2018 2:00 PM > To: u-boot@lists.denx.de > Cc: Rick Jian-Zhi Chen(陳建志); Greentime Hu; Philipp Tomsich; Heinrich > Schuchardt; sch...@suse.de > Subject: [PATCH v3 4/8] riscv: Add

Re: [U-Boot] [PATCH v3 1/8] riscv: Add setjmp/longjmp code

2018-05-06 Thread rick
> -Original Message- > From: Alexander Graf [mailto:ag...@suse.de] > Sent: Monday, April 23, 2018 2:00 PM > To: u-boot@lists.denx.de > Cc: Rick Jian-Zhi Chen(陳建志); Greentime Hu; Philipp Tomsich; Heinrich > Schuchardt; sch...@suse.de > Subject: [PATCH v3 1/8] riscv: Add setjmp/longjmp

Re: [U-Boot] [PATCH v3 2/8] riscv: Enable function sections

2018-05-06 Thread rick
> -Original Message- > From: Alexander Graf [mailto:ag...@suse.de] > Sent: Monday, April 23, 2018 2:00 PM > To: u-boot@lists.denx.de > Cc: Rick Jian-Zhi Chen(陳建志); Greentime Hu; Philipp Tomsich; Heinrich > Schuchardt; sch...@suse.de > Subject: [PATCH v3 2/8] riscv: Enable function

Re: [U-Boot] [PATCH 3/3] rockchip: fix incorrect detection of ram size

2018-05-06 Thread Kever Yang
Hi Marty, On 05/06/2018 10:25 PM, Marty E. Plummer wrote: > Taken from coreboot's src/soc/rockchip/rk3288/sdram.c > > Without this change, my u-boot build for the asus c201 chromebook (4GiB) > is incorrectly detected as 0 Bytes of ram. I know the root cause for this issue, and I have a local

Re: [U-Boot] [PATCH v3 0/8] riscv: Enable efi_loader support

2018-05-06 Thread rick
> -Original Message- > From: Tom Rini [mailto:tr...@konsulko.com] > Sent: Monday, May 07, 2018 5:12 AM > To: Alexander Graf; Rick Jian-Zhi Chen(陳建志); Greentime Hu > Cc: u-boot@lists.denx.de; Heinrich Schuchardt; sch...@suse.de > Subject: Re: [U-Boot] [PATCH v3 0/8] riscv: Enable

Re: [U-Boot] [PATCH v3 0/8] riscv: Enable efi_loader support

2018-05-06 Thread rick
> -Original Message- > From: Alexander Graf [mailto:ag...@suse.de] > Sent: Monday, May 07, 2018 4:59 AM > To: u-boot@lists.denx.de > Cc: Heinrich Schuchardt; sch...@suse.de; Greentime Hu; Rick Jian-Zhi Chen(陳 > 建志) > Subject: Re: [U-Boot] [PATCH v3 0/8] riscv: Enable efi_loader support >

Re: [U-Boot] [PATCH v2 2/3] serial: ns16550: Add reset ctrl to driver

2018-05-06 Thread Ley Foon Tan
On Fri, May 4, 2018 at 10:30 PM, Nguyen, Dinh wrote: > > >> -Original Message- >> From: Tan, Ley Foon >> Sent: Friday, May 4, 2018 5:49 AM >> To: u-boot@lists.denx.de >> Cc: Marek Vasut ; Ley Foon Tan ; >> See, Chin Liang

Re: [U-Boot] [RFC] Migrate to Linux Kernel style SPDX Tags for v2018.05

2018-05-06 Thread Fabio Estevam
On Sun, May 6, 2018 at 10:45 PM, Tom Rini wrote: > The only place they'll now be allowed, just like with the Linux Kernel, > is for the first line SDPX tag in some file formats. Bringing us in > line with how the kernel goes is overall a good thing I believe. Correct: it is

Re: [U-Boot] [RFC] Migrate to Linux Kernel style SPDX Tags for v2018.05

2018-05-06 Thread Tom Rini
On Mon, May 07, 2018 at 02:35:16AM +0200, Marek Vasut wrote: > On 04/26/2018 01:26 PM, Tom Rini wrote: > > Hey all, > > > > This was already brought up by Heinrich Schuchardt, but didn't get much > > traction. So, I'm bringing it up again now. The little feedback from > > that thread was we

Re: [U-Boot] [RFC] Migrate to Linux Kernel style SPDX Tags for v2018.05

2018-05-06 Thread Marek Vasut
On 04/26/2018 01:26 PM, Tom Rini wrote: > Hey all, > > This was already brought up by Heinrich Schuchardt, but didn't get much > traction. So, I'm bringing it up again now. The little feedback from > that thread was we should move to Linux Kernel style tags. I'm going to > propose that we do

Re: [U-Boot] [PATCH 0/3] add support for the asus C201 chromebook (4GiB)

2018-05-06 Thread Marty E. Plummer
On Sun, May 06, 2018 at 09:25:10AM -0500, Marty E. Plummer wrote: > Build and boot tested on my chromebook, which was generously altered by > Simon Glass to have a servo header and also generously provided a servo > board itself to do debugging with. > > It ''works'', but has a few oddities. I

Re: [U-Boot] [PATCH 3/3] rockchip: fix incorrect detection of ram size

2018-05-06 Thread Marty E. Plummer
On Mon, May 07, 2018 at 12:19:11AM +0200, Dr. Philipp Tomsich wrote: > > > On 6 May 2018, at 16:25, Marty E. Plummer wrote: > > > > Taken from coreboot's src/soc/rockchip/rk3288/sdram.c > > > > Without this change, my u-boot build for the asus c201 chromebook (4GiB) > >

Re: [U-Boot] [PATCH 2/3] rockchip: add support for veyron-speedy (ASUS Chromebook C201)

2018-05-06 Thread Marty E. Plummer
On Mon, May 07, 2018 at 12:12:54AM +0200, klaus.go...@theobroma-systems.com wrote: > > > On 06.05.2018, at 16:25, Marty E. Plummer wrote: > > > > This adds support for the ASUS C201, a RK3288-based clamshell > > device. The device tree comes from linus's linux tree at >

Re: [U-Boot] [PATCH 3/3] rockchip: fix incorrect detection of ram size

2018-05-06 Thread Dr. Philipp Tomsich
> On 6 May 2018, at 16:25, Marty E. Plummer wrote: > > Taken from coreboot's src/soc/rockchip/rk3288/sdram.c > > Without this change, my u-boot build for the asus c201 chromebook (4GiB) > is incorrectly detected as 0 Bytes of ram. Could you elaborate what the change is

Re: [U-Boot] [PATCH 2/3] rockchip: add support for veyron-speedy (ASUS Chromebook C201)

2018-05-06 Thread klaus . goger
> On 06.05.2018, at 16:25, Marty E. Plummer wrote: > > This adds support for the ASUS C201, a RK3288-based clamshell > device. The device tree comes from linus's linux tree at > 87ef12027b9b1dd0e0b12cf311fbcb19f9d92539. The SDRAM parameters > are for 4GB Samsung LPDDR3,

Re: [U-Boot] [U-Boot, PATCHv2, 1/2] stdio_dev.h: Drop the video section as it is unused

2018-05-06 Thread Tom Rini
On Thu, May 03, 2018 at 09:12:25AM -0400, Tom Rini wrote: > With tighter build flags the fact that this header referenced > uchar/ushort without including what typedefs it causes an error. Rather > than add another include here, drop the section in question as it is > unused. > > Reported-by:

Re: [U-Boot] [U-Boot, PATCHv2, 2/2] stdio_names: Ensure MAX_NAMES is defined before use, don't use 3 directly

2018-05-06 Thread Tom Rini
On Thu, May 03, 2018 at 09:12:26AM -0400, Tom Rini wrote: > With tighter build flags the fact that doesn't have a > reference back to MAX_NAMES causes an error. Include here and > then in common/console.c use MAX_NAMES rather than 3 when working with > stdio_names. > > Reported-by: Peter

Re: [U-Boot] arm: mach-omap2: cache: Explicitly enable I cache

2018-05-06 Thread Tom Rini
On Thu, May 03, 2018 at 08:34:49PM +0530, Lokesh Vutla wrote: > omap-common cache enabling sequence relies on cpu_init_cp15() > (inside start.S) for enabling I-caches. But cpu_init_cp15() > can be skipped if CONFIG_SKIP_LOWLEVEL_INIT is defined. So > enable I-caches if not enabled already. > >

Re: [U-Boot] Kconfig: Add dependency on HASH to verified boot

2018-05-06 Thread Tom Rini
On Wed, May 02, 2018 at 06:07:18PM +0800, Kelvin Cheung wrote: > Building with verified boot support requires hash, add that > dependency here. Otherwise the following build error will come out > without crc command. > > LD u-boot > lib/built-in.o: In function `hash_calculate': >

Re: [U-Boot] board: ti: am43: Fix DCDC3 voltage for epos-evm

2018-05-06 Thread Tom Rini
On Wed, May 02, 2018 at 03:06:31PM +0530, Keerthy wrote: > A common voltage of 1.35V was being programmed for all am43 board > versions. EPOS-EVM Needs 1.20V for LPDDR2. > > Fixes: fc69d472621b5 (“board: ti: AM43XX: Add ddr voltage rail configuration”) > Reported-by: James Doublesin

Re: [U-Boot] README.sandbox: small typos

2018-05-06 Thread Tom Rini
On Mon, Apr 30, 2018 at 07:13:05PM -0400, Trevor Woerner wrote: > Signed-off-by: Trevor Woerner Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH v2 1/3] efi_loader: allow unaligned memory access

2018-05-06 Thread Tom Rini
On Thu, Apr 05, 2018 at 09:39:20AM +0200, Alexander Graf wrote: > On 04/04/2018 09:14 PM, Heinrich Schuchardt wrote: > >On 04/04/2018 06:11 PM, Alexander Graf wrote: > >> > >>On 04.04.18 17:10, Heinrich Schuchardt wrote: > >>>On 04/04/2018 02:32 PM, Alexander Graf wrote: > > On 03.04.18

Re: [U-Boot] [PATCH v3 0/8] riscv: Enable efi_loader support

2018-05-06 Thread Tom Rini
On Mon, Apr 23, 2018 at 07:59:42AM +0200, Alexander Graf wrote: > We now have RISC-V support in U-Boot - which is great! > > However, not that we're finally making progress to converge on > efi_loader and distro boot for booting on ARM platforms, we > really want to make sure there is no

Re: [U-Boot] [PATCH v3 0/8] riscv: Enable efi_loader support

2018-05-06 Thread Alexander Graf
On 23.04.18 07:59, Alexander Graf wrote: > We now have RISC-V support in U-Boot - which is great! > > However, not that we're finally making progress to converge on > efi_loader and distro boot for booting on ARM platforms, we > really want to make sure there is no technical reason not to > do

Re: [U-Boot] [PATCH 3/3] rockchip: fix incorrect detection of ram size

2018-05-06 Thread Marty E. Plummer
On Sun, May 06, 2018 at 10:21:55PM +0200, klaus.go...@theobroma-systems.com wrote: > > > On 06.05.2018, at 22:03, Marty E. Plummer wrote: > > > > On Sun, May 06, 2018 at 02:08:25PM -0500, Marty E. Plummer wrote: > >>> On Sun, May 06, 2018 at 08:39:23PM +0200, > >>>

Re: [U-Boot] [PATCH v2 08/11] sandbox: Enable support for MC34708 PMIC in DTS

2018-05-06 Thread Fabio Estevam
Hi Lukasz, On Sun, May 6, 2018 at 5:26 PM, Lukasz Majewski wrote: > diff --git a/arch/sandbox/dts/sandbox.dts b/arch/sandbox/dts/sandbox.dts > index 1fb8225fbb..b187b6fac1 100644 > --- a/arch/sandbox/dts/sandbox.dts > +++ b/arch/sandbox/dts/sandbox.dts > @@ -115,6 +115,10 @@ >

Re: [U-Boot] Logo for U-Boot

2018-05-06 Thread Tom Rini
On Sun, May 06, 2018 at 09:49:42PM +0200, Alexander Graf wrote: > On 06.05.18 18:02, Heinrich Schuchardt wrote: > > On 05/04/2018 11:18 AM, Marek Vasut wrote: > >> On 05/04/2018 08:46 AM, Alexander Graf wrote: > >>> On 05/04/2018 01:04 AM, Marek Vasut wrote: > On 05/03/2018 11:57 PM,

[U-Boot] [PATCH v2 10/11] sandbox: tests: Exclude common test code (pmic_get) in test/dm/pmic.c

2018-05-06 Thread Lukasz Majewski
The common code can be excluded to be reused by tests for other PMIC. Signed-off-by: Lukasz Majewski --- Changes in v2: - New patch test/dm/pmic.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/test/dm/pmic.c b/test/dm/pmic.c index

[U-Boot] [PATCH v2 03/11] pmic: Add support for setting transmission length in uclass private data

2018-05-06 Thread Lukasz Majewski
The struct dm_pmic_info's trans_len field stores the number of types to be transmitted per PMIC transfer. Signed-off-by: Lukasz Majewski --- Changes in v2: - New patch drivers/power/pmic/pmic-uclass.c | 10 ++ include/power/pmic.h | 4 2 files

[U-Boot] [PATCH v2 11/11] sandbox: tests: Add tests for mc34708 PMIC device

2018-05-06 Thread Lukasz Majewski
Following tests has been added for mc34708 device: - get_test for mc34708 PMIC - Check if proper number of registers is read - Check if default (emulated via i2c device) value is properly read - Check if value write/read operation is correct - Perform tests to check if pmic_clrsetbits() is

[U-Boot] [PATCH v2 06/11] pmic: Rewrite the pmic command to not only work with single byte transmission

2018-05-06 Thread Lukasz Majewski
Up till now it was only possible to use 'pmic' command with a single byte transmission. The pmic_read|write functions has been replaced with ones, which don't need the transmission length as a parameter. Due to that it is possible now to read data from PMICs transmitting more data than 1 byte at

[U-Boot] [PATCH v2 09/11] sandbox: Enable MC34708 PMIC support

2018-05-06 Thread Lukasz Majewski
This MC34708 PMIC is somewhat special - it used single transfers (R/W) with 3 bytes size - up till now u-boot's PMICs only used 1 byte. Signed-off-by: Lukasz Majewski --- Changes in v2: - New patch configs/sandbox_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git

[U-Boot] [PATCH v2 07/11] sandbox: Rewrite i2c_pmic_emul.c to support PMIC with 3 bytes transmission

2018-05-06 Thread Lukasz Majewski
This change enables support for MC34708 PMIC in sandbox. Now we can emulate the I2C transfers larger than 1 byte. Notable changes for this driver: - From now on the register number is not equal to index in the buffer, which emulates the PMIC registers - The PMIC register's pool is now

[U-Boot] [PATCH v2 00/11] pmic: sandbox: Add support for MC34709 PMIC

2018-05-06 Thread Lukasz Majewski
Adding this device required some changes into the PMIC uclass. Most notable one was the support for 3 bytes r/w operations. Moreover, emulation and tests for this device has been added to sandbox. Lukasz Majewski (11): pmic: fsl: Provide some more definitions for MC34708 PMIC pmic: fsl:

[U-Boot] [PATCH v2 04/11] pmic: dm: Rewrite pmic_reg_{read|write|clrsetbits} to support 3 bytes transmissions

2018-05-06 Thread Lukasz Majewski
This commit provides support for transmissions larger than 1 byte for PMIC devices used with DM (e.g. MC34708 from NXP). Signed-off-by: Lukasz Majewski --- Changes in v2: - pmic_reg_* fixes to use uclass private structure drivers/power/pmic/pmic-uclass.c | 44

[U-Boot] [PATCH v2 05/11] pmic: dm: Add support for MC34708 for PMIC DM

2018-05-06 Thread Lukasz Majewski
This patch adds support for MC34708 PMIC, to be used with driver model (DM). Signed-off-by: Lukasz Majewski --- Changes in v2: - Support for uclass private data with trasfer length drivers/power/pmic/Kconfig | 7 +++ drivers/power/pmic/Makefile | 1 +

[U-Boot] [PATCH v2 08/11] sandbox: Enable support for MC34708 PMIC in DTS

2018-05-06 Thread Lukasz Majewski
This commit also provides the default values of the emulated MC34708 PMIC internal registers content. Signed-off-by: Lukasz Majewski --- Changes in v2: - New patch arch/sandbox/dts/sandbox.dts | 4 arch/sandbox/dts/sandbox64.dts | 4

[U-Boot] [PATCH v2 01/11] pmic: fsl: Provide some more definitions for MC34708 PMIC

2018-05-06 Thread Lukasz Majewski
This commit adds some more defines for MC34708 PMIC. Signed-off-by: Lukasz Majewski --- Changes in v2: - None include/fsl_pmic.h | 40 1 file changed, 40 insertions(+) diff --git a/include/fsl_pmic.h b/include/fsl_pmic.h index

[U-Boot] [PATCH v2 02/11] pmic: fsl: Define number of bytes sent at once by MC34708 PMIC

2018-05-06 Thread Lukasz Majewski
This patch adds definition of the number of bytes sent at once by the MC34708 PMIC. Signed-off-by: Lukasz Majewski --- Changes in v2: - None include/fsl_pmic.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/fsl_pmic.h b/include/fsl_pmic.h index

Re: [U-Boot] [PATCH 3/3] rockchip: fix incorrect detection of ram size

2018-05-06 Thread klaus . goger
> On 06.05.2018, at 22:03, Marty E. Plummer wrote: > > On Sun, May 06, 2018 at 02:08:25PM -0500, Marty E. Plummer wrote: >>> On Sun, May 06, 2018 at 08:39:23PM +0200, klaus.go...@theobroma-systems.com >>> wrote: On 06.05.2018, at 16:25, Marty E. Plummer

Re: [U-Boot] [PATCH 3/3] rockchip: fix incorrect detection of ram size

2018-05-06 Thread Marty E. Plummer
On Sun, May 06, 2018 at 02:08:25PM -0500, Marty E. Plummer wrote: > > On Sun, May 06, 2018 at 08:39:23PM +0200, klaus.go...@theobroma-systems.com > > wrote: > > > On 06.05.2018, at 16:25, Marty E. Plummer wrote: > > > + * we use the 0x~0xfeff space >

Re: [U-Boot] Logo for U-Boot

2018-05-06 Thread Alexander Graf
On 06.05.18 18:02, Heinrich Schuchardt wrote: > On 05/04/2018 11:18 AM, Marek Vasut wrote: >> On 05/04/2018 08:46 AM, Alexander Graf wrote: >>> On 05/04/2018 01:04 AM, Marek Vasut wrote: On 05/03/2018 11:57 PM, Alexander Graf wrote: > > On 01.05.18 04:09, Marek Vasut wrote: >>

Re: [U-Boot] [PATCH v2 00/17] bmips: convert to use live-dt

2018-05-06 Thread Daniel Schwierzeck
On 22.03.2018 19:39, Álvaro Fernández Rojas wrote: > Convert bmips drivers to use live device tree instead of flattened device > tree. > > v2: Introduce changes suggested by Daniel Schwierzeck and Simon Glass: > - Add generic dev_remap_addr/dev_remap_addr_index functions. > - Fix bcm63xx_spi

Re: [U-Boot] [PATCH v3] dm: core: add functions to get memory-mapped I/O addresses

2018-05-06 Thread Daniel Schwierzeck
On 29.04.2018 21:56, Daniel Schwierzeck wrote: > From: Álvaro Fernández Rojas > > Signed-off-by: Álvaro Fernández Rojas > Reviewed-by: Daniel Schwierzeck > Signed-off-by: Daniel Schwierzeck >

Re: [U-Boot] [PATCH 3/3] rockchip: fix incorrect detection of ram size

2018-05-06 Thread Marty E. Plummer
On Sun, May 06, 2018 at 08:39:23PM +0200, klaus.go...@theobroma-systems.com wrote: > CC Philipp and Simon due maintainership (you may want to use > get_maintainer.pl in the future) > and Kever as the original author of the file. > > > On 06.05.2018, at 16:25, Marty E. Plummer

Re: [U-Boot] [PATCH 3/3] rockchip: fix incorrect detection of ram size

2018-05-06 Thread klaus . goger
CC Philipp and Simon due maintainership (you may want to use get_maintainer.pl in the future) and Kever as the original author of the file. > On 06.05.2018, at 16:25, Marty E. Plummer wrote: > > Taken from coreboot's src/soc/rockchip/rk3288/sdram.c > > Without this

Re: [U-Boot] Logo for U-Boot

2018-05-06 Thread Heinrich Schuchardt
On 05/04/2018 11:18 AM, Marek Vasut wrote: > On 05/04/2018 08:46 AM, Alexander Graf wrote: >> On 05/04/2018 01:04 AM, Marek Vasut wrote: >>> On 05/03/2018 11:57 PM, Alexander Graf wrote: On 01.05.18 04:09, Marek Vasut wrote: > On 04/30/2018 08:22 PM, Heinrich Schuchardt wrote: >>

[U-Boot] [PATCH 2/3] rockchip: add support for veyron-speedy (ASUS Chromebook C201)

2018-05-06 Thread Marty E. Plummer
This adds support for the ASUS C201, a RK3288-based clamshell device. The device tree comes from linus's linux tree at 87ef12027b9b1dd0e0b12cf311fbcb19f9d92539. The SDRAM parameters are for 4GB Samsung LPDDR3, decoded from coreboot's

[U-Boot] [PATCH 3/3] rockchip: fix incorrect detection of ram size

2018-05-06 Thread Marty E. Plummer
Taken from coreboot's src/soc/rockchip/rk3288/sdram.c Without this change, my u-boot build for the asus c201 chromebook (4GiB) is incorrectly detected as 0 Bytes of ram. Signed-off-by: Marty E. Plummer --- arch/arm/mach-rockchip/sdram_common.c | 62

[U-Boot] [PATCH 1/3] sf: Add GigaDevice gd25q32b entry

2018-05-06 Thread Marty E. Plummer
Add entry for GigaDevice gd25q32b part. Signed-off-by: Marty E. Plummer --- drivers/mtd/spi/spi_flash_ids.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/spi/spi_flash_ids.c b/drivers/mtd/spi/spi_flash_ids.c index ef55abb01d..de940645ed 100644 ---

[U-Boot] [PATCH 0/3] add support for the asus C201 chromebook (4GiB)

2018-05-06 Thread Marty E. Plummer
Build and boot tested on my chromebook, which was generously altered by Simon Glass to have a servo header and also generously provided a servo board itself to do debugging with. It ''works'', but has a few oddities. I can't seem to get it to see my external sdcard or a usb flash drive, so I've

Re: [U-Boot] [PATCH 0/8] Initial integration of AVB2.0

2018-05-06 Thread Eugeniu Rosca
Hello Igor, Alex, Kever, Having these patches in mainline would be great, as this would reduce the delta between our own and community U-boot trees. After having a quick look at this series, I have some questions/review findings. These patches appear to be slightly older than what is available

[U-Boot] [PATCH 1/1] board: arm: Add support for Broadcom BCM7445D0

2018-05-06 Thread Thomas Fitzsimmons
Add support for loading U-Boot on the Broadcom 7445D0 SoC. This port assumes Broadcom's BOLT bootloader is acting as the second stage bootloader, and U-Boot is acting as the third stage bootloader, loaded as an ELF program by BOLT. Signed-off-by: Thomas Fitzsimmons Cc:

Re: [U-Boot] Bug#897671: u-boot does not work on sheevaplug

2018-05-06 Thread drEagle
Hello all, Take my apologies for the late activity and also for the mailer I am using, which may disturb the following reading. > Le 6 mai 2018 à 02:13, Tom Rini a écrit : > > On Sat, May 05, 2018 at 04:04:08PM -0700, Vagrant Cascadian wrote: > >> Hello U-Boot. >> >>

[U-Boot] [PATCH 0/1] board: arm: Add support for Broadcom BCM7445D0

2018-05-06 Thread Thomas Fitzsimmons
Hi, This patch adds support for loading U-Boot on the Broadcom 7445D0 SoC, as a third stage bootloader loaded by Broadcom's BOLT bootloader. While this is only a partial port, it does enable some of U-Boot's flexibility on this SoC, functionality beyond what BOLT provides. Specifically, it