Add CONFIG_SYS_GENERIC_BOARD to enable generic board for kzm9g.
See doc/README.generic-board
Signed-off-by: Tetsuyuki Kobayashi
---
include/configs/kzm9g.h |1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h
index 4d11c7d..5a13ad1 100644
--- a
This is regression of commit 2035d77d i2c: sh_i2c: Update to new CONFIG_SYS_I2C
framework.
Before commit 2035d77d, i2c probe command works properly on kzm9g board.
KZM-A9-GT# i2c probe
Valid chip addresses: 0C 12 1D 32 39 3D 40 60
After commit 2035d77d, i2c probe command does not work.
KZM-A9-
Hello, I found i2c probe command bug on kzm9g board and fixed it.
I know it is the last minute to v2014.04, but I want these patches merged.
Please review.
Tetsuyuki Kobayashi (2):
i2c: sh_i2c: bugfix: i2c probe command does now work
arm: kzm9g: Add CONFIG_SYS_GENERIC_BOARD
drivers/i2c/sh_i
I am sorry. The title was typo.
"i2c: sh_i2c: bugfix: i2c probe command does not work"
(2014/04/14 11:21), Tetsuyuki Kobayashi wrote:
> This is regression of commit 2035d77d i2c: sh_i2c: Update to new
> CONFIG_SYS_I2C framework.
>
> Before commit 2035d77d, i2c probe command works properly on kz
Hello, Nobihiro, Heiko
I found bug in this patch.
When I change read length 0 to 1, I have to change buffer address NULL
to some valid memory address.
I am going to v3 patch as soon as possible.
(2014/04/14 15:09), Nobuhiro Iwamatsu wrote:
Hi,
2014-04-14 14:22 GMT+09:00 Heiko Schocher :
H
Add CONFIG_SYS_GENERIC_BOARD to enable generic board for kzm9g.
See doc/README.generic-board
Signed-off-by: Tetsuyuki Kobayashi
---
include/configs/kzm9g.h |1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h
index 4d11c7d..5a13ad1 100644
--- a
This is regression of commit 2035d77d i2c: sh_i2c: Update to new CONFIG_SYS_I2C
framework
Before commit 2035d77d, i2c probe command works properly on kzm9g board.
KZM-A9-GT# i2c probe
Valid chip addresses: 0C 12 1D 32 39 3D 40 60
After commit 2035d77d, i2c probe command does not work.
KZM-A9-G
Hello,
I found i2c probe command bug on kzm9g board and fixed it.
The v1 patches are faild to post because I was not subscribing u-boot ML.
Changes for v2:
- correct typo in commit message.
Tetsuyuki Kobayashi (2):
i2c: sh_i2c: bugfix: i2c probe command does now work
arm: kzm9g: Add CONFIG
Hi,
(2014/04/14 15:12), Nobuhiro Iwamatsu wrote:
Hi,
2014-04-14 14:24 GMT+09:00 Heiko Schocher :
Hello Tetsuyuki,
Am 14.04.2014 06:45, schrieb Tetsuyuki Kobayashi:
Add CONFIG_SYS_GENERIC_BOARD to enable generic board for kzm9g.
See doc/README.generic-board
Hmm.. I did not find "doc/READM
Hi Akshay,
I'm not Samsung tree maintainer, but by chance I've come across those
patches and...
First question - why have you omitted u-boot-samsung tree maintainer?
I've added Minkyu to CC.
Also in the cover letter you claim that this patch was "build tested"
for Exynos4 based boards. Why didn'
Hi Simon,
>Hi Akshay,
>
>
>On 12 April 2014 13:33, Simon Glass wrote:
>
>On 12 April 2014 02:43, Akshay Saraswat wrote:
>
>From: Rajeshwari Shinde
>
>Enable configs for GPIO CMD and Generic GPIO.
>
>Signed-off-by: Rajeshwari Shinde
>Signed-off-by: Akshay Saraswat
>
>
>
>Acked-by: Simon Glass
This is regression of commit 2035d77d i2c: sh_i2c: Update to new CONFIG_SYS_I2C
framework
Before commit 2035d77d, i2c probe command works properly on kzm9g board.
KZM-A9-GT# i2c probe
Valid chip addresses: 0C 12 1D 32 39 3D 40 60
After commit 2035d77d, i2c probe command does not work.
KZM-A9-G
Hello,
I found i2c probe command bug on kzm9g board and fixed it.
Also, add CONFIG_SYS_GENERIC_BOARD for kzm9g board.
Changes for v2:
- correct typo in commit message.
Changes for v3:
- prepare dummy data buffer and use it to avoid NULL access.
Tetsuyuki Kobayashi (2):
i2c: sh_i2c: bugfix
Add CONFIG_SYS_GENERIC_BOARD to use common/board_[fr].c for kzm9g.
Signed-off-by: Tetsuyuki Kobayashi
---
Changes for v3:
- change commit message.
include/configs/kzm9g.h |1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h
index 4d11c7d..5a
Am 14.04.2014 08:09, schrieb Matthias Weißer:
Hi Wolfgang
Am 11.04.2014 12:43, schrieb Wolfgang Denk:
Dear Matthias,
In message <5347bbbc.9000...@arcor.de> you wrote:
we are currently trying to get an out-of-tree board based on 2013.01
back in sync with current master and observing a strange
Dear Albert Aribaud,
Please pull u-boot-sh/rmobile into u-boot-arm/master.
I want to merge these fixes into 2014.04. Could you please merge these?
Best regards,
Nobuhiro
The following changes since commit 1b82491ee6ee1e986e5521b33692a00e1f38fe75:
board:tricorder: fixup SPL OOB layout (2014-
Applied, thanks!
Best regards,
Nobuhiro
2014-04-14 17:13 GMT+09:00 Tetsuyuki Kobayashi :
> Add CONFIG_SYS_GENERIC_BOARD to use common/board_[fr].c for kzm9g.
>
> Signed-off-by: Tetsuyuki Kobayashi
> ---
> Changes for v3:
> - change commit message.
>
> include/configs/kzm9g.h |1 +
> 1 f
Applied, thanks for your this fix!
Best regards,
Nobuhiro
2014-04-14 17:13 GMT+09:00 Tetsuyuki Kobayashi :
> This is regression of commit 2035d77d i2c: sh_i2c: Update to new
> CONFIG_SYS_I2C framework
>
> Before commit 2035d77d, i2c probe command works properly on kzm9g board.
>
> KZM-A9-GT# i
Hi Lukasz,
>Hi Akshay,
>
>I'm not Samsung tree maintainer, but by chance I've come across those
>patches and...
>
>First question - why have you omitted u-boot-samsung tree maintainer?
>I've added Minkyu to CC.
>
Minkyu has an email ID "proms...@gmail.com" and I added that in CC.
Probably you don
Hello Akshay,
I tried to test your patches but build breaks for trats2 and trats
configs. You didn't change some old gpio code in those boards files.
Please fix this.
On 04/12/2014 11:43 AM, Akshay Saraswat wrote:
From: Akshay Saraswat
Changes in V2:
- Enabled CMD_GPIO as suggested b
Hi Akshay,
> Hi Lukasz,
>
> >Hi Akshay,
> >
> >I'm not Samsung tree maintainer, but by chance I've come across those
> >patches and...
> >
> >First question - why have you omitted u-boot-samsung tree maintainer?
> >I've added Minkyu to CC.
> >
>
> Minkyu has an email ID "proms...@gmail.com" and
T4240RDB board Specification
Memory subsystem:
6GB DDR3
128MB NOR flash
2GB NAND flash
Ethernet:
Eight 1G SGMII ports
Four 10Gbps SFP+ ports
PCIe:
Two PCIe slots
USB:
Two USB2.0 Type A ports
SDHC:
One SD-card port
SATA:
One SATA port
UAR
Hi Tim,
sorry for late review.
On 03/04/2014 08:01, Tim Harvey wrote:
> This utilizes existing nand support, including the mtd layer to provide a
> a method to load an image off nand for SPL. It is somewhat bulky but avoids
> duplicating code.
>
> This will need to be split out and re-based on t
On 03/04/2014 08:01, Tim Harvey wrote:
> We only need to read in the size of struct image_header and thus don't
> need to know the page size of the nand device.
>
> Signed-off-by: Tim Harvey
> ---
> common/spl/spl_nand.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/c
Hello Stefan,
I am looking at porting U-Boot to a board that is being designed with a
Micron PC28D00AP30 NOR flash device and can't work out whether this is
something that is already supported by U-Boot or whether it is work that I
will need to undertake.
I have had a good grep through the code
Hi Tim,
On 03/04/2014 08:01, Tim Harvey wrote:
> Signed-off-by: Tim Harvey
> ---
> arch/arm/cpu/armv7/mx6/u-boot-spl.lds | 52
> +++
> 1 file changed, 52 insertions(+)
> create mode 100644 arch/arm/cpu/armv7/mx6/u-boot-spl.lds
>
> diff --git a/arch/arm/cpu/armv
Am 2014-04-01 20:09, schrieb Michael Walle:
Move addresses for kernel, ramdisk and fdt blob to own variables. Add
dtb
blob loading to all existing boot scripts, dtb filenames were taken
from
vanilla kernel. Introduce new boot script bootcmd_legacy, which only
loads
a kernel and a ramdisk. Make
On Fri, Apr 11, 2014 at 9:45 AM, Tom Rini wrote:
> On Thu, Apr 10, 2014 at 02:18:02PM -0500, Rob Herring wrote:
>
>> From: Rob Herring
>>
>> I'm reviving the Android Fastboot support after 2+ years since the last
>> posting[1]. The previous postings had some questions about licensing and
>> sourc
Hi Tim,
On 03/04/2014 08:01, Tim Harvey wrote:
> Add enums, #defines, and helper functions needed for SPL images to describe
> and detect IMX6 boot device.
>
> Signed-off-by: Tim Harvey
> ---
> arch/arm/cpu/armv7/mx6/soc.c| 56
> +
> arch/arm/include
Hi Tim,
On 03/04/2014 08:01, Tim Harvey wrote:
> This can be used to pass info between the SPL and u-boot.
>
> Signed-off-by: Tim Harvey
> ---
> arch/arm/include/asm/arch-mx6/sys_proto.h | 5 +
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/include/asm/arch-mx6/sys_proto.h
>
Dear Akshay,
On 14/04/14 19:53, Lukasz Majewski wrote:
> Hi Akshay,
>
>> Hi Lukasz,
>>
>>> Hi Akshay,
>>>
>>> I'm not Samsung tree maintainer, but by chance I've come across those
>>> patches and...
>>>
>>> First question - why have you omitted u-boot-samsung tree maintainer?
>>> I've added Minky
Hi Lukasz,
On 14 April 2014 01:17, Lukasz Majewski wrote:
[snip[
I think your questions are mostly answered but I wanted to chime in on a
few.
What is wrong with specifying the bank field?
> Why your gpio command cannot use the bank approach?
>
U-Boot has a generic GPIO API and we should try
Hi Akshay,
On 14 April 2014 02:05, Akshay Saraswat wrote:
> Hi Simon,
>
> >Hi Akshay,
> >
> >
> >On 12 April 2014 13:33, Simon Glass wrote:
> >
> >On 12 April 2014 02:43, Akshay Saraswat wrote:
> >
> >From: Rajeshwari Shinde
> >
> >Enable configs for GPIO CMD and Generic GPIO.
> >
> >Signed-o
+Tom, Albert for this bug
Hi Belisko,
On 28 March 2014 03:40, Belisko Marek wrote:
> Hello,
>
> On Thu, Mar 27, 2014 at 4:28 PM, Simon Glass wrote:
> > Hi,
> >
> > On 26 March 2014 00:10, Belisko Marek wrote:
> >>
> >> Hi,
> >>
> >> I'm playing with fdt booting on beaglebone board. I'm using
Hi Minkyu, Simon and Lukasz,
>Dear Akshay,
>
>On 14/04/14 19:53, Lukasz Majewski wrote:
>> Hi Akshay,
>>
>>> Hi Lukasz,
>>>
Hi Akshay,
I'm not Samsung tree maintainer, but by chance I've come across those
patches and...
First question - why have you omitted u-boot-sa
Hi,
On 04/12/2014 11:43 AM, Akshay Saraswat wrote:
From: Rajeshwari Shinde
This patch rename GPIO definitions from GPIO_... to S5P_GPIO_...
This changes was done to enable cmd_gpio for EXYNOS and
cmd_gpio has GPIO_INPUT same as s5p_gpio driver and hence
getting a error during compilation.
Bui
Hello,
I like this idea. This is a good feature for easy and fast gpio
maintaining. I have few comments to this.
On 04/12/2014 11:43 AM, Akshay Saraswat wrote:
From: Rajeshwari Shinde
This patch adds gpio pin numbering support for EXYNOS 5250 & 5420.
To have consistent 0..n-1 GPIO numbering
Hi,
On 04/12/2014 11:43 AM, Akshay Saraswat wrote:
From: Rajeshwari Shinde
This patch adds support for name to gpio conversion in s5p_gpio
to enable gpio command EXYNOS 5250 & 5420.
Function has been added to asm/gpio.h to decode the
input gpio name to gpio number.
Example: SMDK5420 # gpio se
Hi,
I missed this email before.
On 04/14/2014 04:55 PM, Akshay Saraswat wrote:
Hi Minkyu, Simon and Lukasz,
Dear Akshay,
On 14/04/14 19:53, Lukasz Majewski wrote:
Hi Akshay,
Hi Lukasz,
Hi Akshay,
I'm not Samsung tree maintainer, but by chance I've come across those
patches and...
First
On Mon, Apr 14, 2014 at 1:51 AM, Matthias Weißer wrote:
> Am 14.04.2014 08:09, schrieb Matthias Weißer:
>
>> Hi Wolfgang
>>
>> Am 11.04.2014 12:43, schrieb Wolfgang Denk:
>>>
>>> Dear Matthias,
>>>
>>> In message <5347bbbc.9000...@arcor.de> you wrote:
we are currently trying to get
On Sun, Apr 13, 2014 at 2:29 AM, Marek Vasut wrote:
> On Saturday, April 12, 2014 at 07:50:35 PM, Jagan Teki wrote:
> [...]
>
>> >> > diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h
>> >> > index 1876dbf..3d05a64 100644
>> >> > --- a/include/configs/mx6slevk.h
>> >> > +++ b/in
On Fri, Apr 11, 2014 at 12:47 AM, Andrew Ruder wrote:
> On Fri, Apr 11, 2014 at 12:33:45AM +0530, Jagan Teki wrote:
>> >> It would be great if you mentioned issue scenario for status poll case
>> >> drivers/mtd/spi/sf_ops.c: ret = spi_xfer(spi, 8, NULL,
>> >> &status, 0);
>> OK - mea
On Mon, Apr 14, 2014 at 05:13:57PM +0900, Tetsuyuki Kobayashi wrote:
> This is regression of commit 2035d77d i2c: sh_i2c: Update to new
> CONFIG_SYS_I2C framework
>
> Before commit 2035d77d, i2c probe command works properly on kzm9g board.
>
> KZM-A9-GT# i2c probe
> Valid chip addresses: 0C 12 1
On Mon, Apr 14, 2014 at 05:53:19PM +0900, Nobuhiro Iwamatsu wrote:
> Dear Albert Aribaud,
>
> Please pull u-boot-sh/rmobile into u-boot-arm/master.
> I want to merge these fixes into 2014.04. Could you please merge these?
>
> Best regards,
> Nobuhiro
>
> The following changes since commit 1b8
Hey all,
I've pushed v2014.04 out to the repository and tarballs should exist
soon.
As always, lots of nice little fixes here and there and everywhere.
Since I've had a few requests to include some sort of ChangeLog (other
than what git spits out), here's what I've come up with:
- Improve 'test'
Hi James,
I'm using U-Boot 2010.06 (Jun 18 2013 - 14:03:16)
Thanks
Dang
-Original Message-
From: James Chargin [mailto:jimccr...@gmail.com]
Sent: Friday, April 11, 2014 9:46 AM
To: u-boot@lists.denx.de; Tran, Dang
Subject: Re: [U-Boot] U-Boot Loop
Greetings,
On 04/11/2014 09:23 AM, Tra
Hi Tom,
On Mon, 14 Apr 2014 15:20:25 -0400, Tom Rini wrote:
> Hey all,
>
> I've pushed v2014.04 out to the repository and tarballs should exist
> soon.
>
> As always, lots of nice little fixes here and there and everywhere.
> Since I've had a few requests to include some sort of ChangeLog (oth
On 04/14/2014 01:11 PM, Tran, Dang wrote:
Hi James,
I'm using U-Boot 2010.06 (Jun 18 2013 - 14:03:16)
This is a version of U-Boot that is even older than the version I used
for my demonstration that ctrl-c works. (I used 2010.12)
You should make efforts towards using a more recent version
Jim,
I'm using TeraTerm version 2.3.
I can send Ctrl-C the board. However when I'm in this looping mode I can't.
>From what you descried, version 2010.12 works and maybe I should update to a
>later version and see if that fixes my issue.
Thanks
Dang
-Original Message-
From: James Chargi
(2014/04/15 4:17), Tom Rini wrote:
On Mon, Apr 14, 2014 at 05:13:57PM +0900, Tetsuyuki Kobayashi wrote:
This is regression of commit 2035d77d i2c: sh_i2c: Update to new CONFIG_SYS_I2C
framework
Before commit 2035d77d, i2c probe command works properly on kzm9g board.
KZM-A9-GT# i2c probe
Valid
Hi Tom,
On 14 April 2014 12:20, Tom Rini wrote:
> Hey all,
>
> I've pushed v2014.04 out to the repository and tarballs should exist
> soon.
>
> As always, lots of nice little fixes here and there and everywhere.
> Since I've had a few requests to include some sort of ChangeLog (other
> than what
Hi Tom,
On Thu, 20 Feb 2014 08:31:56 -0500
Tom Rini wrote:
> On Thu, Feb 20, 2014 at 05:55:47PM +0900, Masahiro Yamada wrote:
> > Hi.
> >
> >
> > > [PATCH 6/9] fdt_support: add 'const' qualifier for unchanged argument.
> >
> > This might be really trivial, but I notice I had added a period at
Fix the following warning messages:
In function 'flash_erase': 180:21:
warning: variable 'last' set but not used [-Wunused-but-set-variable]
In function 'write_buff': 322:10:
warning: variable 'port_width' set but not used [-Wunused-but-set-variable]
Signed-off-by: Masahiro Yamada
Cc: TsiChung
This commit imports Kbuild-related updates
from v3.14 to v3.15-rc1.
- commit 3d3d6b8474204b6819688c9800774d52d370a538
kbuild: LLVMLinux: Adapt warnings for compilation with clang
- commit 61163efae02040f66a95c8ed17f4407951ba58fa
kbuild: LLVMLinux: Add Kbuild support for building kernel w
This commit imports DocBook-related updates
from v3.14 to v3.15-rc1.
- commit ec3fadd64b9940baa2a369bf978e8561837db3f5
kbuild: docbook: use $(obj) and $(src) rather than specific path
- commit 100da4c0150c97ce34d4d3b38bf2f5449b05ae4f
kbuild: docbook: specify KERNELDOC dependency correctl
Hi Tom,
On Fri, 28 Mar 2014 11:37:28 +0900
Masahiro Yamada wrote:
> Hi Tom,
>
>
> On Thu, 27 Mar 2014 13:20:33 -0400
> Tom Rini wrote:
>
> > On Mon, Mar 24, 2014 at 05:41:47PM -0600, Simon Glass wrote:
> > > +Tom
> > >
> > > On 23 March 2014 22:55, Masahiro Yamada wrote:
> > >
> > > > Pr
Like Linux Kernel, this commit provides environment variables
KCPPFLAGS, KAFLAGS and KCFLAGS, which are useful to pass
additional options.
Signed-off-by: Masahiro Yamada
---
Makefile | 5 +
1 file changed, 5 insertions(+)
diff --git a/Makefile b/Makefile
index 970a219..0191869 100644
--- a/
Am 14.04.2014 17:38, schrieb Kees Cook:
On Mon, Apr 14, 2014 at 1:51 AM, Matthias Weißer wrote:
Am 14.04.2014 08:09, schrieb Matthias Weißer:
Hi Wolfgang
Am 11.04.2014 12:43, schrieb Wolfgang Denk:
Dear Matthias,
In message <5347bbbc.9000...@arcor.de> you wrote:
we are currently trying
Hi, Tom.
I am grateful that you have been working during the vacation.
And thanks for release 2014.04.
Best regards,
Nobuhiro
2014-04-15 4:20 GMT+09:00 Tom Rini :
> On Mon, Apr 14, 2014 at 05:53:19PM +0900, Nobuhiro Iwamatsu wrote:
>
>> Dear Albert Aribaud,
>>
>> Please pull u-boot-sh/rmobile
T1040 and it's variants provide "Single Oscillator Source" Reference Clock Mode.
In this mode, single onboard oscillator(DIFF_SYSCLK) can provide the reference
clock
(100MHz) to the following PLLs:
• Platform PLL
• Core PLLs
• USB PLL
• DDR PLL, etc
The cfg_eng_use0 of porsr1 register identifies
Hi Simon,
> Hi Lukasz,
>
> On 14 April 2014 01:17, Lukasz Majewski
> wrote:
>
> [snip[
>
> I think your questions are mostly answered but I wanted to chime in
> on a few.
>
> What is wrong with specifying the bank field?
> > Why your gpio command cannot use the bank approach?
> >
>
> U-Boot
Hi Tom,
> And I would encourge custodians to follow-up with anything big I've
> overlooked.
>
> Thanks for the hard work everyone! The merge window is now open until
> Saturday May 03 2014.
A few minor patches were omitted, though :-).
http://patchwork.ozlabs.org/patch/337795/
http://patchwork
62 matches
Mail list logo