Re: [U-Boot] [PATCH v3 0/9] From Simon:

2016-12-01 Thread Heiko Stübner
Am Mittwoch, 30. November 2016, 19:20:30 schrieb Simon Glass: > Hi Heiko, > > On 30 November 2016 at 04:52, Heiko Stübner wrote: > > Am Dienstag, 29. November 2016, 19:47:10 schrieb Simon Glass: > >> Hi Heiko, > >> > >> On 29 November 2016 at 16:45, Heiko Stübner

Re: [U-Boot] [PATCH] ARM: DRA7: AMxx: Make sure that the SPL always reads the configuration EEPROM

2016-12-01 Thread Tom Rini
On Thu, Dec 01, 2016 at 10:37:03AM +0100, Jean-Jacques Hiblot wrote: > The bootrom may corrupt the area of SRAM used to store the ti_common_eeprom > structure. This patch makes sure that it's always read after a reset, even > if a valid MAGIC number is found in the SRAM. > > Signed-off-by:

Re: [U-Boot] [PATCH 5/5] arm: am57xx: cl-som-am57x: update default env

2016-12-01 Thread Tom Rini
On Thu, Dec 01, 2016 at 10:28:16AM +0200, Uri Mashiach wrote: > Modify U-Boot default env settings. > > Boot sequence: > 1. SD card boot script > 2. SD card boot no script > 3. SATA boot script > 4. SATA boot no script > 5. eMMC boot script > 6. eMMC boot no script > > Signed-off-by: Uri

Re: [U-Boot] [PATCH v2 1/4] mmc: sdhci: Distinguish between base clock and maximum peripheral frequency

2016-12-01 Thread Stefan.Herbrechtsmeier
> -Ursprüngliche Nachricht- > Von: Jaehoon Chung [mailto:jh80.ch...@samsung.com] > Gesendet: Donnerstag, 1. Dezember 2016 07:43 > An: Herbrechtsmeier, Stefan; u-boot@lists.denx.de > Cc: Simon Glass; Masahiro Yamada; Stephen Warren; Minkyu Kang; Wenyou > Yang > Betreff: Re: [PATCH v2 1/4]

Re: [U-Boot] [PATCH 02/14] spl: mmc: Fix build without LIBCOMMON_SUPPORT

2016-12-01 Thread Marek Vasut
On 12/01/2016 11:10 AM, Jaehoon Chung wrote: > Hi Marek, > > On 11/28/2016 11:53 AM, Marek Vasut wrote: >> On 11/28/2016 03:33 AM, Jaehoon Chung wrote: >>> On 11/27/2016 05:58 AM, Marek Vasut wrote: On 11/26/2016 09:45 PM, Tom Rini wrote: > On Fri, Nov 25, 2016 at 11:32:23PM +0100, Marek

Re: [U-Boot] [PATCH] am57xx: Set tps659038 PMIC GPIO7 pad mux value to POWERHOLD

2016-12-01 Thread Tom Rini
On Wed, Nov 30, 2016 at 03:02:53PM +0530, Keerthy wrote: > The GPIO7 pad mux should be programmed to POWERHOLD value > as per board design. In cases where the PMIC is shut off the > mux is set to GPIO7 mode. So during initialization to be on the > safer side set the mode to POWERHOLD. > >

Re: [U-Boot] [PATCH] configs: omap5_uevm_defconfig: Enable LPAE mode

2016-12-01 Thread Tom Rini
On Wed, Nov 30, 2016 at 03:01:57PM +0530, Keerthy wrote: > Enable Linear Physical Address Extension mode which is a > prerequisite for hypervisor mode. > > Signed-off-by: Keerthy Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital

Re: [U-Boot] [PATCH 3/3] arm: baltos: enable booting from USB

2016-12-01 Thread Tom Rini
On Thu, Dec 01, 2016 at 12:52:18PM +0100, yegorsli...@googlemail.com wrote: > From: Yegor Yefremov > > First of all U-Boot would search for a USB mass storage device > with either uEnv.txt or kernel-fit.itb and boot. > > If USB mass storage device is not available

Re: [U-Boot] [PATCH 1/5] arm: am57xx: cl-som-am57x: add initial board support

2016-12-01 Thread Tom Rini
On Thu, Dec 01, 2016 at 10:28:12AM +0200, Uri Mashiach wrote: > From: Dmitry Lifshitz > > Features supported : > > * Serial console > * SPI Flash > * MMC/SD Card > * eMMC storage > * SATA > * PCA9555 - GPIO expander over I2C5 bus > * USB > > Signed-off-by: Dmitry

Re: [U-Boot] [PATCH 3/5] arm: am57xx: cl-som-am57x: fetch board rev from EEPROM

2016-12-01 Thread Tom Rini
On Thu, Dec 01, 2016 at 10:28:14AM +0200, Uri Mashiach wrote: > From: Dmitry Lifshitz > > Add PCB revision message. > Implement board revision get_board_rev API. > > Signed-off-by: Dmitry Lifshitz > Commit description update. > Signed-off-by:

Re: [U-Boot] [PATCH 2/5] arm: am57xx: cl-som-am57x: add MMC as a boot devices for spl

