On Tue, 2014-07-15 at 23:56 +0200, Roman Byshko wrote:
> diff --git a/drivers/usb/host/ehci-sunxi.c b/drivers/usb/host/ehci-sunxi.c
> new file mode 100644
> index 000..8e2baa9
> --- /dev/null
> +++ b/drivers/usb/host/ehci-sunxi.c
> @@ -0,0 +1,212 @@
> +/*
> + * Copyright (C) 2014 Roman Byshko
>
Hi Otavio,
On 16/07/2014 00:11, Otavio Salvador wrote:
> Hello Stefano,
>
> The u-boot-imx tree is out of sync. Could you rebase it (or merge v2014.07)?
>
I merged u-boot/master - please let me know if you have any problem.
Best regards,
Stefano Babic
--
On Wed, 2014-07-16 at 07:16 +0200, Heiko Schocher wrote:
Hi Heiko,
Are you going to take "mvtwsi: convert to CONFIG_SYS_I2C framework"[0]
or would you like me to push it via the sunxi tree? You've acked it but
it is delegated to me.
Ian.
[0] http://patchwork.ozlabs.org/patch/359689/
On Wed, 2014-07-16 at 07:42 +0100, Ian Campbell wrote:
> On Tue, 2014-07-15 at 22:54 +0200, Roman B. wrote:
> > On Sat, Jul 12, 2014 at 2:21 PM, Ian Campbell wrote:
> > > On Tue, 2014-07-08 at 22:21 +0200, Roman Byshko wrote:
> > >> This patch series adds USB Host EHCI support to the sun7i SoC.
>
On Tue, 2014-07-15 at 22:54 +0200, Roman B. wrote:
> On Sat, Jul 12, 2014 at 2:21 PM, Ian Campbell wrote:
> > On Tue, 2014-07-08 at 22:21 +0200, Roman Byshko wrote:
> >> This patch series adds USB Host EHCI support to the sun7i SoC.
> >
> > When you repost this please could you CC the USB custodia
Hello Tom,
please pull from u-boot-i2c.git
The following changes since commit 524123a70761110c5cf3ccc5f52f6d4da071b959:
Prepare v2014.07 (2014-07-14 13:16:45 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-i2c.git master
for you to fetch changes up to a17fd10fb516
Add support of NOR and NAND flash for simulator target.
Here
IFC - CS0: NOR flash
IFC - CS1: NAND flash
Signed-off-by: Prabhakar Kushwaha
---
This patch depeds upon below patch "arm: ls102xa: Add Freescale LS102xA SoC
support"
http://patchwork.ozlabs.org/patch/366604/
include/configs/ls2
Hello Stefano,
The u-boot-imx tree is out of sync. Could you rebase it (or merge v2014.07)?
Thanks in advance,
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9
This patch series adds USB Host EHCI support to the sun7i SoC. It was
tested on Cubietruck. Now you could boot from a USB stick or use a
compatible Ethernet dongle to add a second Ethernet port in U-Boot.
ehci-sunxi.c contains some code for poking GPIOs. This code will go
away once [1] is applied
Hi Marex,
I'm sorry I forgot to CC you on my submission. It would be great, if
you can take a look at it.
Best,
Roman
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Signed-off-by: Roman Byshko
---
include/configs/sunxi-common.h | 6 ++
1 file changed, 6 insertions(+)
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index 5d72d62..c7746bb 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -181,
Signed-off-by: Roman Byshko
---
include/configs/sun7i.h | 8
1 file changed, 8 insertions(+)
diff --git a/include/configs/sun7i.h b/include/configs/sun7i.h
index 9b693f7..0a1d83e 100644
--- a/include/configs/sun7i.h
+++ b/include/configs/sun7i.h
@@ -16,6 +16,14 @@
#define CONFIG_SYS_
From: Hao Zhang
This patch adds Keystone2 k2e_evm evaluation board support.
Signed-off-by: Hao Zhang
Signed-off-by: Ivan Khoronzhuk
---
arch/arm/include/asm/arch-keystone/hardware.h | 1 +
board/ti/ks2_evm/Makefile | 2 +
board/ti/ks2_evm/board_k2e.c | 3
From: Hao Zhang
This patch adds Keystone2 K2E SOC specific code to support
MSMC cache coherency. Also create header file for msmc to hold
its API.
Acked-by: Murali Karicheri
Signed-off-by: Hao Zhang
Signed-off-by: Ivan Khoronzhuk
---
arch/arm/cpu/armv7/keystone/init.c| 12 +++
Use CONFIG_SOC_KEYSTONE in common places instead of defining
a lot of "if def .. || if def " for different Keystone2 SoC types.
Acked-by: Murali Karicheri
Signed-off-by: Ivan Khoronzhuk
---
common/image-fdt.c | 2 +-
drivers/serial/ns16550.c | 4 ++--
2 files changed, 3 insertions(+), 3 d
Keystone2 K2E SoC has slightly different spl pll settings then
K2HK, so correct this.
Acked-by: Murali Karicheri
Signed-off-by: Ivan Khoronzhuk
---
arch/arm/cpu/armv7/keystone/spl.c | 8
1 file changed, 8 insertions(+)
diff --git a/arch/arm/cpu/armv7/keystone/spl.c
b/arch/arm/cpu/arm
From: Hao Zhang
This patch adds hardware definitions specific to Keystone II
K2E device. It has a lot common definitions with k2hk SoC, so
move them to common hardware.h. This is preparation patch for
adding K2E SoC support.
Acked-by: Murali Karicheri
Signed-off-by: Hao Zhang
Signed-off-by: Iv
From: Hao Zhang
This patch adds clock definitions and commands to support Keystone2
K2E SOC.
Signed-off-by: Hao Zhang
Signed-off-by: Ivan Khoronzhuk
---
arch/arm/cpu/armv7/keystone/Makefile | 1 +
arch/arm/cpu/armv7/keystone/clock-k2e.c| 101 +
arch
This series adds support for Keystone2 K2E SoC and k2e_evm evaluation board.
Based on "Generalize Keystone2 code for other SoC types" series.
https://www.mail-archive.com/u-boot@lists.denx.de/msg142007.html
Hao Zhang (4):
ARM: keystone2: add K2E SoC hardware definitions
ARM: keystone2: clock:
Signed-off-by: Roman Byshko
---
drivers/usb/host/Makefile | 1 +
drivers/usb/host/ehci-sunxi.c | 212 ++
2 files changed, 213 insertions(+)
create mode 100644 drivers/usb/host/ehci-sunxi.c
diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Ma
Signed-off-by: Roman Byshko
---
boards.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boards.cfg b/boards.cfg
index 1ba2081..fda3a08 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -377,7 +377,7 @@ Active arm armv7 rmobile renesas
lager
Active
Signed-off-by: Roman Byshko
---
arch/arm/include/asm/arch-sunxi/clock_sun4i.h | 4
1 file changed, 4 insertions(+)
diff --git a/arch/arm/include/asm/arch-sunxi/clock_sun4i.h
b/arch/arm/include/asm/arch-sunxi/clock_sun4i.h
index 928f3f2..fe7348a 100644
--- a/arch/arm/include/asm/arch-sunxi/
On Mon 2014-07-14 11:26:32, Tom Rini wrote:
> On Wed, Jul 09, 2014 at 10:40:07PM +0200, Pavel Machek wrote:
> >
> > Fix help text of ext2load and fatload to match code in fs/fs.c
> >
> > Signed-off-by: Pavel Machek
> >
> > diff --git a/common/cmd_ext2.c b/common/cmd_ext2.c
> > index 5a4bcc1
On Sat, Jul 12, 2014 at 2:21 PM, Ian Campbell wrote:
> On Tue, 2014-07-08 at 22:21 +0200, Roman Byshko wrote:
>> This patch series adds USB Host EHCI support to the sun7i SoC.
>
> When you repost this please could you CC the USB custodian (Marek Vasut,
> marex {AT} denx {DOT} de) for his input on
Agreed, I misunderstood sorry. I'll do the modification for the next
version of the patch.
Thanks!
Regards,
Gabriel
On 07/15/2014 12:35 PM, Stefano Babic wrote:
Hi Gabriel,
On 15/07/2014 16:13, gabriel huau wrote:
I have just investigate a bit. The file is included by common/board_f.c
but i
Hi Gabriel,
On 15/07/2014 16:13, gabriel huau wrote:
>> I have just investigate a bit. The file is included by common/board_f.c
>> but it is, frankly, quite not used. There are several prototype inside
>> it:
>>
>> void setup_mp(void);
>> void cpu_mp_lmb_reserve(struct lmb *lmb);
>> int is_core_d
most todays LCDs support 32bpp e.g. the framebuffer memory is 32bpp
organized.
To support 24bpp BMPs we need to take only 3 byte from the bpp and set
one byte from the FB to 0.
Signed-off-by: Hannes Petermaier
---
common/lcd.c | 23 ---
1 file changed, 20 insertions(+), 3
as Tom Rini suggested, I tried to update the mtd,ubi and ubifs
subsystem with linux v3.15:
commit 1860e379875dfe7271c649058aeddffe5afd9d0d
Author: Linus Torvalds
Date: Sun Jun 8 11:19:54 2014 -0700
Linux 3.15
First patch in this patchserie is a patch, which contains some
small changes bas
On 07/15/2014 12:49 AM, Stefano Babic wrote:
Hi Gabriel,
On 13/07/2014 00:31, Gabriel Huau wrote:
This allows u-boot to load different OS or Bare Metal application on the
different cores of the i.MX6DQ.
For example: we can run Android on cpu0 and a RT OS like QNX/FreeRTOS on cpu1.
Signed-off-b
snyc with linux v3.15:
commit 1860e379875dfe7271c649058aeddffe5afd9d0d
Author: Linus Torvalds
Date: Sun Jun 8 11:19:54 2014 -0700
Linux 3.15
Signed-off-by: Heiko Schocher
Cc: Scott Wood
Cc: Tom Rini
---
- how to create this patch
- copy all linux mtd files from the last linux comm
while playing with the new mtd/ubi/ubifs sync, found some
small updates for it:
- add del_mtd_partition() to include/linux/mtd/mtd
- mtd: add a debug_printf
- remove some not used functions
Signed-off-by: Heiko Schocher
Cc: Scott Wood
Cc: Tom Rini
---
This patch is based on the mtd/ubi/ubifs
Some "recent" changes (move to Kbuild) to the Makefile broke
the tags and cscope build targets.
This patch set brings those back again to working state.
Igor Grinberg (3):
Makefile: fix the {c,e}tags/cscope build targets
Makefile: fix ctags/etags clean targets
Makefile: fix tags target docum
Replace the TAGS target name by the actual ctags target name.
Also, add etags target documentation.
Cc: Masahiro Yamada
Signed-off-by: Igor Grinberg
---
Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index bfe801c..ca212b5 100644
--- a/Makefil
Commit efcf861 (kbuild: use scripts/Makefile.clean)
refactored the cleaning targets and accidentially replaced the actually
generated "ctags" and "etags" files in the file list by "tags" and "TAGS".
"tags" and "TAGS" are not part of the Makefile build targets and
therefore should not be a part of t
Commit 9e41403 (kbuild: change out-of-tree build)
changed the U-Boot build working directory to the output tree
for the out-of-tree builds.
This broke the {c,e}tags/cscope build targets as TAG_SUBDIRS variable
collected directories based on assumption that the build working
directory is the U-Boot
Dear Wolfgang,
I am using the git protocol but only a clone from scratch worked for me.
many thanks and best regards,
hannes
On 2014-07-15 14:28, Wolfgang Denk wrote:
Dear Hannes Petermaier,
In message <53c51013.1020...@petermaier.org> you wrote:
at this moment i tried to fetch newest u-boo
Dear Hannes Petermaier,
In message <53c51013.1020...@petermaier.org> you wrote:
>
> at this moment i tried to fetch newest u-boot using 'git pull'
>
> GIT answered to me:
>
> error: Unable to find 524123a70761110c5cf3ccc5f52f6d4da071b959 under
> http://git.denx.de/u-boot.git
> Cannot obtain ne
Hello,
at this moment i tried to fetch newest u-boot using 'git pull'
GIT answered to me:
error: Unable to find 524123a70761110c5cf3ccc5f52f6d4da071b959 under
http://git.denx.de/u-boot.git
Cannot obtain needed object 524123a70761110c5cf3ccc5f52f6d4da071b959
error: Fetch failed.
does anybody
?
>>>
>>
>> IMHO you can create a drivers/pwm directory and add a pwm-imx.c driver.
>> This reflects the same we have in kernel.
>
> Yes, that was also my first thought, but we have a API for this in
> include/pwm.h
> but no drivers/pwm ... so I searched
Hi,
I would like to know whether U-Boot supports boot counting (through
CONFIG_BOOTCOUNT_LIMIT fag) and boot watchdog (through CONFIG_WATCHDOG
flag) on T30 platforms.
Thanks
Gab
--
Gabriele Randelli
Founder & Chief Technology Officer
S
On 07/11/2014 09:56 AM, Magnus Lilja wrote:
Hi
On 8 July 2014 10:05, Helmut Raiger wrote:
I meant, that the SPL is now doing the RAM init and copying of the SPL code
correctly. RAM is working, the SPL code is at 0x87dc after that (CRCed
it via JTAG).
I could not track it further (I have ve
... so I searched pwm_init and found:
pollux:u-boot hs [20140715] $ grep -lr pwm_init .
./include/.pwm.h.swp
./include/pwm.h
./arch/arm/include/asm/arch-tegra20/pwm.h
./arch/arm/cpu/armv7/s5p-common/pwm.c
./arch/arm/cpu/armv7/s5p-common/timer.c
./arch/arm/cpu/armv7/tegra20/pwm.c
./board/nvidia/common
Hi Heiko,
On 15/07/2014 10:52, Heiko Schocher wrote:
>> I see. What do you mind to add a little effort and move the setup of the
>> PWM from the aristaneos board to a PWM driver ? I see there is not (yet)
>> such a driver, but why not ?
>
> Yes, I can do that ... Hmm, where do you think is a goo
Hi
On Tuesday 08 of July 2014 21:38:16 Simon Glass wrote:
> ...
> +
> +Note that the information that controls this behaviour is in the bus's
> +driver, not the child's. In fact it is possible that child has no knowledge
> +that it is connected to a bus. The same child device may even be used on
>
Hello Stefano,
Am 15.07.2014 10:12, schrieb Stefano Babic:
Hi Heiko,
On 12/07/2014 06:10, Heiko Schocher wrote:
add defines for pwm modul found on imx6.
Signed-off-by: Heiko Schocher
Cc: Stefano Babic
---
- changes for v2:
- new
arch/arm/include/asm/arch-mx6/imx-regs.h | 16 +++
Hi
On Monday 14 of July 2014 18:56:13 Simon Glass wrote:
> Add a uclass which provides access to SPI buses and includes operations
> required by SPI.
>
> For a time driver model will need to co-exist with the legacy SPI interface
> so some parts of the header file are changed depending on which i
Freescale's flash control driver is using architecture specific timer API
i.e. usec2ticks
Replace usec2ticks with get_timer() (generic timer API)
Signed-off-by: Prabhakar Kushwaha
---
drivers/mtd/nand/fsl_elbc_nand.c |8
drivers/mtd/nand/fsl_ifc_nand.c | 21 ++--
Hi Heiko,
On 12/07/2014 06:10, Heiko Schocher wrote:
> CPU: Freescale i.MX6DL rev1.1 at 792 MHz
> Board: aristaitenos
> I2C: ready
> DRAM: 1 GiB
> NAND: 512 MiB
> MMC: FSL_SDHC: 0, FSL_SDHC: 1
> SF: Detected N25Q128 with page size 256 Bytes, erase size 64 KiB, total 16 MiB
> Display: lb07w
Hi Fabio,
On 11/07/2014 15:22, Fabio Estevam wrote:
> Hi Heiko,
>
> On Wed, May 28, 2014 at 7:16 AM, Heiko Schocher wrote:
>
>> --- a/arch/arm/include/asm/arch-mx6/clock.h
>> +++ b/arch/arm/include/asm/arch-mx6/clock.h
>> @@ -57,6 +57,7 @@ void enable_usboh3_clk(unsigned char enable);
>> int e
Hi Heiko,
On 12/07/2014 06:10, Heiko Schocher wrote:
> add defines for pwm modul found on imx6.
>
> Signed-off-by: Heiko Schocher
> Cc: Stefano Babic
>
> ---
> - changes for v2:
> - new
>
> arch/arm/include/asm/arch-mx6/imx-regs.h | 16
> 1 file changed, 16 insertions(+)
>
Hi Heiko,
On 12/07/2014 06:10, Heiko Schocher wrote:
> add IOMUXC_GPR1_USB_OTG_ID_OFFSET and IOMUXC_GPR1_USB_OTG_ID_SEL_MASK
> define for the USB_OTG_ID_SEL bit.
>
> Signed-off-by: Heiko Schocher
> Cc: Stefano Babic
>
> ---
> - changes for v2:
> - new
>
> arch/arm/include/asm/arch-mx6/imx-
ping.
On 07/03/14 11:36, Igor Grinberg wrote:
> Hi Pantelis, Tom,
>
> Apparently, Dmitry has sent the message in html format...
>
> Resending now...
> Sorry for that...
>
>
> Original Message
> Subject: Re: [U-Boot] [PATCH 2/3] env_mmc: support env partition setup
> in
Hi Gabriel,
On 13/07/2014 00:31, Gabriel Huau wrote:
> This allows u-boot to load different OS or Bare Metal application on the
> different cores of the i.MX6DQ.
> For example: we can run Android on cpu0 and a RT OS like QNX/FreeRTOS on cpu1.
>
> Signed-off-by: Gabriel Huau
> ---
> Changes for v
53 matches
Mail list logo