On 06/01/14 20:49, Leela Krishna Amudala wrote:
> configure S2MPS11 pmic on SMDK5420
>
> Signed-off-by: Leela Krishna Amudala
> Acked-by: Simon Glass
> ---
> include/configs/smdk5420.h |4
> 1 file changed, 4 insertions(+)
>
> diff --git a/include/configs/smdk5420.h b/include/configs/
On 06/01/14 20:49, Leela Krishna Amudala wrote:
> Most of i2c PMIC drivers follow the same initialization sequence,
> let's generalize it in a common file.
>
> The initialization function finds the PMIC in the device tree, and if
> found - registers it in the list of known PMICs and initializes it
On Tuesday, January 07, 2014 at 07:37:46 AM, Vivek Gautam wrote:
> Hi Marek,
>
> On Mon, Jan 6, 2014 at 9:22 PM, Marek Vasut wrote:
> > On Monday, January 06, 2014 at 10:29:42 AM, Vivek Gautam wrote:
> >> On smdk5420 two availbale XHCI controllers require VBUS GPIO
> >> to be configured, the EHCI
HI Marek,
On Mon, Jan 6, 2014 at 9:24 PM, Marek Vasut wrote:
Thanks for reviewing this. :-)
> On Monday, January 06, 2014 at 10:29:43 AM, Vivek Gautam wrote:
>> Update USB_MAX_CONTROLLER_COUNT to be '2' to enable support
>> for both usb 3.0 controllers on exynos5420.
>>
>> NOTE: To use EHCI on
On Tue, Jan 7, 2014 at 1:19 PM, Marek Vasut wrote:
> On Tuesday, January 07, 2014 at 07:37:46 AM, Vivek Gautam wrote:
>> Hi Marek,
>>
>> On Mon, Jan 6, 2014 at 9:22 PM, Marek Vasut wrote:
>> > On Monday, January 06, 2014 at 10:29:42 AM, Vivek Gautam wrote:
>> >> On smdk5420 two availbale XHCI con
There are some entries which produce the same binaries
as other entries:
- Lite5200 is equivalent to icecube_5200
- Lite5200_LOWBOOT is equivalent to icecube_5200_LOWBOOT
- Lite5200_LOWBOOT08 is equivalent to icecube_5200_LOWBOOT08
- ep8248Eis equivalent to ep8248
- MPC
- Remove a trailing empty line
- Add '#' to the empty line between two comment blocks
Signed-off-by: Masahiro Yamada
---
boards.cfg | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/boards.cfg b/boards.cfg
index 0d655e4..5b6a150 100644
--- a/boards.cfg
+++ b/boards.cfg
@
This series uses Fabio's patch as a prerequisite:
"boards.cfg: Keep the entries sorted"
http://patchwork.ozlabs.org/patch/305456/
Please apply it before this series.
Masahiro Yamada (3):
cosmetic: boards.cfg: remove a trailing empty line
boards.cfg: Place "-" in the 8th field if it is
Hi Minkyu Kang,
On Tue, Jan 7, 2014 at 11:00 AM, Minkyu Kang wrote:
> Dear Vivek Gautam,
>
> On 06/01/14 18:29, Vivek Gautam wrote:
>> Add required support to use multiple USB 3.0 controllers available
>> on exynos5420 SoC.
>>
>> Signed-off-by: Vivek Gautam
>> ---
>> arch/arm/cpu/armv7/exynos/
On Tuesday, January 07, 2014 at 10:03:01 AM, Vivek Gautam wrote:
> On Tue, Jan 7, 2014 at 1:19 PM, Marek Vasut wrote:
> > On Tuesday, January 07, 2014 at 07:37:46 AM, Vivek Gautam wrote:
> >> Hi Marek,
> >>
> >> On Mon, Jan 6, 2014 at 9:22 PM, Marek Vasut wrote:
> >> > On Monday, January 06, 201
On Tuesday, January 07, 2014 at 09:55:37 AM, Vivek Gautam wrote:
> HI Marek,
>
>
> On Mon, Jan 6, 2014 at 9:24 PM, Marek Vasut wrote:
>
> Thanks for reviewing this. :-)
>
> > On Monday, January 06, 2014 at 10:29:43 AM, Vivek Gautam wrote:
> >> Update USB_MAX_CONTROLLER_COUNT to be '2' to enabl
On 01/06/2014 07:45 AM, Masahiro Yamada wrote:
> Like other architectures, CONFIG_AVR32 can be defined
> in arch/avr32/config.mk rather than board header files.
>
> Signed-off-by: Masahiro Yamada
> Cc: Andreas Bießmann
Acked-by: Andreas Bießmann
> ---
> arch/avr32/config.mk| 2 +-
On Tue, Jan 7, 2014 at 2:44 PM, Marek Vasut wrote:
> On Tuesday, January 07, 2014 at 09:55:37 AM, Vivek Gautam wrote:
>> HI Marek,
>>
>>
>> On Mon, Jan 6, 2014 at 9:24 PM, Marek Vasut wrote:
>>
>> Thanks for reviewing this. :-)
>>
>> > On Monday, January 06, 2014 at 10:29:43 AM, Vivek Gautam wrot
For low freq boot mode(ARM boot up with 396MHz), ROM
will not set AHB clock to 132MHz, and the reset value of
AHB divider is incorrect which will lead to wrong AHB
rate, need to correct it. To enable low freq boot mode,
need to set BOOT_CFG2[2] to high, tested on i.MX6Q/DL
SabreSD board and i.MX6SL
On Mon, Jan 6, 2014 at 9:21 PM, Marek Vasut wrote:
> On Monday, January 06, 2014 at 10:29:40 AM, Vivek Gautam wrote:
>> Add required support to use multiple USB 3.0 controllers available
>> on exynos5420 SoC.
>>
>> Signed-off-by: Vivek Gautam
>> ---
>> arch/arm/cpu/armv7/exynos/power.c|
For low freq boot mode(ARM boot up with 396MHz), ROM
will not set AHB clock to 132MHz, and the reset value of
AHB divider is incorrect which will lead to wrong AHB
rate, need to correct it. To enable low freq boot mode,
need to set BOOT_CFG2[2] to high, tested on i.MX6Q/DL
SabreSD board and i.MX6SL
Hi Anson,
On Mon, Jan 6, 2014 at 7:31 PM, Anson Huang wrote:
> int arch_cpu_init(void)
> {
> init_aips();
>
> + /*
> +* When low freq boot is enabled, ROM will not set AHB
> +* freq, so we need to ensure AHB freq is 132MHz in such
> +* scenario.
> +
> -Original Message-
> From: Anson Huang [mailto:b20...@freescale.com]
> Sent: Tuesday, January 07, 2014 5:32 AM
> To: sba...@denx.de; eric.nel...@boundarydevices.com;
> troy.ki...@boundarydevices.com; Estevam Fabio-R49496; Liu Hui-R64343
> Cc: u-boot@lists.denx.de
> Subject: [PATCH] i.MX6:
On Tuesday, January 07, 2014 at 10:15:20 AM, Vivek Gautam wrote:
[...]
> >> diff --git a/arch/arm/include/asm/arch-exynos/cpu.h
> >> b/arch/arm/include/asm/arch-exynos/cpu.h index 718940b..d93cba9 100644
> >> --- a/arch/arm/include/asm/arch-exynos/cpu.h
> >> +++ b/arch/arm/include/asm/arch-exynos
On Tuesday, January 07, 2014 at 10:37:24 AM, Vivek Gautam wrote:
[...]
> > How I'd do this:
> > 1) Rename all these submit_*() functions to usb_submit_*()
> > 2) Rename all five usb_*() functions to ehci_*() resp. xhci_*()
>
> This will happen in each controller drivers (ehci/xhci) which would
>
On Tue, Jan 7, 2014 at 4:29 PM, Marek Vasut wrote:
> On Tuesday, January 07, 2014 at 10:15:20 AM, Vivek Gautam wrote:
>
> [...]
>
> Minor rant, please trim the email when replying so it contains only the
> relevant
> parts. Otherwise, the irrelevant noise might cause some of the relevant
> repli
Hi Fabio,
On 06/01/2014 14:12, Fabio Estevam wrote:
> Hi Stefano,
>
> On Fri, Jan 3, 2014 at 3:55 PM, Fabio Estevam wrote:
>> From: Fabio Estevam
>>
>> Provide an argument to enable_fec_anatop_clock() to specify the clock
>> frequency
>> that will be generated.
>>
>> No changes are made to mx6
Hello Minkyu,
Thank you for review.
On 01/06/2014 12:38 PM, Minkyu Kang wrote:
On 04/01/14 01:43, Przemyslaw Marczak wrote:
This simple LCD menu allows run one of download mode on device
without writing on console or for fast and easy upgrade.
This feature check user keys combination at boot:
Hello,
On 01/06/2014 12:37 PM, Minkyu Kang wrote:
On 04/01/14 02:21, Przemyslaw Marczak wrote:
Signed-off-by: Przemyslaw Marczak
---
changes v2:
- add definitions for check keys
- cleanup config definitions
Changes v3:
- remove CONFIG_BOARD_NAME from include/configs/trats2.h
include/confi
Hello,
On 01/06/2014 12:37 PM, Minkyu Kang wrote:
On 04/01/14 01:43, Przemyslaw Marczak wrote:
Old s5p gpio coding method was not clean and was not working properly
for all parts and banks. New method is clean and easy to extend.
Gpio coding mask:
0x00ff - pin number
0x0000 - bank offs
Hi Anson,
On 06/01/2014 22:31, Anson Huang wrote:
> For low freq boot mode(ARM boot up with 396MHz), ROM
> will not set AHB clock to 132MHz, and the reset value of
> AHB divider is incorrect which will lead to wrong AHB
> rate, need to correct it. To enable low freq boot mode,
> need to set BOOT_C
On Mon, Jan 6, 2014 at 8:56 AM, nidalpres wrote:
> Hi all!
>
> I was following instructions from
> http://eewiki.net/display/linuxonarm/iMX233-OLinuXino in order to get
> mainline kernel to boot off of my olinuxino micro board.
>
> I have created two partitions on my SD card:
>Device Boot
On 12/21/2013 11:46 AM, Albert ARIBAUD wrote:
Hi Andre,
On Wed, 18 Dec 2013 15:06:04 +0100, Andre Przywara
wrote:
the Arndale board does not work anymore with current master HEAD.
If I turn on the board, I see exactly nothing.
I bisected it down to:
47ed5dd031d7d2c587e6afd386e79ccec1a1b7f7 i
Before this change ums mode can not be entered when device
was using the same usb port for usb/uart communication.
Switching USB cable from UART to USB always causes ums exit.
Signed-off-by: Przemyslaw Marczak
---
common/cmd_usb_mass_storage.c | 24
include/usb_mass_s
Byte offset of Ethernet mac address read from e-fuse are wrong so DHCP is
not working on some boards, modifying the offset to read properly.
Signed-off-by: Mugunthan V N
---
board/ti/dra7xx/evm.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/board/ti/dra7xx/evm.c b/
Dear Masahiro Yamada,
In message <1389085642-28400-4-git-send-email-yamad...@jp.panasonic.com> you
wrote:
> There are some entries which produce the same binaries
> as other entries:
> - Lite5200 is equivalent to icecube_5200
> - Lite5200_LOWBOOT is equivalent to icecube_5200_LOWBOO
On Fri, Jan 03, 2014 at 03:57:48PM -0800, York Sun wrote:
> Tom,
>
> The following changes since commit fef24f4f38eb685a6da29097930e6e49b378f8fb:
>
> ARM: Samsung: Change GONI and Universal_C210 maintainers. (2013-12-20
> 10:48:06
> -0500)
>
> are available in the git repository at:
>
> g
On Tue, Dec 31, 2013 at 01:15:06PM +0100, Lukasz Majewski wrote:
> Hi Tom,
>
> Please find a tiny fix for onenand tree. I hope, that this fix will
> find its way to v2014.01.
>
> The following changes since commit
> fef24f4f38eb685a6da29097930e6e49b378f8fb:
>
> ARM: Samsung: Change GONI and U
Hi Artem,
I wanted to check the 'white-space-fixup' and re-reading your
documentation before, so got delayed in replying.
+ my mail got moderated again by mailman..
>From: Artem Bityutskiy [mailto:artem.bityuts...@linux.intel.com]
[...]
>If you are worried about fragmentation, we can discuss t
Hi Robert!
I have 4-5 microsd cards (Kingston, SanDisk, Samsung),
4 and 8GB in size, tried two, same thing.
I also tried vfat partition and disabled support for ext2 AND ext4
completely in u-boot, and basically same thing happened.
Then I tried to list/load files manually from vfat/ext4 partitio
In this e-mail you can find a session with latest (from a day ago or
so) u-boot from git on mx23-olinuxino.
On boot I can access partition 3 on mmc card (ext4) and load files
(/boot/uEnv.txt) off of it into memory.
However, once I try to load zImage (4MB in size) error appears and
after that you c
On Tue, Jan 7, 2014 at 1:26 PM, nidalpres wrote:
> Hi Robert!
>
> I have 4-5 microsd cards (Kingston, SanDisk, Samsung),
> 4 and 8GB in size, tried two, same thing.
>
> I also tried vfat partition and disabled support for ext2 AND ext4
> completely in u-boot, and basically same thing happened.
>
>
Hi Tiger,
On 30 December 2013 17:42, wrote:
> Hi, Simon:
> Sorry for some typo.
> I re-wrote this mail:
>
I've been away, sorry for the delay.
> ---
> I have a question about compiling uboot sandbox branch:
> 1. It seems sandbox branch could be compiled by
On Tue, 2014-01-07 at 11:37 +0800, Po Liu wrote:
> diff --git a/doc/README.SPL b/doc/README.SPL
> index 312a6a6..20d53fb 100644
> --- a/doc/README.SPL
> +++ b/doc/README.SPL
> @@ -62,6 +62,7 @@ CONFIG_SPL_FAT_SUPPORT (fs/fat/libfat.o)
> CONFIG_SPL_LIBGENERIC_SUPPORT (lib/libgeneric.o)
> CONFIG_SP
Hi,
I happened to try SDP4430 out a earlier today with tip of u-boot
mainline and it refused to even bring up SPL logs.
Last working tag happens to be v2013.10
Earliest fail tag happens to be v2014.01-rc1
A bisect showed the following:
http://pastebin.mozilla.org/3962513
"i2c, omap24xx: convert
Hi, Simon:
Thanks for your reply!
>Well you could, but what benefit would that provide? It would not use
any code from arch/arm if that is what you are thinking. Sandbox is its
own >'architecture'?
For example:
1. i want to test fs/ext4 driver.
They are architecture independent code.
I
This adds base register address of SH QSPI.
Currently, SH QSPI is used only from R8A7790 and R8A7791.
Signed-off-by: Nobuhiro Iwamatsu
---
arch/arm/include/asm/arch-rmobile/r8a7790.h | 1 +
arch/arm/include/asm/arch-rmobile/r8a7791.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/arch/arm
Signed-off-by: Nobuhiro Iwamatsu
---
drivers/spi/sh_qspi.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/spi/sh_qspi.c b/drivers/spi/sh_qspi.c
index edeb42d..77ede6b 100644
--- a/drivers/spi/sh_qspi.c
+++ b/drivers/spi/sh_qspi.c
@@ -10,6 +10,7 @@
#include
#inclu
This supports SH-QSPI device on koelsch board, and enable booting from
SPI flash.
Signed-off-by: Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu
---
v2: Remove address definition of SH QSPI
Move CONFIG_SYS_TEXT_BASE from SPI section.
include/configs/koelsch.h | 32
This supports SH-QSPI device on lager board, and enable booting from
SPI flash.
Signed-off-by: Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu
---
v2: Remove address definition of SH QSPI
Move CONFIG_SYS_TEXT_BASE from SPI section.
include/configs/lager.h | 33
On U-boot uses TMU0 as timer, but TMU0 does not use on linux kernel
and other.
This disables TMU0 at the request of from kernel user.
Signed-off-by: Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu
---
v2: no changes.
board/renesas/lager/lager.c | 6 ++
1 file changed, 6 insertions(+)
On U-boot uses TMU0 as timer, but TMU0 does not use on linux kernel
and other.
This disables TMU0 at the request of from kernel user.
Signed-off-by: Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu
---
v2: no changes.
board/renesas/koelsch/koelsch.c | 6 ++
1 file changed, 6 insertions(
There are some entries which produce the same binaries:
- ep8248E is equivalent to ep8248
- MPC8360ERDK_66is equivalent to MPC8360ERDK
- Adder87x/AdderUSB is equivalent to Adder
- EVB64260_750CSis equivalent to EVB64260
I also notice
- Lite5200 is equivalent to ice
This series uses Fabio's patch as a prerequisite:
"boards.cfg: Keep the entries sorted"
http://patchwork.ozlabs.org/patch/305456/
Please apply it before this series.
Changes in v2:
- Do not delete Lite5200*
Masahiro Yamada (3):
cosmetic: boards.cfg: remove a trailing empty line
board
- Remove a trailing empty line
- Add '#' to the empty line between two comment blocks
Signed-off-by: Masahiro Yamada
---
Changes in v2: None
boards.cfg | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/boards.cfg b/boards.cfg
index b815d05..5a0288d 100644
--- a/boards.c
Hello Wolfgang
> I cannot comment for the other boards, but please do not delete the
> Lite5200* entries. This name is what is actually referenced in misc
> documentation, so we should keep it - very few users will actually
> remove the IceCube board today, and even fewer will know that they
> ha
Dear Przemsyslaw Marczak,
On 07/01/14 21:54, Przemyslaw Marczak wrote:
> Hello,
>
> On 01/06/2014 12:37 PM, Minkyu Kang wrote:
>> On 04/01/14 02:21, Przemyslaw Marczak wrote:
>>> Signed-off-by: Przemyslaw Marczak
>>>
>>> ---
>>> changes v2:
>>> - add definitions for check keys
>>> - cleanup conf
Hi
> There are some entries which produce the same binaries:
> - ep8248E is equivalent to ep8248
> - MPC8360ERDK_66is equivalent to MPC8360ERDK
> - Adder87x/AdderUSB is equivalent to Adder
> - EVB64260_750CSis equivalent to EVB64260
Does anyone have any objection to remove t
Commit 6789e84ecaa8f45d053084e08c381284a04abff7 (i2c, omap24xx:
convert driver to new mutlibus/mutliadapter framework) intended to
make I2C driver compatible with latest changes. It unfortunately has
had a impact on size on SPL as well. For example on SDP4430,
32032 bytes before/MLO
35416 bytes aft
Hi,
Sorry, I misunderstand.
CONFIG_SH is used by driver, bdinfo and other.
I rejected this patch.
Best regards,
Nobuhiro
2014/1/7 Nobuhiro Iwamatsu :
> Hi,
>
> Applied, thanks.
>
> Best regards,
> Nobuhiro
>
> 2014/1/7 Nobuhiro Iwamatsu :
>> Hi,
>>
>> Thanks for your patch.
>>
>> 2014/1/6 M
Hi, again.
And sorry
I made sure that there is no problem in your patch.
Applied, thanks!
Nobuhiro
2014/1/8 Nobuhiro Iwamatsu :
> Hi,
>
> Sorry, I misunderstand.
> CONFIG_SH is used by driver, bdinfo and other.
> I rejected this patch.
>
> Best regards,
>Nobuhiro
>
> 2014/1/7 Nobuhiro I
Arndale board has AX88760, which is USB 2.0 Hub & USB 2.0 Ethernet Combo
controller, connected to HSIC Phy of USB host controller via USB3503 hub.
This patch uses board specific board_usb_init function to perform reset
sequence for USB3503 hub and enables the relevant config options for
network to
From: Inderpal Singh
The controller has 3 ports. The port0 is for USB 2.0 Phy, port1 and port2
are for HSIC phys. The usb 2.0 phy is already being setup. This patch
sets up the hsic phys.
Signed-off-by: Inderpal Singh
---
arch/arm/include/asm/arch-exynos/ehci.h | 14 +++
drivers/usb/
Arndale board has AX88760, which is USB 2.0 Hub & USB 2.0 Ethernet Combo
controller, connected to HSIC Phy of USB host controller via USB3503 hub.
This patchset adds support for this usb ethernet controllor.
Changes in v2:
- removed setting preboot environment in patch 2
Changes in v3:
It may cause file system corruption when do a write operation.
This issue only affects boards that use 32 bit lbaint_t.
Signed-off-by: Ma Haijun
---
fs/ext4/dev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ext4/dev.c b/fs/ext4/dev.c
index 787e041..e0b513a 100644
--- a
Hello Tiger,
On Wed, Jan 8, 2014 at 6:22 AM, wrote:
> Hi, Simon:
>
> Thanks for your reply!
>
>>Well you could, but what benefit would that provide? It would not use
> any code from arch/arm if that is what you are thinking. Sandbox is its
> own >'architecture'?
Your question seems a bit odd to
CONFIG_SH3 was already defined in arch/sh/sh3/config.mk.
This removes CONFIG_SH3 from board config files of SH3.
Signed-off-by: Nobuhiro Iwamatsu
---
include/configs/mpr2.h | 1 -
include/configs/ms7720se.h | 1 -
include/configs/shmin.h| 1 -
3 files changed, 3 deletions(-)
diff --git
Signed-off-by: Nobuhiro Iwamatsu
---
arch/sh/cpu/sh3/config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/sh/cpu/sh3/config.mk b/arch/sh/cpu/sh3/config.mk
index 5c77e5c..abd4b8d 100644
--- a/arch/sh/cpu/sh3/config.mk
+++ b/arch/sh/cpu/sh3/config.mk
@@ -11,5 +11,5 @@
CONFIG_SH4 was already defined in arch/sh/sh4/config.mk.
This removes CONFIG_SH4 from board config files of SH4.
Signed-off-by: Nobuhiro Iwamatsu
---
include/configs/MigoR.h | 1 -
include/configs/ap325rxa.h | 1 -
include/configs/ap_sh4a_4a.h | 1 -
include/configs/ecovec.h | 1 -
in
Signed-off-by: Nobuhiro Iwamatsu
---
arch/sh/cpu/sh4/config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/sh/cpu/sh4/config.mk b/arch/sh/cpu/sh4/config.mk
index c357557..753580b 100644
--- a/arch/sh/cpu/sh4/config.mk
+++ b/arch/sh/cpu/sh4/config.mk
@@ -8,5 +8,5 @@
#
CONFIG_SH2 was already defined in arch/sh/sh2/config.mk.
This removes CONFIG_SH2 from board config files of SH2.
Signed-off-by: Nobuhiro Iwamatsu
---
include/configs/rsk7203.h | 1 -
include/configs/rsk7264.h | 1 -
include/configs/rsk7269.h | 1 -
3 files changed, 3 deletions(-)
diff --git a/i
Signed-off-by: Nobuhiro Iwamatsu
---
arch/sh/cpu/sh2/config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/sh/cpu/sh2/config.mk b/arch/sh/cpu/sh2/config.mk
index 8a0de96..69273b4 100644
--- a/arch/sh/cpu/sh2/config.mk
+++ b/arch/sh/cpu/sh2/config.mk
@@ -12,7 +12,7 @@
CONFIG_SYS_HZ of SH2 is not used as frequency of base timer. This is the
correct clock of CMT.
This changes from CONFIG_SYS_HZ to CONFIG_SH_CMT_CLK_FREQ, in order to use
CONFIG_SYS_HZ as clock of CMT.
Signed-off-by: Nobuhiro Iwamatsu
---
arch/sh/lib/time_sh2.c| 2 +-
include/configs/rsk7203.
Curently, we are using 32 bit multiplication to calculate the offset,
so the result will always be 32 bit.
This can silently cause file system corruption when performing a write
operation on partition larger than 4 GiB.
This patch address the issue by simply promoting the terms to 64 bit,
and let
Remove the flag SECT_4K for device N25Q128 as the 4K-byte
sub sector erase granularity is available only for top/bottom
8 sectors in some of the N25Q128 chips.
Signed-off-by: Siva Durga Prasad Paladugu
---
drivers/mtd/spi/sf_params.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Hello Tom, Albert.
When will "Orphan" boards in boards.cfg removed?
Best Regards
Masahiro Yamada
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi Nishanth,
On Wednesday 08 January 2014 07:36 AM, Nishanth Menon wrote:
> Commit 6789e84ecaa8f45d053084e08c381284a04abff7 (i2c, omap24xx:
> convert driver to new mutlibus/mutliadapter framework) intended to
> make I2C driver compatible with latest changes. It unfortunately has
> had a impact on s
Hi Nishanth,
On Wednesday 08 January 2014 05:48 AM, Nishanth Menon wrote:
> Hi,
>
> I happened to try SDP4430 out a earlier today with tip of u-boot
> mainline and it refused to even bring up SPL logs.
> Last working tag happens to be v2013.10
> Earliest fail tag happens to be v2014.01-rc1
>
> A
Hi Nobuhiro.
> diff --git a/arch/sh/cpu/sh4/config.mk b/arch/sh/cpu/sh4/config.mk
> index c357557..753580b 100644
> --- a/arch/sh/cpu/sh4/config.mk
> +++ b/arch/sh/cpu/sh4/config.mk
> @@ -8,5 +8,5 @@
> # SPDX-License-Identifier: GPL-2.0+
> #
> #
> -PLATFORM_CPPFLAGS += -m4-nofpu
> +PLATFORM_
Signed-off-by: Christian Gmeiner
---
board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg
b/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg
index bb6c60b..b9e107a 100644
--- a/board/freescale
This new function is used to set all display-timings
properties based on fb_videomode.
display-timings {
timing0 {
clock-frequency = <2500>;
hactive = <640>;
vactive = <480>;
hback-porch = <48>;
hfront-porc
Aneesh,
Sorry for the late reply.
On 11/12/2013 12:36 AM, V, Aneesh wrote:
> Roger,
>
>> -Original Message-
>> From: Quadros, Roger
>> Sent: Monday, November 11, 2013 5:16 AM
>> To: V, Aneesh
>> Cc: Enric Balletbo Serra; u-boot@lists.denx.de; Rini, Tom; Krishnamoorthy,
>> Balaji
>> T;
This patch add support for one device of the Bachmann OT1200
series - the mr variant.
My first attemp was to use one u-boot binary for all OT1200
devices, but as I need to load a device-specific devicetree
I decided to go this way.
Following components are used:
+ ethernet
+ usb
+ i2c
+ display c
Commit 762a88ccf8540948fbf8c31b40a29d1e0684a25b introduces
a 64-bit division without using the lldiv() function,
which pulls in previously unused libgcc stuff.
Signed-off-by: Måns Rullgård
Signed-off-by: Christian Gmeiner
---
arch/arm/cpu/armv7/mx6/clock.c |3 ++-
1 file changed, 2 insertio
There may be some custom boards in the field which have
an seperate eeprom chip to store edid informations in it.
To make use of those edid information in the board code
this patch add a function to convert edid to fb_videomode.
Signed-off-by: Christian Gmeiner
---
common/edid.c | 29
80 matches
Mail list logo