2016-12-01 Thread Tom Rini
On Thu, Dec 01, 2016 at 10:28:13AM +0200, Uri Mashiach wrote: > From: Dmitry Lifshitz > > Use spl alternate boot device feature to define fallback to > the main boot device as it is defined by hardware. > > Signed-off-by: Dmitry Lifshitz >

Re: [U-Boot] [PATCH 4/5] arm: am57xx: cl-som-am57x: add ETH support

2016-12-01 Thread Tom Rini
On Thu, Dec 01, 2016 at 10:28:15AM +0200, Uri Mashiach wrote: > From: Dmitry Lifshitz > > Add MAC support. > > Use PHY, connected to RGMII1 as a default Eth adapter, > by appropriate setting of 'cpsw_data.active_slave'. > > 'cpsw_phy' env variable can override this

Re: [U-Boot] [PATCH 1/3] arm: baltos: remove TI board leftover

2016-12-01 Thread Tom Rini
On Thu, Dec 01, 2016 at 12:52:16PM +0100, yegorsli...@googlemail.com wrote: > From: Yegor Yefremov > > Remove unneeded pinmux configurations and TI EEPROM struct. > > Signed-off-by: Yegor Yefremov Reviewed-by: Tom Rini

Re: [U-Boot] [PATCH 2/3] arm: baltos: active mPCIe slot

2016-12-01 Thread Tom Rini
On Thu, Dec 01, 2016 at 12:52:17PM +0100, yegorsli...@googlemail.com wrote: > From: Yegor Yefremov > > Baltos devices provide a mPCIe slot, whose power is turned off by > default. This patch activates mPCIe slot in U-Boot, so that for example > GSM modem can be

[U-Boot] [PATCH v4 1/1] cmd: pci: add option to parse and display BAR information

2016-12-01 Thread yehuday
From: Yehuda Yitschak Currently the PCI command only allows to see the BAR register values but not the size and actual base address. This little extension parses the BAR registers and displays the base, size and type of each BAR. Signed-off-by: Yehuda Yitschak

[U-Boot] [PATCH v4 0/1] cmd: pci: add option to parse and display BAR information

2016-12-01 Thread yehuday
From: Yehuda Yitschak v4 patch set includes a minor nit fix. v3->v4 - changed flag types to bool v2->v3: - removed support for !DM_PCI - Fixed error return values v1->v2: - Added support for DM_PCI - Added print of memory type and prefetchable flag - Skipped

Re: [U-Boot] [PATCH] travis-ci: Build mvebu boards (arm & aarch64) in separate job

2016-12-01 Thread Tom Rini
On Thu, Dec 01, 2016 at 01:52:08PM +0100, Stefan Roese wrote: > Its easier to watch the output of the build process when the platforms > specific boards are grouped in a separate job. This patch adds a job > for all mvebu boards (arm and aarch64). > > Signed-off-by: Stefan Roese >

Re: [U-Boot] Please pull u-boot-marvell/master

2016-12-01 Thread Tom Rini
On Thu, Dec 01, 2016 at 01:57:55PM +0100, Stefan Roese wrote: > Hi Tom, > > please pull the first batch of mvebu / Marvell patches in this > merge window. I plan to send additional pull requests once some > of the other patches are clear. > > Thanks, > Stefan > > The following changes since

Re: [U-Boot] [GIT PULL] Please pull u-boot-mmc master

2016-12-01 Thread Tom Rini
On Thu, Dec 01, 2016 at 04:01:14PM +0900, Jaehoon Chung wrote: > Dear Tom, > > Could you pull these patches on your master branch? > If there are some problems, let me know, plz. > > The following changes since commit 38c4f0bdce5bca8535eadab08ece80dff45ad0ee: > > ts4600: Disable

Re: [U-Boot] flash the images to NAND automatically with SD Boot in uboot?

2016-12-01 Thread grbesd1
Actually i need to know how to add the functionality. has anyone done before because i tried to look more information on these i didn't find much help. I have to add a function in uboot source code, which perform all the listed operation step by step. regards, grbesd1 Jaehoon Chung wrote >

Re: [U-Boot] [PATCH] MAINTAINERS: Fix ALTERA SOCFPGA Files

2016-12-01 Thread Marek Vasut
On 12/01/2016 06:50 PM, Jagan Teki wrote: > On Thu, Dec 1, 2016 at 6:46 PM, Marek Vasut wrote: >> On 12/01/2016 01:47 PM, Jagan Teki wrote: >>> On Fri, Nov 25, 2016 at 11:17 PM, Jagan Teki wrote: Replace arch/arm/cpu/armv7/socfpga/ path with

Re: [U-Boot] [PATCH v3 2/9] ARM: DTS: stm32: add stm32f746-disco device tree files

2016-12-01 Thread vikas
Hi Michael, On 11/24/2016 11:10 AM, Michael Kurz wrote: > This patch adds the DTS source files needed for stm32f746-disco board > The files are based on the stm32f429/469 files from current linux > kernel. > > Signed-off-by: Michael Kurz > Acked-by: Vikas MANOCHA

[U-Boot] [PATCH] net: phy: Improve the Marvell 151x constants

2016-12-01 Thread Joe Hershberger
Use some constants for the phy configuration instead of so many magic numbers. Signed-off-by: Joe Hershberger --- drivers/net/phy/marvell.c | 47 --- 1 file changed, 36 insertions(+), 11 deletions(-) diff --git

