Re: [U-Boot] [PATCH 12/12] sunxi: add a defconfig for SoPine w/ official baseboard

2017-06-02 Thread icenowy
在 2017-06-03 09:19,André Przywara 写道: Hi, On 26/04/17 15:50, Icenowy Zheng wrote: The SoPine is a SoM by Pine64, with an Allwinner A64 SoC, a LPDDR3 DRAM chip, an AXP803 PMIC, a SPI NOR Flash and a MicroSD slot. The card detect pin of the MicroSD slot is broken, however, it doesn't matter as

[U-Boot] [PATCH v2 26/31] dm: serial: Separate out the core serial-device finding code

2017-06-02 Thread Simon Glass
This function is quite long. Move the core code into a separate function in preparation for adding livetree support. Signed-off-by: Simon Glass --- Changes in v2: None drivers/serial/serial-uclass.c | 84 ++ 1 file changed, 44

[U-Boot] [PATCH v2 29/31] fdtdec: Drop old compatible values

2017-06-02 Thread Simon Glass
These are not needed now since the drivers now use driver model. Drop them. Signed-off-by: Simon Glass --- Changes in v2: None include/fdtdec.h | 6 -- lib/fdtdec.c | 6 -- 2 files changed, 12 deletions(-) diff --git a/include/fdtdec.h b/include/fdtdec.h index

[U-Boot] [PATCH v2 27/31] dm: serial: Add livetree support

2017-06-02 Thread Simon Glass
Add support for a live device tree to the core serial uclass. Signed-off-by: Simon Glass --- Changes in v2: None drivers/serial/serial-uclass.c | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/drivers/serial/serial-uclass.c

[U-Boot] [PATCH v2 21/31] dm: tegra: mmc: Convert to livetree

2017-06-02 Thread Simon Glass
Update the tegra mmc driver to support a live device tree. Signed-off-by: Simon Glass --- Changes in v2: None drivers/mmc/tegra_mmc.c | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/drivers/mmc/tegra_mmc.c b/drivers/mmc/tegra_mmc.c

[U-Boot] [PATCH v2 30/31] tegra: fdt: Ensure that the console UART is enabled

