Re: [U-Boot] booting from gpt partition (fastboot + mx7sabresd like board)

2016-06-25 Thread Michael Trimarchi
Hi Simon Can I extend mmc_load_image_raw_sector, export in some cmd like loadraw and add a way to get all the images? On Mon, Jun 6, 2016 at 9:45 AM, Michael Trimarchi wrote: > Hi > > I was able to configure fastboot on mx7dsabresd like board but I don't > find in the documentation how load > an

Re: [U-Boot] [PATCH 2/3] ARM: board: cm_fx6: fixup mtd partitions in the fdt

2016-06-25 Thread Christopher Spinrath
Hi Igor, On 06/23/2016 10:56 AM, Igor Grinberg wrote: Hi Christopher, On 06/22/2016 10:21 PM, Christopher Spinrath wrote: Hi Igor, On 06/22/2016 06:02 PM, Igor Grinberg wrote: Hi Christopher, On 06/19/2016 06:44 PM, Christopher Spinrath wrote: The cm-fx6 module has an on-board st,m25p comp

Re: [U-Boot] [PATCH 3/3] ARM: configs: cm_fx6: add mtd support

2016-06-25 Thread Christopher Spinrath
Hi Igor, On 06/23/2016 11:03 AM, Igor Grinberg wrote: On 06/22/2016 10:27 PM, Christopher Spinrath wrote: Hi Igor, On 06/22/2016 06:15 PM, Igor Grinberg wrote: On 06/19/2016 06:44 PM, Christopher Spinrath wrote: The cm-fx6 module has an on-board spi flash chip. Enable mtd support and the mtd

Re: [U-Boot] [PATCH v7 3/9] armv8: Add Secure Monitor/Hypervisor Call (SMC/HVC) infrastructure

2016-06-25 Thread Mateusz Kulikowski
Hi Dirk, On 23.06.2016 13:33, Dirk Behme wrote: [...] Idea: perhaps after this series is merged we can add 2 new commands to u-boot (SMC/HVC) to play with hypervisors/secure monitors (and perhaps use some simple functionality if needed). >>> >>> How this should look like

Re: [U-Boot] [PATCH V2] net: NFS: Add NFSv3 support

2016-06-25 Thread Joe Hershberger
On Fri, Jun 24, 2016 at 10:03 AM, Tom Rini wrote: > > On Fri, Jun 24, 2016 at 09:45:38AM +0200, Guillaume Gardet wrote: > > > > > > Le 23/06/2016 21:08, Tom Rini a écrit : > > >On Thu, Jun 23, 2016 at 11:10:26AM +0200, Guillaume GARDET wrote: > > > > > >>This patch enables NFSv3 support. > > >>If

Re: [U-Boot] [PATCH] ARM: at91: Don't invoke spl_boot_device() twice

2016-06-25 Thread Andreas Bießmann
On 14.05.16 23:42, Marek Vasut wrote: > Since the spl_boot_mode() is now passed the boot device to boot from, > make use of it instead of inquiring for the boot device again. This > allows board_boot_order() to function correctly. > > Signed-off-by: Marek Vasut > Cc: Andreas Bießmann Reviewed-b

Re: [U-Boot] [PATCH v1 1/5] arm: at91: add CONFIG_AT91SAM9M10G45

2016-06-25 Thread Andreas Bießmann
On 25.05.16 07:23, Heiko Schocher wrote: > add support for CONFIG_AT91SAM9M10G45. > > Signed-off-by: Heiko Schocher Reviewed-by: Andreas Bießmann > --- > > arch/arm/mach-at91/include/mach/at91_matrix.h | 26 ++ > 1 file changed, 14 insertions(+), 12 deletions(-) > >

Re: [U-Boot] [PATCH v1 2/5] corvus DTS / DM support

2016-06-25 Thread Andreas Bießmann
On 25.05.16 07:23, Heiko Schocher wrote: > Signed-off-by: Heiko Schocher Reviewed-by: Andreas Bießmann with some nits below ... > --- > > arch/arm/dts/Makefile | 2 +- > arch/arm/dts/at91sam9g45-corvus.dts | 108 > > arch/arm/mach-at91/Kc