Re: [U-Boot] [PATCH] MAINTAINERS: Fix ALTERA SOCFPGA Files

2016-12-01 Thread Jagan Teki
On Thu, Dec 1, 2016 at 6:46 PM, Marek Vasut wrote: > On 12/01/2016 01:47 PM, Jagan Teki wrote: >> On Fri, Nov 25, 2016 at 11:17 PM, Jagan Teki wrote: >>> Replace arch/arm/cpu/armv7/socfpga/ path with >>> arch/arm/mach-socfpga/ and removed board file path >>>

Re: [U-Boot] [PATCH] powerpc: Retain compatible property for L2 cache

2016-12-01 Thread york sun
On 11/30/2016 11:47 PM, Chris Packham wrote: > On Thu, Dec 1, 2016 at 6:18 AM, york sun wrote: >> On 11/28/2016 07:10 PM, Chris Packham wrote: >>> Instead of setting the compatible property to "cache", append the >>> desired value retaining what may already be set in the current

Re: [U-Boot] [PATCH v3 3/9] ARM: stm32: cleanup stm32f7 files

2016-12-01 Thread Joe Hershberger
On Thu, Dec 1, 2016 at 12:18 PM, vikas wrote: > Hi Michael, > > On 11/24/2016 11:10 AM, Michael Kurz wrote: >> Cleanup stm32f7 files: >> - use BIT macro >> - use GENMASK macro > > good. > >> - use rcc struct instead of macro additions > > Macro definitions are better than

Re: [U-Boot] [PATCH v3 3/9] ARM: stm32: cleanup stm32f7 files

2016-12-01 Thread Vikas MANOCHA
Hi Joe, > -Original Message- > From: Joe Hershberger [mailto:joe.hershber...@gmail.com] > Sent: Thursday, December 01, 2016 10:42 AM > To: Vikas MANOCHA > Cc: Michael Kurz ; u-boot@lists.denx.de; Toshifumi > NISHINAGA

Re: [U-Boot] [PATCH v3 5/9] ARM: stm32: use clock setup function defined in clock.c

2016-12-01 Thread vikas
Hi, On 11/24/2016 11:10 AM, Michael Kurz wrote: > Use the clock setup function defined in clock.c instead of setting the > clock bits directly in the drivers. > Remove register definitions of RCC in rcc.h as these are already > defined in the struct in stm32.h > > Signed-off-by: Michael Kurz

[U-Boot] [PATCH 3/6] udoo_neo: Staticize board_string()

2016-12-01 Thread Breno Lima
Change board_string() function to static because it's being used locally. Signed-off-by: Breno Lima --- board/udoo/neo/neo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/udoo/neo/neo.c b/board/udoo/neo/neo.c index efe8605..cfeed6f 100644 ---

[U-Boot] [PATCH 4/6] udoo_neo: Remove mmcautodetect option

2016-12-01 Thread Breno Lima
It's not necessary to define the mmcautodetect as it is not used anywhere. Signed-off-by: Breno Lima --- include/configs/udoo_neo.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h index cf75186..164980f 100644 ---

Re: [U-Boot] [PATCH v3 3/9] ARM: stm32: cleanup stm32f7 files

2016-12-01 Thread Vikas MANOCHA
Thanks Joe for your feedback, > -Original Message- > From: Joe Hershberger [mailto:joe.hershber...@gmail.com] > Sent: Thursday, December 01, 2016 11:13 AM > To: Vikas MANOCHA > Cc: Michael Kurz ; u-boot@lists.denx.de; Toshifumi > NISHINAGA

[U-Boot] [PATCH 1/6] udoo_neo: Remove USDHC3 support

2016-12-01 Thread Breno Lima
It's not necessary to support USDHC3 in U-Boot as it's being used for the WLAN. Signed-off-by: Breno Lima --- board/udoo/neo/neo.c | 94 +++--- include/configs/udoo_neo.h | 1 - 2 files changed, 6 insertions(+), 89 deletions(-)

Re: [U-Boot] [PATCH v3 6/9] net: stm32: add designware mac glue code for stm32

2016-12-01 Thread vikas
Hi, On 11/24/2016 11:10 AM, Michael Kurz wrote: > This patch adds glue code required for enabling the designware > mac on stm32f7 devices. ethernet is not working at my end, is it working at your end. > > Signed-off-by: Michael Kurz > Acked-by: Joe Hershberger

Re: [U-Boot] Rockchip RK3288 u-boot with mainline kernel

2016-12-01 Thread Rick Bronson
Hi Heiko, > I'm currently testing Simon's network patches and this option works > quite nicely. Speaking of networking, I noticed that rk3288 networking is not quite merged yet. I would very much like to have networking so if you could point me to any rk3288 networking patches, I'd appreciate

Re: [U-Boot] Travis CI

2016-12-01 Thread york sun
On 11/30/2016 04:39 PM, Tom Rini wrote: > On Wed, Nov 30, 2016 at 09:55:52PM +, york sun wrote: >> On 11/30/2016 01:43 PM, york@nxp.com wrote: >>> On 11/30/2016 01:35 PM, Stephen Warren wrote: On 11/30/2016 12:47 PM, york sun wrote: > Guys, > > I noticed you have been

[U-Boot] [PATCH 6/6] udoo_neo: Add thermal support

