Hi Otavio,
On 06/16/14 14:48, Otavio Salvador wrote:
> On Mon, Jun 16, 2014 at 4:03 AM, Igor Grinberg
> wrote:
>> Hi Otavio,
>>
>> On 06/16/14 05:24, Otavio Salvador wrote:
>>> On Sun, Jun 15, 2014 at 11:03 PM, Marek Vasut wrote:
On Monday, June 16, 2014 at 03:39:08 AM, Otavio Salvador wro
On Tue, Jun 17, 2014 at 06:42:52AM +0200, Wolfgang Denk wrote:
> Dear Larry,
>
> In message <5070a944-cc27-4388-91e5-78b0792e5...@usgs.gov> you wrote:
> >
> > A recent situation has awakened me to a a behavior of U-Boot that maybe
> > should be changed.
>
> U-Boot related questions should bette
On Jun 16, 2014, at 10:41 PM, Gupta, Pekon wrote:
> Hi Larry,
>
>> From: Wolfgang Denk
>>> In message wrote:
>>>
>>> A recent situation has awakened me to a a behavior of U-Boot that maybe
>>> should be changed.
>>
>> U-Boot related questions should better be discussed on the U-Boot
>> (rathe
Hi Marek
Il 17/giu/2014 08:03 "Marek Vasut" ha scritto:
>
> On Monday, June 16, 2014 at 01:48:11 PM, Otavio Salvador wrote:
> > On Mon, Jun 16, 2014 at 4:03 AM, Igor Grinberg
> wrote:
> > > Hi Otavio,
> > >
> > > On 06/16/14 05:24, Otavio Salvador wrote:
> > >> On Sun, Jun 15, 2014 at 11:03 PM,
Hi Nikolay,
On 06/16/14 17:33, Nikolay Dimitrov wrote:
> Hi Igor,
>
> My personal opinion is that unless you intend to run the binary on multiple
> IMX6 variants,
That is exactly what we do already (code is on the way) and IMO what
we should aim for.
> there's no
> need to do expensive checks
Dear Akshay Saraswat,
On 04/06/14 01:17, Akshay Saraswat wrote:
> From: Michael Pratt
>
> Since snow has a different memory configuration than peach, split the
> configuration between the 5250 and 5420. Exynos 5420 supports runtime
> memory configuration detection, and can make the determination
Heh. Good catch. thanks!
But now I'm curious: how did you find this?
Acked-by: dirk.eib...@gdsys.cc
Cheers
Dirk
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Monday, June 16, 2014 at 01:48:11 PM, Otavio Salvador wrote:
> On Mon, Jun 16, 2014 at 4:03 AM, Igor Grinberg
wrote:
> > Hi Otavio,
> >
> > On 06/16/14 05:24, Otavio Salvador wrote:
> >> On Sun, Jun 15, 2014 at 11:03 PM, Marek Vasut wrote:
> >>> On Monday, June 16, 2014 at 03:39:08 AM, Otavi
Hi Larry,
>From: Wolfgang Denk
>>In message wrote:
>>
>> A recent situation has awakened me to a a behavior of U-Boot that maybe
>> should be changed.
>
>U-Boot related questions should better be discussed on the U-Boot
>(rather than the ELDK) mailing list. I'm adding the U-Boot list on
>Cc.
>
Dear Larry,
In message <5070a944-cc27-4388-91e5-78b0792e5...@usgs.gov> you wrote:
>
> A recent situation has awakened me to a a behavior of U-Boot that maybe
> should be changed.
U-Boot related questions should better be discussed on the U-Boot
(rather than the ELDK) mailing list. I'm adding t
On Mon, 16 Jun 2014 19:58:28 +0200
Jeroen Hofstee wrote:
> Hello Masahiro,
>
> On ma, 2014-06-16 at 18:56 +0900, Masahiro Yamada wrote:
> > "make %_config all" was supported for the first time in U-Boot:
> > commit 53bca5ab
> > kbuild: support simultaneous board configuration and "make all"
Hi,
On Tue, Jun 10, 2014 at 03:01:17PM -0500, Felipe Balbi wrote:
> Hi,
>
> patches were tested on AM43xx SK on top of v2014.07-rc3
>
> Changes since v1:
> - fix a bad rebase pointed to by Vaibhav.
>
> Felipe Balbi (5):
> board: ti: am43xx: print unsupported board name
> cpu: armv7: a
Revert changes in iocon.h config file caused by
these two commits:
"configs: iocom: Fix typo on CMD_FPGA command"
(sha1: d0db28f94034ef02c1d6737895766fb3c19de47f)
and
"fpga: Guard the LOADMK functionality with CMD_FPGA_LOADMK"
(sha1: 64e809afeaf1572c3246a5bca198a77d0498fd89)
CONFIG_CMD_FPGAD is ow
On 06/16/2014 10:19 AM, Dirk Eibach wrote:
> Argh. Just noticed this.
>
>> Fix typo in CMD_FPGA command enabling.
>>
>> Signed-off-by: Michal Simek
>
> CONFIG_CMD_FPGAD is *NOT* a typo, it is about enbaling our own FPGA
> command common/cmd_fpgad.c
>
> So NAK for this one.
Ah sorry for that. I
On Tuesday, June 17, 2014 at 12:18:55 AM, Marek Vasut wrote:
> On Sunday, June 15, 2014 at 03:11:56 PM, Peter Schumann wrote:
> > This patch makes it possible to boot from battery on olinuxino Boards
> > from Olimex.
> >
> > We should not set DOUBLE_FETS in HW_POWER_MINPWR, it makes my system
> >
On Sunday, June 15, 2014 at 03:11:56 PM, Peter Schumann wrote:
> This patch makes it possible to boot from battery on olinuxino Boards
> from Olimex.
>
> We should not set DOUBLE_FETS in HW_POWER_MINPWR, it makes my system
> reset with in seconds while running on battery power.
>
> Also mxs_powe
On 6/16/2014 1:37 PM, Jeroen Hofstee wrote:
> On ma, 2014-06-16 at 12:52 -0700, Troy Kisky wrote:
>> On 6/16/2014 12:41 PM, Jeroen Hofstee wrote:
>>> Since &rgb2ycbcr_coeff and friends are declared const, but
>>> assigned to a void pointer, clang will warn that the const
>>> is implicity casted awa
On Wed, 2014-06-04 at 10:26 +0900, Masahiro Yamada wrote:
> Commit 3d5a335c announced that all the nand_spl boards
> would be removed before v2014.07 release.
>
> Signed-off-by: Masahiro Yamada
> ---
>
> board/freescale/p1023rds/p1023rds.c | 5 --
> board/freescale/p1023rds/tlb.c
Signed-off-by: Jeroen Hofstee
---
arch/arm/cpu/armv7/omap3/board.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/cpu/armv7/omap3/board.c b/arch/arm/cpu/armv7/omap3/board.c
index e252e7f..667e77f 100644
--- a/arch/arm/cpu/armv7/omap3/board.c
+++ b/arch/arm/cpu/ar
On ma, 2014-06-16 at 12:52 -0700, Troy Kisky wrote:
> On 6/16/2014 12:41 PM, Jeroen Hofstee wrote:
> > Since &rgb2ycbcr_coeff and friends are declared const, but
> > assigned to a void pointer, clang will warn that the const
> > is implicity casted away. Add const to indicate the pointer
> > points
Hello Troy,
On ma, 2014-06-16 at 12:52 -0700, Troy Kisky wrote:
> On 6/16/2014 12:41 PM, Jeroen Hofstee wrote:
> > Since &rgb2ycbcr_coeff and friends are declared const, but
> > assigned to a void pointer, clang will warn that the const
> > is implicity casted away. Add const to indicate the point
On 6/16/2014 12:41 PM, Jeroen Hofstee wrote:
> Since &rgb2ycbcr_coeff and friends are declared const, but
> assigned to a void pointer, clang will warn that the const
> is implicity casted away. Add const to indicate the pointer
> points to const data to get rid of these warnings.
>
> Cc: Stefano
On 06/12/2014 03:46 AM, Przemyslaw Marczak wrote:
> This patch introduces new feature: initialization of the dfu
> bootloader entity from a separate environmental variable which
> can be set on a boot time.
>
> By default, DFU always check environmental variable: $dfu_alt_info.
>
> Changes:
> - D
On 06/16/2014 02:14 AM, Josh Wu wrote:
> Use get_device_and_partition() is better since:
> 1. It will call the device initialize function internally. So we can
> remove the mmc intialization code to save many lines.
> 2. It is used by fatls/fatload/fatwrite. So saveenv & load env should
> use it to
Since &rgb2ycbcr_coeff and friends are declared const, but
assigned to a void pointer, clang will warn that the const
is implicity casted away. Add const to indicate the pointer
points to const data to get rid of these warnings.
Cc: Stefano Babic
Signed-off-by: Jeroen Hofstee
---
drivers/video/
Hello Masahiro,
On ma, 2014-06-16 at 18:56 +0900, Masahiro Yamada wrote:
> "make %_config all" was supported for the first time in U-Boot:
> commit 53bca5ab
> kbuild: support simultaneous board configuration and "make all"
>
> Surprisingly it had not been working in Linux Kernel for a long ti
From: Markus Niebel
This patch adds the changes to boards.cfg and the board directory
under board/tqc.
TQMa6 is a family of modules based on Freescale i.MX6. It consists of
TQMa6Q (i.MX6 Quad), TQMa6D (i.MX6 Dual) featuring eMMC, and 1 GiB DDR3
TQMa6S (i.MX6 Solo) featuring eMMC and 512 MiB DDR
From: Markus Niebel
This patch adds the support for SPI,
the serial flash on TQMa6 and the two additional
CS on MBa6
Signed-off-by: Markus Niebel
---
board/tqc/tqma6/tqma6.c | 27 +++
board/tqc/tqma6/tqma6_mba6.c | 24
include/configs/t
From: Markus Niebel
This patch adds support for booting from SPI NOR flash and
having the environment also in SPI NOR. Also all environment
settings to allow update of bootloader and kernel are added.
Signed-off-by: Markus Niebel
---
board/tqc/tqma6/README |4 ++
boards.cfg |
From: Markus Niebel
This patch adds support for the I2C busses and devices
on the TQMa6 modules and MBa6 baseboards. Support for the PMIC
will be added later on.
Signed-off-by: Markus Niebel
---
board/tqc/tqma6/tqma6.c | 27 +++
board/tqc/tqma6/tqma6_mba6.c | 3
From: Markus Niebel
Add RGMII ethernet using micrel KSZ9031 phy
to mba6 mainboard for TQMa6 module. The phy needs
special configurateions for the pad skew registers
to adjust for the signal routing.
Also support for standard ethernet commands and uppdate
via tftp is supported.
Signed-off-by: Ma
From: Markus Niebel
Support for the PMIC on the TQMa6 modules is added.
Signed-off-by: Markus Niebel
---
- changes for v2:
- add missing int power_init_board(void) to tqma6.c
board/tqc/tqma6/tqma6.c | 18 ++
include/configs/tqma6.h |5 +
2 files changed, 23 insertio
From: Markus Niebel
This series add support for the TQMa6 boards from TQ Systems.
The first Patch adds basic support for the modiules and the
starterkit baseboard while the other patches add additional features
Markus Niebel (7):
Add TQ Systems TQMa6 board support
TQMa6: mba6: add RGMII ene
From: Markus Niebel
add support for USB and USB storage on the USB ports
on the MBA6 baseboard for TQMa6 moduels
Signed-off-by: Markus Niebel
---
board/tqc/tqma6/tqma6_mba6.c |7 +++
include/configs/tqma6.h | 11 +++
2 files changed, 18 insertions(+)
diff --git a/board/
On Monday, June 16, 2014 at 04:33:09 PM, Nikolay Dimitrov wrote:
> Hi Igor,
Please do not top-post.
> My personal opinion is that unless you intend to run the binary on
> multiple IMX6 variants, there's no
> need to do expensive checks in runtime, when you can do the same at
> compile-time.
With
Am 16.06.2014 14:41, wrote Wolfgang Denk:
> Dear Markus Niebel,
>
> In message <1402915858-1335-2-git-send-email-list-09_u-b...@tqsc.de> you
> wrote:
>>
>> This patch adds the changes to boards.cfg and the board directory
>> under board/tqc.
>
> ...
>> +#define CONFIG_EXTRA_ENV_SETTINGS
TOP860 configuration assumes at most 128 flash sectors. Thus, the
AMLV256U flash can't be supported. The existing code could result in
memory corruption when writing to the flash_info->start[] array.
Signed-off-by: Vasili Galka
Cc: Wolfgang Denk
---
board/emk/common/flash.c |4 +++-
1 files
The code in misc_init_r() verifies actual SERDES clocks versus
expected. It supposes that the number of clocks is MAX_SERDES.
However, the number of pllcr0 registers is only SRDS_MAX_BANK. This
clearly results in access to wrong memory. I don't have the datasheet
to design a correct solution, but a
>From comparison of current logic and the logic that was prior to commit
aba27ac, we see that first parameter of FPGA_GET_REG() shall be the
FPGA index and not channel number. The re-factoring in commit aba27ac
accidentally changed that.
Signed-off-by: Vasili Galka
Cc: Dirk Eibach , Stefan Roese
Hi Igor,
My personal opinion is that unless you intend to run the binary on
multiple IMX6 variants, there's no
need to do expensive checks in runtime, when you can do the same at
compile-time. For me it's the
same as choosing puts() vs printf() - you know at compile time whether
you need to pr
Hello,
On 06/13/2014 06:35 PM, Stephen Warren wrote:
On 06/13/2014 02:28 AM, Przemyslaw Marczak wrote:
Dear Stephen,
On 06/12/2014 06:39 PM, Stephen Warren wrote:
On 06/12/2014 08:25 AM, Przemyslaw Marczak wrote:
This change adds support to store the default DFU cmd line
arguments in the env
Dear Markus Niebel,
In message <1402915858-1335-2-git-send-email-list-09_u-b...@tqsc.de> you wrote:
>
> This patch adds the changes to boards.cfg and the board directory
> under board/tqc.
...
> +#define CONFIG_EXTRA_ENV_SETTINGS
> \
...
> + "bau
On Mon, Jun 16, 2014 at 1:38 AM, Wolfgang Denk wrote:
> Dear Otavio Salvador,
>
> In message <1402879613-21362-5-git-send-email-ota...@ossystems.com.br> you
> wrote:
>> When debugging initramfs failures it is quite useful to known where it
>> is being loaded from.
>
> Agreed.
>
>> +
>> +
On Mon, Jun 16, 2014 at 4:05 AM, Igor Grinberg wrote:
> Hi Otavio,
>
> On 06/16/14 03:46, Otavio Salvador wrote:
>> The i.MX6SL has a different base address for the controller. This
>> patch adapts the driver to support the different base address for this
>> case.
>>
>> Signed-off-by: Otavio Salva
On Mon, Jun 16, 2014 at 4:03 AM, Igor Grinberg wrote:
> Hi Otavio,
>
> On 06/16/14 05:24, Otavio Salvador wrote:
>> On Sun, Jun 15, 2014 at 11:03 PM, Marek Vasut wrote:
>>> On Monday, June 16, 2014 at 03:39:08 AM, Otavio Salvador wrote:
On Sun, Jun 15, 2014 at 10:27 PM, Marek Vasut wrote:
>
From: Markus Niebel
This patch adds the support for SPI,
the serial flash on TQMa6 and the two additional
CS on MBa6
Signed-off-by: Markus Niebel
---
board/tqc/tqma6/tqma6.c | 27 +++
board/tqc/tqma6/tqma6_mba6.c | 24
include/configs/t
From: Markus Niebel
This patch adds support for the I2C busses and devices
on the TQMa6 modules and MBa6 baseboards. Support for the PMIC
will be added later on.
Signed-off-by: Markus Niebel
---
board/tqc/tqma6/tqma6.c | 27 +++
board/tqc/tqma6/tqma6_mba6.c | 3
From: Markus Niebel
Support for the PMIC on the TQMa6 modules is added.
Signed-off-by: Markus Niebel
---
include/configs/tqma6.h |5 +
1 file changed, 5 insertions(+)
diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h
index 6c2aecf..1576656 100644
--- a/include/configs/tqm
From: Markus Niebel
add support for USB and USB storage on the USB ports
on the MBA6 baseboard for TQMa6 moduels
Signed-off-by: Markus Niebel
---
board/tqc/tqma6/tqma6_mba6.c |7 +++
include/configs/tqma6.h | 11 +++
2 files changed, 18 insertions(+)
diff --git a/board/
From: Markus Niebel
Add RGMII ethernet using micrel KSZ9031 phy
to mba6 mainboard for TQMa6 module. The phy needs
special configurateions for the pad skew registers
to adjust for the signal routing.
Also support for standard ethernet commands and uppdate
via tftp is supported.
Signed-off-by: Ma
From: Markus Niebel
This series add support for the TQMa6 boards from TQ Systems.
The first Patch adds basic support for the modiules and the
starterkit baseboard while the other patches add additional features
Markus Niebel (7):
Add TQ Systems TQMa6 board support
TQMa6: mba6: add RGMII ene
From: Markus Niebel
This patch adds the changes to boards.cfg and the board directory
under board/tqc.
TQMa6 is a family of modules based on Freescale i.MX6. It consists of
TQMa6Q (i.MX6 Quad), TQMa6D (i.MX6 Dual) featuring eMMC, and 1 GiB DDR3
TQMa6S (i.MX6 Solo) featuring eMMC and 512 MiB DDR
From: Markus Niebel
This patch adds support for booting from SPI NOR flash and
having the environment also in SPI NOR. Also all environment
settings to allow update of bootloader and kernel are added.
Signed-off-by: Markus Niebel
---
board/tqc/tqma6/README |4 ++
boards.cfg |
The merge window for Linux 3.16 is closed and Linux 3.16-rc1 is out now.
During the merge window, various Kbuild-related updates were merged into
the upstream.
This series imports them to U-Boot.
Masahiro Yamada (5):
kbuild: move extra gcc checks to scripts/Makefile.extrawarn
kbuild: sync
Import scripts/objdiff improvements from Linux v3.16-rc1, which
consists of 7 commits written by me.
commit 7fa0e6db3cedc9b70d68a4170f1352e2b1aa0f90
scripts: objdiff: support directories for the augument of record command
commit 8ac28bee76eec006aac5ba5c418878a607d53a9b
scripts: objdiff: f
Import 3 useful commits by Michal Marek
from Linux 3.16-rc1.
commit 9da0763bdd82572be243fcf5161734f11568960f
kbuild: Use relative path when building in a subdir of the source tree
commit 890676c65d699db3ad82e70cf8fb449031af
kbuild: Use relative path when building in the source tree
This commit was imported from Linux Kernel:
commit a86fe353 written by me.
W=... provides extra gcc checks.
Having such code in scripts/Makefile.build results in the same flags
being added to KBUILD_CFLAGS multiple times becuase
scripts/Makefile.build is invoked every time Kbuild descends into
th
Import the following trivial commits from Linux v3.16-rc1:
bb66fc6 kbuild: trivial - use tabs for code indent where possible
7eb6e34 kbuild: trivial - remove trailing empty lines
3fbb43d kbuild: trivial - fix comment block indent
38385f8 kbuild: trivial - remove trailing spaces
Signed-off-by:
"make %_config all" was supported for the first time in U-Boot:
commit 53bca5ab
kbuild: support simultaneous board configuration and "make all"
Surprisingly it had not been working in Linux Kernel for a long time.
So I sent back the patch to the Linux Kbuild community and it was
accepted with
Argh. Just noticed this.
> Fix typo in CMD_FPGA command enabling.
>
> Signed-off-by: Michal Simek
CONFIG_CMD_FPGAD is *NOT* a typo, it is about enbaling our own FPGA
command common/cmd_fpgad.c
So NAK for this one.
As it already got pulled to rc we have to find a solution.
And there has been al
Use get_device_and_partition() is better since:
1. It will call the device initialize function internally. So we can
remove the mmc intialization code to save many lines.
2. It is used by fatls/fatload/fatwrite. So saveenv & load env should
use it too.
3. It can parse the "D:P", "D", "D:", "D:auto"
move fdtdec_get_int() out of lib/fdtdec.c into lib/fdtdec_common.c
as this function is also used, if CONFIG_OF_CONTROL is not
used. Poped up on the ids8313 board using signed FIT images,
and activating CONFIG_SYS_GENERIC_BOARD. Without this patch
it shows on boot:
No valid FDT found - please appen
- add CONFIG_SYS_GENERIC_BOARD
- remove CONFIG_OF_CONTROL to boot again
Signed-off-by: Heiko Schocher
Acked-by: Kim Phillips
Cc: Simon Glass
---
- changes for v2:
- added acked-by from Kim
- changes for v3:
none
- changes for v4:
none
- changes for v5:
none
- changes for v6:
none
---
- add CONFIG_SYS_GENERIC_BOARD to the ids8313 board,
therefore fdtdec_get_int() is moved out of lib/fdtdec.c
as lib/fdtdec.c is only compiled if CONFIG_OF_CONTROL
is defined, but defining this for the ids8313 board
leads in conjunction with CONFIG_SYS_GENERIC_BOARD
in booting error:
No v
Hi Otavio,
On 06/16/14 03:46, Otavio Salvador wrote:
> The i.MX6SL has a different base address for the controller. This
> patch adapts the driver to support the different base address for this
> case.
>
> Signed-off-by: Otavio Salvador
> ---
>
> drivers/usb/host/ehci-mx6.c | 10 --
>
Hi Otavio,
On 06/16/14 05:24, Otavio Salvador wrote:
> On Sun, Jun 15, 2014 at 11:03 PM, Marek Vasut wrote:
>> On Monday, June 16, 2014 at 03:39:08 AM, Otavio Salvador wrote:
>>> On Sun, Jun 15, 2014 at 10:27 PM, Marek Vasut wrote:
On Monday, June 16, 2014 at 03:22:22 AM, Otavio Salvador wr
66 matches
Mail list logo