Re: [U-Boot] [PATCH v1 3/5] arm: at91: dts: Bring in dts files for AT91SAM9G20 and SAM9260

2016-06-25 Thread Andreas Bießmann
On 25.05.16 07:23, Heiko Schocher wrote: > Add this files from Linux v4.6-rc5 > > 66b8a424d: [workqueue: fix ghost PENDING flag while doing MQ IO] > > Signed-off-by: Heiko Schocher Acked-by: Andreas Bießmann > --- > > arch/arm/dts/at91sam9260.dtsi | 1034 > +

Re: [U-Boot] [PATCH v1 4/5] arm: at91: smartweb: add DM and DTS support

2016-06-25 Thread Andreas Bießmann
On 25.05.16 07:23, Heiko Schocher wrote: > Signed-off-by: Heiko Schocher Reviewed-by: Andreas Bießmann > --- > > arch/arm/dts/Makefile | 3 +- > arch/arm/dts/at91sam9260-smartweb.dts | 110 > ++ > arch/arm/mach-at91/Kconfig| 4 +

Re: [U-Boot] [PATCH v1 5/5] arm: at91: taurus/axm: add DM and DTS support

2016-06-25 Thread Andreas Bießmann
On 25.05.16 07:23, Heiko Schocher wrote: > add DM and DTS support for the at91 based siemens > boards. > > Signed-off-by: Heiko Schocher Reviewed-by: Andreas Bießmann > --- > > arch/arm/dts/Makefile | 1 + > arch/arm/dts/at91sam9g20-taurus.dts | 119 > +++

Re: [U-Boot] [PATCH v3] clk: at91: Add clock driver

2016-06-25 Thread Simon Glass
Hi Wenyou, On 19 June 2016 at 19:54, Wenyou Yang wrote: > The patch is referred to at91 clock driver of Linux, to make > the clock node descriptions in DT aligned with the Linux's. > > Signed-off-by: Wenyou Yang > --- > > Changes in v3: > - Update based on [PATCH] clk: convert API to match rese

Re: [U-Boot] [PATCH v4] mmc: atmel_sdhci: Convert to the driver model support

2016-06-25 Thread Simon Glass
Hi Wenyou, On 19 June 2016 at 20:09, Wenyou Yang wrote: > Convert the driver to the driver model while retaining the existing > legacy code. This allows the driver to support boards that have > converted to driver model as well as those that have not. > > Signed-off-by: Wenyou Yang > --- > > Cha

Re: [U-Boot] [PATCH v2] i2c_eeprom: Add reading support

2016-06-25 Thread Simon Glass
On 22 June 2016 at 07:14, Mario Six wrote: > From: "mario@gdsys.cc" > > This patch implements the reading functionality for the generic I2C > EEPROM driver, which was just a non-functional stub until now. > > Since the page size will be of importance for the writing support, we > add suitable

Re: [U-Boot] [PATCH v5 2/5] gpio: atmel_pio4: Rework to support DM & DT

2016-06-25 Thread Simon Glass
Hi Wenyou, On 19 June 2016 at 20:02, Wenyou Yang wrote: > Rework the driver to support driver model and device tree, and > support to regard the pio4 pinctrl device as a child of > atmel_pio4 device. > > Signed-off-by: Wenyou Yang > --- > > Changes in v5: > - Update the clk API based on [PATCH]

Re: [U-Boot] [PATCH] net: usb: r8152: Add DM support

2016-06-25 Thread Simon Glass
Hi Stefan, On 22 June 2016 at 01:18, Stefan Roese wrote: > Add support for driver model, so that CONFIG_DM_ETH can be defined and > used with this driver. > > This patch also adds the read_rom_hwaddr() callback so that the ROM MAC > address will be used to the DM part of this driver. > > Signed-o