2016-12-01 Thread Breno Lima
Add thermal support on the Kconfig file. Signed-off-by: Breno Lima --- arch/arm/cpu/armv7/mx6/Kconfig | 2 ++ include/configs/udoo_neo.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index

[U-Boot] [PATCH 2/6] udoo_neo: Move MX6SX configuration to Kconfig

2016-12-01 Thread Breno Lima
It's not necessary to define the processor in the defconfig file. The preferred method to select the SoC is via Kconfig file. Signed-off-by: Breno Lima --- arch/arm/cpu/armv7/mx6/Kconfig | 1 + configs/udoo_neo_defconfig | 2 +- 2 files changed, 2 insertions(+), 1

[U-Boot] [PATCH 5/6] udoo_neo: Remove console option

2016-12-01 Thread Breno Lima
It's not necessary to define the console option as we use the distro config. Signed-off-by: Breno Lima --- include/configs/udoo_neo.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h index 164980f..1b7a03f 100644 ---

Re: [U-Boot] [PATCH v3 4/9] ARM: stm32: fix stm32f7 sdram fmc base address

2016-12-01 Thread vikas
Hi, On 11/24/2016 11:10 AM, Michael Kurz wrote: > Fix base address of fmc sdram controller. > The base address is defined twice, once in fmc.h and once in stm32.h. > Fix wrong definition in stm32.h. > Remove the definiton in fmc.h and use the definition in stm32.h > > Signed-off-by: Michael Kurz

Re: [U-Boot] [PATCH v3 3/9] ARM: stm32: cleanup stm32f7 files

2016-12-01 Thread vikas
Hi Michael, On 11/24/2016 11:10 AM, Michael Kurz wrote: > Cleanup stm32f7 files: > - use BIT macro > - use GENMASK macro good. > - use rcc struct instead of macro additions Macro definitions are better than struct to make rcc compatible throughout the stm32f7 family in case of additional

Re: [U-Boot] [PATCH v3 3/9] ARM: stm32: cleanup stm32f7 files

2016-12-01 Thread Joe Hershberger
On Thu, Dec 1, 2016 at 1:09 PM, Vikas MANOCHA wrote: > Hi Joe, > >> -Original Message- >> From: Joe Hershberger [mailto:joe.hershber...@gmail.com] >> Sent: Thursday, December 01, 2016 10:42 AM >> To: Vikas MANOCHA >> Cc: Michael Kurz

Re: [U-Boot] [PATCH] davinci: omapl138_lcdk: increase PLL0 frequency

2016-12-01 Thread Tom Rini
On Thu, Dec 01, 2016 at 12:07:43PM +0100, Bartosz Golaszewski wrote: > The LCDC controller on the lcdk board has high memory throughput > requirements. Even with the kernel-side tweaks to master peripheral > and peripheral bus burst priorities, the default PLL0 frquency of > 300 MHz is not enough

Re: [U-Boot] Rockchip RK3288 u-boot with mainline kernel

2016-12-01 Thread Heiko Stuebner
H Rick, Am Donnerstag, 1. Dezember 2016, 11:00:21 CET schrieb Rick Bronson: > > I'm currently testing Simon's network patches and this option works > > quite nicely. > > Speaking of networking, I noticed that rk3288 networking is not quite > merged yet. I would very much like to have

Re: [U-Boot] [PATCH] mpc85xx: pci: Implement workaround for Erratum A007815

2016-12-01 Thread york sun
On 11/30/2016 11:51 PM, Chris Packham wrote: > (adding York) > > On Thu, Dec 1, 2016 at 4:20 PM, Tony O'Brien > wrote: >> The read-only-write-enable bit is set by default and must be cleared >> to prevent overwriting read-only registers. This should be done >>

Re: [U-Boot] [PATCH] nds32: Support mmc DM.

2016-12-01 Thread uboot
Hi Jaehoon, I will split it to three pars. And thank you for remind and review. Any comment please tell me to improve. Best Regards, Rick CHen 從: Jaehoon Chung [jh80.ch...@samsung.com] 寄件日期: 2016年12月1日 下午 12:20 至: Open Source Project uboot;

[U-Boot] [PATCH 1/3] nds32: mmc: Support mmc DM.

2016-12-01 Thread Andes
From: rick Add Andestech mmc DM driver for ag101p board. Do not use get_timer() to check mmc state can improve throughput performance. Signed-off-by: rick Cc: Andes --- drivers/mmc/Kconfig|7 +++ drivers/mmc/Makefile

Re: [U-Boot] [PATCH] powerpc: Retain compatible property for L2 cache

2016-12-01 Thread Chris Packham
On 2/12/2016 6:34 AM, "york sun" wrote: > > On 11/30/2016 11:47 PM, Chris Packham wrote: > > On Thu, Dec 1, 2016 at 6:18 AM, york sun wrote: > >> On 11/28/2016 07:10 PM, Chris Packham wrote: > >>> Instead of setting the compatible property to "cache", append

[U-Boot] [PATCH v2] mpc85xx: pci: Implement workaround for Erratum A007815

2016-12-01 Thread Tony O'Brien
The read-only-write-enable bit is set by default and must be cleared to prevent overwriting read-only registers. This should be done immediately after resetting the PCI Express controller. Reviewed-by: Hamish Martin Signed-off-by: Tony O'Brien

