On Wed, Jun 07, 2017 at 08:49:09AM +0200, Sascha Hauer wrote:
> On Wed, Jun 07, 2017 at 08:45:08AM +0200, Sascha Hauer wrote:
> > +Cc Matt Reimer
> >
> > On Tue, Jun 06, 2017 at 06:10:25PM +0200, Daniel Schultz wrote:
> > > After commit dec7b4d2bf9 was applied our barebox only corrected the
> > >
On Wed, Jun 07, 2017 at 08:45:08AM +0200, Sascha Hauer wrote:
> +Cc Matt Reimer
>
> On Tue, Jun 06, 2017 at 06:10:25PM +0200, Daniel Schultz wrote:
> > After commit dec7b4d2bf9 was applied our barebox only corrected the
> > first 512 Bytes of NAND pages.
> >
> > This patch separates between Hamm
+Cc Matt Reimer
On Tue, Jun 06, 2017 at 06:10:25PM +0200, Daniel Schultz wrote:
> After commit dec7b4d2bf9 was applied our barebox only corrected the
> first 512 Bytes of NAND pages.
>
> This patch separates between Hamming and BCH when finding out the
> eccsteps, because BCH always works with 2
On Tue, Jun 06, 2017 at 03:52:10PM +0200, Aleksander Morgado wrote:
> Ignore requests to switch to RATP mode in input-only or output-only
> consoles.
>
> This actually also avoids segfaulting later on:
>
> #0 0x in ?? ()
> #1 0x0040b2a4 in console_send (r=,
> pk
After commit dec7b4d2bf9 was applied our barebox only corrected the
first 512 Bytes of NAND pages.
This patch separates between Hamming and BCH when finding out the
eccsteps, because BCH always works with 2kB pages.
Before this patch:
barebox@Phytec phyCORE AM335x:/ nand_bitflip -r -n 5 /dev/nan
If using ECC mode OMAP_ECC_HAMMING_CODE_HW_ROMCODE (which is default for
all AM335x with DTS support) the page_read function won't return the
corrected bitflips.
Signed-off-by: Daniel Schultz
---
drivers/mtd/nand/nand_omap_gpmc.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff
Ignore requests to switch to RATP mode in input-only or output-only
consoles.
This actually also avoids segfaulting later on:
#0 0x in ?? ()
#1 0x0040b2a4 in console_send (r=,
pkt=0x7fffd8ec, len=4) at common/ratp.c:102
#2 0x0042ab99 in ratp_beh
On Tue, Jun 06, 2017 at 08:18:40AM +0200, Sascha Hauer wrote:
> On Fri, Jun 02, 2017 at 03:18:08PM +0200, Michael Grzeschik wrote:
> > This adds support support for the i.MX6UL Technexion Pico Hobbit.
> > The board comes with different amounts of RAM. We create one image
> > for the 256MB and one f
Hi Sascha,
Am 17.05.2017 um 08:35 schrieb Sascha Hauer:
On Fri, May 12, 2017 at 01:07:19PM +0200, Daniel Schultz wrote:
The Beaglebone environment should be set from outside with an application
specific environment.
Signed-off-by: Daniel Schultz
---
arch/arm/boards/beaglebone/Makefile
Hi Sascha,
Am 06.06.2017 um 07:46 schrieb Sascha Hauer:
Hi Daniel,
On Fri, Jun 02, 2017 at 10:07:34AM +0200, Daniel Schultz wrote:
Hi,
Am 17.05.2017 um 08:30 schrieb Sascha Hauer:
On Fri, May 12, 2017 at 01:07:18PM +0200, Daniel Schultz wrote:
Expand the boot scripts with EMMC and add a def
On Tue, Jun 6, 2017 at 8:53 AM, Sascha Hauer wrote:
>> In addition to allowing read-only and write-only consoles with --stdin
>> and --stdout, we now allow bidirectional read/write consoles with FIFO
>> files. This is e.g. to allow doing RATP over the FIFO based consoles.
>>
>> Signed-off-by: Alek
11 matches
Mail list logo