Re: [U-Boot] [PATCH] dm: Sort the uclass id in alphabetical order

2016-06-25 Thread Simon Glass
On 22 June 2016 at 03:29, Bin Meng wrote: > Some uclass ids are out of order. Per the comments, sort them > in alphabetical order. > > Signed-off-by: Bin Meng > --- > > include/dm/uclass-id.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Acked-by: Simon Glass

Re: [U-Boot] U-boot support for FIT image with 64 bit Linux Kernel

2016-06-25 Thread Simon Glass
+Bin Hi, On 23 June 2016 at 08:45, vinoth eswaran wrote: > Hello, > > I am working on an embedded project with the u-boot and Minnowboard > max. With compressed kernel (bzImage) everything works fine, I want to > check the performance with > uncompressed kernel (vmlinux). > > So for creating the

Re: [U-Boot] U-Boot SPL/Falcon mode Support on Minnowboard Max

2016-06-25 Thread Simon Glass
Hi, On 24 June 2016 at 06:12, vinoth eswaran wrote: > Hello, > > I have gone through the document in U-boot Readme.falcon in which it > explains we can skip loading the u-boot and load the Linux kernel directly. > This will save time for systems that looks to optimize the start up time. > > In th

Re: [U-Boot] [PATCH v3 04/12] libfdt: Add new headers and defines

2016-06-25 Thread Simon Glass
On 24 June 2016 at 08:27, Maxime Ripard wrote: > The libfdt overlay support introduces a bunch of new includes and > functions. > > Make sure we are able to build it by adding the needed glue. > > Signed-off-by: Maxime Ripard > --- > include/libfdt_env.h | 6 ++ > 1 file changed, 6 insertion

Re: [U-Boot] [PATCH v3 05/12] libfdt: Add iterator over properties

2016-06-25 Thread Simon Glass
On 24 June 2016 at 08:27, Maxime Ripard wrote: > Implement a macro based on fdt_first_property_offset and > fdt_next_property_offset that provides a convenience to iterate over all > the properties of a given node. > > Signed-off-by: Maxime Ripard > --- > include/libfdt.h | 24 ++

Re: [U-Boot] uImage load address and entry point with Minnowboard

2016-06-25 Thread Simon Glass
Hi, On 22 June 2016 at 08:50, vinoth eswaran wrote: > Hello, > > I am working on an embedded project to optimize the boot time on minnowboard. > Currently I am working with the u-boot. With compressed kernel > (bzImage) everything works fine, I want to check the performance with > uncompressed k

Re: [U-Boot] [PATCH v3 08/12] libfdt: Add fdt_path_offset_namelen

2016-06-25 Thread Simon Glass
On 24 June 2016 at 08:27, Maxime Ripard wrote: > Add a namelen variant of fdt_path_offset to retrieve the node offset using > only a fixed number of characters. > > Signed-off-by: Maxime Ripard > --- > include/libfdt.h| 16 +++- > lib/libfdt/fdt_ro.c | 18 ++ > 2

Re: [U-Boot] [PATCH v3 06/12] libfdt: Add max phandle retrieval function

2016-06-25 Thread Simon Glass
On 24 June 2016 at 08:27, Maxime Ripard wrote: > Add a function to retrieve the highest phandle in a given device tree. > > Signed-off-by: Maxime Ripard > Reviewed-by: Stefan Agner > --- > include/libfdt.h| 13 + > lib/libfdt/fdt_ro.c | 26 ++ > 2 files c

Re: [U-Boot] [PATCH 1/3] tools: patman: Handle tag sections without an 'END'

2016-06-25 Thread Simon Glass
On 24 June 2016 at 08:45, Bin Meng wrote: > 'Cover-letter', 'Series-notes' and 'Commit-notes' tags require an > 'END' to be put at the end of its section. When 'END' is missing, > patman generates incorrect patches. This adds codes to handle such > scenario. > > Signed-off-by: Bin Meng > --- > >