[U-Boot] [PATCH 2/3] nds32: mmc: Support mmc DM.

2016-12-01 Thread Andes
From: rick Enable mmc DM flow as default for ag101p board. Signed-off-by: rick c: Andes --- board/AndesTech/adp-ag101p/adp-ag101p.c |2 ++ configs/adp-ag101p_defconfig|4 2 files changed, 6 insertions(+)

[U-Boot] [PATCH 3/3] nds32: mmc: Support mmc DM.

2016-12-01 Thread Andes
From: rick Add dts mmc node for ag101p board. Signed-off-by: rick Cc: Andes --- arch/nds32/dts/ag101p.dts |8 1 file changed, 8 insertions(+) diff --git a/arch/nds32/dts/ag101p.dts b/arch/nds32/dts/ag101p.dts index

Re: [U-Boot] [PATCH 04/17] mvebu: Add board_pex_config()

2016-12-01 Thread Stefan Roese
On 23.11.2016 16:12, Mario Six wrote: Allow boards to do some initialization when PCIe comes up. What is it that your boards needs to do when PCIe comes up? Could you please give me an example here? Signed-off-by: Dirk Eibach ---

Re: [U-Boot] [PATCH 02/17] arm: mvebu: Add gpio support

2016-12-01 Thread Stefan Roese
Hi Mario, sorry for the late review. A few comments now to the patch series... On 23.11.2016 16:12, Mario Six wrote: From: Dirk Eibach Add driver interface functions for the GPIO controller on the mvebu architecture (based on kirkwood). Signed-off-by: Dirk Eibach

[U-Boot] [PATCH 2/3] arm: baltos: active mPCIe slot

2016-12-01 Thread yegorslists
From: Yegor Yefremov Baltos devices provide a mPCIe slot, whose power is turned off by default. This patch activates mPCIe slot in U-Boot, so that for example GSM modem can be already available in user space. Signed-off-by: Yegor Yefremov

[U-Boot] [PATCH 3/3] arm: baltos: enable booting from USB

2016-12-01 Thread yegorslists
From: Yegor Yefremov First of all U-Boot would search for a USB mass storage device with either uEnv.txt or kernel-fit.itb and boot. If USB mass storage device is not available or doesn't provide these files then MMC will be tried. Signed-off-by: Yegor Yefremov

[U-Boot] [PATCH 1/3] arm: baltos: remove TI board leftover

2016-12-01 Thread yegorslists
From: Yegor Yefremov Remove unneeded pinmux configurations and TI EEPROM struct. Signed-off-by: Yegor Yefremov --- board/vscom/baltos/board.c | 1 - board/vscom/baltos/board.h | 55

[U-Boot] [PATCH] armv8: fsl-lsch3: enable snoopable sata read and write

2016-12-01 Thread yuantian.tang
From: Tang Yuantian By default the SATA IP on the ls208Xa SoCs does not generating coherent/snoopable transactions. This patch enable it in the sata axicc register. Signed-off-by: Tang Yuantian --- arch/arm/cpu/armv8/fsl-layerscape/soc.c | 2 ++

Re: [U-Boot] Please assign custodian for: u-boot-pmic / maintainers for: Samsung boards

2016-12-01 Thread Lukasz Majewski
Hi Jaehoon, Simon, > On 12/01/2016 11:19 AM, Simon Glass wrote: > > Hi Przemyslaw, > > > > On 30 November 2016 at 06:27, Przemyslaw Marczak > > wrote: > >> > >> Hello, > >> > >> During the last year I was assigned to an internal project, and I > >> haven't time for an

Re: [U-Boot] [PATCH 1/1] rpi: set serial port clock to 48 MHz

2016-12-01 Thread Mirza Krak
2016-11-30 19:07 GMT+01:00 Stephen Warren : > On 11/29/2016 11:47 PM, Mirza Krak wrote: >> >> 2016-11-30 5:05 GMT+01:00 Stephen Warren : >>> >>> On 11/27/2016 11:05 PM, Mirza Krak wrote: From: Mirza Krak

[U-Boot] [PATCH 0/5] cl-som-am57x: initial support

2016-12-01 Thread Uri Mashiach
This patch series adds support for CompuLab CL-SOM-AM57X board and the SBC-AM57X evaluation kit. CL-SOM-AM57x is a miniature System-on-Module (SoM) based on TI Sitara AM57x ARM Cortex-A15 System-on-Chip family. SBC-AM57x is a single board computer, implemented with the CL-SOM-AM57x

[U-Boot] [PATCH 1/5] arm: am57xx: cl-som-am57x: add initial board support

2016-12-01 Thread Uri Mashiach
From: Dmitry Lifshitz Features supported : * Serial console * SPI Flash * MMC/SD Card * eMMC storage * SATA * PCA9555 - GPIO expander over I2C5 bus * USB Signed-off-by: Dmitry Lifshitz [uri.mashi...@compulab.co.il: Adjust to v2016.11]

[U-Boot] [PATCH 2/5] arm: am57xx: cl-som-am57x: add MMC as a boot devices for spl

2016-12-01 Thread Uri Mashiach
From: Dmitry Lifshitz Use spl alternate boot device feature to define fallback to the main boot device as it is defined by hardware. Signed-off-by: Dmitry Lifshitz Signed-off-by: Uri Mashiach Acked-by: Igor

