On 2014-10-06, Stephen Warren wrote:
> On 10/03/2014 03:08 PM, Vagrant Cascadian wrote:
>
>> diff --git a/include/config_distro_bootcmd.h
>> b/include/config_distro_bootcmd.h
>
>> "for prefix in ${boot_prefixes}; do " \
>> "run scan_dev
Thanks for the review!
On 2014-10-06, Stephen Warren wrote:
> On 10/03/2014 03:08 PM, Vagrant Cascadian wrote:
>
> Some standalone description of this change, and justification for it,
> should really be present in the commit message. Patch 0/7 doesn't get
> applied anywhere.
Of course; that was
The driver model supports two ways for passing device parameters;
Device Tree and platform_data (board file).
Each driver should generally support both of them because some
popular IPs are used on various platforms.
Assume the following scenario:
- The driver Foo is used on SoC Bar and SoC Baz
Signed-off-by: Masahiro Yamada
---
include/dm/util.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/dm/util.h b/include/dm/util.h
index 8be64a9..6ac3a38 100644
--- a/include/dm/util.h
+++ b/include/dm/util.h
@@ -5,6 +5,7 @@
*/
#ifndef __DM_UTIL_H
+#define __DM_UTIL_H
void dm
The header files include/dm/platdata.h and include/dm/uclass.h
use ll_entry_declare(); therefore they depend on
include/linker_lists.h.
Signed-off-by: Masahiro Yamada
---
include/dm/platdata.h | 2 ++
include/dm/uclass.h | 1 +
2 files changed, 3 insertions(+)
diff --git a/include/dm/platdat
The header file include/linker_lists.h uses __aligned();
therefore it depends on include/linux/compiler.h
Signed-off-by: Masahiro Yamada
---
include/linker_lists.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/linker_lists.h b/include/linker_lists.h
index 507d61b..046ac90 100644
On 10/03/2014 03:08 PM, Vagrant Cascadian wrote:
> diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h
> "for prefix in ${boot_prefixes}; do " \
> "run scan_dev_for_extlinux; " \
>
On 10/03/2014 03:08 PM, Vagrant Cascadian wrote:
Some standalone description of this change, and justification for it,
should really be present in the commit message. Patch 0/7 doesn't get
applied anywhere.
> diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h
> -
On Mon, Oct 06, 2014 at 09:08:59PM +0200, Marek Vasut wrote:
> Updated PR, added a Fastboot fix and the musb-new fix:
>
> The following changes since commit b966db0d7259293e2c9c216c7a5dce30dacacfd9:
>
> dw_mmc: cleanups (2014-10-03 17:26:50 +0300)
>
> are available in the git repository at:
>
Hey all,
I've pushed v2014.10-rc4 out to the repository and tarballs should exist
soon.
I've lagged a bit behind in tagging this, but I think we'll be alright
in the end. I've made
http://patchwork.ozlabs.org/bundle/trini/for-v2014.10-release/ for what
I intend to get in to the release. If some
owing changes since commit 77fa164839048609e0379f4f2f276a5d6892a0eb:
>
> Merge branches 'topic/drivers/fpga-20141006', 'topic/drivers/mmc-20141006',
> 'topic/drivers/net-20141006', 'topic/tools/mkimage-20141006' and
> 'topic/arm/cache-20141006' into HEA
On Monday, October 06, 2014 at 10:01:47 PM, Eric Nelson wrote:
> On 10/06/2014 12:07 PM, Marek Vasut wrote:
> > On Monday, October 06, 2014 at 05:49:11 PM, Eric Nelson wrote:
> >> Hi Marek,
> >>
> >> On 10/06/2014 05:50 AM, Marek Vasut wrote:
> >>> On Monday, October 06, 2014 at 11:23:53 AM, Lukas
On 10/03/2014 02:45 AM, Valentin Longchamp wrote:
> The argument boot_flags of board_init_f() is not used at all in the
> powerpc specific board.c init sequence. Now with the generic init
> sequence, this boot_flags arg is used by board_init_f().
>
> This patch sets the r3 register that is used to
On 26 September 2014 04:23, Masahiro Yamada wrote:
> The private libgcc is supported only on ARM, MIPS, PowerPC, SH, x86.
> Those architectures should "select" HAVE_PRIVATE_LIBGCC and
> CONFIG_USE_PRIVATE_LIBGCC should depend on it.
>
> Currently, this option is enabled on Tegra boards and x86 arc
On 26 September 2014 04:23, Masahiro Yamada wrote:
> Now CONFIG_USE_PRIVATE_LIBGCC is only used as a boolean macro.
> Remove CONFIG_USE_PRIVATE_LIBGCC= syntax.
>
> Signed-off-by: Masahiro Yamada
Acked-by: Simon Glass
Tested on link (Chromebook Pixel)
Tested-by: Simon Glass
__
On 26 September 2014 04:23, Masahiro Yamada wrote:
> The motivation of this commit is to change CONFIG_USE_PRIVATE_LIBGCC
> to a boolean macro so we can move it to Kconfig.
>
> In the current implementation, there are two forms of syntax
> for this macro:
>
> - CONFIG_USE_PRIVATE_LIBGCC=y
> -
On 10/06/2014 12:07 PM, Marek Vasut wrote:
> On Monday, October 06, 2014 at 05:49:11 PM, Eric Nelson wrote:
>> Hi Marek,
>>
>> On 10/06/2014 05:50 AM, Marek Vasut wrote:
>>> On Monday, October 06, 2014 at 11:23:53 AM, Lukasz Majewski wrote:
Hi Marek,
There aren't any pend
Updated PR, added a Fastboot fix and the musb-new fix:
The following changes since commit b966db0d7259293e2c9c216c7a5dce30dacacfd9:
dw_mmc: cleanups (2014-10-03 17:26:50 +0300)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to e2
On 10/03/2014 07:21 PM, Simon Glass wrote:
> On 2 October 2014 16:20, York Sun wrote:
>> Commit 294b91a5817147d4b7f47be2ac69bac2a1f26491 moved initr_malloc
>> earlier than initr_unlock_ram_in_cache. This causes issue on T4240.
>> It may be related to locked L1 d-cache and unlocked L2 cache. D-
>>
On Monday, October 06, 2014 at 05:49:11 PM, Eric Nelson wrote:
> Hi Marek,
>
> On 10/06/2014 05:50 AM, Marek Vasut wrote:
> > On Monday, October 06, 2014 at 11:23:53 AM, Lukasz Majewski wrote:
> >> Hi Marek,
> >>
> >>
> >>
> >> There aren't any pending DFU patches, so I don't plan any PR before
The value should be 0x23f0. Fix it.
Signed-off-by: Simon Glass
---
include/configs/snapper9260.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/snapper9260.h b/include/configs/snapper9260.h
index 1ebee71..adb09c2 100644
--- a/include/configs/snapper9260.
Modify this driver to support driver model, with platform data required to
determine the GPIOs that it controls.
Signed-off-by: Simon Glass
---
arch/arm/include/asm/arch-at91/gpio.h | 6 +
drivers/gpio/at91_gpio.c | 221 +++---
2 files changed, 183 ins
Before adding driver model support, split out a few of the functions so
that they can be used by the driver model code.
Signed-off-by: Simon Glass
---
drivers/serial/atmel_usart.c | 32 +++-
1 file changed, 23 insertions(+), 9 deletions(-)
diff --git a/drivers/seria
These boards all have the same GPIO arrangement, so add some common platform
data that can be used by all boards. Remove the configs which are no longer
required.
Signed-off-by: Simon Glass
---
arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 14 ++
arch/arm/include/asm/arch-at91
Add driver model support while retaining the existing legacy code. This
allows the driver to support boards that have converted to driver model
as well as those that have not.
Signed-off-by: Simon Glass
---
arch/arm/include/asm/arch-at91/at91_serial.h | 15 +
drivers/serial/atmel_usart.c
This series adds driver model support for serial and GPIO for the Atmel AT91
series. The at91sam9260-based Snapper 9260 is converted over as an example.
For both drivers the old behaviour is retained, so driver model becomes
option, not mandatory.
This series is available at u-boot-dm/atmel-worki
Convert this at91sam9260-based board to use driver model. This should serve
as an example for other similar boards. Serial and GPIO are supported so
far.
Signed-off-by: Simon Glass
---
board/bluewater/snapper9260/snapper9260.c | 18 --
include/configs/snapper9260.h |
This works correctly, so switch it over before the deadline.
Signed-off-by: Simon Glass
---
include/configs/snapper9260.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/snapper9260.h b/include/configs/snapper9260.h
index adb09c2..fdb6cca 100644
--- a/include/configs/snapper
None of the known sunxi devices actually use mmc1 routed through PH, where
as some devices do actually use mmc1 routed through PG, so change the routing
of mmc1 to PG. If in the future we encounter devices with mmc1 routed through
PH, we will need to change things to be a bit more flexible.
Signed
Signed-off-by: Hans de Goede
---
board/sunxi/Kconfig| 26 ++
drivers/mmc/sunxi_mmc.c| 21 +
include/configs/sunxi-common.h | 1 +
3 files changed, 48 insertions(+)
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
index 622f7b
Enable the second sdcard slot found on some boards. Note that we do not
set CONFIG_MMC_SUNXI_SLOT_EXTRA for the SPL, as having it there is not useful,
Except for on the Mele-M3 where the second sdcard is an eMMC, from which the
device can also boot, and there we want to have both in the SPL, so th
sunxi SOCs can boot from both mmc0 and mmc2, detect from which one we're
booting, and make that one "mmc dev 0" so that a single u-boot binary can
be used for both the onboard eMMC and for external sdcards.
When we're booting from mmc2, we make it dev 0 because that is where the SPL
will load the
Note we also drop the SPL check for initializing the 2nd mmc slot, the SPL
check is not necessary with Kconfig, because only options explicitly marked
as also being for the SPL get set during SPL builds.
Signed-off-by: Hans de Goede
---
board/sunxi/Kconfig | 8
board/sunxi/board.c | 2 +
Hi Ian, et al,
Here is v2 of my second sdcard slot support patch-set. Changes since v1:
-Drop "sunxi: Add sunxi_gpio_get_val function", use gpio_direction_input
instead
-"sunxi: Add mmc card-detect functionality":
Instead of using magic integer numbers for the card-detect pin, make it
a string
Hello Rene,
> Subject: [U-Boot] [PATCH V3 2/3] usb: eth: add ASIX AX88179 DRIVER
>
> changes in v3:
> -added all compatible devices from linux driver
> -fixed issues from review
>
> changes in v2:
> -added usb_ether.h to change list
> -added 2nd patch to enable driver
Hi,
I now tried to get the latest version from
git://git.denx.de/u-boot-sunxi.git and then replaced the dram.c/h files
with the ones from https://github.com/linux-sunxi/u-boot-sunxi.
That seems to work. The LCD screen no longer flickers!
Regards,
Hendrik
_
Hi,
Thanks for letting me know all this. I wasn't aware that there are some
troubles using the sunxi-linux branch with the mainline u-boot.
Unfortunately there are many sources of information on the sunxi boards
and how to get things up and running but there is only limited
information about
From: Baruch Siach
> Partially revert commit 0d01f66d235118 (CFI: cfi_flash write fix for AMD
> legacy).
>
> flash_full_status_check() used to skip status register parsing when
> flash_status_check() returns OK. This is wrong since flash_status_check()
> must return OK for other status bits to be
Hi Marek,
> On Monday, October 06, 2014 at 11:23:53 AM, Lukasz Majewski wrote:
> > Hi Marek,
> >
> > > On Wednesday, October 01, 2014 at 10:44:46 PM, Steve Rae wrote:
> > > > On 14-10-01 05:13 AM, Marek Vasut wrote:
> > > > > On Wednesday, October 01, 2014 at 04:03:21 AM, Eric Nelson
> > > > > wr
Hi Stefano,
On 10/06/2014 08:54 AM, Stefano Babic wrote:
> Hi Eric,
>
> On 02/10/2014 21:16, Eric Nelson wrote:
>> Provide fixed USB networking mac addresses for host and client to enable
>> static configuration of host network stacks.
>>
>> Include a command 'usbrecover' both to illustrate the u
On 02/10/2014 21:16, Eric Nelson wrote:
> From: Kevin Mihelich
>
> Support reading/writing ext4 partitions.
>
> Signed-off-by: Kevin Mihelich
> Signed-off-by: Eric Nelson
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
===
On 02/10/2014 21:16, Eric Nelson wrote:
> Enable 'fastboot' command.
>
> This is currently enabled but not yet functional. Including it in the
> configuration will ease further testing and development as discussed
> on the mailing list.
>
> Signed-off-by: Eric Nelson
> ---
Applied to u-boot-im
On 02/10/2014 21:16, Eric Nelson wrote:
> Some users (QNX and Windows CE users in particular) have asked
> to disable the Penguin shown on the display at boot time.
>
> Signed-off-by: Eric Nelson
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
On 02/10/2014 21:16, Eric Nelson wrote:
> Enable the 'gpio' command to allow reading and toggling of GPIO
> pins.
>
> Signed-off-by: Eric Nelson
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=
DENX
On 02/10/2014 21:16, Eric Nelson wrote:
> From: Troy Kisky
>
> Increase the maximum number of arguments allowed by the Hush parser.
> This prevents errors when users or scripts aren't quoting parameters
> when setting the "bootargs" variable et al.
>
> Signed-off-by: Troy Kisky
> Signed-off-by:
On 02/10/2014 21:16, Eric Nelson wrote:
> Enable the "i2c edid" command to query data from an attached
> HDMI monitor.
>
> Usage is typically this:
>
> U-Boot > i2c dev 1
> U-Boot > i2c edid 0x50
> ...
>
> Signed-off-by: Eric Nelson
> ---
Applied to u-boot-imx, thanks
On 02/10/2014 21:16, Eric Nelson wrote:
> If no boot script was found, expose internal storage over the
> USB mass storage gadget to allow easy programming.
>
> This is especially useful when SD cards are inaccessible or when
> loading SATA drives.
>
> More details are available in this blog post
On 02/10/2014 21:16, Eric Nelson wrote:
> Enable the use of USB keyboards on SABRE Lite and Nitrogen6x boards.
>
> Signed-off-by: Eric Nelson
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=
DENX Soft
On 02/10/2014 21:16, Eric Nelson wrote:
> Enable the 'mtest' command on Nitrogen6x and SABRE Lite boards.
>
> Signed-off-by: Eric Nelson
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=
DENX Software
On 02/10/2014 21:16, Eric Nelson wrote:
> Support RAM disks by setting initrd_high. See commit 7e9603e
>
> Signed-off-by: Eric Nelson
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engi
On 02/10/2014 21:16, Eric Nelson wrote:
> Add support for the USB mass storage to enable access to on-board
> storage (especially eMMC and SATA).
>
> Details at:
> http://boundarydevices.com/u-boot-usb-mass-storage-gadget/
>
> Signed-off-by: Eric Nelson
> ---
Applied to u-boot-imx, tha
On 02/10/2014 21:16, Eric Nelson wrote:
> From: Kevin Mihelich
>
> Remove the individual attempts to load using ext2 and fat, replace with the
> generic load command supporting available filesystem types.
>
> Signed-off-by: Kevin Mihelich
> ---
Applied to u-boot-imx, thanks !
Best regards,
S
On 02/10/2014 21:16, Eric Nelson wrote:
> From: Diego Rondini
>
> This patch enables boot to USB storage devices by expanding on the list
> of boot devices.
>
> Because the USB startup currently takes a long time, it places USB at
> the end of the list of supported devices.
>
> You can over-rid
On 02/10/2014 21:16, Eric Nelson wrote:
> Add support for WVGA (800x480) panels using VESA GTF timings over
> LVDS.
>
> No auto-detection is supported, so you must configure this panel
> manually through the 'panel' environment variable:
>
> U-Boot > setenv panel svga
> U-Boot > s
On 02/10/2014 21:16, Eric Nelson wrote:
> The HPD pin and RX_SENSE registers have proven to be less reliable
> than using I2C on the EDID pins for detection of an HDMI monitor.
> In particular, when the HDMI output is reset through a "reboot"
> cycle, the detect_hdmi() routine often bounces, result
On 02/10/2014 21:16, Eric Nelson wrote:
> Add support for 800x600 18-bit RGB displays using VESA GTF timings.
>
> No auto-detection is supported, so you must configure this panel
> manually through the 'panel' environment variable:
>
> U-Boot > setenv panel svga
> U-Boot > saveenv
On 02/10/2014 21:16, Eric Nelson wrote:
> Add support for an Ampire 1024x600 LVDS panel with integrated Ilitek
> capacitive touch screen.
>
> Auto-detection is enabled, so no explicit configuration is needed.
>
> Signed-off-by: Eric Nelson
> ---
Applied to u-boot-imx, thanks !
Best regards,
S
On 02/10/2014 21:16, Eric Nelson wrote:
> Add support for the Touch Revolution Fusion7 display: 800x480 RGB
> with a custom F0710A resistive touch controller.
>
> Auto-detection of this panel is supported so no configuration is
> required.
>
> Signed-off-by: Eric Nelson
> ---
Applied to u-boot
On 02/10/2014 21:16, Eric Nelson wrote:
> Add support for LG 9.7" LVDS panel (1024x768) with integrated eGalax
> touch screen.
>
> Note that this panel differs only slightly from the Hannstar XGA panel
> (margins).
>
> No auto-detection is available because it shares the same touch controller
> a
On 02/10/2014 21:16, Eric Nelson wrote:
> This patch adds support for LVDS WXGA displays that use the SPWG encoding
> standard instead of JEIDA.
>
> No auto-detection is enabled and you must explicitly set the 'panel'
> environment variable:
>
> U-Boot > setenv panel LDB-WXGA-S
>
On 02/10/2014 21:16, Eric Nelson wrote:
> From: Robert Winkler
>
> Add support for Boundary Devices 7" and 10.1" 1280x800 displays with
> integrated FocalTech ft5x06 10-point touch controller.
>
> Because they share the touch controller with the 1024x600 displays,
> auto-detection is disabled an
On 02/10/2014 21:16, Eric Nelson wrote:
> Add support for a 1/4 VGA panel with a 24-bit RGB interface.
> No auto-detection is enabled, so you must configure the 'panel'
> environment variable to use this display:
>
> U-Boot > setenv panel qvga
> U-Boot > saveenv && reset
>
> Signe
On 02/10/2014 21:16, Eric Nelson wrote:
> Include declarations of board_ehci callbacks to prevent compiler warnings
> and enforce function prototypes.
>
> Signed-off-by: Eric Nelson
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
===
Add support for the Kosagi Novena board. Currently supported are:
- I2C busses
- FEC Ethernet
- MMC0, MMC1, Booting from MMC
- SATA
- USB ports
- USB Ethernet
Signed-off-by: Marek Vasut
Cc: Stefano Babic
Cc: Sean Cross
Cc: Nikolay Dimitrov
---
arch/arm/Kconfig | 4 +
board/k
On 02/10/2014 21:16, Eric Nelson wrote:
> From: Troy Kisky
>
> Testing shows that the Micrel PHY may not be completely out
> of reset if accessed immediately.
>
> Signed-off-by: Troy Kisky
> Signed-off-by: Eric Nelson
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
On 02/10/2014 21:16, Eric Nelson wrote:
> Declare locally-used data structures and functions as
> static and pull in header files to prevent compiler warnings
> of "Should it be static?" when building with "make C=1".
>
> Signed-off-by: Eric Nelson
> ---
Applied to u-boot-imx, thanks !
Best re
On Monday, October 06, 2014 at 05:35:57 PM, Sean Cross wrote:
> Hi Marek, Nikolay,
>
> I thought I responded, but it might have gotten lost. I'm sorry about
> that.
>
> I've taken a closer look, and responded below.
OK, let me first post a V5 of the patch and then base all the changes on that,
On 02/10/2014 21:16, Eric Nelson wrote:
> From: Troy Kisky
>
> Configure CLKO outputs for SGTL5000, CSI camera.
>
> The sys_mclk output for the SGTL500 in particular prevents
> Windows CE from properly driving audio.
>
> Signed-off-by: Troy Kisky
> Signed-off-by: Eric Nelson
> ---
Applied t
On 02/10/2014 21:16, Eric Nelson wrote:
> Ensure that cameras and USB OTG power are in a stable (reset)
> state at reset by configuring their pads and toggling GPIOs.
>
> Signed-off-by: Troy Kisky
> Signed-off-by: Eric Nelson
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote:
> Pads SD2_CLK/CMD/DAT0-3 are connected to an SDIO WiFi device on
> Nitrogen and unconnected on BD-SL-i.MX6 (sabre lite).
>
> Configure them as SDIO pins to prevent them from being in a state
> that confuses the WiFi part.
>
> Signed-off-by: Eric Nelson
>
On 02/10/2014 21:16, Eric Nelson wrote:
> From: Troy Kisky
>
> The same logic applies to both SD card slots, only with different
> GPIOs and the code should make that easier to see.
>
> Signed-off-by: Troy Kisky
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
==
On 02/10/2014 21:16, Eric Nelson wrote:
> Several customers have asked to leave the display quiet during
> boot, so allow the user to express this request by the presence
> of environment variable "novideo".
>
> Signed-off-by: Eric Nelson
> ---
Applied to u-boot-imx, thanks !
Best regards,
St
Hi Eric,
On 02/10/2014 21:16, Eric Nelson wrote:
> Provide fixed USB networking mac addresses for host and client to enable
> static configuration of host network stacks.
>
> Include a command 'usbrecover' both to illustrate the use of the USB
> ethernet gadget and also to allow quick booting of
Hi Tom,
this depends on the previous five pull requests, as can be seen below. I merged
the five branches and based this PR on top of the merge, I hope that's OK.
The following changes since commit 77fa164839048609e0379f4f2f276a5d6892a0eb:
Merge branches 'topic/drivers/fpga-2014100
The following changes since commit be9f643ae6aa9044c60fe80e3a2c10be8371c692:
Merge branch 'for-tom' of git://git.denx.de/u-boot-dm (2014-09-26 20:10:48
-0400)
are available in the git repository at:
git://git.denx.de/u-boot-socfpga.git topic/arm/cache-20141006
for you to fetch
The following changes since commit be9f643ae6aa9044c60fe80e3a2c10be8371c692:
Merge branch 'for-tom' of git://git.denx.de/u-boot-dm (2014-09-26 20:10:48
-0400)
are available in the git repository at:
git://git.denx.de/u-boot-socfpga.git topic/tools/mkimage-20141006
for yo
The following changes since commit be9f643ae6aa9044c60fe80e3a2c10be8371c692:
Merge branch 'for-tom' of git://git.denx.de/u-boot-dm (2014-09-26 20:10:48
-0400)
are available in the git repository at:
git://git.denx.de/u-boot-socfpga.git topic/drivers/net-20141006
for you to fet
The following changes since commit b966db0d7259293e2c9c216c7a5dce30dacacfd9:
dw_mmc: cleanups (2014-10-03 17:26:50 +0300)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to d1fcbae1173f00917f5a71e4c074a61120605021:
usb: tegra: U
On Saturday, October 04, 2014 at 01:46:10 AM, Marcel Ziswiler wrote:
> Trying to enumerate USB devices connected via ULPI to T20 failed as
> follows:
>
> USB2: ULPI integrity check failed
>
> Git bisecting revealed the following commit being at odds:
>
> commit 2d34151f7501ddaa599897f0d89ad576
The following changes since commit be9f643ae6aa9044c60fe80e3a2c10be8371c692:
Merge branch 'for-tom' of git://git.denx.de/u-boot-dm (2014-09-26 20:10:48
-0400)
are available in the git repository at:
git://git.denx.de/u-boot-socfpga.git topic/drivers/mmc-20141006
for you to fet
The following changes since commit be9f643ae6aa9044c60fe80e3a2c10be8371c692:
Merge branch 'for-tom' of git://git.denx.de/u-boot-dm (2014-09-26 20:10:48
-0400)
are available in the git repository at:
git://git.denx.de/u-boot-socfpga.git topic/drivers/fpga-20141006
for you to fet
On 02/10/2014 21:16, Eric Nelson wrote:
> Some users (QNX and Windows CE users in particular) have asked
> to disable the Penguin shown on the display at boot time.
>
This is really pity, but I understand :-).
Acked-by: Stefano Babic
Best regards,
Stefano Babic
--
==
Thanks Stefano,
On 10/06/2014 08:42 AM, Stefano Babic wrote:
> Hi Eric,
>
> On 02/10/2014 21:16, Eric Nelson wrote:
>> Several customers are using UART2 (normally the serial console
>> for U-Boot) as connections to printers or other peripherals
>> that are not tolerant of stray inputs during rese
Hi Marek,
On 10/06/2014 05:50 AM, Marek Vasut wrote:
> On Monday, October 06, 2014 at 11:23:53 AM, Lukasz Majewski wrote:
>> Hi Marek,
>>
>>
>>
>> There aren't any pending DFU patches, so I don't plan any PR before
>> our ELCE2014 meeting.
>>
>> Therefore please, if possible, pull 1/3 and 2/3 to
Hi Eric,
On 02/10/2014 21:16, Eric Nelson wrote:
> Several customers are using UART2 (normally the serial console
> for U-Boot) as connections to printers or other peripherals
> that are not tolerant of stray inputs during reset.
>
> Provide a simple way to eliminate output on the serial port
> b
On Mon, 2014-10-06 at 16:43 +0200, Hans de Goede wrote:
> Hi,
>
> On 10/04/2014 10:37 AM, Ian Campbell wrote:
> > On Fri, 2014-10-03 at 17:05 +0200, Hans de Goede wrote:
> >> None of the known sunxi devices actually use mmc1 routed through PH, where
> >> as some devices do actually use mmc1 routed
U-Boot 2014.07
I'm trying to use ping 44..47 as input. I've configured PINMUX and
invoked request, direction etc. I always get 0 from gpio_get_value()
int val;
gpio_request(44, "dip_s1"):
gpio_request(45, "dip_s2");
gpio_request(46, "dip_s3");
gpio_request
Hi Eric,
On 02/10/2014 21:16, Eric Nelson wrote:
> This collection of patches comprises a set of updates that have
> been lingering in our Github repository.
>
> We're pushing them to main-line in preparation for the addition
> of a couple of boards that have also been lingering for a while.
>
>
Hi Marek, Nikolay,
I thought I responded, but it might have gotten lost. I'm sorry about that.
I've taken a closer look, and responded below.
On 24/9/2014 5:40 PM, Marek Vasut wrote:
On Wednesday, September 24, 2014 at 04:46:42 AM, Nikolay Dimitrov wrote:
Hi Marek,
Following are some commen
Hi Christian,
On 02/10/2014 13:33, Christian Gmeiner wrote:
> This patch adds support for the OT1200 series of devices.
>
> Following components are used in u-boot:
> + ethernet
> + i2c
> + emmc
> + gpio
>
> For more details see README.
>
> Changes v1 > v2
> - make use of enable_cspi_clock(..
On 25/09/2014 21:14, Marek Vasut wrote:
> Remove this tab from env, since it's useless, just use spaces.
>
> Signed-off-by: Marek Vasut
> Cc: Stefano Babic
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
===
On 25/09/2014 21:14, Marek Vasut wrote:
> Remove this tab from env, since it's useless, just use spaces.
>
> Signed-off-by: Marek Vasut
> Cc: Stefano Babic
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
===
On 02/10/2014 03:33, Eric Nelson wrote:
> Update DDR calibration settings based on a larger test set.
>
> The initial values were gathered on a small number of boards,
> and have been found to fail on some boards under load.
>
> Signed-off-by: Eric Nelson
> ---
Applied to u-boot-imx, thanks !
On 30/09/2014 19:05, Fabio Estevam wrote:
> PERST_GPIO and POWER_GPIO are currently swapped.
>
> Fix the GPIO assignments as per the board schematics.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=
Hi,
On 10/04/2014 10:37 AM, Ian Campbell wrote:
> On Fri, 2014-10-03 at 17:05 +0200, Hans de Goede wrote:
>> None of the known sunxi devices actually use mmc1 routed through PH, where
>> as some devices do actually use mmc1 routed through PG, so change the routing
>> of mmc1 to PG. If in the futur
Hi,
On 10/06/2014 10:33 AM, Ian Campbell wrote:
> On Sun, 2014-10-05 at 17:10 +0200, Hans de Goede wrote:
>>
>> On 10/04/2014 10:35 AM, Ian Campbell wrote:
>>> On Fri, 2014-10-03 at 17:05 +0200, Hans de Goede wrote:
sunxi SOCs can boot from both mmc0 and mmc2, detect from which one we're
On Monday, October 06, 2014 at 02:50:17 PM, Nikolay Dimitrov wrote:
> Hi Marek, Sean,
>
> Do you have any comments on the PHY signal driving conflict and reset
> timing issue (see below)?
I don't, I sense expert knowledge from you. Now we need to wait for the authors.
I spent this weekend showin
On Monday, October 06, 2014 at 11:23:53 AM, Lukasz Majewski wrote:
> Hi Marek,
>
> > On Wednesday, October 01, 2014 at 10:44:46 PM, Steve Rae wrote:
> > > On 14-10-01 05:13 AM, Marek Vasut wrote:
> > > > On Wednesday, October 01, 2014 at 04:03:21 AM, Eric Nelson wrote:
> > > >> Hi Marek,
> > > >>
Hi Albert,
Please pull
The following changes since commit be9f643ae6aa9044c60fe80e3a2c10be8371c692:
Merge branch 'for-tom' of git://git.denx.de/u-boot-dm (2014-09-26 20:10:48
-0400)
are available in the git repository at:
git://git.denx.de/u-boot-marvell.git master
DrEagle (5):
ARM:
> -Original Message-
> From: Michael Walle [mailto:mich...@walle.cc]
> Sent: 06 October 2014 02:40
> To: u-boot@lists.denx.de
> Cc: Tom Rini; Prafulla Wadaskar
> Subject: Re: [PATCH] lsxl: convert to generic board and
> fix typo
>
> Am Sonntag, 28. September 2014, 00:05:23 schrieb
> Mich
1 - 100 of 127 matches
Mail list logo