Hi Eric,
I jump directly to V4 ;-) Sorry for late review, I was not in office
last days.
Added Ben in CC. He sent a first version for the Marsboard.
On 29/03/2014 22:29, Eric Bénard wrote:
> this board is produced by Embest/Element 14 and is based on i.MX6 Solo
> The following features are teste
Hi Troy,
On 29/03/2014 23:34, Troy Kisky wrote:
> This removes one block in the move toward 1 u-boot
> for both a mx6q (quad) and mx6dl (duallite) processor.
>
> Now fdt_file hardcoded value can be removed.
>
> Signed-off-by: Troy Kisky
> ---
I have a general problem with this implementation.
On Sunday, March 30, 2014 at 12:04:31 AM, Otavio Salvador wrote:
> On Sat, Mar 29, 2014 at 7:34 PM, Troy Kisky
>
> wrote:
> > This removes one block in the move toward 1 u-boot
> > for both a mx6q (quad) and mx6dl (duallite) processor.
> >
> > Now fdt_file hardcoded value can be removed.
> >
>
Hi Stefano,
Le Sun, 30 Mar 2014 18:20:49 +0200,
Stefano Babic a écrit :
> I jump directly to V4 ;-) Sorry for late review, I was not in office
> last days.
>
> Added Ben in CC. He sent a first version for the Marsboard.
>
> On 29/03/2014 22:29, Eric Bénard wrote:
> > this board is produced by E
Trying to build the u-boot master branch today from
0b2da7e209f4110b7c81d578336a10330e4a4404
natively on arm gives
make: arm-linux-gcc: Command not found
/bin/sh: arm-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
CHK include/config/uboot.r
Hi
On Sun, 30 Mar 2014 23:08:09 +0100
selsin...@gmail.com wrote:
> Trying to build the u-boot master branch today from
> 0b2da7e209f4110b7c81d578336a10330e4a4404
> natively on arm gives
>
> make: arm-linux-gcc: Command not found
> /bin/sh: arm-linux-gcc: command not found
> dirname: missing op
Hi Alexey,
> >
> > This may be the similar discussion to
> > http://u-boot.10912.n7.nabble.com/U-Boot-could-not-cross-compile-u-boot-tools-td174911.html
>
> It looks not that relevant to me.
> For example even before switching U-Boot to Kbuild it was not possible
> to build host tools simply wit
Dear Tom Rini.
Please pull u-boot-sh master branch.
The following changes since commit 0b2da7e209f4110b7c81d578336a10330e4a4404:
blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.c (2014-03-28
16:55:29 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-sh master
for
Hi Tom,
On Fri, 28 Mar 2014 15:12:25 -0400
Tom Rini wrote:
> On Fri, Mar 28, 2014 at 03:09:51PM +0900, Masahiro Yamada wrote:
>
> > We should avoid the description in Makefile like this
> >
> > ifdef CONFIG_FIT_SIGNATURE
> > hostprogs-y += fit_info$(SFX) fit_check_sign$(SFX)
> > endif
> >
>
Hi Tom,
On Fri, 28 Mar 2014 11:42:40 -0400
Tom Rini wrote:
> On Fri, Mar 28, 2014 at 11:34:49AM +0900, Masahiro Yamada wrote:
>
> > Hi Tom,
> >
> > On Thu, 27 Mar 2014 13:00:19 -0400
> > Tom Rini wrote:
> >
> > > On Thu, Mar 13, 2014 at 07:48:57PM +0900, Masahiro Yamada wrote:
> > >
> > >
Hi Daniel,
All Sparc boards are broken because get_tbclk() func is missing.
lib/built-in.o: In function `tick_to_time':
u-boot/lib/time.c:56: undefined reference to `get_tbclk'
lib/built-in.o: In function `usec_to_tick':
u-boot/lib/time.c:80: undefined reference to `get_tbclk'
Nothing has been
Hi.
When I build NIOS2 boards, warnings are displayed.
common/cmd_test.c: In function `do_test':
common/cmd_test.c:66: warning: 'op' might be used uninitialized in this function
common/cmd_test.c:66: warning: 'adv' might be used uninitialized in this
function
Could anybody fix them?
Best Reg
Dear tomaz
Waiting for your reply...
On 28-Mar-2014, at 3:12 pm, armdev wrote:
> Dear Tomasz,
>
> On 16-Mar-2014, at 6:23 pm, Tomasz Figa wrote:
>
>> Hi,
>>
>> On 14.03.2014 09:04, armdev wrote:
>>> Hi,
>>>
>>> We are trying to enable the UART3 on COM18 pins of arndale board. The UART3
>
Hi Nobuhiro
Could you fix error & warning in sh_mmcif.c, please?
drivers/mmc/sh_mmcif.c:583:43: error: expected '}' before ';' token
drivers/mmc/sh_mmcif.c: In function 'mmcif_mmc_init':
drivers/mmc/sh_mmcif.c:591:6: warning: variable 'ret' set but not used
[-Wunused-but-set-variable]
Best R
Signed-off-by: Masahiro Yamada
---
doc/README.scrapyard | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index 7d67033..6abefd5 100644
--- a/doc/README.scrapyard
+++ b/doc/README.scrapyard
@@ -26,11 +26,15 @@ pdnb3
Describe removed date in the form of -MM-DD, not -DD-MM.
And wrong commit hash also should be fixed.
Signed-off-by: Masahiro Yamada
Cc: Marek Vasut
---
doc/README.scrapyard | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/README.scrapyard b/doc/README.scra
Signed-off-by: Masahiro Yamada
---
common/cmd_fdos.c | 124 --
include/fdc.h | 21 -
2 files changed, 145 deletions(-)
delete mode 100644 common/cmd_fdos.c
delete mode 100644 include/fdc.h
diff --git a/common/cmd_fdos.c b/common/
Signed-off-by: Masahiro Yamada
Cc: Heiko Schocher
---
drivers/i2c/adi_i2c.c | 387 --
1 file changed, 387 deletions(-)
delete mode 100644 drivers/i2c/adi_i2c.c
diff --git a/drivers/i2c/adi_i2c.c b/drivers/i2c/adi_i2c.c
deleted file mode 100644
in
Signed-off-by: Masahiro Yamada
Cc: Mateusz Zalega
Cc: Minkyu Kang
---
board/samsung/goni/mem_setup.S | 249 -
board/samsung/smdkc100/mem_setup.S | 181 ---
2 files changed, 430 deletions(-)
delete mode 100644 board/samsung/goni/me
Signed-off-by: Masahiro Yamada
Cc: Wolfgang Denk
Cc: Nye Liu
---
board/evb64260/ecctest.c | 111 ---
1 file changed, 111 deletions(-)
delete mode 100644 board/evb64260/ecctest.c
diff --git a/board/evb64260/ecctest.c b/board/evb64260/ecctest.c
delete
Signed-off-by: Masahiro Yamada
Cc: Chin Liang See
Cc: Dinh Nguyen
Cc: Scott McNutt
---
board/altera/common/AMDLV065D.c | 174 --
board/altera/common/flash.c | 180
2 files changed, 354 deletions(-)
delete mode 10
Signed-off-by: Masahiro Yamada
Cc: Wolfgang Denk
---
arch/powerpc/cpu/mpc8xx/wlkbd.c | 20
1 file changed, 20 deletions(-)
delete mode 100644 arch/powerpc/cpu/mpc8xx/wlkbd.c
diff --git a/arch/powerpc/cpu/mpc8xx/wlkbd.c b/arch/powerpc/cpu/mpc8xx/wlkbd.c
deleted file mode 10
Signed-off-by: Masahiro Yamada
Cc: Nobuhiro Iwamatsu
---
arch/sh/cpu/sh2/cache.c | 96 -
1 file changed, 96 deletions(-)
delete mode 100644 arch/sh/cpu/sh2/cache.c
diff --git a/arch/sh/cpu/sh2/cache.c b/arch/sh/cpu/sh2/cache.c
deleted file mode 1
Signed-off-by: Masahiro Yamada
Cc: Wolfgang Denk
Cc: Jim Thompson
---
board/sandpoint/early_init.S | 137 ---
1 file changed, 137 deletions(-)
delete mode 100644 board/sandpoint/early_init.S
diff --git a/board/sandpoint/early_init.S b/board/sandpoint/ea
Signed-off-by: Masahiro Yamada
Cc: Brad Kemp
---
board/ppmc8260/strataflash.c | 736 ---
1 file changed, 736 deletions(-)
delete mode 100644 board/ppmc8260/strataflash.c
diff --git a/board/ppmc8260/strataflash.c b/board/ppmc8260/strataflash.c
deleted fil
Signed-off-by: Masahiro Yamada
---
examples/standalone/x86-testapp.c | 100 --
1 file changed, 100 deletions(-)
delete mode 100644 examples/standalone/x86-testapp.c
diff --git a/examples/standalone/x86-testapp.c
b/examples/standalone/x86-testapp.c
deleted fi
Signed-off-by: Masahiro Yamada
Cc: Prafulla Wadaskar
Cc: Lei Wen
---
board/Marvell/common/ecctest.c | 115 -
1 file changed, 115 deletions(-)
delete mode 100644 board/Marvell/common/ecctest.c
diff --git a/board/Marvell/common/ecctest.c b/board/Marvell/c
Signed-off-by: Masahiro Yamada
Cc: Stefan Roese
---
board/prodrive/common/flash.c | 544 --
board/prodrive/common/fpga.c | 167 -
2 files changed, 711 deletions(-)
delete mode 100644 board/prodrive/common/flash.c
delete mode 100644 board/pro
Signed-off-by: Masahiro Yamada
Cc: Yusdi Santoso
---
board/hidden_dragon/early_init.S | 137 ---
1 file changed, 137 deletions(-)
delete mode 100644 board/hidden_dragon/early_init.S
diff --git a/board/hidden_dragon/early_init.S b/board/hidden_dragon/early_in
When flush the d$ with set/way instruction, it need calculate the way's
offset = log2(Associativity); but in current uboot's code, it use below
formula to calculate the offset: log2(Associativity * 2 - 1), so finally
it cannot flush data cache properly.
Signed-off-by: Leo Yan
---
arch/arm/cpu/ar
Signed-off-by: Masahiro Yamada
---
board/broadcom/bcm28155_ap/Makefile | 2 +-
board/compulab/cm_t335/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/broadcom/bcm28155_ap/Makefile
b/board/broadcom/bcm28155_ap/Makefile
index b18785a..4bb9e70 100644
--- a/
Signed-off-by: Masahiro Yamada
---
arch/arm/cpu/Makefile | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/arch/arm/cpu/Makefile b/arch/arm/cpu/Makefile
index b2d30b1..35d8d38 100644
--- a/arch/arm/cpu/Makefile
+++ b/arch/arm/cpu/Makefile
@@ -1,3 +1,6 @@
obj-$(CONFIG_AT91FA
On Monday, March 31, 2014 at 05:58:54 AM, Masahiro Yamada wrote:
> Describe removed date in the form of -MM-DD, not -DD-MM.
> And wrong commit hash also should be fixed.
>
> Signed-off-by: Masahiro Yamada
> Cc: Marek Vasut
Interesting, thanks.
Acked-by: Marek Vasut
Best regards,
Mare
Hello Simon, Lukasz,
Am 30.03.2014 01:17, schrieb Simon Glass:
Hi Lukasz,
On 27 March 2014 11:33, Lukasz Majewski wrote:
Hi Simon, Heiko
From: Aaron Durbin
The current pmic i2c code assumes the current i2c bus is
the same as the pmic device's bus. There is nothing ensuring
that to be true
Since Kbuild was introduced, warmboot_avp.o has been compiled
without -march=armv4t.
Makefile should be adjusted to pass a per-file option.
Signed-off-by: Masahiro Yamada
Cc: Stephen Warren
Cc: Tom Warren
---
arch/arm/cpu/tegra20-common/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 delet
Hello Mruali,
Am 27.03.2014 16:59, schrieb Murali Karicheri:
From: Vitaly Andrianov
- add davinci driver to new multibus/multiadpater support
- adapted all config files, which uses this driver
Signed-off-by: Vitaly Andrianov
Signed-off-by: Murali Karicheri
---
arch/arm/cpu/arm926ej
Hi,
2014-03-31 12:54 GMT+09:00 Masahiro Yamada :
> Hi Nobuhiro
>
> Could you fix error & warning in sh_mmcif.c, please?
>
>
> drivers/mmc/sh_mmcif.c:583:43: error: expected '}' before ';' token
> drivers/mmc/sh_mmcif.c: In function 'mmcif_mmc_init':
> drivers/mmc/sh_mmcif.c:591:6: warning: variab
Hello Masahiro,
Am 31.03.2014 06:03, schrieb Masahiro Yamada:
Signed-off-by: Masahiro Yamada
Cc: Heiko Schocher
---
drivers/i2c/adi_i2c.c | 387 --
1 file changed, 387 deletions(-)
delete mode 100644 drivers/i2c/adi_i2c.c
Good catch! Applied
Hello Tom,
please pull from u-boot-i2c.git, thanks!
The following changes since commit 0b2da7e209f4110b7c81d578336a10330e4a4404:
blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.c (2014-03-28 16:55:29
-0400)
are available in the git repository at:
git://git.denx.de/u-boot-i2c.git mast
2014-03-31 13:09 GMT+09:00 Masahiro Yamada :
> Signed-off-by: Masahiro Yamada
> Cc: Nobuhiro Iwamatsu
Acked-by: Nobuhiro Iwamatsu
> ---
> arch/sh/cpu/sh2/cache.c | 96
> -
> 1 file changed, 96 deletions(-)
> delete mode 100644 arch/sh/cpu/sh2/
Hi Masahiro-san,
On Mon, 2014-03-31 at 10:43 +0900, Masahiro Yamada wrote:
> I wanted to show retionale why a make target "tools-only" is better
> than "HOST_TOOLS_ONLY=yes".
Completely agree. I should have think a bit more before sending initial
patch because right after the email was sent I tho
Signed-off-by: Nobuhiro Iwamatsu
Reported-by: Masahiro Yamada
---
drivers/mmc/sh_mmcif.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/mmc/sh_mmcif.c b/drivers/mmc/sh_mmcif.c
index ad5b23c..ed83a14 100644
--- a/drivers/mmc/sh_mmcif.c
+++ b/drivers/mmc/sh_mmcif.c
@
Applied to u-boot-sh.git.
Thanks!
Nobuhiro
2014-03-31 14:46 GMT+09:00 Nobuhiro Iwamatsu :
> 2014-03-31 13:09 GMT+09:00 Masahiro Yamada :
>> Signed-off-by: Masahiro Yamada
>> Cc: Nobuhiro Iwamatsu
>
> Acked-by: Nobuhiro Iwamatsu
>
>> ---
>> arch/sh/cpu/sh2/cache.c | 96
>>
T1040RDB, T1042RDB header files are very similar so merged into new header file
T104xRDB.
T104xRDB header file can support both T1040RDB and T1042RDB_PI header.
Patch makes following changes
-Update Boards.cfg file for T1040RDB and T1042RDB_PI
-Add new T104xRDB header file
-Delete T1040RDB, T1042
Hi Heiko,
> Hello Simon, Lukasz,
>
> Am 30.03.2014 01:17, schrieb Simon Glass:
> > Hi Lukasz,
> >
> > On 27 March 2014 11:33, Lukasz Majewski
> > wrote:
> >
> >> Hi Simon, Heiko
> >>
> >>> From: Aaron Durbin
> >>>
> >>> The current pmic i2c code assumes the current i2c bus is
> >>> the same as th
BY commit "mmc: Split mmc struct, rework mmc initialization (v2)",
sh_mmcif has compile error. This fixes compile error.
Signed-off-by: Nobuhiro Iwamatsu
CC: Pantelis Antoniou
Reported-by: Masahiro Yamada
---
drivers/mmc/sh_mmcif.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --
Hi, TigerLiu
Sorry to miss you mail.
Now UHS-I support has not been merged into fsl_esdhc.c. We plan to.
There is no plan to support UHS-II now.
Thanks.
Regards & Thanks
-- Haijun
On 03/27/2014 07:19 PM, tiger...@via-alliance.com wrote:
Hi, Haijun:
Freescale engineer had ever added UHS-I sup
Hi, fenghua:
I found you defined these marcoes in vexpress_aemv8a.h :
#define CONFIG_SYS_DCACHE_OFF
#define CONFIG_SYS_ICACHE_OFF
Most ARMv7 platform will enable Icache to make code run faster.
So, why not turn on Icache on ARMv8 FVP model?
Is there any side-effects?
Best wishes,
On 31.03.2014 06:12, Masahiro Yamada wrote:
Signed-off-by: Masahiro Yamada
Cc: Stefan Roese
Good catch!
Acked-by: Stefan Roese
Thanks,
Stefan
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On 31.03.2014 05:59, Masahiro Yamada wrote:
Commit 99bcad18 deleted ADCIOP and DASA_SIM board support
but missed to delete board/esd/adciop and board/esd/dasa_sim.
It also missed to add entries to doc/README.scrapyard.
Signed-off-by: Masahiro Yamada
Cc: Stefan Roese
Good catch!
Acked-by: St
Hi Alexey,
> >
>
> Works as a charm for me as well.
> Do you mind to submit your changes (because it was you who implemented
> it properly and I don't want to "steal" your credits)?
>
> Or I do it still on your behalf putting you in as an author?
>
> -Alexey
OK. I will post it with your Sugg
Hi Nobuhiro,
Thank you for catching this.
On Mar 31, 2014, at 8:54 AM, Nobuhiro Iwamatsu wrote:
> BY commit "mmc: Split mmc struct, rework mmc initialization (v2)",
> sh_mmcif has compile error. This fixes compile error.
>
> Signed-off-by: Nobuhiro Iwamatsu
> CC: Pantelis Antoniou
> Reported-
Hi Nobuhiro,
Thanks for catching this.
On Mar 31, 2014, at 8:54 AM, Nobuhiro Iwamatsu wrote:
> Signed-off-by: Nobuhiro Iwamatsu
> Reported-by: Masahiro Yamada
> ---
> drivers/mmc/sh_mmcif.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/drivers/mmc/sh_mmcif.c b/driv
Hi Eric,
On 30/03/2014 21:52, Eric Bénard wrote:
>> We have already discussed in the past about this function. Each board
>> (at least, imx6 board) want to have such of them, and code is
>> duplicated. What about to factorize it ? I am not against to move it
>> into imx-common, if we generally ag
54 matches
Mail list logo