[U-Boot] [PATCH 4/5] arm: am57xx: cl-som-am57x: add ETH support

2016-12-01 Thread Uri Mashiach
From: Dmitry Lifshitz Add MAC support. Use PHY, connected to RGMII1 as a default Eth adapter, by appropriate setting of 'cpsw_data.active_slave'. 'cpsw_phy' env variable can override this setting. Set the MAC addresses in the U-Boot environment. The addresses are

[U-Boot] [PATCH 5/5] arm: am57xx: cl-som-am57x: update default env

2016-12-01 Thread Uri Mashiach
Modify U-Boot default env settings. Boot sequence: 1. SD card boot script 2. SD card boot no script 3. SATA boot script 4. SATA boot no script 5. eMMC boot script 6. eMMC boot no script Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg

[U-Boot] flash the images to NAND automatically with SD Boot in uboot?

2016-12-01 Thread grbesd1
Hi Guys, i need little help, i have to auto update nand every time i put my sd card. i can get which register[pin mux] decides NAND or SD boot. I'm using 2010 uboot code. what i'm looking is 1. This should run only when the SD boot is happening 2. I have to create auto upgrade function in

[U-Boot] [PATCH] davinci: omapl138_lcdk: increase PLL0 frequency

2016-12-01 Thread Bartosz Golaszewski
The LCDC controller on the lcdk board has high memory throughput requirements. Even with the kernel-side tweaks to master peripheral and peripheral bus burst priorities, the default PLL0 frquency of 300 MHz is not enough to service the LCD controller and causes DMA FIFO underflows. Increment the

[U-Boot] [PATCH] ARM: DRA7: AMxx: Make sure that the SPL always reads the configuration EEPROM

2016-12-01 Thread Jean-Jacques Hiblot
The bootrom may corrupt the area of SRAM used to store the ti_common_eeprom structure. This patch makes sure that it's always read after a reset, even if a valid MAGIC number is found in the SRAM. Signed-off-by: Jean-Jacques Hiblot --- board/ti/common/board_detect.c | 10

[U-Boot] [PATCH 3/5] arm: am57xx: cl-som-am57x: fetch board rev from EEPROM

2016-12-01 Thread Uri Mashiach
From: Dmitry Lifshitz Add PCB revision message. Implement board revision get_board_rev API. Signed-off-by: Dmitry Lifshitz Commit description update. Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg

[U-Boot] [PATCH v3 1/2] splash: sort include files

2016-12-01 Thread Tomas Melin
Sort include files in accordance to u-boot coding style. Signed-off-by: Tomas Melin --- common/splash_source.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/common/splash_source.c b/common/splash_source.c index d300e46..70d724f 100644

Re: [U-Boot] [PATCH v2 2/2] common/board_f.c: align m68k arch to use CONFIG_DISPLAY_CPUINFO

2016-12-01 Thread Tom Rini
On Thu, Dec 01, 2016 at 09:47:14AM +0100, Angelo Dureghello wrote: > Hi Tom, > > On 01/12/2016 01:57, Tom Rini wrote: > >On Wed, Nov 30, 2016 at 11:16:06PM +0100, Angelo Dureghello wrote: > > > >>Change all coldfire board files to use CONFIG_DISPLAY_CPUINFO. > >> > >>Signed-off-by: Angelo

[U-Boot] [PATCH v3 2/2] splash: add support for loading splash from a FIT image

2016-12-01 Thread Tomas Melin
Enable support for loading a splash image from within a FIT image. The image is assumed to be generated with mkimage -E flag to hold the data external to the FIT. Signed-off-by: Tomas Melin --- common/image-fit.c | 48

[U-Boot] [PATCH] ARM64: zynqmp: List secondary software boot modes

2016-12-01 Thread Michal Simek
Using alternative bootmode field to support automatic secondary boot modes. It is purely software setting where SW modes are using free bootmode combinations. Signed-off-by: Michal Simek --- arch/arm/cpu/armv8/zynqmp/Kconfig | 8

Re: [U-Boot] flash the images to NAND automatically with SD Boot in uboot?

2016-12-01 Thread Jaehoon Chung
Hi, On 12/01/2016 05:30 PM, grbesd1 wrote: > Hi Guys, > > i need little help, i have to auto update nand every time i put my sd card. > > i can get which register[pin mux] decides NAND or SD boot. I'm using 2010 > uboot code. > > what i'm looking is > > 1. This should run only when the SD

Re: [U-Boot] [PATCH v3 1/2] dm: Add support for scsi/sata based devices

2016-12-01 Thread Michal Simek
On 1.12.2016 03:20, Simon Glass wrote: > Hi Michal, > > On 30 November 2016 at 13:48, Michal Simek wrote: >> All sata based drivers are bind and corresponding block >> device is created. Based on this find_scsi_device() is able >> to get back block device based on

Re: [U-Boot] [PATCH 06/17] dm: Add callback to modify the device tree

2016-12-01 Thread Stefan Roese
(Adding Simon and Maxim to Cc) On 23.11.2016 16:12, Mario Six wrote: Certain boards come in different variations by way of utilizing daughter boards, for example. These boards might contain additional chips, which are added to the main board's busses, e.g. I2C. The device tree support for such

Re: [U-Boot] [PATCH 07/17] lib: tpm: Add command to flush resources

