Re: [U-Boot] [PATCH 2/2][V2] pci/layerscape: Add EP mode support

2015-09-01 Thread Edward L Swarthout
From: York Sun >On 07/09/2015 08:35 PM, Minghuan Lian wrote: >> The patch will initialize PCIe controller on EP mode 1. Setup bar: >>bar0 32bit 4K for specific configuration >>bar1 32bit 8K for MSIX >>bar2 64bit 4K for descriptor of memory >>bar4 64bit 1M for DMA memory test This

Re: [U-Boot] [PATCH v2 2/4] ubifs: Add functions for generic fs use

2015-09-01 Thread Stephen Warren
On 08/22/2015 11:04 AM, Hans de Goede wrote: > Implement the necessary functions for implementing generic fs support > for ubifs. > diff --git a/fs/ubifs/ubifs.c b/fs/ubifs/ubifs.c > +int ubifs_set_blk_dev(block_dev_desc_t *rbdd, disk_partition_t *info) > +{ > + /* Check that ubifs is

Re: [U-Boot] [PATCH] usb: gadget: ci_udc: implement usb_ep_ops dequeue callback

2015-09-01 Thread Stephen Warren
On 08/30/2015 12:26 AM, Peng Fan wrote: > Hi Stephen, > On Fri, Aug 28, 2015 at 08:05:36AM +0800, Peng Fan wrote: >> Hi Stephen, >> On Thu, Aug 27, 2015 at 10:06:14AM -0600, Stephen Warren wrote: >>> On 08/27/2015 05:08 AM, Marek Vasut wrote: On Thursday, August 27, 2015 at 01:00:50 PM, Peng

Re: [U-Boot] [PATCH v2 2/4] ubifs: Add functions for generic fs use

2015-09-01 Thread Michael Trimarchi
Hi On Sep 1, 2015 9:57 PM, "Stephen Warren" wrote: > > On 08/22/2015 11:04 AM, Hans de Goede wrote: > > Implement the necessary functions for implementing generic fs support > > for ubifs. > > > diff --git a/fs/ubifs/ubifs.c b/fs/ubifs/ubifs.c > > > +int

Re: [U-Boot] [PATCH 1/2] add generic stubs for GPIO LEDs

2015-09-01 Thread Bernhard Nortmann
Hello Tom! To be honest, I have no convincing idea on how to move forward with this. My original intent was to get some GPIO LED support for the sunxi family of devices, namely my Banana Pi (sun7i/A20). Following Simon's suggestion, I had a closer look at the new DM-based

[U-Boot] [PATCH] ARM: Kirkwood: enable generic board support for LaCie boards

2015-09-01 Thread Simon Guinot
From: Simon Guinot This patch enables generic board support for the following Kirkwood-based LaCie boards: - Network Space v2 (Mini, Lite and Max). - Internet Space v2. - D2 Network v2. - 2Big Network v2. Signed-off-by: Simon Guinot ---

Re: [U-Boot] [PATCH 00/13] dm: arm: zynq: Convert serial driver to driver model

2015-09-01 Thread Michal Simek
On 09/01/2015 07:41 PM, Michal Simek wrote: > On 09/01/2015 01:12 AM, Simon Glass wrote: >> Hi Michal, >> >> On 31 August 2015 at 08:11, Michal Simek wrote: >>> On 08/29/2015 05:10 PM, Simon Glass wrote: This series updates the Zynq serial driver to use driver model. Along

Re: [U-Boot] [PATCH v3] Makefile: fix SOURCE_DATE_EPOCH for *BSD host

2015-09-01 Thread Paul Kocialkowski
Le vendredi 28 août 2015 à 10:29 +0200, Andreas Bießmann a écrit : > The SOURCE_DATE_EPOCH mechanism for reproducible builds require some date(1) > with -d switch to print the relevant date and time strings of another point of > time. > > In other words it requires some date(1) that behaves like

Re: [U-Boot] [PATCH 00/13] dm: arm: zynq: Convert serial driver to driver model

2015-09-01 Thread Michal Simek
On 09/01/2015 01:12 AM, Simon Glass wrote: > Hi Michal, > > On 31 August 2015 at 08:11, Michal Simek wrote: >> On 08/29/2015 05:10 PM, Simon Glass wrote: >>> This series updates the Zynq serial driver to use driver model. Along the >>> way several problems are fixed: >>> >>> -

[U-Boot] [PATCH v4 03/16] doc: device-tree-bindings: spi: Add zynq qspi info

2015-09-01 Thread Jagan Teki
Added device-tree-binding information for zynq qspi controller driver. Signed-off-by: Jagan Teki Cc: Simon Glass Cc: Michal Simek Cc: Siva Durga Prasad Paladugu Tested-by: Jagan Teki ---

[U-Boot] [PATCH v4 08/16] dts: zed: Enable zynq qspi controller node

2015-09-01 Thread Jagan Teki
Enabled zynq qspi controller node for zed board. Signed-off-by: Jagan Teki Cc: Simon Glass Cc: Michal Simek Cc: Siva Durga Prasad Paladugu --- arch/arm/dts/zynq-zed.dts | 5 + 1 file changed, 5

[U-Boot] [PATCH v4 07/16] dts: zc770-xm010: Enable zynq qspi controller node

2015-09-01 Thread Jagan Teki
Enabled zynq qspi controller node for zc770-xm010 board. => sf probe 0 -- bus0 for selecting spi controller => sf probe 1 -- bus1 for selecting qspi controller Signed-off-by: Jagan Teki Cc: Simon Glass Cc: Michal Simek Cc: Siva

[U-Boot] [PATCH v4 10/16] zynq-common: Enable zynq qspi controller support

2015-09-01 Thread Jagan Teki
This patch adds support for zynq qspi controller driver on zynq-common.h Signed-off-by: Jagan Teki Cc: Simon Glass Cc: Michal Simek Cc: Siva Durga Prasad Paladugu Tested-by: Jagan Teki ---

[U-Boot] [PATCH v4 11/16] zynq-common: Enable Bank/Extended address register support

2015-09-01 Thread Jagan Teki
Enabled SPI flash Bank/Extended address register support. Bank/Extended address registers are used to access the flash which has size > 16MiB in 3-byte addressing. Signed-off-by: Jagan Teki --- include/configs/zynq-common.h | 1 + 1 file changed, 1 insertion(+) diff --git

[U-Boot] [PATCH v4 09/16] configs: Enable legacy SPI flash interface support

2015-09-01 Thread Jagan Teki
Enable legacy spi-flash interface support for boards which supports qspi controller with connected spi-nor flash. Signed-off-by: Jagan Teki Cc: Simon Glass Cc: Michal Simek Cc: Siva Durga Prasad Paladugu

[U-Boot] [PATCH v4 06/16] dts: zc706: Enable zynq qspi controller node

2015-09-01 Thread Jagan Teki
Enabled zynq qspi controller node for zc706 board. Signed-off-by: Jagan Teki Cc: Simon Glass Cc: Michal Simek Cc: Siva Durga Prasad Paladugu --- arch/arm/dts/zynq-zc706.dts | 5 + 1 file changed, 5

Re: [U-Boot] [PATCH v3 1/4] dm: pci: Allow a PCI bus to be found without an alias

2015-09-01 Thread Bin Meng
On Tue, Sep 1, 2015 at 8:55 AM, Simon Glass wrote: > At present, until a PCI bus is probed, it cannot be found by its sequence > number unless it has an alias. This is the same with any device. > > However with PCI this is more annoying than usual, since bus 0 is always the >

Re: [U-Boot] [PATCH 11/13] sunxi: Add support for android boot image

2015-09-01 Thread Ian Campbell
On Mon, 2015-08-31 at 16:46 +0200, Maxime Ripard wrote: > When using the fastboot boot command, the image sent to U-Boot will be an > Android boot image. If the support is missing, that won't obviously work, > so we need it in our configuration. Dumb question: Is it possible to boot anything

Re: [U-Boot] [PATCH 10/13] sunxi: Make the fastboot buffer larger

2015-09-01 Thread Ian Campbell
On Mon, 2015-08-31 at 16:46 +0200, Maxime Ripard wrote: > When using fastboot and flashing a larger image such as the main partition > of a system, the current 32MB limit for the buffer is quite small. (Apart from rooting/rescuing the odd phone I'm completely unfamiliar with fastboot, so sorry if

Re: [U-Boot] [PATCH] arm: socfpga: Add support for the Terasic DE-0 Atlas board

2015-09-01 Thread Pavel Machek
On Tue 2015-09-01 00:23:49, Marek Vasut wrote: > On Monday, August 31, 2015 at 09:57:05 PM, dingu...@opensource.altera.com > wrote: > > From: Dinh Nguyen > > > > Add support for the Terasic DE0-Nano/Atlas-SoC Kit, which is a CycloneV > > based board. The board

Re: [U-Boot] [PATCH] imx: vf610 add function get_cpu_rev

2015-09-01 Thread Stefano Babic
Hi Peng, On 01/09/2015 03:40, Peng Fan wrote: > Since we need to support runtime check for different drivers, > we need to add get_cpu_rev for vf610. > > This patch only introduce a empty implementation to avoid build errors, > later more stuff can be added if need to check vf610 cpu types. > >

Re: [U-Boot] [PATCH 11/13] sunxi: Add support for android boot image

2015-09-01 Thread Maxime Ripard
On Tue, Sep 01, 2015 at 08:08:58AM +0100, Ian Campbell wrote: > On Mon, 2015-08-31 at 16:46 +0200, Maxime Ripard wrote: > > When using the fastboot boot command, the image sent to U-Boot will be an > > Android boot image. If the support is missing, that won't obviously work, > > so we need it in

[U-Boot] [PATCH v4 15/16] spi: zynq_spi: Rename baudrate divisor mask name

2015-09-01 Thread Jagan Teki
Rename ZYNQ_SPI_CR_BRD_MASK to ZYNQ_SPI_CR_BAUD_MASK for more readable. Signed-off-by: Jagan Teki --- drivers/spi/zynq_spi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/spi/zynq_spi.c b/drivers/spi/zynq_spi.c index 817728c..70d7716 100644

[U-Boot] [PATCH v4 14/16] spi: zynq_spi: Add config reg shift named macros

2015-09-01 Thread Jagan Teki
Update the numerical values for baudrate and chipselect with config reg shift named macro's Signed-off-by: Jagan Teki --- drivers/spi/zynq_spi.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/drivers/spi/zynq_spi.c b/drivers/spi/zynq_spi.c

[U-Boot] [PATCH v4 13/16] spi: Kconfig: Add Zynq QSPI controller entry

2015-09-01 Thread Jagan Teki
Add Zynq QSPI controller Kconfig entry. Signed-off-by: Jagan Teki Reviewed-by: Simon Glass Cc: Michal Simek Cc: Siva Durga Prasad Paladugu --- drivers/spi/Kconfig | 9 + 1 file changed, 9

[U-Boot] [PATCH v4 16/16] spi: zynq_spi: Store cs value into private data

2015-09-01 Thread Jagan Teki
Store cs value into private data and use it while activating chipselect instead of passing through function. Signed-off-by: Jagan Teki --- drivers/spi/zynq_spi.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/spi/zynq_spi.c

[U-Boot] [PATCH v4 12/16] configs: zynq: Enable zynq qspi controller

2015-09-01 Thread Jagan Teki
Enable zynq qspi controller driver on respective zynq boards. Signed-off-by: Jagan Teki Cc: Simon Glass Cc: Michal Simek Cc: Siva Durga Prasad Paladugu Tested-by: Jagan Teki ---

Re: [U-Boot] [PATCH] sunxi_nand_spl: Be smarter about where to look for backup u-boot.bin

2015-09-01 Thread Ian Campbell
On Mon, 2015-08-31 at 17:42 +0200, Hans de Goede wrote: > We know when u-boot is written to its own partition, in this case the > layout always is: > > eb 0 spl > eb 1 spl-backup > eb 2 u-boot > eb 3 u-boot-backup > > eb: erase-block These are all the same size on this particular chip/all known

Re: [U-Boot] [PATCH 10/13] sunxi: Make the fastboot buffer larger

2015-09-01 Thread Maxime Ripard
Hi, On Mon, Aug 31, 2015 at 05:01:42PM +0200, Hans de Goede wrote: > On 31-08-15 16:46, Maxime Ripard wrote: > >When using fastboot and flashing a larger image such as the main partition > >of a system, the current 32MB limit for the buffer is quite small. > > > >Increase it to something that

Re: [U-Boot] [PATCH V2 2/3] net: fec: do not access reserved register for i.MX6UL

2015-09-01 Thread Stefano Babic
Hi Peng, On 01/09/2015 02:32, Peng Fan wrote: >> Patch is already applied - however, I have found that this break build >> for vf610 boards (they have not a get_cpu_rev()). You can check with the >> current u-boot-imx. >> > > Sorry, I checked all i.MXes, but missed vf610. No problem - we fix

[U-Boot] [PATCH v4 01/16] spi: Add zynq qspi controller driver

2015-09-01 Thread Jagan Teki
Added zynq qspi controller driver for Xilinx Zynq APSOC, this driver is driver-model driven with devicetree support. => sf probe SF: Detected S25FL128S_64K with page size 256 Bytes, erase size 64 KiB, total 16 MiB => mw.b 0x100 0xCC 0x100 => sf update 0x100 0x0 0x100 device 0 whole chip

[U-Boot] [PATCH v4 05/16] dts: zc702: Enable zynq qspi controller node

2015-09-01 Thread Jagan Teki
Enabled zynq qspi controller node for zc702 board. Signed-off-by: Jagan Teki Cc: Simon Glass Cc: Michal Simek Cc: Siva Durga Prasad Paladugu --- arch/arm/dts/zynq-zc702.dts | 5 + 1 file changed, 5

[U-Boot] [PATCH v4 02/16] dts: zynq: Add zynq qspi controller nodes

2015-09-01 Thread Jagan Teki
This patch adds zynq qspi controller nodes in zynq-7000.dtsi. Signed-off-by: Jagan Teki Cc: Simon Glass Cc: Michal Simek Cc: Siva Durga Prasad Paladugu Tested-by: Jagan Teki ---

[U-Boot] [PATCH v4 00/16] spi: zynq qspi support

2015-09-01 Thread Jagan Teki
These are the previous version patches- https://patchwork.ozlabs.org/patch/302945/ https://patchwork.ozlabs.org/patch/264440/ This series adds zynq qspi controller driver in driver model and enabled support on relevent zynq boards and tested the same. Branch to verify: $ git clone

[U-Boot] [PATCH v4 04/16] dts: microzed: Enable zynq qspi controller node

2015-09-01 Thread Jagan Teki
Enabled zynq qspi controller node for microzed board, verified the same on spansion spi-nor flash. Signed-off-by: Jagan Teki Cc: Simon Glass Cc: Michal Simek Cc: Siva Durga Prasad Paladugu Tested-by: Jagan

Re: [U-Boot] [PATCH] imx: vf610 add function get_cpu_rev

2015-09-01 Thread Peng Fan
Hi Stefano, On Tue, Sep 01, 2015 at 09:28:40AM +0200, Stefano Babic wrote: >Hi Peng, > >On 01/09/2015 03:40, Peng Fan wrote: >> Since we need to support runtime check for different drivers, >> we need to add get_cpu_rev for vf610. >> >> This patch only introduce a empty implementation to avoid

Re: [U-Boot] [PATCH 10/13] sunxi: Make the fastboot buffer larger

2015-09-01 Thread Maxime Ripard
On Mon, Aug 31, 2015 at 02:17:50PM -0500, Rob Herring wrote: > On Mon, Aug 31, 2015 at 10:01 AM, Hans de Goede wrote: > > Hi, > > > > On 31-08-15 16:46, Maxime Ripard wrote: > >> > >> When using fastboot and flashing a larger image such as the main partition > >> of a system,

Re: [U-Boot] [PATCH V2] mxc: ocotp fix hole in shadow registers

2015-09-01 Thread Stefano Babic
On 01/09/2015 03:06, Peng Fan wrote: > Hi Stefano, > > On Mon, Aug 31, 2015 at 07:05:10PM +0200, Stefano Babic wrote: >> On 31/08/2015 18:57, Stefano Babic wrote: >>> On 26/08/2015 09:40, Peng Fan wrote: There is a hole in shadow registers address map of size 0x100 between bank 5 and

Re: [U-Boot] [PATCH V2] mxc: ocotp fix hole in shadow registers

2015-09-01 Thread Peng Fan
Hi Stefano, On Tue, Sep 01, 2015 at 09:24:24AM +0200, Stefano Babic wrote: >On 01/09/2015 03:06, Peng Fan wrote: >> Hi Stefano, >> >> On Mon, Aug 31, 2015 at 07:05:10PM +0200, Stefano Babic wrote: >>> On 31/08/2015 18:57, Stefano Babic wrote: On 26/08/2015 09:40, Peng Fan wrote: > There

Re: [U-Boot] [PATCH 10/13] sunxi: Make the fastboot buffer larger

2015-09-01 Thread Siarhei Siamashka
On Tue, 01 Sep 2015 08:22:04 +0100 Ian Campbell wrote: > On Mon, 2015-08-31 at 16:46 +0200, Maxime Ripard wrote: > > When using fastboot and flashing a larger image such as the main partition > > of a system, the current 32MB limit for the buffer is quite small. > > (Apart

Re: [U-Boot] [PATCH v5 29/41] rockchip: Add SPI driver

2015-09-01 Thread Simon Glass
Hi Jagan, On 31 August 2015 at 23:23, Jagan Teki wrote: > On 31 August 2015 at 04:25, Simon Glass wrote: >> Add a SPI driver for the Rockchip RK3288, using driver model. It should work >> for other Rockchip SoCs also. >> >> Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH 5/5] sbc8641d: enable and test CONFIG_SYS_GENERIC_BOARD

2015-09-01 Thread York Sun
On 08/24/2015 12:26 PM, Paul Gortmaker wrote: > Tested on commit 3ea0953d36023d7e50fb00b2e258d8fb2828aeac > ("dm: Move pre-reloc init earlier to cope with board_early_init_f()") > since the commit after that ("Set up stdio earlier when using driver > model") hangs this board at "Net:" init, just

Re: [U-Boot] [PATCH 2/2] armv8/ls2085aqds: enable 32KHz rtc output

2015-09-01 Thread York Sun
On 06/29/2015 05:09 AM, Priyanka Jain wrote: > Signed-off-by: Priyanka Jain > --- Applied to fsl-qoriq master branch. Awaiting upstream. York ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [RESEND PATCH 1/1] armv8: Add framework for CCN-504 interconnect configuration

2015-09-01 Thread York Sun
On 06/30/2015 11:28 PM, Bhupesh Sharma wrote: > This patch adds a minimal framework for Dickens CCN-504 > interconnect configuration - mainly related to adding Clusters/cores > to snoop/DVM domain and setting QoS of the RN-I ports. > > LS2085A platform makes use of these configurations to

Re: [U-Boot] [PATCH v3] armv8: fsl-lsch3: Rewrite MMU translation table entries

2015-09-01 Thread York Sun
On 08/17/2015 10:22 PM, Alison Wang wrote: > This patch rewrites MMU translation table entries. To start, all table > entries are written as "invalid", then "device-ngnrnr" and "normal" are > written to the entries to enable access to specific addresses. > > Signed-off-by: Alison Wang

Re: [U-Boot] [PATCH v2 1/1] arm/ls102xa:add hwconfig setting to support disable unused devices.

2015-09-01 Thread York Sun
On 08/17/2015 05:55 AM, Zhuoyu Zhang wrote: > DEVDISRn registers provides a mechanism for gating clocks of IP blocks > that are not used. Here we implement hwconfig option to allow users > to disable unused peripherals on the board. > > For ex. If eSDHC/qDMA/eDMA are unused and with disabled

Re: [U-Boot] [PATCH 01/15] pinctrl: uniphier: add UniPhier pinctrl core support

2015-09-01 Thread Masahiro Yamada
2015-09-02 11:48 GMT+09:00 Simon Glass : >> diff --git a/drivers/pinctrl/uniphier/pinctrl-uniphier.h >> b/drivers/pinctrl/uniphier/pinctrl-uniphier.h >> new file mode 100644 >> index 000..db74838 >> --- /dev/null >> +++ b/drivers/pinctrl/uniphier/pinctrl-uniphier.h >> @@

Re: [U-Boot] [PATCH 15/15] ARM: uniphier: change the external bus address mapping

2015-09-01 Thread Simon Glass
On 1 September 2015 at 07:50, Masahiro Yamada wrote: > In UniPhier SoCs before ProXstream2 and PH1-LD6b, two address spaces > 0x - 0x0fff > 0x4000 - 0x4fff > are both mapped to the external bus (also called system bus), > so either was OK. > >

Re: [U-Boot] [PATCH 13/15] ARM: uniphier: drop DCC micro support card support

2015-09-01 Thread Simon Glass
On 1 September 2015 at 07:50, Masahiro Yamada wrote: > Historically (for compatibility with very old platforms), two > different types of micro support cards have been used with the > UniPhier SoC development boards. It has been painful to maintain > both. Having

Re: [U-Boot] [PATCH 11/13] arm: zynq: dts: Add U-Boot device tree additions

2015-09-01 Thread Simon Glass
+Tom and a few others who may have an opinion. Hi, On 1 September 2015 at 10:19, Masahiro Yamada wrote: > Hi. > > > 2015-09-02 0:41 GMT+09:00 Michal Simek : > > >> Why not just add one more uboot property to chosen with list of IPs

Re: [U-Boot] [PATCH] Move malloc_cache_aligned() to malloc.h

2015-09-01 Thread Simon Glass
Hi Scott, On 30 August 2015 at 14:30, Scott Wood wrote: > On Sun, 2015-08-30 at 20:28 +, Marcel Ziswiler wrote: >> On Sat, 2015-08-29 at 14:54 +, Simon Glass wrote: >> > At present malloc.h is included everywhere since it recently was >> > added to >> > common.h

Re: [U-Boot] [PATCH 07/13] arm: zynq: Use separate device tree instead of embedded

2015-09-01 Thread Simon Glass
Hi Michal, On 1 September 2015 at 07:12, Michal Simek wrote: > Hi Simon, > > On 09/01/2015 01:12 AM, Simon Glass wrote: >> Hi Michal, >> >> On 31 August 2015 at 08:07, Michal Simek wrote: >>> On 08/31/2015 03:54 PM, Simon Glass wrote: Hi Michal,

Re: [U-Boot] [PATCH v2 1/2] armv8/ls2085a_emu: Drop DDR3 emulation target

2015-09-01 Thread York Sun
On 08/13/2015 12:22 PM, York Sun wrote: > The emulator with DDR3 model was used during model bringup. DDR4 > controllers are used with ls2085a. Drop the DDR4 target defconfig > and enable DDR4 in ls2085a_emu_defconfig. > > Signed-off-by: York Sun > --- > > Changes in

Re: [U-Boot] dm gpio

2015-09-01 Thread Simon Glass
Hi Bin, On 1 September 2015 at 04:44, Bin Meng wrote: > Hi Simon, > > I have the following codes to control a gpio pin in my board codes: > > void board_assert_perst(void) > { > gpio_request(32, "PERST"); > gpio_direction_output(32, 0); > } > > But when I read , I

Re: [U-Boot] [PATCH 2/2] fdt_support: Don't panic if unable to perform stdout fixup

2015-09-01 Thread Scott Wood
On Tue, 2015-09-01 at 22:04 -0500, York Sun wrote: > On 09/01/2015 09:48 PM, Simon Glass wrote: > > Hi Scott, > > > > On 31 August 2015 at 21:16, Scott Wood wrote: > > > On Mon, 2015-08-31 at 21:13 -0600, Simon Glass wrote: > > > > Hi Scott, > > > > > > > > On 31 August

Re: [U-Boot] [PATCH v2 3/4] ubifs: Add generic fs support

2015-09-01 Thread Stephen Warren
On 08/22/2015 11:04 AM, Hans de Goede wrote: > Add generic fs support, so that commands like ls, load and test -e can be > used on ubifs. > @@ -530,6 +531,28 @@ int get_device_and_partition(const char *ifname, const > char *dev_part_str, > return 0; > } > > +#ifdef

[U-Boot] [PATCH v6 29/41] rockchip: Add SPI driver

2015-09-01 Thread Simon Glass
Add a SPI driver for the Rockchip RK3288, using driver model. It should work for other Rockchip SoCs also. Signed-off-by: Simon Glass --- Changes in v6: - Add clk_get_divisor() instead of open-coding the maths - Add constants for the timeout and maximum clock speed - Put

[U-Boot] [PATCH v2 9/9] powerpc: mpc85xx: remove stxgp3, stxssa support

2015-09-01 Thread Masahiro Yamada
These have not been converted to Generic Board, so should be removed. (See doc/README.generic-board for details.) Signed-off-by: Masahiro Yamada Cc: Dan Malek --- arch/powerpc/cpu/mpc85xx/Kconfig | 8 - board/stx/stxgp3/Kconfig

[U-Boot] [PATCH v2 8/9] powerpc: mpc5xx: remove cmi_mpc5xx support

2015-09-01 Thread Masahiro Yamada
This has not been converted to Generic Board, so should be removed. (See doc/README.generic-board for details.) Signed-off-by: Masahiro Yamada --- arch/powerpc/cpu/mpc5xx/Kconfig | 4 - board/cmi/Kconfig | 9 - board/cmi/MAINTAINERS |

[U-Boot] [PATCH v2 6/9] powerpc: ppc4xx: remove sbc405 support

2015-09-01 Thread Masahiro Yamada
This has not been converted to Generic Board, so should be removed. (See doc/README.generic-board for details.) Signed-off-by: Masahiro Yamada --- arch/powerpc/cpu/ppc4xx/Kconfig | 4 - board/sbc405/Kconfig| 9 - board/sbc405/MAINTAINERS|

[U-Boot] [PATCH v2 7/9] powerpc: ppc4xx: remove zeus support

2015-09-01 Thread Masahiro Yamada
This has not been converted to Generic Board, so should be removed. (See doc/README.generic-board for details.) Signed-off-by: Masahiro Yamada Cc: Stefan Roese --- arch/powerpc/cpu/ppc4xx/Kconfig | 4 - arch/powerpc/cpu/ppc4xx/start.S | 15 --

[U-Boot] [PATCH v2 4/9] powerpc: ppc4xx: remove p3p440 support

2015-09-01 Thread Masahiro Yamada
This has not been converted to Generic Board, so should be removed. (See doc/README.generic-board for details.) Signed-off-by: Masahiro Yamada Cc: Stefan Roese --- arch/powerpc/cpu/ppc4xx/Kconfig | 4 - board/prodrive/p3p440/Kconfig | 12

Re: [U-Boot] [PATCH 2/2] fdt_support: Don't panic if unable to perform stdout fixup

2015-09-01 Thread Scott Wood
On Tue, 2015-09-01 at 20:48 -0600, Simon Glass wrote: > Hi Scott, > > On 31 August 2015 at 21:16, Scott Wood wrote: > > On Mon, 2015-08-31 at 21:13 -0600, Simon Glass wrote: > > > Hi Scott, > > > > > > On 31 August 2015 at 20:11, Scott Wood

Re: [U-Boot] [PATCH 2/2] fdt_support: Don't panic if unable to perform stdout fixup

2015-09-01 Thread Simon Glass
Hi Scott, On 1 September 2015 at 21:00, Scott Wood wrote: > On Tue, 2015-09-01 at 20:48 -0600, Simon Glass wrote: >> Hi Scott, >> >> On 31 August 2015 at 21:16, Scott Wood wrote: >> > On Mon, 2015-08-31 at 21:13 -0600, Simon Glass wrote: >> > >

[U-Boot] [PATCH v2 3/9] powerpc: ppc4xx: remove lwmon5 support

2015-09-01 Thread Masahiro Yamada
This has not been converted to Generic Board, so should be removed. (See doc/README.generic-board for details.) Remove CONFIG_LWMON5 references. (Also, remove undefined CONFIG_WD_MAX_RATE while I am here.) Signed-off-by: Masahiro Yamada Cc: Stefan Roese

[U-Boot] [PATCH v2 0/9] Janitorial: powerpc: remove PowerPC non-generic boards

2015-09-01 Thread Masahiro Yamada
I sent the RFC version two weeks ago to announce the final call for PowerPC unmaintained boards. Some were converted to Generic Board, and some were not. This series really intends to delete non-generic PowerPC boards. I added entries to doc/README.scrapyard in this version. Changes in v2: -

[U-Boot] [PATCH v2 5/9] powerpc: ppc4xx: remove pcs440ep support

2015-09-01 Thread Masahiro Yamada
This has not been converted to Generic Board, so should be removed. (See doc/README.generic-board for details.) Signed-off-by: Masahiro Yamada Cc: Stefan Roese --- arch/powerpc/cpu/ppc4xx/Kconfig | 4 - board/pcs440ep/Kconfig | 9 -

[U-Boot] [PATCH v2 1/9] powerpc: ppc4xx: remove alpr support

2015-09-01 Thread Masahiro Yamada
This has not been converted to Generic Board, so should be removed. (See doc/README.generic-board for details.) Signed-off-by: Masahiro Yamada Cc: Stefan Roese --- arch/powerpc/cpu/ppc4xx/Kconfig | 4 - board/prodrive/alpr/Kconfig | 12 --

[U-Boot] [PATCH v2 2/9] powerpc: ppc4xx: remove csb272, csb472 support

2015-09-01 Thread Masahiro Yamada
These have not been converted to Generic Board, so should be removed. (See doc/README.generic-board for details.) Signed-off-by: Masahiro Yamada Cc: Tolunay Orkun --- arch/powerpc/cpu/ppc4xx/Kconfig | 8 -- board/csb272/Kconfig|

Re: [U-Boot] [PATCH] net: change the env name to use const

2015-09-01 Thread Simon Glass
On 1 September 2015 at 04:22, Josh Wu wrote: > As we don't modify the 'name' parameter, so change it to const. > > Signed-off-by: Josh Wu > --- > > include/net.h | 4 ++-- > net/eth.c | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) Reviewed-by:

Re: [U-Boot] [PATCH 4/4] armv8: ls2085qds: Add support of X-QSGMII-16PORT riser card

2015-09-01 Thread York Sun
On 08/07/2015 07:31 AM, Prabhakar Kushwaha wrote: > The X-QSGMII-16PORT is a 4xQSGMII/8xSGMII riser card with eighth SerDes > interfaces implemented in PCIe form factor board. > It supports followings > - Card can operate with up to 4 QSGMII lane simultaneously > - Card can operate with up to

Re: [U-Boot] [PATCH 3/4] net: phy/vitesse: Add support for VSC8584 phy

2015-09-01 Thread York Sun
On 08/07/2015 07:31 AM, Prabhakar Kushwaha wrote: > Add support of VSC8584 phy placed on new QSGMII/SGMII ethernet riser cards > used on LS2085QDS platforms. > > Signed-off-by: King Chung l...@freescale.com > Signed-off-by: Prabhakar Kushwaha

Re: [U-Boot] [PATCH 2/4] armv8: fsl-lsch3: Initiaze 4 MACs per QSGMII in dpmac_info

2015-09-01 Thread York Sun
On 08/07/2015 07:31 AM, Prabhakar Kushwaha wrote: > Every QSGMII SerDes Protocol usage 4 MACs. > > So add/repeat QSGMII information for 4 MACs in dpmac_info strucuture. > > Signed-off-by: King Chung l...@freescale.com > Signed-off-by: Prabhakar Kushwaha

Re: [U-Boot] [PATCH] armv8: ls2085a: Update bootargs as per default target console

2015-09-01 Thread York Sun
On 08/01/2015 10:41 PM, Prabhakar Kushwaha wrote: > LS2085 targets supports following UART console > LS2085AQDS UART0 > LS2085ARDB UART1 > LS2085ASim UART0 > LS2085AEmu UART0 > > So update the bootargs as per the default console present at the target > > Signed-off-by: Prabhakar

Re: [U-Boot] [PATCH 4/4][v8] SECURE_BOOT: Disable IE Key feature for RAMBOOT

2015-09-01 Thread York Sun
On 07/31/2015 03:40 AM, Aneesh Bansal wrote: > ISBC Key Extension feature is not applicable for RAMBOOT > as there is no way to retrieve the CSF Header and validated > IE Key table from SRAM once CPC has been disabled. > The feature is only applicable in case of NOR SECURE BOOT. > Code Cleanup:

Re: [U-Boot] [PATCH 1/4] armv8: ls2085a: Update serdes1_cfg_tbl for 0x33 & 0x35 protocol

2015-09-01 Thread York Sun
On 08/07/2015 07:31 AM, Prabhakar Kushwaha wrote: > Update 0x33 and 0x35 serdes protocol as per updated SoC document > in array serdes1_cfg_tbl. > > Signed-off-by: Prabhakar Kushwaha > --- Applied to fsl-qoriq master branch. Awaiting upstream. York

Re: [U-Boot] [PATCH] armv8: ls2085a: Add support of CONFIG_CMD_GREPENV

2015-09-01 Thread York Sun
On 08/06/2015 11:54 PM, Prabhakar Kushwaha wrote: > Enable CONFIG_CMD_GREPENV to allow search in env variables > > Signed-off-by: Prabhakar Kushwaha > --- Applied to fsl-qoriq master branch. Awaiting upstream. York ___

Re: [U-Boot] [PATCH] armv8/ls2085a_simu: enable eSDHC

2015-09-01 Thread York Sun
On 07/24/2015 04:37 AM, Yangbo Lu wrote: > Signed-off-by: Yangbo Lu > --- Applied to fsl-qoriq master branch. Awaiting upstream. York ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] pci/layerscape: Setup mmu-masters property for the PCIe

2015-09-01 Thread York Sun
On 07/28/2015 01:33 PM, Varun Sethi wrote: > Setup mmu-masters property for the PCIe controllers. This would be > used by the Linux SMMU driver, while setting up stream ID table mappings > for the PCIe devices. > > Signed-off-by: Varun Sethi > --- Applied to

Re: [U-Boot] [PATCH 2/2] fdt_support: Don't panic if unable to perform stdout fixup

2015-09-01 Thread York Sun
On 09/01/2015 09:48 PM, Simon Glass wrote: > Hi Scott, > > On 31 August 2015 at 21:16, Scott Wood wrote: >> On Mon, 2015-08-31 at 21:13 -0600, Simon Glass wrote: >>> Hi Scott, >>> >>> On 31 August 2015 at 20:11, Scott Wood wrote:

Re: [U-Boot] dm gpio

2015-09-01 Thread Bin Meng
Hi Simon, On Wed, Sep 2, 2015 at 10:48 AM, Simon Glass wrote: > Hi Bin, > > On 1 September 2015 at 04:44, Bin Meng wrote: >> Hi Simon, >> >> I have the following codes to control a gpio pin in my board codes: >> >> void board_assert_perst(void) >> { >>

Re: [U-Boot] [PATCHv2] arm: socfpga: Add support for the Terasic DE-0 Atlas board

2015-09-01 Thread Chin Liang See
On Tue, 2015-09-01 at 17:41 -0500, dingu...@opensource.altera.com wrote: > From: Dinh Nguyen > > Add support for the Terasic DE0-Nano/Atlas-SoC Kit, which is a CycloneV > based board. The board can boot from SD/MMC. Ethernet is also supported. > > Signed-off-by:

Re: [U-Boot] [PATCH 1/2] rtc:ds3232/ds3231: Add support to generate 32KHz output

2015-09-01 Thread York Sun
On 06/29/2015 05:09 AM, Priyanka Jain wrote: > RTC devices can generate 32KHz output if for > -DS3232 device, EN32KHz bit and BB32KHz bit are set > -DS3231 device, EN32KHz bit is set, BB32KHz bit is don't care > > Patch adds rtc_enable_32khz_output() which when called > will enable 32KHz output

Re: [U-Boot] [PATCH 10/15] ARM: dts: uniphier: prepare device trees to use pinctrl in SPL

2015-09-01 Thread Simon Glass
On 1 September 2015 at 07:50, Masahiro Yamada wrote: > Add "u-boot,dm-pre-reloc" for device nodes we want in SPL DTB > (spl/u-boot-spl.dtb). > > The "soc" node (this is simple-bus node) also needs the property > to bind the pinctrl node located under it. > > I am

Re: [U-Boot] [PATCH 8/8] x86: quark: Optimize MRC execution time

2015-09-01 Thread Simon Glass
Hi Bin, On 1 September 2015 at 04:29, Bin Meng wrote: > Hi Simon, > > On Tue, Sep 1, 2015 at 11:22 AM, Bin Meng wrote: >> Hi Simon, >> >> On Tue, Sep 1, 2015 at 11:12 AM, Simon Glass wrote: >>> Hi Bin, >>> >>> On 31 August 2015 at

Re: [U-Boot] [PATCH 01/15] pinctrl: uniphier: add UniPhier pinctrl core support

2015-09-01 Thread Simon Glass
Hi Masahiro, On 1 September 2015 at 07:50, Masahiro Yamada wrote: > The core support for the pinctrl drivers for all the UniPhier SoCs. > > Signed-off-by: Masahiro Yamada > --- > > drivers/pinctrl/Kconfig |

Re: [U-Boot] [PATCH v3] buildman: Improve the config comparison feature

2015-09-01 Thread Simon Glass
On 25 August 2015 at 21:52, Simon Glass wrote: > At present buildman can compare configurations between commits but the > feature is less useful than it could be. There is no summary by architecture > and changes are not reported on a per-board basis. > > Correct these

Re: [U-Boot] [PATCH v3 1/4] dm: pci: Allow a PCI bus to be found without an alias

2015-09-01 Thread Simon Glass
On 1 September 2015 at 00:25, Bin Meng wrote: > On Tue, Sep 1, 2015 at 8:55 AM, Simon Glass wrote: >> At present, until a PCI bus is probed, it cannot be found by its sequence >> number unless it has an alias. This is the same with any device. >> >> However

Re: [U-Boot] [PATCH] ls102xa: etsec: Use proper settings for BE BDs

2015-09-01 Thread York Sun
On 08/12/2015 05:29 AM, Claudiu Manoil wrote: > Replace the DMACTRL[LE] hack with recommended settings > for ETSECDMAMCR to get the same end effect - obtaining > big-endian buffer descriptors and frame data for eTSEC. > The reset / default value for ETSECDMAMCR is preserved, > excepting the BD

Re: [U-Boot] [PATCH 2/2] fdt_support: Don't panic if unable to perform stdout fixup

2015-09-01 Thread Simon Glass
Hi Scott, On 31 August 2015 at 21:16, Scott Wood wrote: > On Mon, 2015-08-31 at 21:13 -0600, Simon Glass wrote: >> Hi Scott, >> >> On 31 August 2015 at 20:11, Scott Wood wrote: >> > Currently, using fdt_fixup_stdout() on a device tree that is

Re: [U-Boot] [PATCH][v3] driver: misc: debug server: Update Error message

2015-09-01 Thread York Sun
On 08/10/2015 09:33 AM, Prabhakar Kushwaha wrote: > Append "debug server FW" in error message to make more informative. > > Signed-off-by: Prabhakar Kushwaha > Reviewed-by: Bhupesh Sharma > --- > Changes for v2: Incorporated Bhupesh's

Re: [U-Boot] [PATCH 12/15] ARM: uniphier: drop ad-hoc early pin-muxing settings

2015-09-01 Thread Simon Glass
+Stephen FYI On 1 September 2015 at 07:50, Masahiro Yamada wrote: > As the UniPhier serial driver had already switched to Drive Model > and the pinctrl drivers are now enabled, these pin-muxing settings > are handled by the pinctrl drivers. > > Signed-off-by:

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

2015-09-01 Thread York Sun
Tom, The following changes since commit b7e84c93c450480ca4ff51ad2eb56bd83c1dc368: Merge branch 'master' of http://git.denx.de/u-boot-sunxi (2015-08-31 12:12:27 -0400) are available in the git repository at: git://git.denx.de/u-boot-fsl-qoriq.git master for you to fetch changes up to

Re: [U-Boot] [PATCH 2/2] fdt_support: Don't panic if unable to perform stdout fixup

2015-09-01 Thread Scott Wood
On Tue, 2015-09-01 at 21:10 -0600, Simon Glass wrote: > Hi Scott, > > On 1 September 2015 at 21:00, Scott Wood wrote: > > On Tue, 2015-09-01 at 20:48 -0600, Simon Glass wrote: > > > Hi Scott, > > > > > > On 31 August 2015 at 21:16, Scott Wood

[U-Boot] [PATCH] mxs: mxsboot: fix endianess for sd boot images

2015-09-01 Thread Michael Heimpold
Running mxsboot on a big-endian system produces a sd image which cannot be started by the i.MX28 ROM. It complains on the debug uart as following: 0x8020a009 0x80502008 0x8020a009 0x80502008 ... Enforcing all fields within the BCB to little-endian make the image bootable

Re: [U-Boot] [PATCH] arm: socfpga: Add support for the Terasic DE-0 Atlas board

2015-09-01 Thread Dinh Nguyen
On Tue, Sep 1, 2015 at 10:36 AM, Marek Vasut wrote: > On Tuesday, September 01, 2015 at 05:12:40 PM, Dinh Nguyen wrote: >> On 09/01/2015 03:33 AM, Marek Vasut wrote: >> > On Tuesday, September 01, 2015 at 09:38:23 AM, Pavel Machek wrote: >> >> On Tue 2015-09-01 00:23:49, Marek

[U-Boot] [PATCHv2] arm: socfpga: Add support for the Terasic DE-0 Atlas board

2015-09-01 Thread dinguyen
From: Dinh Nguyen Add support for the Terasic DE0-Nano/Atlas-SoC Kit, which is a CycloneV based board. The board can boot from SD/MMC. Ethernet is also supported. Signed-off-by: Dinh Nguyen --- v2: add ethernet support moved

Re: [U-Boot] [PATCH v2 4/4] distro_bootcmd: Add support for booting from ubifs

2015-09-01 Thread Stephen Warren
On 08/22/2015 11:04 AM, Hans de Goede wrote: > From: Roy Spliet > > Under the assumptions of having a UBI volume called boot, containing > a ubifs filesystem. > > Signed-off-by: Hans de Goede I'd expect the person in the "From:" line above to have

Re: [U-Boot] [PATCH 10/13] sunxi: Make the fastboot buffer larger

2015-09-01 Thread Siarhei Siamashka
On Mon, 31 Aug 2015 17:01:42 +0200 Hans de Goede wrote: > Hi, > > On 31-08-15 16:46, Maxime Ripard wrote: > > When using fastboot and flashing a larger image such as the main partition > > of a system, the current 32MB limit for the buffer is quite small. > > > > Increase

[U-Boot] regard to writeable ubi

2015-09-01 Thread ChengFang Lu
Hi,friends, I am studing uboot,but I found a issue that ubi can not be wrote, Who do help me to implement the writable ubi fs? Thanks! cflu ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

  1   2   3   >