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
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
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
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
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
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
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(-)
>
>
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
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
> +
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 +
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
> +++
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
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
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
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]
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
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
+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
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
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
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 ++
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
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
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
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
> ---
>
>
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
> --
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
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
> ---
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
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
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
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,
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
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
34 matches
Mail list logo