On 29.04.2014 3:06, Stephen Warren wrote:
On 04/26/2014 07:14 PM, Andrey Danin wrote:
Signed-off-by: Andrey Danin
CC: Stephen Warren
CC: Marc Dietrich
CC: Julian Andres Klode
CC: ac...@lists.launchpad.net
Don't you want to CC the I2C maintainer, Heiko Schocher , on
this series?
Sorry, I
Hi Wolfgang,
On Mon, 28 Apr 2014 22:41:07 +0200
Wolfgang Denk wrote:
> Dear Masahiro,
>
> In message <20140428185854.b2b8.aa925...@jp.panasonic.com> you wrote:
> >
> > Before I send Kconfig series v2,
> > please let me cofirm our approach of maintainers info.
>
> Thanks for all your patience
Hello Masahiro,
Am 30.04.2014 05:55, schrieb Masahiro Yamada:
"make ep8248_config" fails with an error like this:
$ make ep8248_config
make: *** [ep8248_config] Error 1
Its cause is that there are two entries for "ep8248".
The first is around line 652 of boards.cfg. (as Active)
The
Hi Scott,
>From: Scott Wood [mailto:scottw...@freescale.com]
>>On Mon, 2014-04-28 at 17:11 +0530, Pekon Gupta wrote:
>> + CONFIG_SYS_NAND_DEVICE_WIDTH
>> +Specifies bus-width of the default NAND device connected to SoC.
>> +This config is useful for driver which cannot self initialize or
Hi Simon,
> > With this change, you can decrease one level hierarchy.
> >
> > board/sandbox/sandbox/sandbox.c
> > -> board/sandbox/sandbox.c
>
> That seems better to me. Will you update your patch?
>
Sure.
Could you check this?
http://patchwork.ozlabs.org/patch/344051/
Best Regards
Masahi
On Tue, 2014-04-29 at 12:52 -0300, Fabio Estevam wrote:
> On Tue, Apr 29, 2014 at 12:48 PM, Wolfgang Denk wrote:
> > Dear Fabio,
> >
> > In message
> > you
> > wrote:
> >>
> >> Looks like the quick fix is for Michael/Geert do not build uImage for
> >> xtensa on their automated build environment
Hi Simon,
> > +
> > +config SPL_BUILD
> > + bool
> > + depends on BUILD_MODE="SPL" || BUILD_MODE="TPL"
>
> What is the TPL term for?
Please note that both CONFIG_SPL_BUILD and CONFIG_TPL_BUILD
must be defined during the build of TPL image.
To sum up in a matrix, the definition of th
Because sandbox is not a real hardware, setting vendor=sandbox is
almost meaningless.
This commit sets sandbox's vendor field to '-'.
It is a good thing that it reduces one level directory hierarchy.
The files board/sandbox/sandbox/* have been moved to board/sandbox/*.
Signed-off-by: Masahiro Ya
"make ep8248_config" fails with an error like this:
$ make ep8248_config
make: *** [ep8248_config] Error 1
Its cause is that there are two entries for "ep8248".
The first is around line 652 of boards.cfg. (as Active)
The second appears around line 1230. (as Orphan)
This bug was acciden
Before CORTINA driver only supports two phy addresses.
This patch adds the four phy addresses support for
CORTINA PHY module.
Signed-off-by: Chunhe Lan
---
drivers/net/phy/cortina.c | 28 ++--
1 files changed, 22 insertions(+), 6 deletions(-)
diff --git a/drivers/net/p
when qe-ucode fails to be uploaded, deep sleep will hang,
so disable qe when there is no qe-ucode.
Only mpc85xx support deep sleep and mpc83xx doesn't,
it doesn't need to disable qe for mpc83xx.
Signed-off-by: Zhao Qiang
---
Changes for v2:
- add "#ifdef CONFIG_MPC85xx"
Changes for v3:
On Tuesday, April 29, 2014 at 11:26:41 PM, Otavio Salvador wrote:
[...]
> > /* Clear the screen */
> > memset((char *)fbi->screen_base, 0, fbi->fix.smem_len);
>
> Apart from that, please add my Acked-by.
Please add proper tags, otherwise patchwork cannot pick this automatically
On Tuesday, April 29, 2014 at 11:37:56 PM, Eric Nelson wrote:
> This patch updates the i.MX video driver to store the
> frame-buffer address in the fb_base field of the global
> data structure *gd.
>
> By doing this, you can find the frame buffer address
> using the 'bdinfo' command:
>
> U-
"mmc boot" command didn't use anywhere.
It can be replace "mmc dev" command.
Signed-off-by: Jaehoon Chung
---
Changelog v2:
- Fixed the different address for loading and uploading.
include/configs/s5pc210_universal.h |7 ++-
include/configs/trats.h |7 ++-
On Sat, 2014-04-26 at 21:36 +0200, Wolfgang Denk wrote:
> Dear York Sun,
>
> In message <535be09f.80...@freescale.com> you wrote:
> > >> Change return value for mac_read_from_eeprom() when mismatch happens to
> > >> prevent calling hang().
> > >
> > > You mean, you just ignore the error? This is
Gumstix Overo COMs with board revision 0x4 use a different Wifi and
Bluetooth module: Wi2Wi's W2CBW0015. No other code changes are required
in u-boot---just handling of this particular board revision.
Signed-off-by: Ash Charles
---
board/overo/overo.c | 1 +
board/overo/overo.h | 1 +
2 files c
Update the board configuration for Gumstix Overo. In particular,
add support for zImage and DTB files on boot.
Signed-off-by: Ash Charles
---
include/configs/omap3_overo.h | 57 ---
1 file changed, 37 insertions(+), 20 deletions(-)
diff --git a/include/co
Add EEPROM ID switches for Alto35, Arbor43C, Stagecoach, Thumbo, and
Turtlecore Gumstix Overo expansion boards.
Signed-off-by: Ash Charles
---
board/overo/overo.c | 42 --
board/overo/overo.h | 16
2 files changed, 56 insertions(+), 2 dele
The linux kernel is at nand0,3 using the current layout, but is best
accessed through the partition label "linux". Since CONFIG_CMD_MTDPARTS is
defined the CONFIG_JFFS2 settings are unreferenced; use "setenv partition
rootfs" to set the default mtd partition for jffs2.
Signed-off-by: Peter A. Big
Patch f33b9bd3
[arm: omap3: Enable clocks for peripherals only if they are used]
breaks SPL booting on Overo. Since some gpio inputs are
read to detect the board revision. But with this patch above, the
clocks to the GPIO subsystems are not enabled per default any more.
The GPIO banks need to be co
From: "Peter A. Bigot"
Linux kernel at version 3.5 is about 3.5 MiB; test kernels for 3.10 exceed 4
MiB. Prepare for future upgrades by increasing the NAND partition now.
Signed-off-by: Peter A. Bigot
Tested-by: Ash Charles
---
include/configs/omap3_overo.h | 4 ++--
1 file changed, 2 insert
The NAND linux partition format default was changed from jffs2 to ubi in
254973e6df0e48f1a72b67905185c774dcd9f394 but the corresponding commands were
not enabled.
Signed-off-by: Peter A. Bigot
Tested-by: Ash Charles
---
include/configs/omap3_overo.h | 40 +---
This patch series collects board-specific fixes and updates
for the Gumstix Overo COMs.
Ash Charles (7):
omap: overo: allow the use of a plain text env file instead boot
scripts
OMAP3: overo: add command support for mtd and ubi
OMAP3: overo: eliminate hard-coded partition offsets
arm:
Adapted from d70f5480 described below.
commit d70f54808dfa83b574e1239c3eccbcf3317343e1
Author: Javier Martinez Canillas
Date: Mon Jan 7 03:51:20 2013 +
omap4: allow the use of a plain text env file instead boot scripts
For production systems it is better to use script
On Sat, 2014-04-26 at 09:36 -0700, York Sun wrote:
> On 04/26/2014 02:22 AM, Wolfgang Denk wrote:
> >> +#ifdef CONFIG_PPC
> >> + gd = (gd_t *) (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_GBL_DATA_OFFSET);
> >> + __asm__ __volatile__("":::"memory");
> >> +#endif
> >
> > Again, this is a global change.
On Mon, 2014-04-28 at 17:11 +0530, Pekon Gupta wrote:
> + CONFIG_SYS_NAND_DEVICE_WIDTH
> + Specifies bus-width of the default NAND device connected to SoC.
> + This config is useful for driver which cannot self initialize or
> + parse ONFI parameter (like SPL drivers), or for supporti
Check the Alternate GPT table if the Primary GPT table is invalid.
Signed-off-by: Steve Rae
---
disk/part_efi.c | 20 ++--
1 file changed, 18 insertions(+), 2 deletions(-)
diff --git a/disk/part_efi.c b/disk/part_efi.c
index 216a292..ad899fa 100644
--- a/disk/part_efi.c
+++ b/d
adding the U-Boot mailing list in the loop. Forgot by mistake.
On Tue, Apr 29, 2014 at 6:17 PM, Otavio Salvador
wrote:
> Hello,
>
> I've been trying to get a custom board working in 1.8V without dirty
> hacks as writing VSELECT bit in VENDORSPEC byhand after initializing
> it.
>
> I tried to impl
This patch updates the i.MX video driver to store the
frame-buffer address in the fb_base field of the global
data structure *gd.
By doing this, you can find the frame buffer address
using the 'bdinfo' command:
U-Boot > bdinfo
arch_number = 0x0EB9
...
FB base
This adds the Gumstix DuoVero machine [1]. This is a OMAP4430-based
computer-on-module (COM aka SOM) that can be mounted on various
expansion boards with different peripherals.
[1] https://store.gumstix.com/index.php/category/43/
Signed-off-by: Ash Charles
Cc: Tom Rini
---
board/gumstix/duove
Hi Otavio,
On 04/29/2014 02:26 PM, Otavio Salvador wrote:
Hello Eric,
On Tue, Apr 29, 2014 at 6:13 PM, Eric Nelson
wrote:
This patch updates the i.MX video driver to store the
frame-buffer address in the fb_base field of the global
data structure *gd.
By doing this, you can find the frame bu
Hello Eric,
On Tue, Apr 29, 2014 at 6:13 PM, Eric Nelson
wrote:
> This patch updates the i.MX video driver to store the
> frame-buffer address in the fb_base field of the global
> data structure *gd.
>
> By doing this, you can find the frame buffer address
> using the 'bdinfo' command:
>
>
This patch updates the i.MX video driver to store the
frame-buffer address in the fb_base field of the global
data structure *gd.
By doing this, you can find the frame buffer address
using the 'bdinfo' command:
U-Boot > bdinfo
arch_number = 0x0EB9
...
FB base
Hi,
I have a port for the Xtensa architecture ready, and it would be great
if you could include it in the mainline tree. I still have to finish
another project, but could start sending patches for RFC to this mailing
list in a week or two.
Thanks,
-Chris
On 4/29/14, 8:48 AM, Wolfgang Denk w
Hello,
On Tue, Apr 29, 2014 at 12:15 PM, Eric Nelson
wrote:
> On 04/28/2014 01:17 PM, Tim Harvey wrote:
>>
>> Add functions for configuring MMDC iomux and configuration based on
>> board-specific configurations.
>>
>> Signed-off-by: Tim Harvey
>> ---
>> v2:
>> - split out mmdc and iomux structs
This adds the Gumstix Pepper[1] single-board computer based on the
TI AM335x processor. Schematics are available [2].
[1] https://store.gumstix.com/index.php/products/344/
[2] https://pubs.gumstix.com/boards/PEPPER/
Signed-off-by: Ash Charles
Cc: Tom Rini
---
board/gumstix/pepper/Makefile | 1
Hi Tim,
On 04/29/2014 11:19 AM, Tim Harvey wrote:
On Tue, Apr 29, 2014 at 8:15 AM, Eric Nelson
wrote:
Hi Tim,
Do you think that someone will want to use SPL on i.MX6 with
support for only one of the variants?
It seems that this should be conditionally included if
i.MX6DQ is supported by
On Tue, Apr 29, 2014 at 8:15 AM, Eric Nelson
wrote:
> Hi Tim,
>
>
> On 04/28/2014 01:17 PM, Tim Harvey wrote:
>>
>> Add functions for configuring MMDC iomux and configuration based on
>> board-specific configurations.
>>
>> Signed-off-by: Tim Harvey
>> ---
>> v2:
>> - split out mmdc and iomux str
On Tue, Apr 29, 2014 at 10:15 AM, Fabio Estevam
wrote:
> On mx6sl there is a LVE (Low Voltage Enable) bit in the IOMUXC_SW_PAD_CTL
> register that can enable or disable low voltage on the pad.
>
> LVE is bit 22 of IOMUXC_SW_PAD_CTL register, but in order to make the
> calculation easier we can def
Because I'm leaving Samsung Electronics, I won't have access to their
developer hardware anymore. Przemyslaw Marczak will take over my
responsibilities.
Signed-off-by: Mateusz Zalega
Acked-by: Przemyslaw Marczak
Cc: Minkyu Kang
---
boards.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(
mmc_init() doesn't call get_timer() anymore if MMC is already
initialized.
Signed-off-by: Mateusz Zalega
Cc: Pantelis Antoniou
---
Detached from earlier "DFU, MMC, Gadget, Goni, misc." series because of lack
of relevance to other patches.
v2:
- deleted change-id line from commit message, sorry!
Last argument shouldn't be there.
Signed-off-by: Mateusz Zalega
Acked-by: Marek Vasut
Cc: Tom Rini
---
Detached from earlier "DFU, MMC, Gadget, Goni, misc." series because of lack
of relevance to other patches.
v2:
- deleted change-id line from commit message, sorry!
---
include/linker_lists.
Thanks for the response,
> -Original Message-
> From: Pantelis Antoniou [mailto:pa...@antoniou-consulting.com]
> Sent: Tuesday, April 29, 2014 10:25
> To: Steve Rae
> Cc: u-boot@lists.denx.de; tr...@ti.com; albert.u.b...@aribaud.net
> Subject: Re: MMC: proposal to support multiple physical
Hi Mateusz,
Looks good. I'll apply it.
On Apr 29, 2014, at 8:16 PM, Mateusz Zalega wrote:
> mmc_init() doesn't call get_timer() anymore if MMC is already
> initialized.
>
> Change-Id: Iec694abe3315d146d35dc130ad80b73dffd0983b
> Signed-off-by: Mateusz Zalega
> Cc: Pantelis Antoniou
> ---
> Det
Hi Steve,
On Apr 24, 2014, at 8:50 PM, Steve Rae wrote:
> In addition to using the MMC "user area" (the device's physical partition), I
> am also using the "first MMC boot partition" and the "second MMC boot
> partition"...
> As a result, I am currently using the following code snippet in a num
Last argument shouldn't be there.
Change-Id: Ie227f4bee2c542b15c1a7089894532366ec89a1d
Signed-off-by: Mateusz Zalega
Acked-by: Marek Vasut
Cc: Tom Rini
---
Detached from earlier "DFU, MMC, Gadget, Goni, misc." series because of lack
of relevance to other patches.
There were no changes since th
mmc_init() doesn't call get_timer() anymore if MMC is already
initialized.
Change-Id: Iec694abe3315d146d35dc130ad80b73dffd0983b
Signed-off-by: Mateusz Zalega
Cc: Pantelis Antoniou
---
Detached from earlier "DFU, MMC, Gadget, Goni, misc." series because of lack
of relevance to other patches.
The
On Tue, Apr 29, 2014 at 08:49:05AM +0200, Heiko Schocher wrote:
> Hello Tom,
>
> please pull from u-boot-i2c.git, thanks!
>
> The following changes since commit 8854070784450f7ade382c5792b2721fbe27315a:
>
> Merge branch 'master' of git://www.denx.de/git/u-boot-arc (2014-04-25
> 15:08:43 -040
Hello,
On 04/28/2014 03:59 PM, Akshay Saraswat wrote:
This patch includes following changes :
* Adds gpio pin numbering support for EXYNOS SOCs.
To have consistent 0..n-1 GPIO numbering the banks are divided
into different parts where ever they have holes in them.
* Rename GPIO definitions
On Tue, Apr 29, 2014 at 12:48 PM, Wolfgang Denk wrote:
> Dear Fabio,
>
> In message
> you
> wrote:
>>
>> Looks like the quick fix is for Michael/Geert do not build uImage for
>> xtensa on their automated build environments.
>
> What would you do with an uImage file when there is no U-Boot to lo
Dear Fabio,
In message
you wrote:
>
> Looks like the quick fix is for Michael/Geert do not build uImage for
> xtensa on their automated build environments.
What would you do with an uImage file when there is no U-Boot to load
it?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH
Hi Fabio,
On 29/04/2014 17:02, Fabio Estevam wrote:
> Hi Stefano,
>
> On Mon, Apr 28, 2014 at 5:57 AM, Stefano Babic wrote:
>
>> Applied (whole patchset) to u-boot-imx, thanks !
>
> Could you please rebase your tree against 2014.04? Actually it is
> still at 2014.04-rc3.
>
Sorry for that, do
Hi Tim,
On 04/28/2014 01:17 PM, Tim Harvey wrote:
>
Add new function that can take an array of iomux configs, an index, and
a stride to allow a multi-dimentional array of pinmux values to be used
to define pinmux values per cpu-type.
This takes a different approach to previously proposed soluti
Hi Tim,
On 04/28/2014 01:17 PM, Tim Harvey wrote:
Add memory-mapped structures for MMDC iomux and configuration. Note that while
the MMDC configuration registers are common between the IMX6DQ
(IMX6DUAL/IMX6QUAD) and IMX6SDL (IMX6SOLO/IMX6DUALLITE) types the iomux
registers differ. This requires
Hi Tim,
On 04/28/2014 01:17 PM, Tim Harvey wrote:
Add functions for configuring MMDC iomux and configuration based on
board-specific configurations.
Signed-off-by: Tim Harvey
---
v2:
- split out mmdc and iomux structs into separate patch
---
arch/arm/cpu/armv7/mx6/Makefile | 1 +
arch/arm
On Tue, Apr 29, 2014 at 7:24 AM, Wolfgang Denk wrote:
> Dear Fabio Estevam,
>
> In message <1398746935-11855-1-git-send-email-feste...@gmail.com> you wrote:
>> From: Fabio Estevam
>>
>> Currently we get the following failure when trying to build a uImage for
>> extensa:
>>
>> $ ./tools/mkimage -A
Hi Stefano,
On Mon, Apr 28, 2014 at 5:57 AM, Stefano Babic wrote:
> Applied (whole patchset) to u-boot-imx, thanks !
Could you please rebase your tree against 2014.04? Actually it is
still at 2014.04-rc3.
Regards,
Fabio Estevam
___
U-Boot mailing li
On mx6sl there is a LVE (Low Voltage Enable) bit in the IOMUXC_SW_PAD_CTL
register that can enable or disable low voltage on the pad.
LVE is bit 22 of IOMUXC_SW_PAD_CTL register, but in order to make the
calculation easier we can define it as a flag in bit 1, since this bit is
unused.
Add supp
Otavio,
On Mon, Apr 28, 2014 at 11:53 PM, Fabio Estevam wrote:
>> So use 18?
>
> It would also break the existing IOMUX config layout.
>
> Bit 63 is free, so I came up with this change:
Please discard this one.
Actually I have a better proposal now and will submit the new patch
for you to try
On Mon, Apr 28, 2014 at 11:37 PM, Igor Grinberg wrote:
> Hi,
>
> On 04/29/14 07:14, Eric Nelson wrote:
>> Hi Tim,
>>
>> On 04/28/2014 01:17 PM, Tim Harvey wrote:
>>> Add a common header which can hopefully be shared amon imx6 SPL users
>>>
>>> Signed-off-by: Tim Harvey
>>> ---
>>> v2:
>>> - adjus
Dear Fabio Estevam,
In message <1398746935-11855-1-git-send-email-feste...@gmail.com> you wrote:
> From: Fabio Estevam
>
> Currently we get the following failure when trying to build a uImage for
> extensa:
>
> $ ./tools/mkimage -A xtensa
...
> + { IH_ARCH_EXTENSA,"extensa",
On 29.04.14 00:52, York Sun wrote:
The pointer of device tree comes from r3 for QEMU. This is not the case
for normal SoCs out of reset. Having gd->fdt_blob as 0 is important for
other functions to detect the non-existence of device tree.
Signed-off-by: York Sun
CC: Alexander Graf
Acked-by:
Hi, Przemyslaw.
On 04/29/2014 05:15 PM, Przemyslaw Marczak wrote:
> Hello Jaehoon,
>
> On 04/29/2014 10:09 AM, Jaehoon Chung wrote:
>> "mmc boot" command didn't use anywhere.
>> It can be replaced to "mmc dev" command.
>>
>> Signed-off-by: Jaehoon Chung
>> ---
>> include/configs/s5pc210_univer
Hello Jaehoon,
On 04/29/2014 10:09 AM, Jaehoon Chung wrote:
"mmc boot" command didn't use anywhere.
It can be replaced to "mmc dev" command.
Signed-off-by: Jaehoon Chung
---
include/configs/s5pc210_universal.h |7 ++-
include/configs/trats.h |7 ++-
include/conf
"mmc boot" command didn't use anywhere.
It can be replaced to "mmc dev" command.
Signed-off-by: Jaehoon Chung
---
include/configs/s5pc210_universal.h |7 ++-
include/configs/trats.h |7 ++-
include/configs/trats2.h| 11 +++
3 files changed, 7 ins
Hello Andrey,
Am 29.04.2014 09:15, schrieb Andrey Danin:
On 29.04.2014 9:43, Heiko Schocher wrote:
Hello Andrey,
Hello Heiko.
First of all, thank you for the review!
You are welcome.
Am 27.04.2014 03:14, schrieb Andrey Danin:
Signed-off-by: Andrey Danin
CC: Stephen Warren
CC: Marc Dietr
Hi Fabio,
Thanks for the patch, but the name is actually 'xtensa' (without the
'e'). Would be great if you could change that.
Thanks,
-Chris
On 4/28/14, 9:48 PM, Fabio Estevam wrote:
From: Fabio Estevam
Currently we get the following failure when trying to build a uImage for
extensa:
$ .
On 29.04.2014 9:43, Heiko Schocher wrote:
Hello Andrey,
Hello Heiko.
First of all, thank you for the review!
Am 27.04.2014 03:14, schrieb Andrey Danin:
Signed-off-by: Andrey Danin
CC: Stephen Warren
CC: Marc Dietrich
CC: Julian Andres Klode
CC: ac...@lists.launchpad.net
---
Changes for v2
68 matches
Mail list logo