2016-12-01 Thread Stefan Roese
(Adding Simon to Cc) On 23.11.2016 16:12, Mario Six wrote: This patch adds a function to the TPM library, which allows U-Boot to flush resources, e.g. keys, from the TPM. Signed-off-by: Mario Six Simon, do you have any comments on this patch please? ---

Re: [U-Boot] [PATCH v2 2/2] common/board_f.c: align m68k arch to use CONFIG_DISPLAY_CPUINFO

2016-12-01 Thread Angelo Dureghello
Hi Tom, On 01/12/2016 01:57, Tom Rini wrote: On Wed, Nov 30, 2016 at 11:16:06PM +0100, Angelo Dureghello wrote: Change all coldfire board files to use CONFIG_DISPLAY_CPUINFO. Signed-off-by: Angelo Dureghello --- Changes for v2: - no changes ---

Re: [U-Boot] uefi: x86: uboot as uefi payload

2016-12-01 Thread Markus Valentin
Hi Simon, Am Mittwoch, den 30.11.2016, 19:20 -0700 schrieb Simon Glass: > Hi Markus, > > On 30 November 2016 at 04:32, Markus Valentin wrote: > > > > Hi, > > > > im trying to run u-boot as uefi-payload for qemu this works totally > > fine. > > > > My real target is a Minnowboard

Re: [U-Boot] [PATCH 15/17] arm: mvebu: Implement secure boot

2016-12-01 Thread Stefan Roese
On 23.11.2016 16:12, Mario Six wrote: > The patch implements secure booting for the mvebu architecture. > > This includes: > - The addition of secure headers and all needed signatures and keys in > mkimage > - Commands capable of writing the board's efuses to both write the > needed

Re: [U-Boot] [PATCH 16/17] arm: mvebu: Add gdsys ControlCenter-Compact board

2016-12-01 Thread Stefan Roese
On 23.11.2016 16:12, Mario Six wrote: > From: Dirk Eibach > > The gdsys ControlCenter Digital board is based on a Marvell Armada 38x > SOC. > > It boots from SPI-Flash but can be configured to boot from SD-card for > factory programming and testing. > > On board

Re: [U-Boot] [PATCH v2 1/2] splash: add support for loading splash from a FIT image

2016-12-01 Thread Tomas Melin
Hi Simon, On 11/29/2016 11:40 PM, Simon Glass wrote: > Hi Tomas, > > On 25 November 2016 at 02:45, Tomas Melin wrote: >> Enable support for loading a splash image from within a FIT image. >> The image is assumed to be generated with mkimage -E flag to hold >> the data

[U-Boot] [PATCH v1] dm: spl: mmc: Fix EXT SPL support

2016-12-01 Thread Michal Simek
The patch "dm: spl: mmc: Support CONFIG_BLK in SPL MMC" (sha1: 87bce4e5c0b55452d70830928b2d7b98fa24d4e3) converted FAT part of spl_mmc_do_fs_boot() but forget to update also EXT part by 's/>block_dev/mmc_get_blk_desc(mmc)/'. This patch is fixing compilation error when CONFIG_SPL_EXT_SUPPORT is

Re: [U-Boot] [PATCH v1] dm: spl: mmc: Fix EXT SPL support

2016-12-01 Thread Jaehoon Chung
On 12/01/2016 07:09 PM, Michal Simek wrote: > The patch > "dm: spl: mmc: Support CONFIG_BLK in SPL MMC" > (sha1: 87bce4e5c0b55452d70830928b2d7b98fa24d4e3) > converted FAT part of spl_mmc_do_fs_boot() but forget to update also EXT > part by 's/>block_dev/mmc_get_blk_desc(mmc)/'. > This patch is

Re: [U-Boot] [PATCH 04/17] mvebu: Add board_pex_config()

2016-12-01 Thread Dirk Eibach
2016-12-01 9:30 GMT+01:00 Stefan Roese : > On 23.11.2016 16:12, Mario Six wrote: >> >> Allow boards to do some initialization when PCIe comes up. > > > What is it that your boards needs to do when PCIe comes up? Could > you please give me an example here? You might have a look at

Re: [U-Boot] [PATCH 02/14] spl: mmc: Fix build without LIBCOMMON_SUPPORT

2016-12-01 Thread Jaehoon Chung
Hi Marek, On 11/28/2016 11:53 AM, Marek Vasut wrote: > On 11/28/2016 03:33 AM, Jaehoon Chung wrote: >> On 11/27/2016 05:58 AM, Marek Vasut wrote: >>> On 11/26/2016 09:45 PM, Tom Rini wrote: On Fri, Nov 25, 2016 at 11:32:23PM +0100, Marek Vasut wrote: > If CONFIG_SPL_LIBCOMMON_SUPPORT is

Re: [U-Boot] [PATCHv3 09/15] pci: layerscape: add pci driver based on DM

2016-12-01 Thread Z.Q. Hou
Hi Simon, Thanks for your comments! > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: 2016年12月1日 10:20 > To: Z.Q. Hou > Cc: U-Boot Mailing List ; Albert ARIBAUD >

Re: [U-Boot] [PATCH 03/17] net: phy: Support Marvell 88E1680