2017-06-02 Thread Simon Glass
Many tegra boards have the console UART node disabled. With livetree this prevents serial from working since it does not 'force' the console to be bound. Updates the affected boards to fix this error. The boards were checked with: for b in $(grep tegra boards.cfg |grep -v integrator | \

[U-Boot] [PATCH v2 25/31] dm: serial: ns16550: Convert to livetree

2017-06-02 Thread Simon Glass
Update this driver to support a live device tree. Signed-off-by: Simon Glass --- Changes in v2: None drivers/serial/ns16550.c | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/drivers/serial/ns16550.c b/drivers/serial/ns16550.c index

[U-Boot] [PATCH v2 23/31] power: Add a GPIO driver for the as3722 PMIC

2017-06-02 Thread Simon Glass
This pmic includes GPIOs which should have their own driver. Add a driver to support these. Signed-off-by: Simon Glass Reviewed-by: Lukasz Majewski --- Changes in v2: None drivers/power/pmic/as3722_gpio.c | 120 +++

[U-Boot] [PATCH v2 28/31] tegra: Show a debug message if the LCD PMIC fails to start

2017-06-02 Thread Simon Glass
This error condition should have a debug() message. Add it. Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/mach-tegra/board2.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-tegra/board2.c b/arch/arm/mach-tegra/board2.c

[U-Boot] [PATCH v2 17/31] dm: tegra: usb: Convert to livetree

2017-06-02 Thread Simon Glass
Update the Tegra EHCI driver to support a live device tree. Signed-off-by: Simon Glass --- Changes in v2: None drivers/usb/host/ehci-tegra.c | 34 ++ 1 file changed, 14 insertions(+), 20 deletions(-) diff --git

[U-Boot] [PATCH v2 13/31] dm: video: tegra124: Convert to livetree

2017-06-02 Thread Simon Glass
Update these drives to support a live device tree. Signed-off-by: Simon Glass Acked-by: Anatolij Gustschin --- Changes in v2: None drivers/video/tegra124/display.c | 8 +++- drivers/video/tegra124/dp.c | 3 +-- drivers/video/tegra124/sor.c |

[U-Boot] [PATCH v2 14/31] tegra: Don't set up the UART clocks again in U-Boot

2017-06-02 Thread Simon Glass
This UART clocks are already set up in SPL so we don't need to do it again in U-Boot. This seems to cause a hang on Nyan. Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/mach-tegra/board.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

[U-Boot] [PATCH v2 19/31] dm: tegra: i2c: Convert to livetree

2017-06-02 Thread Simon Glass
Update the tegra i2c driver to support a live device tree. Signed-off-by: Simon Glass --- Changes in v2: None drivers/i2c/tegra_i2c.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/i2c/tegra_i2c.c b/drivers/i2c/tegra_i2c.c index

[U-Boot] [PATCH v2 07/31] video: simple-panel: Add a little more debugging

2017-06-02 Thread Simon Glass
Add some debugging to show when the backlight is enabled. Signed-off-by: Simon Glass Acked-by: Anatolij Gustschin --- Changes in v2: None drivers/video/simple_panel.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/video/simple_panel.c

[U-Boot] [PATCH v2 09/31] tegra: spl: Enable debug UART

2017-06-02 Thread Simon Glass
Enable the debug UART in SPL to allow early serial output even if the standard UART does not work (e.g. due to driver model problem). Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/mach-tegra/spl.c | 4 1 file changed, 4 insertions(+) diff --git

[U-Boot] [PATCH v2 08/31] tegra: Fix up include file ordering

2017-06-02 Thread Simon Glass
Update these two files so include files in the right order. Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/mach-tegra/board2.c | 22 -- arch/arm/mach-tegra/clock.c | 4 ++-- 2 files changed, 10 insertions(+), 16 deletions(-) diff --git

[U-Boot] [PATCH v2 12/31] dm: tegra: Convert clock_decode_periph_id() to support livetree

2017-06-02 Thread Simon Glass
Adjust this to take a device as a parameter instead of a node. Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/include/asm/arch-tegra/clock.h | 2 +- arch/arm/mach-tegra/clock.c | 5 ++--- drivers/spi/tegra114_spi.c | 2 +-

[U-Boot] [PATCH v2 24/31] dm: power: Convert as3722 to driver model

2017-06-02 Thread Simon Glass
Convert this PMIC driver to driver model and fix up other users. The regulator and GPIO functions are now handled by separate drivers. Update nyan-big to work correct. Three boards will need to be updated by the maintainers: apalis-tk1, jetson-tk1, cei-tk1-som Signed-off-by: Simon Glass

[U-Boot] [PATCH v2 16/31] dm: tegra: gpio: Convert to support livetree

2017-06-02 Thread Simon Glass
Update the GPIO driver to support a live device tree. Signed-off-by: Simon Glass --- Changes in v2: None drivers/gpio/tegra_gpio.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/gpio/tegra_gpio.c b/drivers/gpio/tegra_gpio.c index

[U-Boot] [PATCH v2 11/31] dm: tegra: Convert USB setup to livetree

2017-06-02 Thread Simon Glass
Adjust this code to support a live device tree. This should be implemented as a PHY driver but that is left as an exercise for the maintainer. Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/include/asm/arch-tegra/xusb-padctl.h | 2 +-

[U-Boot] [PATCH v2 31/31] dm: tegra: Move nyan-big and beaver to livetree

2017-06-02 Thread Simon Glass
Change these board to use a live device tree after relocation. Signed-off-by: Simon Glass --- Changes in v2: - Enable livetree for beaver also - Add timing information configs/beaver_defconfig | 1 + configs/nyan-big_defconfig | 1 + 2 files changed, 2 insertions(+) diff

[U-Boot] [PATCH v2 18/31] dm: tegra: spi: Convert to livetree

2017-06-02 Thread Simon Glass
Update the tegra114 spi driver to support a live device tree. Signed-off-by: Simon Glass --- Changes in v2: None drivers/spi/tegra114_spi.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/drivers/spi/tegra114_spi.c

[U-Boot] [PATCH v2 15/31] tegra: dts: Move stdout-path to /chosen

2017-06-02 Thread Simon Glass
This property should be in the /chosen node, not /aliases. Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/dts/tegra124-nyan-big.dts | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/arm/dts/tegra124-nyan-big.dts

[U-Boot] [PATCH v2 05/31] dm: video: Sync display on backspace

2017-06-02 Thread Simon Glass
We should sync the display (e.g. flush cache) when backspace is pressed to ensure that the character is erased correctly. Signed-off-by: Simon Glass Acked-by: Anatolij Gustschin --- Changes in v2: None drivers/video/vidconsole-uclass.c | 1 + 1 file changed,

[U-Boot] [PATCH v2 22/31] power: Add a regulator driver for the as3722 PMIC

2017-06-02 Thread Simon Glass
This pmic includes regulators which should have their own driver. Add a driver to support these. Signed-off-by: Simon Glass Reviewed-by: Lukasz Majewski --- Changes in v2: None drivers/power/regulator/Kconfig| 9 ++

[U-Boot] [PATCH v2 10/31] tegra: nyan: Add a PMC syscon driver

2017-06-02 Thread Simon Glass
The PMC can be modelled as a syscon peripheral. Add a driver for this so that it can be accessed by drivers when needed. Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/include/asm/arch-tegra/tegra.h | 5 + arch/arm/mach-tegra/tegra124/Makefile | 1 +

[U-Boot] [PATCH v2 02/31] tegra: nyan-big: Enable the debug UART

2017-06-02 Thread Simon Glass
Enable this to allow debugging when the serial UART driver is misconfigured. Signed-off-by: Simon Glass --- Changes in v2: None configs/nyan-big_defconfig | 4 1 file changed, 4 insertions(+) diff --git a/configs/nyan-big_defconfig b/configs/nyan-big_defconfig index

[U-Boot] [PATCH v2 01/31] tegra: video: Time the LCD init

2017-06-02 Thread Simon Glass
Calculate the time taken to set up the LCD. Signed-off-by: Simon Glass --- Changes in v2: None drivers/video/tegra124/display.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/video/tegra124/display.c b/drivers/video/tegra124/display.c index

[U-Boot] [PATCH v2 06/31] dm: video: Update pwm_backlight to support livetree

2017-06-02 Thread Simon Glass
Update this driver to support a live device tree. Signed-off-by: Simon Glass Acked-by: Anatolij Gustschin --- Changes in v2: None drivers/video/pwm_backlight.c | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git

[U-Boot] [PATCH v2 00/31] dm: tegra: Move nyan-big and beaver to livetree

2017-06-02 Thread Simon Glass
This moves an entire board to use a live device tree as an example of the impact. Nyan-big was chosen because I can easily and boot U-Boot without any media swapping, etc. Beaver is enabled as well since it failed to boot with serial v1 due to a disabled console node. Total code size impact on

[U-Boot] [PATCH v3 4/5] rename GPT partitions to detect boot failure

2017-06-02 Thread alison
From: Alison Chaiken This patch provides support in u-boot for renaming GPT partitions. The renaming is accomplished via a new 'gpt flip' command. The concept for the bootloader state machine is the following: -- u-boot renames ‘primary’ partitions as ‘candidate’ and

[U-Boot] [PATCH v3 5/5] GPT: fix error in partitions string doc

2017-06-02 Thread alison
From: Alison Chaiken The existing partitions-list parsing in cmd/gpt.c passes a value from gpt_default() to set_gpt_info() that README.gpt suggests should begin with 'partitions='. Partition-list strings should in fact begin with 'uuid_disk', as otherwise the call from

[U-Boot] [PATCH v3 2/5] partitions: increase MAX_SEARCH_PARTITIONS and move to part.h

2017-06-02 Thread alison
From: Alison Chaiken Move MAX_SEARCH_PARTITIONS to part.h so that functions in cmd directory can find it. At the same time, increase the value to 64 since some operating systems use many, and the resources consumed by a larger value are minimal. Signed-off-by: Alison

[U-Boot] [PATCH v3 3/5] GPT: read partition table from device into a data structure

2017-06-02 Thread alison
From: Alison Chaiken Make the partition table available for modification by reading it from the user-specified device into a linked list. Provide an accessor function for command-line testing. Signed-off-by: Alison Chaiken --- cmd/gpt.c

[U-Boot] [PATCH v3 1/5] GPT: add accessor function for disk GUID

2017-06-02 Thread alison
From: Alison Chaiken In order to read the GPT, modify the partition name strings, and then write out a new GPT, the disk GUID is needed. While there is an existing accessor for the partition UUIDs, there is none yet for the disk GUID. Signed-off-by: Alison Chaiken

[U-Boot] [PATCH v3 0/5] add support for GPT partition name manipulation

2017-06-02 Thread alison
From: Alison Chaiken One way for userspace and the bootloader to exchange information about dynamic image selection is via the storage device partition table, as described at https://source.android.com/devices/tech/ota/ab_updates The scheme described there relies on

Re: [U-Boot] [PATCH 12/12] sunxi: add a defconfig for SoPine w/ official baseboard

2017-06-02 Thread André Przywara
Hi, On 26/04/17 15:50, Icenowy Zheng wrote: > The SoPine is a SoM by Pine64, with an Allwinner A64 SoC, a LPDDR3 DRAM > chip, an AXP803 PMIC, a SPI NOR Flash and a MicroSD slot. The card > detect pin of the MicroSD slot is broken, however, it doesn't matter as > the design of SoPine didn't allow

Re: [U-Boot] [PATCH 00/12] Big work on sunxi DW DRAM controllers and some new DDR type support

2017-06-02 Thread André Przywara
On 02/06/17 19:34, Jagan Teki wrote: > On Wed, Apr 26, 2017 at 8:19 PM, Icenowy Zheng wrote: >> This patchset contains several works on the sunxi DesignWare DRAM >> controllers. >> >> The 1st patch made an option for H3-like DRAM controllers >> (DesignWare ones), which can ease

Re: [U-Boot] [PATCH 12/12] sunxi: add a defconfig for SoPine w/ official baseboard

2017-06-02 Thread André Przywara
On 03/06/17 00:59, André Przywara wrote: > Hi, > > On 02/06/17 19:32, Jagan Teki wrote: >> On Wed, Apr 26, 2017 at 8:20 PM, Icenowy Zheng wrote: >>> The SoPine is a SoM by Pine64, with an Allwinner A64 SoC, a LPDDR3 DRAM >>> chip, an AXP803 PMIC, a SPI NOR Flash and a MicroSD

Re: [U-Boot] [PATCH 12/12] sunxi: add a defconfig for SoPine w/ official baseboard

2017-06-02 Thread André Przywara
Hi, On 02/06/17 19:32, Jagan Teki wrote: > On Wed, Apr 26, 2017 at 8:20 PM, Icenowy Zheng wrote: >> The SoPine is a SoM by Pine64, with an Allwinner A64 SoC, a LPDDR3 DRAM >> chip, an AXP803 PMIC, a SPI NOR Flash and a MicroSD slot. The card >> detect pin of the MicroSD slot is

Re: [U-Boot] [PATCH 1/2] rockchip: video: document externally visible functions for rk_hdmi

2017-06-02 Thread Simon Glass
On 2 June 2017 at 08:06, Philipp Tomsich wrote: > Documents the externally visible functions shared between the HDMI > drivers for the RK3288 and RK3399. > > Signed-off-by: Philipp Tomsich > --- > >

Re: [U-Boot] [PATCH 2/2] rockchip: video: document externally visible functions for rk_vop

2017-06-02 Thread Simon Glass
On 2 June 2017 at 08:06, Philipp Tomsich wrote: > Documents the externally visible functions shared between the VOP > drivers for the RK3288 and RK3399. > > Signed-off-by: Philipp Tomsich > --- > >

Re: [U-Boot] [PATCH] fdt: Report libfdt error to stderr

2017-06-02 Thread Simon Glass
Hi, On 31 May 2017 at 19:32, Simon Glass wrote: > This error needs to go to stderr otherwise it will not be reported by > buildman. Fix it. > > Signed-off-by: Simon Glass > --- > > Makefile | 13 +++-- > 1 file changed, 7 insertions(+), 6

[U-Boot] Please pull u-boot-fdt (take 4)

2017-06-02 Thread Simon Glass
Hi Tom, This includes moving the error message to stderr so that buildman picks it up. The following changes since commit 46bac66b20da6d50e757bdca74703153f233090b: sandbox: Move to use live tree (2017-06-01 07:03:17 -0600) are available in the git repository at:

Re: [U-Boot] [PATCH 2/2] board: ti: AM43XX: Add ddr voltage rail configuration

2017-06-02 Thread Tom Rini
On Fri, Jun 02, 2017 at 03:00:31PM +0530, Keerthy wrote: > Add ddr voltage rail (dcdc3) configuration. Set the dcdc3 > DDR supply to 1.35V. > > Signed-off-by: Keerthy Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [PATCH 1/2] power: pmic: tps65218: Add DCDC3 configuration

2017-06-02 Thread Tom Rini
On Fri, Jun 02, 2017 at 03:00:30PM +0530, Keerthy wrote: > Some boards like am437x-gp-evm require dcdc3 also to be configured > as it feeds on to ddr. Hence add the capability as well. > > Signed-off-by: Keerthy Reviewed-by: Tom Rini -- Tom

Re: [U-Boot] binman: 'module' object has no attribute 'FinaliseOutputDir'

2017-06-02 Thread Kevin Hilman
On Fri, Jun 2, 2017 at 11:00 AM, Simon Glass wrote: > Hi Kevin, > > On 1 June 2017 at 17:08, Kevin Hilman wrote: >> >> On Thu, Jun 1, 2017 at 8:23 AM, Simon Glass wrote: >> > Hi Kevin, >> > >> > On 1 June 2017 at 07:55, Kevin Hilman

Re: [U-Boot] net: pch_gbe: Fix rx descriptor buffer addresses

2017-06-02 Thread Joe Hershberger
Hi Daniel, https://patchwork.ozlabs.org/patch/756916/ was applied to u-boot-net.git. Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: pch_gbe: CPU accessible addresses are virtual

2017-06-02 Thread Joe Hershberger
Hi Daniel, https://patchwork.ozlabs.org/patch/756918/ was applied to u-boot-net.git. Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: phy: marvell 88e151x: Fix handling of RGMII interface types

2017-06-02 Thread Joe Hershberger
Hi Phil, https://patchwork.ozlabs.org/patch/766483/ was applied to u-boot-net.git. Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] armv8/ls1046a: RGMII PHY requires internal delay on Tx

2017-06-02 Thread Joe Hershberger
Hi Madalin, https://patchwork.ozlabs.org/patch/746836/ was applied to u-boot-net.git. Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: zynq_gem: Dont flush dummy descriptors

2017-06-02 Thread Joe Hershberger
Hi Michal, https://patchwork.ozlabs.org/patch/768580/ was applied to u-boot-net.git. Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: pch_gbe: Add cache maintenance

2017-06-02 Thread Joe Hershberger
Hi Daniel, https://patchwork.ozlabs.org/patch/756915/ was applied to u-boot-net.git. Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: core: avoid possible NULL pointer dereference

2017-06-02 Thread Joe Hershberger
Hi xypron.g...@gmx.de, https://patchwork.ozlabs.org/patch/762783/ was applied to u-boot-net.git. Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: zynq_gem: Use wait_for_bit with non breakable

2017-06-02 Thread Joe Hershberger
Hi Michal, https://patchwork.ozlabs.org/patch/768585/ was applied to u-boot-net.git. Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: pch_gbe: Reset during probe

2017-06-02 Thread Joe Hershberger
Hi Daniel, https://patchwork.ozlabs.org/patch/756914/ was applied to u-boot-net.git. Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: macb: Fix GMAC not work when enable DM_ETH

2017-06-02 Thread Joe Hershberger
Hi Wenyou, https://patchwork.ozlabs.org/patch/752614/ was applied to u-boot-net.git. Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: mvpp2.c: Enable 10G support for port 0 (SFI)

2017-06-02 Thread Joe Hershberger
Hi Stefan, https://patchwork.ozlabs.org/patch/747807/ was applied to u-boot-net.git. Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] drivers: net: cpsw: abort init() on aneg timeout

2017-06-02 Thread Joe Hershberger
Hi Sekhar, https://patchwork.ozlabs.org/patch/759682/ was applied to u-boot-net.git. Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: zynq_gem: Do not return -ENOSYS on success

2017-06-02 Thread Joe Hershberger
Hi Olliver, https://patchwork.ozlabs.org/patch/746814/ was applied to u-boot-net.git. Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] armv8/ls1043a: RGMII PHY requires internal delay on Tx

2017-06-02 Thread Joe Hershberger
Hi Madalin, https://patchwork.ozlabs.org/patch/746818/ was applied to u-boot-net.git. Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: designware: Add phy supply support

2017-06-02 Thread Joe Hershberger
Hi Jacob, https://patchwork.ozlabs.org/patch/743661/ was applied to u-boot-net.git. Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: Kconfig:make PHY_GIGE and individual Micrel PHYs selectable

2017-06-02 Thread Joe Hershberger
Hi Philipp, https://patchwork.ozlabs.org/patch/743553/ was applied to u-boot-net.git. Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] Pull request: u-boot-net.git master

2017-06-02 Thread Joe Hershberger
Hi Tom, The following changes since commit 46bac66b20da6d50e757bdca74703153f233090b: sandbox: Move to use live tree (2017-06-01 07:03:17 -0600) are available in the git repository at: git://git.denx.de/u-boot-net.git master for you to fetch changes up to

Re: [U-Boot] [PATCH 00/12] Big work on sunxi DW DRAM controllers and some new DDR type support

2017-06-02 Thread Jagan Teki
On Wed, Apr 26, 2017 at 8:19 PM, Icenowy Zheng wrote: > This patchset contains several works on the sunxi DesignWare DRAM > controllers. > > The 1st patch made an option for H3-like DRAM controllers > (DesignWare ones), which can ease further import of alike controllers. > > The

Re: [U-Boot] [PATCH 12/12] sunxi: add a defconfig for SoPine w/ official baseboard

2017-06-02 Thread Jagan Teki
On Wed, Apr 26, 2017 at 8:20 PM, Icenowy Zheng wrote: > The SoPine is a SoM by Pine64, with an Allwinner A64 SoC, a LPDDR3 DRAM > chip, an AXP803 PMIC, a SPI NOR Flash and a MicroSD slot. The card > detect pin of the MicroSD slot is broken, however, it doesn't matter as > the

Re: [U-Boot] [PATCH v1 1/5] armv8: layerscape: Make U-Boot EL2 safe

2017-06-02 Thread york sun
On 05/15/2017 08:52 AM, York Sun wrote: > When U-Boot boots from EL2, skip some lowlevel init code requiring > EL3, including CCI-400/CCN-504, trust zone, GIC, etc. These > initialization tasks are carried out before U-Boot runs. This applies > to the RAM version image used for SPL boot if PPA is

[U-Boot] [PATCH] ls1088a: Disable default enabled DISPLAY_BOARDINFO

2017-06-02 Thread Amrita Kumari
Signed-off-by: Amrita Kumari --- configs/ls1088aqds_qspi_defconfig| 1 + configs/ls1088aqds_sdcard_qspi_defconfig | 1 + configs/ls1088ardb_qspi_defconfig| 1 + configs/ls1088ardb_sdcard_qspi_defconfig | 1 + 4 files changed, 4 insertions(+) diff --git

Re: [U-Boot] binman: 'module' object has no attribute 'FinaliseOutputDir'

2017-06-02 Thread Simon Glass
Hi Kevin, On 1 June 2017 at 17:08, Kevin Hilman wrote: > > On Thu, Jun 1, 2017 at 8:23 AM, Simon Glass wrote: > > Hi Kevin, > > > > On 1 June 2017 at 07:55, Kevin Hilman wrote: > >> On Wed, May 31, 2017 at 12:19 PM, Simon Glass

Re: [U-Boot] [PATCH v2] sun50i: h5: Add initial Orangepi Prime support

2017-06-02 Thread Jagan Teki
On Fri, Jun 2, 2017 at 6:53 PM, Maxime Ripard wrote: > On Thu, Jun 01, 2017 at 03:25:32PM +, Jagan Teki wrote: >> From: Jagan Teki >> >> Orangepi Prime is an open-source single-board computer >> using the Allwinner h5 SOC. >> >>

Re: [U-Boot] [PATCH 0/5] sun50i: a64/h5: Add orangepi boards

2017-06-02 Thread Jagan Teki
On Fri, May 26, 2017 at 1:05 AM, Jagan Teki wrote: > From: Jagan Teki > > This series add Allwinner Cortex A-53 boards from OrangePI. > - Orangepi Win/WinPlus > - Orangepi Prime > - Orangepi Zero Plus 2 > > thanks! > Jagan. > > Jagan Teki (5): >

Re: [U-Boot] [PATCH v2 4/5] armv8: ls1046a: Enable spl_board_init() function

2017-06-02 Thread york sun
On 06/01/2017 10:16 AM, York Sun wrote: > CONFIG_SPL_BOARD_INIT is used for SPL boot. It is only enabled for > secure boot at this moment. Enable it in defconfig files for SPL > build. > > Signed-off-by: York Sun > --- > Change log > v2: CONFIG_SPL_BOARD_INIT has been

Re: [U-Boot] [PATCH 1/2][v5] armv8: ls2080a: Reorganise NAND_BOOT code in config flag

2017-06-02 Thread york sun
On 05/05/2017 03:09 AM, Santan Kumar wrote: > Add CONFIG_NAND_BOOT config flag to organise > NAND_BOOT specific code in config flag like > -nand-boot specfic errata errata_rcw_src() > -CONFIG_SYS_NAND_U_BOOT_DST,etc > > Signed-off-by: Santan Kumar > Signed-off-by: Priyanka

Re: [U-Boot] [PATCH v3 2/2] drivers: net: fsl-mc: Include MAC addr fixup to DPL

2017-06-02 Thread york sun
On 05/24/2017 09:40 AM, Bogdan Purcareata wrote: > Previous to MC v10.x, port mac address was specified via DPL. Since > newer MC versions are compatible with old style DPLs, make the u-boot > env mac addresses visible there. This applies only to DPLs that have an > older version. > > DPLs use 32

Re: [U-Boot] [PATCH v3 1/2] drivers: net: fsl-mc: Link MC boot to PHY_RESET_R

2017-06-02 Thread york sun
On 05/24/2017 09:40 AM, Bogdan Purcareata wrote: > DPAA2 platforms boot the Management Complex based on the u-boot env > variable "mcinitcmd". Instead of doing this step on each platform > individually, define a single mc_env_boot function in the MC driver, > since it's semantically tied to it. >

Re: [U-Boot] [PATCH v5] QE: add QE support on SD boot

2017-06-02 Thread york sun
On 05/24/2017 07:03 PM, Zhao Qiang wrote: > modify u_qe_init to upload QE firmware from SD card when it is SD > boot > > Signed-off-by: Zhao Qiang > --- > Changes for v2: > - fix issue of memory leak > Changes for v3: > - add CONFIG_SYS_QE_FMAN_FW_IN_NOR to

[U-Boot] Please pull u-boot-fsl-qoriq master

2017-06-02 Thread york sun
Tom, The following changes since commit 380e86f361e4e2aef83295972863654fde157560: Merge git://git.denx.de/u-boot-fsl-qoriq (2017-05-26 11:19:27 -0400) are available in the git repository at: git://git.denx.de/u-boot-fsl-qoriq.git for you to fetch changes up to

Re: [U-Boot] [PATCH v2 3/6] arch/arm/dts: Add Turris Omnia device tree

2017-06-02 Thread Andreas Färber
Am 02.06.2017 um 18:58 schrieb Marek Behun: > From: Marek Behún > > This device tree is taken from mainline Linux kernel commit > 7b7db5ab Thanks for that clarification. > with certain modifications: > > - aliases for I2C devices are added, because u-boot i2cmux >

[U-Boot] [PATCH v2 5/6] drivers/misc: Add basic support for ATSHA204A Crypto module

2017-06-02 Thread Marek Behun
From: Marek Behún This module can be found on the Turris Omnia board connected via the I2C interface. Among some cryptographic functions, the chip has a 512 bit One Time Programmable memory, 88 byte configuration memory and 512 byte general purpose memory. The Turris Omnia

[U-Boot] [PATCH v2 3/6] arch/arm/dts: Add Turris Omnia device tree

2017-06-02 Thread Marek Behun
From: Marek Behún This device tree is taken from mainline Linux kernel commit 7b7db5ab with certain modifications: - aliases for I2C devices are added, because u-boot i2cmux doesn't work otherwise - the ATSHA204A node is added in the i2c@5 node -

[U-Boot] [PATCH v2 6/6] marvell: armada385: Add the Turris Omnia board

2017-06-02 Thread Marek Behun
From: Marek Behún The Turris Omnia is a open-source router created by CZ.NIC. The code is based on the Marvell/db-88f6820-gp by Stefan Roese with modifications from Tomas Hlavacek in the CZ.NIC turris-omnia-uboot repository, which can be found at

[U-Boot] [PATCH v2 4/6] drivers/i2c/muxes/pca954x: Add pca9547 I2C mux support

2017-06-02 Thread Marek Behun
From: Marek Behún This I2C mux is found, for example, on the Turris Omnia board. Signed-off-by: Marek Behun diff --git a/drivers/i2c/muxes/pca954x.c b/drivers/i2c/muxes/pca954x.c index 1a6761858c..383f72f552 100644 --- a/drivers/i2c/muxes/pca954x.c +++

[U-Boot] [PATCH v2 2/6] orion_wdt: Support for the Orion Watchdog

2017-06-02 Thread Marek Behun
From: Marek Behún The Orion watchdog can be found on some Marvell Armada chips. This driver is based on the code by Tomas Hlavacek in the CZ.NIC turris-omnia-uboot repository, which can be found at https://gitlab.labs.nic.cz/turris/turris-omnia-uboot, and that one is based

[U-Boot] [PATCH v2 1/6] driver/ddr: Add support for setting timing in hws_topology_map

2017-06-02 Thread Marek Behun
From: Marek Behún The DDR3 training code for Marvell A38X currently computes 1t timing when given board topology map of the Turris Omnia, but Omnia needs 2t. This patch adds support for enforcing the 2t timing in struct hws_topology_map, through a new enum hws_timing, which

[U-Boot] [PATCH v2 0/6] Support for the Turris Omnia router

2017-06-02 Thread Marek Behun
This is the second version of patches for adding support for the Turris Omnia board, a router developed by the CZ.NIC. The first patch modifies Marvell's DDR3 training code to be more general, so that board topology map can force 2t timing. The second patch adds support for the hardware watchdog

Re: [U-Boot] [PATCH 00/22] mmc: Add support for HS200 and UHS modes

2017-06-02 Thread Jean-Jacques Hiblot
On 25/05/2017 09:41, Jaehoon Chung wrote: Hi, On 05/24/2017 12:24 AM, Jean-Jacques Hiblot wrote: Hi, On 18/05/2017 06:27, Jaehoon Chung wrote: Hi, On 05/13/2017 03:16 AM, Jean-Jacques Hiblot wrote: This series brings support for HS200 and UHS modes to the mmc core. It has been tested

Re: [U-Boot] [PATCH v3] fastboot: Add support for flashing zImage

2017-06-02 Thread Sam Protsenko
On 18 May 2017 at 15:04, Sam Protsenko wrote: > This patch adds support for flashing zImage to the Android boot > partition on eMMC. > > Usage: > > $ fastboot flash zImage > > It's based on [1]. > > [1] >

Re: [U-Boot] [PATCH v3] fastboot: Add support for flashing zImage

2017-06-02 Thread Sam Protsenko
On 18 May 2017 at 15:04, Sam Protsenko wrote: > This patch adds support for flashing zImage to the Android boot > partition on eMMC. > > Usage: > > $ fastboot flash zImage > > It's based on [1]. > > [1] >

Re: [U-Boot] [PATCH v3] fastboot: Add support for flashing zImage

2017-06-02 Thread Sam Protsenko
On 18 May 2017 at 15:04, Sam Protsenko wrote: > This patch adds support for flashing zImage to the Android boot > partition on eMMC. > > Usage: > > $ fastboot flash zImage > > It's based on [1]. > > [1] >

Re: [U-Boot] [PATCH 4/7] config_fallbacks: add additional fallbacks for fat filesystem

2017-06-02 Thread Tom Rini
On Fri, Jun 02, 2017 at 05:54:02PM +0530, Sekhar Nori wrote: > Add fallbacks needed to keep all boards building > while they are migrated to use Kconfig symbols > instead of defines in _config.h files for > FAT filesystem. > > These should eventually go away once Kconfig select > or imply

[U-Boot] [PATCH v2] arm: omap: Unify get_device_type() function

2017-06-02 Thread Sam Protsenko
Refactor OMAP3/4/5 code so that we have only one get_device_type() function for all platforms. Details: - Add ctrl variable for AM33xx and OMAP3 platforms (like it's done for OMAP4/5), so we can obtain status register in common way - For now ctrl structure for AM33xx/OMAP3 contains only

Re: [U-Boot] [linux-sunxi] [PATCH v2] sun50i: h5: Add initial Orangepi Prime support

2017-06-02 Thread Maxime Ripard
On Fri, Jun 02, 2017 at 10:31:48PM +0800, icen...@aosc.io wrote: > 在 2017-06-01 23:25,Jagan Teki 写道: > > From: Jagan Teki > > > > Orangepi Prime is an open-source single-board computer > > using the Allwinner h5 SOC. > > > > H5 Orangepi Prime has > > - Quad-core

Re: [U-Boot] [linux-sunxi] [PATCH v2] sun50i: h5: Add initial Orangepi Prime support

2017-06-02 Thread icenowy
在 2017-06-01 23:25,Jagan Teki 写道: From: Jagan Teki Orangepi Prime is an open-source single-board computer using the Allwinner h5 SOC. H5 Orangepi Prime has - Quad-core Cortex-A53 - 2GB DDR3 - Debug TTL UART - 1000M/100M Ethernet RJ45 - Three USB 2.0 - HDMI - Audio

[U-Boot] [PATCH 2/2] rockchip: video: document externally visible functions for rk_vop

2017-06-02 Thread Philipp Tomsich
Documents the externally visible functions shared between the VOP drivers for the RK3288 and RK3399. Signed-off-by: Philipp Tomsich --- drivers/video/rockchip/rk_vop.h | 34 ++ 1 file changed, 34 insertions(+) diff --git

[U-Boot] [PATCH 1/2] rockchip: video: document externally visible functions for rk_hdmi

2017-06-02 Thread Philipp Tomsich
Documents the externally visible functions shared between the HDMI drivers for the RK3288 and RK3399. Signed-off-by: Philipp Tomsich --- drivers/video/rockchip/rk_hdmi.h | 44 1 file changed, 44 insertions(+) diff

Re: [U-Boot] [PATCH RESEND 1/7] fs: fat: add kbuild configuration support

2017-06-02 Thread Tom Rini
On Fri, Jun 02, 2017 at 05:53:59PM +0530, Sekhar Nori wrote: > Add Kconfig symbols for various configurations > supported by FAT filesystem support code. > > CONFIG_SUPPORT_VFAT has been left out since its > force enabled in include/fat.h and probably > should get removed at some point. > >

Re: [U-Boot] [PATCH] davinci: omapl138_lcdk: fix tXSNR DDR2 timing value

2017-06-02 Thread Tom Rini
On Fri, Jun 02, 2017 at 06:07:12PM +0530, Sekhar Nori wrote: > As per the datasheet[1] available for DDR2 part on board > the OMAP-L138 LCDK, the tXSNR (exit self refresh to a > non-read command) is 137.5 ns. This corresponds to a > value of 20 to be written to T_XSNR register field of >

Re: [U-Boot] [PATCH 6/7] board: ti: enable support for writing to fat partition

2017-06-02 Thread Tom Rini
On Fri, Jun 02, 2017 at 05:54:04PM +0530, Sekhar Nori wrote: > Enable support for writing to FAT partitions on > TI's boards. > > Signed-off-by: Sekhar Nori Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [PATCH 3/7] configs: k2g_evm: make sure config fallbacks take effect

2017-06-02 Thread Tom Rini
On Fri, Jun 02, 2017 at 05:54:01PM +0530, Sekhar Nori wrote: > Since config fallbacks contained in include/config_fallbacks.h > come into k2g_evm.h file through ti_armv7_keystone2.h, it should > be the last file included. > > Without this, #define of FAT_WRITE when environment is in FAT > does

Re: [U-Boot] [PATCH 2/7] configs: k2*_evm: let each board decide env location

2017-06-02 Thread Tom Rini
On Fri, Jun 02, 2017 at 05:54:00PM +0530, Sekhar Nori wrote: > Not all TI Keystone2 EVMs want environment in NAND flash. > K2G EVM which has an MMC/SD slot, keep environment in a > FAT partition on SD card. > > Since ti_armv7_keystone2.h defines environment is in NAND, > boards which do not

  1   2   >