On Mon, Feb 16, 2015 at 02:03:18PM +0100, h.feurst...@gmail.com wrote:
> From: Hubert Feurstein
>
> The kernel command line option blkdevparts works like mtdparts, but for all
> block devices. So it can be used for eMMC devices without the need of a
> traditional partition table.
Uh, wrong world
Hi Hubert,
On Mon, Feb 16, 2015 at 02:02:35PM +0100, h.feurst...@gmail.com wrote:
> From: Hubert Feurstein
>
> Signed-off-by: Hubert Feurstein
> [EB]: reworked based on Sascha's comments and tested with md5sum
> Signed-off-by: Eric Bénard
> ---
> - if (argc < 2)
> - return COMM
From: Hubert Feurstein
This patch adds support for the default-state device tree property.
Signed-off-by: Hubert Feurstein
---
drivers/led/led-gpio.c | 13 +
1 file changed, 13 insertions(+)
diff --git a/drivers/led/led-gpio.c b/drivers/led/led-gpio.c
index a1a6617..69ad7e7 100644
From: Hubert Feurstein
The kernel command line option blkdevparts works like mtdparts, but for all
block devices. So it can be used for eMMC devices without the need of a
traditional partition table.
Signed-off-by: Hubert Feurstein
---
common/bootargs.c | 24
1 file ch
From: Hubert Feurstein
Signed-off-by: Hubert Feurstein
[EB]: reworked based on Sascha's comments and tested with md5sum
Signed-off-by: Eric Bénard
---
commands/digest.c | 120 +-
1 file changed, 110 insertions(+), 10 deletions(-)
diff --git
With autoboot_timeout=0 the second 'timeout' might not get another
character even if the user keeps a key pressed. So just reuse the key from
the first call.
Signed-off-by: Michael Olbrich
---
defaultenv/defaultenv-2-base/bin/init | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
dif
On 12.02.2015 23:40, Sebastian Hesselbarth wrote:
I really enjoy reading commit logs, but I cannot find any on this
one. ;) Mind adding a few words for the final patch set?
I'll give it a go on Dove and Kirkwood in the next few days, but be
aware that there is still no cache support on both anyw
On Mon, 16 Feb 2015 06:32:42 +0100
Sascha Hauer wrote:
> Hi Antony,
>
> On Fri, Feb 13, 2015 at 08:53:11AM +0300, Antony Pavlov wrote:
> > Yesterday I tested qemu-malta barebox on a real MIPS Malta board.
> > Barebox runs on real board with some limitations.
> > This patchseries fixes trivial se