Re: [PATCH] at91sam9x5: for ROM base address (bugfix for nand ECC)

2015-10-01 Thread Alexandre Belloni
the kernel has the same wrong define, but then the magic number > 0x00108000 as spelled in arch/arm/boot/dts/at91sam9x5.dtsi is used > instead of the symbolic name. > > Signed-off-by: Edoardo Scaglia > Signed-off-by: Federico Braghiroli > Signed-off-by: Alessndro Rubini

[PATCH] sama5d3xek: correct rootfs nand partition

2013-05-07 Thread Alexandre Belloni
Signed-off-by: Alexandre Belloni --- arch/arm/boards/sama5d3xek/env/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boards/sama5d3xek/env/config b/arch/arm/boards/sama5d3xek/env/config index 375e90d..a7fd930 100644 --- a/arch/arm/boards/sama5d3xek/env/config

[PATCH v2] cfa10036: Retrieve the RAM size at runtime

2013-03-27 Thread Alexandre Belloni
The cfa-10036 comes in two flavours, with either 128MB or 256MB of RAM on it. Since it's not stored anywhere, we need to runtime detect it by introducing the cfa10036_get_ram_size function. Signed-off-by: Alexandre Belloni Cc: Maxime Ripard --- changes since v1: - str

Re: [PATCH] cfa10036: Retrieve the RAM size at runtime

2013-03-25 Thread Alexandre Belloni
full version. Maybe, we can assume that we will never have less than 128M of ram if you want to simplify it ? Maxime, any input ? Regards, -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ___ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox

[PATCH] cfa10036: Retrieve the RAM size at runtime

2013-03-21 Thread Alexandre Belloni
oking in the barebox memory which is not supported on other platforms. Signed-off-by: Alexandre Belloni Cc: Maxime Ripard --- arch/arm/boards/crystalfontz-cfa10036/cfa10036.c | 72 +- 1 file changed, 71 insertions(+), 1 deletion(-) diff --git a/arch/arm/boards/crystal