Am Samstag 12 Januar 2013, 15:41:54 schrieb Jason:
> > Interesting that [1] states it's possible, though...
>
> With the dreamplug, I often load u-boot into RAM via the JTAG (0x060
> and 0x080), and then 'resume 0x060'. Then use the u-boot
> running from 0x060 to burn the image t
I work for Google. Anything that comes from wfric...@google.com or
wfric...@chromium.org comes from me.
Bill
--
Art for Art's Sake
Engineering for Money
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Sunday, January 13, 2013, Simon Glass wrote:
> Hi,
>
> You are being copied because you have written U-Boot code which is now
> in mainline.
>
> The chromium.org domain does not automatically attribute U-Boot
> commits by company. Each author needs to be manually added to the list
> and this ca
On Sat, Jan 12, 2013 at 9:20 AM, Simon Glass wrote:
> Hi,
>
> You are being copied because you have written U-Boot code which is now
> in mainline.
>
> The chromium.org domain does not automatically attribute U-Boot
> commits by company. Each author needs to be manually added to the list
> and th
This commit allows pxa2xx based boards to reimplement reset_cpu()
function with board specific reset sequence.
Signed-off-by: Lukasz Dalek
---
arch/arm/cpu/pxa/pxa2xx.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/cpu/pxa/pxa2xx.c b/arch/arm/cpu/pxa/pxa2xx.c
Use Samsung S3CA410X01 companion chip to reset PDA.
Signed-off-by: Lukasz Dalek
---
Changes for v2:
- Reimplement reset_cpu() instead of board_reset()
---
board/h2200/h2200.c |9 +
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/board/h2200/h2200.c b/board/h220
Dear Łukasz Dałek,
> On 13.01.2013 00:54, Marek Vasut wrote:
> > Dear Lukasz Dalek,
> >
> >
> > +void board_reset(void)
> > +{
> > + /* Enable VLIO interface on Hamcop */
> > + writeb(0x1, 0x4000);
> > +
> > + /* Reset board (cold reset) */
> > + writeb(0xff, 0x4002);
> > +}
> > Can you
On 13.01.2013 00:54, Marek Vasut wrote:
Dear Lukasz Dalek,
+void board_reset(void)
+{
+ /* Enable VLIO interface on Hamcop */
+ writeb(0x1, 0x4000);
+
+ /* Reset board (cold reset) */
+ writeb(0xff, 0x4002);
+}
Can you not reimplement reset_cpu() ?
reset_cpu() doesn't
Dear Jeroen Hofstee,
> Since the lcd code was compiled unconditionally for pxa also add
> CONFIG_PXA_LCD to the boards using this framebuffer. Since the
> driver/video contains video and lcd driver add lcd to the name
> to make clear it belongs to common/lcd.c.
>
> cc: Anatolij Gustschin
> cc: C
Dear Lukasz Dalek,
> Use Samsung S3CA410X01 companion chip to reset PDA.
>
> Signed-off-by: Lukasz Dalek
> ---
> board/h2200/h2200.c |9 +
> 1 files changed, 9 insertions(+), 0 deletions(-)
>
> diff --git a/board/h2200/h2200.c b/board/h2200/h2200.c
> index 720b06e..a716a3f 100644
>
Dear Lukasz Dalek,
> When u-boot is compiled for PXA25x processor, pxa/start.S is calling
> cpu_init_crit by BL instruction. BL is overwriting lr register so
> relocate_code is going into infinite loop. This patch preservs lr
> register in r12 before calling cpu_init_crit and after function return
On Sat, Jan 12, 2013 at 10:30:58PM +0100, Jeroen Hofstee wrote:
> On 01/12/2013 09:41 PM, Jason wrote:
> >On Sat, Jan 12, 2013 at 08:41:36PM +0100, Dirk Heinrichs wrote:
> >>Am Samstag 12 Januar 2013, 16:51:51 schrieb Wolfgang Denk:
> >>
> >>>Did you read the FAQ? Especially
> >>>http://www.denx.d
On Sat, Jan 12, 2013 at 10:30:58PM +0100, Jeroen Hofstee wrote:
> On 01/12/2013 09:41 PM, Jason wrote:
> >On Sat, Jan 12, 2013 at 08:41:36PM +0100, Dirk Heinrichs wrote:
> >>Am Samstag 12 Januar 2013, 16:51:51 schrieb Wolfgang Denk:
> >>
> >>>Did you read the FAQ? Especially
> >>>http://www.denx.d
I wrote down your mail address wrongly here. I will fix it in v2,
awaiting other comments.
On 01/12/2013 11:07 PM, Jeroen Hofstee wrote:
cc: Anatolij Gustschin
cc: Simon Glass
Signed-off-by: Jeroen Hofstee
---
drivers/video/tegra.c | 52 -
When u-boot is compiled for PXA25x processor, pxa/start.S is calling
cpu_init_crit by BL instruction. BL is overwriting lr register so
relocate_code is going into infinite loop. This patch preservs lr
register in r12 before calling cpu_init_crit and after function returns
restores it.
Signed-off-b
Hide the console macros since some reference global data which is
no longer present.
cc: Anatolij Gustschin
Signed-off-by: Jeroen Hofstee
---
common/lcd.c | 28
include/lcd.h | 28
2 files changed, 28 insertions(+), 28 deletions(-)
cc: Che-Liang Chiou
Signed-off-by: Jeroen Hofstee
---
api/api_display.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/api/api_display.c b/api/api_display.c
index 6439170..c167db7 100644
--- a/api/api_display.c
+++ b/api/api_display.c
@@ -45,8 +45,8 @@ int display_get
Since the lcd code was compiled unconditionally for pxa also add
CONFIG_PXA_LCD to the boards using this framebuffer. Since the
driver/video contains video and lcd driver add lcd to the name
to make clear it belongs to common/lcd.c.
cc: Anatolij Gustschin
cc: Cliff Brake
cc: Marek Vasut
Signed-
cc: Anatolij Gustschin
cc: Cliff Brake
cc: John Zhan
cc: Marek Vasut
cc: Wolfgang Denk
Signed-off-by: Jeroen Hofstee
---
board/mcc200/lcd.c |7 ---
drivers/video/mpc8xx_lcd.c | 40
drivers/video/pxa_lcd.c| 33 --
- Make the brackets of the function calls more consistent
- Remove really unnecessary brackets
- Removes the extern from the function definitions
- Remove curly brackets from single line statements
- Remove lcd_setmem proto since it is already in common.h
- Don't init globals to 0
cc: Anatol
console_col, console_row, lcd_line_length, lcd_console_address had
to be declared in board / driver specific code, but were not actually
used there. Get rid of the global variables.
Cc: Alessandro Rubini
Cc: Anatolij Gustschin
Cc: Bo Shen
Cc: Haavard Skinnemoen
Cc: Kyungmin Park
Cc: Marek Vas
lcd_base is available as gd->fb_base as well, there is no need
to keep a seperate copy.
Cc: Alessandro Rubini
Cc: Anatolij Gustschin
Cc: Bo Shen
Cc: Haavard Skinnemoen
Cc: Kyungmin Park
Cc: Marek Vasut
Cc: Minkyu Kang
Cc: Nikita Kiryanov
Cc: Simon Glass
Cc: Stelian Pop
Cc: Tom Warren
Si
Since the lcd code was compiled unconditionally in arch also
add CONFIG_MPC8XX_LCD to the boards using this driver.
cc: Anatolij Gustschin
cc: John Zhan
cc: Wolfgang Denk
Signed-off-by: Jeroen Hofstee
---
arch/powerpc/cpu/mpc8xx/Makefile |1 -
arch/powerpc/cpu/mpc8xx/lcd.c| 618 -
cc: Anatolij Gustschin
cc: Simon Glass
Signed-off-by: Jeroen Hofstee
---
drivers/video/tegra.c | 52 -
1 file changed, 52 deletions(-)
diff --git a/drivers/video/tegra.c b/drivers/video/tegra.c
index 3709d0b..26a96a5 100644
--- a/drivers/video/
Use Samsung S3CA410X01 companion chip to reset PDA.
Signed-off-by: Lukasz Dalek
---
board/h2200/h2200.c |9 +
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/board/h2200/h2200.c b/board/h2200/h2200.c
index 720b06e..a716a3f 100644
--- a/board/h2200/h2200.c
+++ b/board/h
Since CONFIG_VIDEO_AMBA is not set by any board, it does not seem
to be used, so remove it since there is no way to (compile) test it.
cc: Alessandro Rubini
cc: Anatolij Gustschin
Signed-off-by: Jeroen Hofstee
---
drivers/video/Makefile |1 -
drivers/video/amba.c | 77 -
As mentioned in http://lists.denx.de/pipermail/u-boot/2013-January/143459.html
there does not seem to be a good reason why the frame buffer driver
provide the variables for the lcd internal logic. So lets just remove it.
If there is any good reason for a framebuffer driver to "call up" it should
do
Some boards have its own way to reset board. This patch adds support for
board_reset() function which is called from reset_cpu() to do board
specific actions before/instead main reset_cpu() actions.
Signed-off-by: Lukasz Dalek
---
arch/arm/cpu/pxa/pxa2xx.c |7 +++
1 files changed, 7 inse
On 01/12/2013 09:41 PM, Jason wrote:
On Sat, Jan 12, 2013 at 08:41:36PM +0100, Dirk Heinrichs wrote:
Am Samstag 12 Januar 2013, 16:51:51 schrieb Wolfgang Denk:
Did you read the FAQ? Especially
http://www.denx.de/wiki/view/DULG/CanUBootBeConfiguredSuchThatItCanBeStarted
InRAM ?
Now I did :) T
On Sat, Jan 12, 2013 at 08:41:36PM +0100, Dirk Heinrichs wrote:
> Am Samstag 12 Januar 2013, 16:51:51 schrieb Wolfgang Denk:
>
> > Did you read the FAQ? Especially
> > http://www.denx.de/wiki/view/DULG/CanUBootBeConfiguredSuchThatItCanBeStarted
> > InRAM ?
>
> Now I did :) Thanx a lot.
>
> Inte
On Jan 12, 2013 9:20 AM, "Simon Glass" wrote:
>
> Hi,
>
> You are being copied because you have written U-Boot code which is now
> in mainline.
>
> The chromium.org domain does not automatically attribute U-Boot
> commits by company. Each author needs to be manually added to the list
> and this ca
On Sat, Jan 12, 2013 at 9:20 AM, Simon Glass wrote:
> Hi,
>
> You are being copied because you have written U-Boot code which is now
> in mainline.
>
> The chromium.org domain does not automatically attribute U-Boot
> commits by company. Each author needs to be manually added to the list
> and thi
Hi,
You are being copied because you have written U-Boot code which is now
in mainline.
The chromium.org domain does not automatically attribute U-Boot
commits by company. Each author needs to be manually added to the list
and this can only be done if you confirm your employer.
So, if you are on
Am Samstag 12 Januar 2013, 16:51:51 schrieb Wolfgang Denk:
> Did you read the FAQ? Especially
> http://www.denx.de/wiki/view/DULG/CanUBootBeConfiguredSuchThatItCanBeStarted
> InRAM ?
Now I did :) Thanx a lot.
Interesting that [1] states it's possible, though...
Bye...
Dirk
[1]: https
From: Daniel Schwierzeck
Signed-off-by: Daniel Schwierzeck
---
doc/README.mips | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/doc/README.mips b/doc/README.mips
index 85dea40..f4f770b 100644
--- a/doc/README.mips
+++ b/doc/README.mips
@@ -16,11 +16,6 @@ Toolchain
From: Daniel Schwierzeck
Signed-off-by: Daniel Schwierzeck
---
board/qemu-mips/README => doc/README.qemu-mips | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename board/qemu-mips/README => doc/README.qemu-mips (100%)
diff --git a/board/qemu-mips/README b/doc/README.qemu-mips
similarity
Hi Daniel,
> From: Daniel Schwierzeck
>
> The Qemu specific bootm implementation was intended for a special
> Qemu target in Linux kernel. But this target has been dropped in
> v2.6.25-rc1 by commit 302922e5f6901eb6f29c58539631f71b3d9746b8
>
> Author: Ralf Baechle
> Date: Tue Jan 29
From: Daniel Schwierzeck
The Qemu specific bootm implementation was intended for a special
Qemu target in Linux kernel. But this target has been dropped in
v2.6.25-rc1 by commit 302922e5f6901eb6f29c58539631f71b3d9746b8
Author: Ralf Baechle
Date: Tue Jan 29 10:15:02 2008 +
[MI
The x86 bootm code is quite special, and geared to zimage. Adjust it
to support device tree and make it more like the ARM code, with
separate bootm stages and functions for each stage.
Create a function announce_and_cleanup() to handle printing the
"Starting kernel ..." message and put it in bootm
If we are passing this using the device tree then we may not want to
set this up here. TBD.
Signed-off-by: Simon Glass
---
arch/x86/lib/zimage.c | 21 -
1 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/arch/x86/lib/zimage.c b/arch/x86/lib/zimage.c
index 8819a
Add a new setup@ section to the FIT which can be used to provide a setup
binary for booting Linux on x86. This makes it possible to boot x86 from
a FIT.
Signed-off-by: Simon Glass
---
common/cmd_bootm.c| 22 +-
common/image-fit.c| 20 ++
These options are used by the image code. To allow us to use the generic
code more easily, define these for x86.
Signed-off-by: Simon Glass
---
arch/x86/include/asm/config.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/x86/include/asm/config.h b/arch/x86/include
This little series adds support for booting FITs on x86. A FIT is a single
file that can contain a kernel, device tree and ramdisk.
This is a bit of an experiment, and is work in progress. I would like to
get feedback on the approach.
x86 kernels require a setup.bin file to boot. Rather than try
This patch adds support for MX23-based Olinuxino board.
Signed-off-by: Marek Vasut
Cc: Fabio Estevam
Cc: Otavio Salvador
Cc: Stefano Babic
---
MAINTAINERS |1 +
board/olimex/mx23_olinuxino/Makefile | 47 +
board/olimex/mx23_olinuxino/mx23
Hi Jeroen,
On Sun, Jan 6, 2013 at 2:43 PM, Jeroen Hofstee wrote:
> On 01/05/2013 08:50 PM, Wolfgang Denk wrote:
>>
>> Dear Anatolij,
>>
>> In message <1357415148-9243-1-git-send-email...@denx.de> you wrote:
>>>
>>> lcd_color_fg and lcd_color_bg had to be declared in board specific
>>> code, but w
On Sat, Jan 12, 2013 at 2:52 PM, Marek Vasut wrote:
> Dear Otavio Salvador,
>
>> On Sat, Jan 12, 2013 at 2:16 PM, Marek Vasut wrote:
>> > Dear Otavio Salvador,
>> >
>> >> On Fri, Jan 11, 2013 at 9:27 PM, Marek Vasut wrote:
>> >> > This patch adds support for MX23-based Olinuxino board.
>> >> >
>
On Sat, Jan 5, 2013 at 11:45 AM, Wolfgang Denk wrote:
> lcd_color_fg and lcd_color_bg had to be declared in board specific
> code, but were not actually used there; in addition, we have getter /
> setter functions for these, which were not used either.
>
> Get rid of the global variables, and use
On Tue, Jan 8, 2013 at 6:07 PM, Allen Martin wrote:
> Using "-ansi" preprocessor option will cause dts lines that begin with
> '#' to choke the preprocessor. Change to "-x assembler-with-cpp"
> instead which is what the kernel uses to preprocess dts files.
>
> Signed-off-by: Allen Martin
Acked-
On Sat, Jan 12, 2013 at 1:07 AM, Allen Martin wrote:
> Add tegra30 SPI SLINK nodes to fdt.
>
> Signed-off-by: Allen Martin
Acked-by: Simon Glass
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Sat, Jan 12, 2013 at 1:07 AM, Allen Martin wrote:
> Add I/O addresses of SPI SLINK controllers 1-6
>
> Signed-off-by: Allen Martin
Acked-by: Simon Glass
(optional thought below)
> ---
> arch/arm/include/asm/arch-tegra/tegra.h |6 ++
> 1 file changed, 6 insertions(+)
>
> diff --git
On Sat, Jan 12, 2013 at 1:07 AM, Allen Martin wrote:
> SBC1 is SPI controller 1 on tegra30
>
> Signed-off-by: Allen Martin
Acked-by: Simon Glass
> ---
> arch/arm/cpu/tegra30-common/clock.c |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/cpu/tegra30-common/
On Sat, Jan 12, 2013 at 1:07 AM, Allen Martin wrote:
> Turn on SPI in cardhu config file
>
> Signed-off-by: Allen Martin
Acked-by: Simon Glass
> ---
> include/configs/cardhu.h | 11 +++
> 1 file changed, 11 insertions(+)
>
> diff --git a/include/configs/cardhu.h b/include/configs/ca
Hi,
On Sat, Jan 12, 2013 at 1:07 AM, Allen Martin wrote:
> Add driver for tegra SPI "SLINK" style driver. This controller is
> similar to the tegra20 SPI "SFLASH" controller. The difference is
> that the SLINK controller is a genernal purpose SPI controller and the
> SFLASH controller is specia
Dear Otavio Salvador,
> On Sat, Jan 12, 2013 at 2:16 PM, Marek Vasut wrote:
> > Dear Otavio Salvador,
> >
> >> On Fri, Jan 11, 2013 at 9:27 PM, Marek Vasut wrote:
> >> > This patch adds support for MX23-based Olinuxino board.
> >> >
> >> > Signed-off-by: Marek Vasut
> >> > Cc: Fabio Estevam
On Sat, Jan 12, 2013 at 1:07 AM, Allen Martin wrote:
> Sort nodes in dts files according the the following rules:
>
> 1) Any nodes that already exist in any /include/d file, in the order
> they appear in the /include/d file.
>
> 2) Any nodes with a reg property, in order of their address.
>
> 3) A
Hi Amar,
On Fri, Jan 11, 2013 at 9:58 AM, Amarendra Reddy
wrote:
> Hi Simon,
>
> Thanks for review comments.
> Please find my responses below.
>
> Thanks & Regards
> Amarendra Reddy
>
> On 10 January 2013 22:27, Simon Glass wrote:
>>
>> Hi Amar,
>>
>> On Fri, Jan 4, 2013 at 1:34 AM, Amar wrote:
On Sat, Jan 12, 2013 at 2:16 PM, Marek Vasut wrote:
> Dear Otavio Salvador,
>
>> On Fri, Jan 11, 2013 at 9:27 PM, Marek Vasut wrote:
>> > This patch adds support for MX23-based Olinuxino board.
>> >
>> > Signed-off-by: Marek Vasut
>> > Cc: Fabio Estevam
>> > Cc: Otavio Salvador
>> > Cc: Stefan
Hi,
On Thu, Jan 10, 2013 at 11:59 PM, R Sricharan wrote:
> Hi,
>
>
> On Saturday 01 December 2012 04:31 AM, Simon Glass wrote:
>>
>> From: Arun Mankuzhi
>>
>> In Cortex-A15 architecture, when we run cache invalidate
>> the cache clean operation executes automatically.
>> So if there are any dirt
On Sat, Jan 12, 2013 at 2:14 PM, Marek Vasut wrote:
> Dear Otavio Salvador,
>
>> On Fri, Jan 11, 2013 at 9:29 PM, Marek Vasut wrote:
>> > Replace use of ttyAM0 with ttyAMA0 as default serial console.
>> >
>> > Signed-off-by: Marek Vasut
>> > Cc: Stefano Babic
>>
>> Please use the board name in
Dear Otavio Salvador,
> On Fri, Jan 11, 2013 at 9:27 PM, Marek Vasut wrote:
> > This patch adds support for MX23-based Olinuxino board.
> >
> > Signed-off-by: Marek Vasut
> > Cc: Fabio Estevam
> > Cc: Otavio Salvador
> > Cc: Stefano Babic
> > ---
> >
> > MAINTAINERS
Dear Otavio Salvador,
> On Fri, Jan 11, 2013 at 9:27 PM, Marek Vasut wrote:
> > Dear Fabio Estevam,
> >
> >> Hi Marek,
> >>
> >> On Fri, Jan 11, 2013 at 11:19 AM, Marek Vasut wrote:
> >> > This patch adds support for MX23-based Olinuxino board.
> >> >
> >> > Signed-off-by: Marek Vasut
> >> >
Dear Otavio Salvador,
> On Fri, Jan 11, 2013 at 9:29 PM, Marek Vasut wrote:
> > Replace use of ttyAM0 with ttyAMA0 as default serial console.
> >
> > Signed-off-by: Marek Vasut
> > Cc: Stefano Babic
>
> Please use the board name in the commit log.
I think mxs is enough.
Best regards,
Marek
Dear Dirk Heinrichs,
In message <1457183.WG9k8kxG45@moria> you wrote:
>
> 1) Does running from RAM this way work at all?
> 2) If I can't test it from RAM, is it save to write it to flash anyway?
Did you read the FAQ? Especially
http://www.denx.de/wiki/view/DULG/CanUBootBeConfiguredSuchThatItCan
On Fri, Jan 11, 2013 at 9:29 PM, Marek Vasut wrote:
> Replace use of ttyAM0 with ttyAMA0 as default serial console.
>
> Signed-off-by: Marek Vasut
> Cc: Stefano Babic
Please use the board name in the commit log.
--
Otavio Salvador O.S. Systems
E-mail: ota...@ossyste
On Fri, Jan 11, 2013 at 9:27 PM, Marek Vasut wrote:
> Dear Fabio Estevam,
>
>> Hi Marek,
>>
>> On Fri, Jan 11, 2013 at 11:19 AM, Marek Vasut wrote:
>> > This patch adds support for MX23-based Olinuxino board.
>> >
>> > Signed-off-by: Marek Vasut
>> > Cc: Fabio Estevam
>> > Cc: Otavio Salvador
On Fri, Jan 11, 2013 at 9:27 PM, Marek Vasut wrote:
> This patch adds support for MX23-based Olinuxino board.
>
> Signed-off-by: Marek Vasut
> Cc: Fabio Estevam
> Cc: Otavio Salvador
> Cc: Stefano Babic
> ---
> MAINTAINERS |1 +
> board/olimex/mx23_olinuxi
Hello,
I have compiled u-boot v2012.10 for my Guruplug and would like to test it from
RAM before I write it to flash. So following instructions I found via internet
search I load the u-boot.kwb from SATA disk into RAM at address 0x80
(ext2load ide 0:1 0x80 u-boot.kwb) and then start it
Hi all,
I'm stuck trying to get Linux to boot from U-Boot on a Coldfire system and
I'd love some ideas of what to try next.
I'm upgrading a uClinux system from a 2.4 kernel to 3.3. Additionally I'm
trying to upgrade the boot-loader from u-boot 1.1.6 to release 2012.07.
The board is based on a MC
Hi Bo,
On Fri, 7 Dec 2012 15:37:04 +0800, Bo Shen
wrote:
> Add dataflash boot support on at91sam9x5ek board
>
> Signed-off-by: Bo Shen
> ---
> boards.cfg |1 +
> include/configs/at91sam9x5ek.h | 10 ++
> 2 files changed, 11 insertions(+)
>
> diff --git a/bo
Dear Albert Aribaud,
On 09.01.13 17:17, Andreas Bießmann wrote:
> Dear Bo Shen,
>
> Albert Aribaud agreed to apply this one to u-boot-arm/master for the
> upcoming release.
gentle reminder ...
Best regards
Andreas Bießmann
___
U-Boot mailing list
U-B
Add driver for tegra SPI "SLINK" style driver. This controller is
similar to the tegra20 SPI "SFLASH" controller. The difference is
that the SLINK controller is a genernal purpose SPI controller and the
SFLASH controller is special purpose and can only talk to FLASH
devices. In addition there ar
Sort nodes in dts files according the the following rules:
1) Any nodes that already exist in any /include/d file, in the order
they appear in the /include/d file.
2) Any nodes with a reg property, in order of their address.
3) Any nodes without a reg property, alphabetically by node name.
Sign
Add apbdma node for tegra20 and tegra30, copied directly from tegra
Linux dtsi files.
Signed-off-by: Allen Martin
---
arch/arm/dts/tegra20.dtsi | 21 +
arch/arm/dts/tegra30.dtsi | 37 +
2 files changed, 58 insertions(+)
diff --git a/ar
Add tegra30 SPI SLINK nodes to fdt.
Signed-off-by: Allen Martin
---
arch/arm/dts/tegra30.dtsi | 72 +++
board/nvidia/dts/tegra30-cardhu.dts |4 ++
2 files changed, 76 insertions(+)
diff --git a/arch/arm/dts/tegra30.dtsi b/arch/arm/dts/tegra30.dtsi
Turn on SPI in cardhu config file
Signed-off-by: Allen Martin
---
include/configs/cardhu.h | 11 +++
1 file changed, 11 insertions(+)
diff --git a/include/configs/cardhu.h b/include/configs/cardhu.h
index aa725ba..1616b39 100644
--- a/include/configs/cardhu.h
+++ b/include/configs/car
Add I/O addresses of SPI SLINK controllers 1-6
Signed-off-by: Allen Martin
---
arch/arm/include/asm/arch-tegra/tegra.h |6 ++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/include/asm/arch-tegra/tegra.h
b/arch/arm/include/asm/arch-tegra/tegra.h
index 67e6fd0..d2435c1 100644
---
This series updates the tegra20 SPI driver to add fdt support and adds
a new tegra30 SPI driver. This series depends on the following
patches:
Allen Martin:
fdt: fix dts preprocessor options
tegra: remove IRDA pinmux synonym
Testing was done on seaboard (tegra20) and cardhu (tegra30)
Add node for tegra20 SPI SFLASH controller to fdt.
Signed-off-by: Allen Martin
---
arch/arm/dts/tegra20.dtsi | 12
board/nvidia/dts/tegra20-seaboard.dts |4
2 files changed, 16 insertions(+)
diff --git a/arch/arm/dts/tegra20.dtsi b/arch/arm/dts/tegra20.dtsi
i
Add support for configuring tegra SPI driver from devicetree.
Support is keyed off CONFIG_OF_CONTROL. Add entry in seaboard dts
file for spi controller to describe seaboard spi.
Signed-off-by: Allen Martin
---
drivers/spi/tegra_spi.c | 42 +-
include/fd
SBC1 is SPI controller 1 on tegra30
Signed-off-by: Allen Martin
---
arch/arm/cpu/tegra30-common/clock.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/cpu/tegra30-common/clock.c
b/arch/arm/cpu/tegra30-common/clock.c
index c67a2e1..db5ac1e 100644
--- a/arch/arm/c
On Fri, 11 Jan 2013 22:33:58 +0100, Albert ARIBAUD
wrote:
> Hi Minkyu,
>
> On Fri, 11 Jan 2013 17:23:10 +0900, Minkyu Kang
> wrote:
> > Dear Albert,
> >
> > Merge samsung, imx, tegra into u-boot-arm/master (2012-12-22 11:59:14
> > +0100)
> >
> > are available in the git repository at:
> >
81 matches
Mail list logo