Re: [U-Boot] [PATCH v3 07/12] libfdt: Add fdt_setprop_inplace_by_index

2016-06-25 Thread Simon Glass
On 24 June 2016 at 08:27, Maxime Ripard wrote: > Add a function to modify inplace a property starting from a given index. > > This is especially useful when the property is an array of values, and you > want to update one of them without changing the DT size. > > Signed-off-by: Maxime Ripard > --

Re: [U-Boot] [PATCH v3 10/12] libfdt: Add overlay application function

2016-06-25 Thread Simon Glass
Hi Maxime, On 24 June 2016 at 08:27, Maxime Ripard wrote: > The device tree overlays are a good way to deal with user-modifyable > boards or boards with some kind of an expansion mechanism where we can > easily plug new board in (like the BBB, the Raspberry Pi or the CHIP). > > Add a new function

Re: [U-Boot] [PATCH 2/3] tools: patman: Handle missing 'END' for 'Cover-letter'

2016-06-25 Thread Simon Glass
On 24 June 2016 at 08:45, Bin Meng wrote: > If 'END' is missing in a 'Cover-letter' section, and that section > happens to show up at the very end of the commit message, patman > fails to generate cover letter for us. Handle this in CloseCommit > of patchstream. > > Signed-off-by: Bin Meng > ---

Re: [U-Boot] [PATCH v3 09/12] libfdt: Add fdt_getprop_namelen_w

2016-06-25 Thread Simon Glass
Hi Maxime, On 24 June 2016 at 08:27, Maxime Ripard wrote: > Add a function to retrieve a writeable property only by the first > characters of its name. > > Signed-off-by: Maxime Ripard > --- > include/libfdt.h | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/include/libfdt.h b/in

Re: [U-Boot] [PATCH v2 9/9] doc: Update info on using secure devices from TI

2016-06-25 Thread Simon Glass
On 24 June 2016 at 09:57, Andreas Dannenberg wrote: > Adds information regarding SPL handling the loading and processing of > secured u-boot images as part of the second stage boot the SPL does. > Introduces the description of a new interface script in the TI SECDEV > Package which handles the cre

Re: [U-Boot] booting from gpt partition (fastboot + mx7sabresd like board)

2016-06-25 Thread Simon Glass
Hi Michael, On 25 June 2016 at 07:15, Michael Trimarchi wrote: > Hi Simon > > Can I extend mmc_load_image_raw_sector, export in some cmd like > loadraw and add a way to > get all the images? I don't really know what you mean. But if you sent a patch I can take a look. > > On Mon, Jun 6, 2016 at

Re: [U-Boot] [PATCH 3/3] tools: patman: Handle missing blank line for 'Series-changes'

2016-06-25 Thread Simon Glass
On 24 June 2016 at 08:45, Bin Meng wrote: > 'Series-changes' uses blank line to indicate its end. If that is > missing, series internal state variable 'in_change' may be wrong. > Correct its state. > > Signed-off-by: Bin Meng > --- > > tools/patman/patchstream.py | 8 ++-- > 1 file changed,

Re: [U-Boot] [PATCH v2 6/9] spl: fit: add support for post-processing of images

2016-06-25 Thread Simon Glass
Hi Andreas, On 24 June 2016 at 09:57, Andreas Dannenberg wrote: > From: Daniel Allred > > The next stage boot loader image and the selected FDT can be post- > processed by board/platform/device-specific code, which can include > modifying the size and altering the starting source address before

Re: [U-Boot] [PATCH v2 55/55] dm: Update the of-platdata README for the new features

2016-06-25 Thread Simon Glass
Hi Tom, On 23 June 2016 at 16:55, Tom Rini wrote: > On Thu, Jun 23, 2016 at 02:36:55PM -0600, Simon Glass wrote: >> Hi Tom, >> >> On 23 June 2016 at 14:04, Tom Rini wrote: >> > On Sun, Jun 12, 2016 at 11:33:36PM -0600, Simon Glass wrote: >> > >> >> Revise the content based on the v2 additions. T