From: Chander Kashyap
This patch adds gpio structure for Exynos4x12.
Signed-off-by: Chander Kashyap
Signed-off-by: Minkyu Kang
---
Changes since v2:
- None
arch/arm/include/asm/arch-exynos/gpio.h | 85 +++
1 file changed, 85 insertions(+)
diff --git a/a
From: Chander Kashyap
This patch adds clock structure for Exynos4x12.
Signed-off-by: Chander Kashyap
Signed-off-by: Minkyu Kang
---
Changes since v2:
- None
arch/arm/include/asm/arch-exynos/clock.h | 276 ++
1 file changed, 276 insertions(+)
diff --git a
From: Chander Kashyap
This patch populates base addresses of Exynos4x12 registers.
Signed-off-by: Chander Kashyap
Signed-off-by: Minkyu Kang
---
Changes since v2:
- rebased, add SPI and I2S addresses.
arch/arm/include/asm/arch-exynos/cpu.h | 48
1 f
On Tue, Dec 25, 2012 at 9:00 PM, Wolfgang Denk wrote:
> Dear Javier Martinez Canillas,
>
Dear Wolfgang,
> In message
> <1356444923-16737-1-git-send-email-javier.marti...@collabora.co.uk> you wrote:
>> Based on commit cf073e49bc3502be1b48a0e3faf0cde9edbb89db for beagleboard
>>
>> Using the new e
This patch adds an GPIO LED boot status for IGEP boards.
The GPIO LED used is the red LED0 while the Linux kernel
uses the green LED0 as the boot status.
By using different GPIO LEDs, the user can know in which
step of the boot process the board currently is.
Signed-off-by: Javier Martinez Canil
Even when the IGEPv2 board and the IGEP Computer-on-Module
are different from a form factor point of view, they are
very similar in the fact that share many components and how
they are wired.
So, it is possible (and better) to have a single board file
for both devices and just use the CONFIG_MACH_
On Tue, Dec 25, 2012 at 8:57 PM, Wolfgang Denk wrote:
> Dear Javier Martinez Canillas,
>
Hello Wolfang,
Thanks a lot for your suggestions.
> In message
> <1356349896-11693-1-git-send-email-javier.marti...@collabora.co.uk> you wrote:
>> This patch adds an GPIO LED boot status for IGEP boards.
>
Dear Otavio Salvador,
> On Tue, Dec 25, 2012 at 11:08 PM, Marek Vasut wrote:
> > Adjust the NAND partitioning layout so that there is a separate partition
> > for the ramdisk and fdt blob on the NAND.
> >
> > Signed-off-by: Marek Vasut
>
> A partition for a ramdisk? maybe initramfs or initrd m
On Tue, Dec 25, 2012 at 11:08 PM, Marek Vasut wrote:
> Adjust the NAND partitioning layout so that there is a separate partition
> for the ramdisk and fdt blob on the NAND.
>
> Signed-off-by: Marek Vasut
A partition for a ramdisk? maybe initramfs or initrd might be better?
--
Otavio Salvador
Adjust the NAND partitioning layout so that there is a separate partition
for the ramdisk and fdt blob on the NAND.
Signed-off-by: Marek Vasut
Cc: Detlev Zundel
Cc: Stefano Babic
Cc: Wolfgang Denk
---
include/configs/m28evk.h |2 ++
1 file changed, 2 insertions(+)
diff --git a/include/co
On Tue, Dec 25, 2012 at 5:18 PM, Tetsuyuki Kobayashi wrote:
> Hello, Joel
>
>
> (2012/12/22 0:17), Joel A Fernandes wrote:
>>
>> Hi Tesuyuki and friends,
>>
>> I had a question with this patch.
>>
>> On Wed, Jun 27, 2012 at 8:27 PM, Tetsuyuki Kobayashi
>> wrote:
>
> This patch moves vecto
Hello, Joel
(2012/12/22 0:17), Joel A Fernandes wrote:
Hi Tesuyuki and friends,
I had a question with this patch.
On Wed, Jun 27, 2012 at 8:27 PM, Tetsuyuki Kobayashi wrote:
This patch moves vector table before jumping relocated code.
Signed-off-by: Tetsuyuki Kobayashi
---
arch/arm/cpu/a
Hi,
On Tuesday 25 December 2012 12:37:55 Albert ARIBAUD wrote:
> Hi Pavel,
>
> On Mon, 24 Dec 2012 15:57:30 +0100, Pavel Herrmann
>
> wrote:
> > Hi,
> >
> > On Monday 24 December 2012 14:56:03 Albert ARIBAUD wrote:
> > > Hi Pavel,
> > >
> > > On Mon, 24 Dec 2012 02:27:53 +0100, Marek Vasut w
From: Fabio Estevam
Select CONFIG_OF_LIBFDT, so that a dt kernel can be launched.
Signed-off-by: Fabio Estevam
---
Changes since v1:
- Add a space between Select and CONFIG_OF_LIBFDT in the commit log
include/configs/mx35pdk.h |1 +
1 file changed, 1 insertion(+)
diff --git a/include/con
Dear Javier Martinez Canillas,
In message <1356444923-16737-1-git-send-email-javier.marti...@collabora.co.uk>
you wrote:
> Based on commit cf073e49bc3502be1b48a0e3faf0cde9edbb89db for beagleboard
>
> Using the new env import command it is possible to use plain text files
> instead
> of script-i
Dear Javier Martinez Canillas,
In message <1356349896-11693-1-git-send-email-javier.marti...@collabora.co.uk>
you wrote:
> This patch adds an GPIO LED boot status for IGEP boards.
>
> The GPIO LED used is the red LED0 while the Linux kernel
> uses the green LED0 as the boot status.
>
> By using
On Sun, Dec 23, 2012 at 12:56 PM, Fabio Estevam wrote:
> From: Fabio Estevam
>
> SelectCONFIG_OF_LIBFDT, so that a dt kernel can be launched.
>
> Signed-off-by: Fabio Estevam
Minor fix, please fix the commit log to have a space after "Select" ;-)
--
Otavio Salvador
Hi, all!
As u-boot MTD layer is from kernel 2.6.30 (if I'm right),
it misses a lot of current large NAND chips support.
Is it possible to update it, or any plans to do so?
I don't want to provide hacks on top of it or workaround
it in drivers, as current Linux mtd supports these and
what is need
Based on commit cf073e49bc3502be1b48a0e3faf0cde9edbb89db for beagleboard
Using the new env import command it is possible to use plain text files instead
of script-images. Plain text files are much easier to handle.
E.g. If your boot.scr contains the following:
---
Hi Pavel,
On Mon, 24 Dec 2012 15:57:30 +0100, Pavel Herrmann
wrote:
> Hi,
>
> On Monday 24 December 2012 14:56:03 Albert ARIBAUD wrote:
> > Hi Pavel,
> >
> > On Mon, 24 Dec 2012 02:27:53 +0100, Marek Vasut wrote:
> > > Dear Pavel Herrmann,
> > >
> > > > ARM board.c doesnt respect CONFIG_SYS_G
Hi Jeroen,
On 12/24/2012 10:55 AM, Jeroen Hofstee wrote:
Hi Nikita,
On 12/23/2012 08:03 AM, Nikita Kiryanov wrote:
Add support for loading splash image from NAND
Signed-off-by: Nikita Kiryanov
Signed-off-by: Igor Grinberg
---
board/cm_t35/cm_t35.c| 61
+++
21 matches
Mail list logo