2016-12-01 Thread Dirk Eibach
2016-11-30 0:00 GMT+01:00 Joe Hershberger : > On Wed, Nov 23, 2016 at 9:12 AM, Mario Six wrote: >> From: Dirk Eibach >> >> Add support for Marvell 88E1680 Integrated Octal >> 10/100/1000 Mbps Energy Efficient Ethernet

Re: [U-Boot] [PATCH v3] spi: Add error checking for invalid bus widths

2016-12-01 Thread Jagan Teki
On Wed, Nov 30, 2016 at 8:30 AM, Simon Glass wrote: > At present an invalid bus width prints a message but does not return an > error. This is the opposite of the correct behaviour. Adjust it to avoid > code bloat in the common case, and avoid hard-to-debug failure in the >

[U-Boot] [PATCH] travis-ci: Build mvebu boards (arm & aarch64) in separate job

2016-12-01 Thread Stefan Roese
Its easier to watch the output of the build process when the platforms specific boards are grouped in a separate job. This patch adds a job for all mvebu boards (arm and aarch64). Signed-off-by: Stefan Roese Cc: Tom Rini --- .travis.yml | 6 -- 1 file

Re: [U-Boot] [PATCH] tools/kwbimage: add BAUDRATE option

2016-12-01 Thread Stefan Roese
On 09.11.2016 10:07, Chris Packham wrote: Offset 0x18 in some Marvell datasheets this field is redacted as "reserved". This offset is actually a set of options and bits 2:0 allow the selection of the UART baudrate. Allow a BAUDRATE option to set the UART baudrate for any messages coming from

Re: [U-Boot] [RFC PATCH v1] mvebu: db-88f6820-amc: Enable FIT support

2016-12-01 Thread Stefan Roese
On 25.10.2016 00:40, Chris Packham wrote: Signed-off-by: Chris Packham --- I'm keen to see this for the 88f6820-amc at least but I did wonder if it should be enabled for more of the mvebu boards? Marvell don't really make use of FIT images in their SDKs but I personally

Re: [U-Boot] [PATCH] tools/kwbimage: add DEBUG option

2016-12-01 Thread Stefan Roese
On 09.11.2016 10:21, Chris Packham wrote: Offset 0x1 in the generated kwb image file is a set of flags, bit 0 enables debug output from the BootROM firmware. Allow a DEBUG option in the kwb configuration to request debug output from the BootROM firmware. Signed-off-by: Chris Packham

Re: [U-Boot] [PATCH] arm: mvebu: move SYS_MVEBU_PLL_CLOCK to Kconfig

2016-12-01 Thread Stefan Roese
On 26.10.2016 03:08, Chris Packham wrote: The main PLL frequency is 2GHz for Armada-XP and 1GHZ for Armada 375, 38x and 39x. [ Linux commit ae142bd9976532aa5232ab0b00e621690d8bfe6a ] Signed-off-by: Chris Packham Applied to u-boot-marvell/master. Thanks, Stefan

[U-Boot] Please pull u-boot-marvell/master

2016-12-01 Thread Stefan Roese
Hi Tom, please pull the first batch of mvebu / Marvell patches in this merge window. I plan to send additional pull requests once some of the other patches are clear. Thanks, Stefan The following changes since commit 38c4f0bdce5bca8535eadab08ece80dff45ad0ee: ts4600: Disable

Re: [U-Boot] [PATCH] MAINTAINERS: Fix ALTERA SOCFPGA Files

2016-12-01 Thread Jagan Teki
On Fri, Nov 25, 2016 at 11:17 PM, Jagan Teki wrote: > Replace arch/arm/cpu/armv7/socfpga/ path with > arch/arm/mach-socfpga/ and removed board file path > since board/altera has different boards with relevant > board maintainers. > > Cc: Marek Vasut >

Re: [U-Boot] [PATCH] spi: Zap mpc52xx_spi.c and config

2016-12-01 Thread Jagan Teki
On Tue, Nov 29, 2016 at 11:01 PM, Tom Rini wrote: > On Fri, Nov 25, 2016 at 01:10:56AM +0530, Jagan Teki wrote: > >> armada100_spi.c and related config options are >> zapping becuase of "no DM conversion". >> >> Cc: Werner Pfister >>

Re: [U-Boot] [PATCH] MAINTAINERS: Fix ALTERA SOCFPGA Files

2016-12-01 Thread Marek Vasut
On 12/01/2016 01:47 PM, Jagan Teki wrote: > On Fri, Nov 25, 2016 at 11:17 PM, Jagan Teki wrote: >> Replace arch/arm/cpu/armv7/socfpga/ path with >> arch/arm/mach-socfpga/ and removed board file path >> since board/altera has different boards with relevant >> board maintainers.

[U-Boot] [PATCH] imx: thermal: Kconfig: add MX7

2016-12-01 Thread Peng Fan
The thermal drivers support i.MX6 and i.MX7, add MX7 in Kconfig file. Signed-off-by: Peng Fan Cc: Stefano Babic --- drivers/thermal/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig

Re: [U-Boot] [PATCH] net: phy: Improve the Marvell 151x constants

2016-12-01 Thread Stefan Roese
On 01.12.2016 18:08, Joe Hershberger wrote: Use some constants for the phy configuration instead of so many magic numbers. Signed-off-by: Joe Hershberger --- drivers/net/phy/marvell.c | 47 --- 1 file changed, 36