On Tuesday, May 05, 2015 at 11:56:09 PM, Hans de Goede wrote:
> This is a preparation patch for adding driver-model support.
>
> Signed-off-by: Hans de Goede
Acked-by: Marek Vasut
Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
On Tuesday, May 05, 2015 at 11:56:12 PM, Hans de Goede wrote:
> Fix taken from the Linux kernel ohci driver.
Commit ID from Linux where this came from would be nice to have
in the commit message, but that's a minor thing.
> Signed-off-by: Hans de Goede
Acked-by: Marek Vasut
Best regards,
Mare
On Tuesday, May 05, 2015 at 11:56:11 PM, Hans de Goede wrote:
> Non static function and variable declarations do not belong in a .h file.
>
> Signed-off-by: Hans de Goede
Acked-by: Marek Vasut
Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@
On Tuesday, May 05, 2015 at 11:56:08 PM, Hans de Goede wrote:
> This is a preparation patch for adding driver-model support.
>
> Note we do keep ohci_dev as a separate struct so that we can later add
> support for interrupt-queues which requires allocating a separate ohci_dev
> per interrupt-queue
On Tuesday, May 05, 2015 at 11:56:14 PM, Hans de Goede wrote:
> Interrupts transfers timing out is normal, so do not log an error for this.
>
> Signed-off-by: Hans de Goede
Acked-by: Marek Vasut
Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boo
On Tuesday, May 05, 2015 at 11:56:15 PM, Hans de Goede wrote:
> Auto-resubmission of interrupt packets does not match the u-boot usb model.
Just a bit more verbose commit message would be helpful, really ;-)
> Signed-off-by: Hans de Goede
Acked-by: Marek Vasut
Best regards,
Marek Vasut
__
On Tuesday, May 05, 2015 at 11:56:16 PM, Hans de Goede wrote:
> The common usb_hub code already waits a full second after powering up
> ports, so there is no need for additional delays inside the hcd code.
>
> Signed-off-by: Hans de Goede
This makes a driver depend on the behavior of the subsyst
On Tuesday, May 05, 2015 at 11:56:17 PM, Hans de Goede wrote:
> For some reason the ohci code is full with:
>
> pkt_print(...)
> mdelay(1);
>
> AFAICT there is no reason for the mdelay(1) calls. This commit disables
> them when building the ohci code for new driver-mod
On Tuesday, May 05, 2015 at 11:56:13 PM, Hans de Goede wrote:
> Add proper cache flushing / invalidating for non cache coherent cpus, for
> now only enable this for new (driver-model) usb code to avoid regressions.
>
> Signed-off-by: Hans de Goede
Reviewed-by: Marek Vasut
Best regards,
Marek V
On Tuesday, May 05, 2015 at 11:56:19 PM, Hans de Goede wrote:
> This commit adds support for the OHCI companionen controller, which makes
> usb-1 devices directly plugged into to usb root port work.
>
> Note for now this switches usb-keyboard support for sunxi back from
> int-queue support to the
On Wednesday, May 06, 2015 at 12:53:31 AM, Simon Glass wrote:
> On 5 May 2015 at 16:52, Marek Vasut wrote:
> > On Wednesday, May 06, 2015 at 12:50:08 AM, Hans de Goede wrote:
> >> Hi,
> >
> > Hi!
> >
> >> On 05/06/2015 12:23 AM, Marek Vasut wrote:
> >> > On Tuesday, May 05, 2015 at 11:56:03 PM,
On Tuesday, May 05, 2015 at 11:56:18 PM, Hans de Goede wrote:
> Add driver-model support to the ohci code.
>
> Signed-off-by: Hans de Goede
I'll leave thorough review of this to Simon, but a brief skim
tells me to add
Reviewed-by: Marek Vasut
The "todo" in ohci_deregister() is a bit concerni
Hi,
On 05/06/2015 12:59 AM, Marek Vasut wrote:
On Tuesday, May 05, 2015 at 11:56:12 PM, Hans de Goede wrote:
Fix taken from the Linux kernel ohci driver.
Commit ID from Linux where this came from would be nice to have
in the commit message, but that's a minor thing.
I did not take this from
Hi Simon,
On Tue, May 5, 2015 at 4:37 PM, Simon Glass wrote:
> Hi Joe,
>
> On 5 May 2015 at 11:23, Joe Hershberger wrote:
>>
>> Introduced in change d20a40de9db07de1f1f06a79a4da1cdda5379b75
>> "Roll crc32 into hash infrastructure"
>>
>> Use a consistent define to enable the verify feature in crc
On Wednesday, May 06, 2015 at 12:57:54 AM, Stephen Warren wrote:
> On 05/05/2015 04:42 PM, Marek Vasut wrote:
> > On Wednesday, May 06, 2015 at 12:37:38 AM, Stephen Warren wrote:
> >> On 05/05/2015 04:17 PM, Marek Vasut wrote:
> >>> On Tuesday, May 05, 2015 at 11:46:56 PM, Stephen Warren wrote:
> >
On Wednesday, May 06, 2015 at 01:25:29 AM, Hans de Goede wrote:
> Hi,
>
> On 05/06/2015 12:59 AM, Marek Vasut wrote:
> > On Tuesday, May 05, 2015 at 11:56:12 PM, Hans de Goede wrote:
> >> Fix taken from the Linux kernel ohci driver.
> >
> > Commit ID from Linux where this came from would be nice
Hi Simon,
On Tue, May 5, 2015 at 3:56 PM, Simon Glass wrote:
> Hi Joe,
>
> On 3 May 2015 at 14:12, Joe Hershberger wrote:
>> Make sure that the env gets cleaned up after a test fails so that other
>> tests aren't affected.
>>
>> Signed-off-by: Joe Hershberger
>> ---
>>
>> Changes in v3:
>> -New
On Mon, May 04, 2015 at 05:21:29PM +0200, Hans de Goede wrote:
> Hi Tom,
>
> Please pull u-boot-sunxi/master into master for the second round of sunxi
> work, highlights:
>
> -A33 SoC support (full support including otg & display)
> -Move ALL sunxi boards over to the driver-model for serial, gpi
On Tue, May 05, 2015 at 11:30:11AM +0200, Albert ARIBAUD wrote:
> Hello Tom,
>
> The following changes since commit ace97d26176a3ebc9ec07738450de93eea35975c:
>
> Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze (2015-04-29
> 06:46:33 -0400)
>
> are available in the git reposito
On Fri, May 01, 2015 at 02:39:03PM -0600, Simon Glass wrote:
> Hi Tom,
>
> This includes PIRQ routing support for a few platforms, the beginnings
> of better GPIO/pinmux support and multi-core + SFI support.
>
>
> The following changes since commit ace97d26176a3ebc9ec07738450de93eea35975c:
>
>
On Tue, May 05, 2015 at 09:55:43AM -0700, York Sun wrote:
> Tom,
>
> The following changes since commit ace97d26176a3ebc9ec07738450de93eea35975c:
>
> Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze (2015-04-29
> 06:46:33 -0400)
>
> are available in the git repository at:
>
>
On Tue, May 05, 2015 at 12:50:01PM +, Luka Perkov wrote:
> Hi Tom,
>
> please pull from marvell/master. The changes include Stefan's Armada 38x
> series which reached v3 on the mailing list and two more Marvell Armada
> related fixes.
>
> The following changes since commit ace97d26176a3ebc9e
On Tue, Apr 14, 2015 at 09:50:47PM +0200, Marcel Ziswiler wrote:
> From: Max Krummenacher
>
> Without this, when CONFIG_ENV_VARS_UBOOT_CONFIG is active we get
> a compile time error when doing 'make env'.
> In file included from tools/env/fw_env.c:117:0:
> include/env_default.h:110:11: error: ex
Hey all,
I've pushed v2015.07-rc1 out to the repository and tarballs should exist
soon.
The merge window is now closed. I'm going to continue todo my best to
keep to the every two weeks we do an RC thing, with probably a few days
slip here and there. I think it's gone well so far relying on eve
On Tue, May 05, 2015 at 12:44:10PM +0300, Pantelis Antoniou wrote:
> Hi Tom,
>
> The following changes since commit ace97d26176a3ebc9ec07738450de93eea35975c:
>
> Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze (2015-04-29
> 06:46:33 -0400)
>
> are available in the git reposito
On Tue, May 5, 2015 at 5:41 PM, Michael Trimarchi wrote:
> -Original Message-
> From: Michael Trimarchi [mailto:mich...@amarulasolutions.com]
> Sent: Tuesday, May 05, 2015 5:41 PM
> To: Zhao Qiang-B45475
> Cc: u-boot@lists.denx.de; Sun York-R58495
> Subject: Re: [U-Boot] [PATCH 2/2] qe: us
On 5 May 2015 at 16:105, Jagan Tek
> On 4 May 2015 at 06:19, Peter Pan 潘栋 (peterpandong)
> wrote:
> > Hi All,
> >
> > I’d like to add spi nand support in u-boot. But I don’t know where
> should
> > the spi nand drivers put in and how to define the architecture.
> >
> > I find that currently spi_fl
Default name of spi flash like this "0:0", update it to "spi_flash@0:0".
Signed-off-by: Haikun Wang
---
Changes in v2:
- Increase the size of array "name" to 30
Changes in v1: None
drivers/mtd/spi/sf-uclass.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/mtd/
Hi,
On 5 May 2015 at 05:10, Haikun Wang wrote:
> Atmel DataFlash chips have commands different from common spi
> flash commands.
> Atmel DataFlash also have special page-size.
> This driver add support for accessing Atmel DataFlash.
> It is based on the Driver Model.
>
> Signed-off-by: Haikun Wan
On 5 May 2015 at 20:37, Haikun Wang wrote:
> Default name of spi flash like this "0:0", update it to "spi_flash@0:0".
>
> Signed-off-by: Haikun Wang
> ---
>
> Changes in v2:
> - Increase the size of array "name" to 30
>
> Changes in v1: None
> drivers/mtd/spi/sf-uclass.c | 4 ++--
> 1 file chang
From: Tang Yuantian
Function 'sprintf' does not check buffer boundaries but outputs
to the buffer of fixed size which could cause buffer overflow.
Use a safer function to replace it.
Signed-off-by: Tang Yuantian
---
drivers/block/fsl_sata.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Tang Yuantian
Function 'sprintf' does not check buffer boundaries but outputs
to the buffer of fixed size which could potentially cause buffer
overflow. Use a safer function to replace it.
Signed-off-by: Tang Yuantian
---
drivers/block/fsl_sata.c | 2 +-
1 file changed, 1 insertion(+), 1
Hi Bin,
On 5 May 2015 at 09:24, Bin Meng wrote:
> This commit introduces the initial U-Boot support for QEMU x86 targets.
> U-Boot can boot from coreboot as a payload, or directly without coreboot.
>
> Signed-off-by: Bin Meng
> ---
>
> arch/x86/Kconfig | 5 +++
> arch/x86/
On 5 May 2015 at 09:24, Bin Meng wrote:
> Document how to build and test U-Boot with QEMU.
>
> Signed-off-by: Bin Meng
> ---
>
> doc/README.x86 | 65
> +++---
> 1 file changed, 48 insertions(+), 17 deletions(-)
Acked-by: Simon Glass
On 5 May 2015 at 09:24, Bin Meng wrote:
> Now that we have QEMU support, make it the default vendor in the
> 'make menuconfig' screen.
>
> Signed-off-by: Bin Meng
> ---
>
> arch/x86/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/x86/Kconfig b/arch/x86/Kconf
On 5 May 2015 at 09:24, Bin Meng wrote:
> QEMU is much easier for us test booting U-Boot as a coreboot payload
> than having a real board like chromebook_link.
>
> Signed-off-by: Bin Meng
> ---
>
> board/coreboot/coreboot/Kconfig | 6 +++---
> configs/coreboot-x86_defconfig | 1 +
> 2 files cha
Hi
On Wed, May 6, 2015 at 9:40 AM, qiang.z...@freescale.com
wrote:
> On Tue, May 5, 2015 at 5:41 PM, Michael Trimarchi wrote:
>
>> -Original Message-
>> From: Michael Trimarchi [mailto:mich...@amarulasolutions.com]
>> Sent: Tuesday, May 05, 2015 5:41 PM
>> To: Zhao Qiang-B45475
>> Cc: u-b
Hello Simon,
Am 04.05.2015 19:30, schrieb Simon Glass:
We can currently set this but there is no API function to get it. Add one.
Signed-off-by: Simon Glass
---
drivers/i2c/i2c-uclass.c | 7 +++
include/i2c.h| 9 -
2 files changed, 15 insertions(+), 1 deletion(-)
Hi,
On Thu, Apr 30, 2015 at 12:38 PM, Chris Packham wrote:
> Define U_BOOT_TZ alongside U_BOOT_TIME and U_BOOT_DATE and use it to
> include the timezone in the version output.
>
> Signed-off-by: Chris Packham
> ---
>
> Makefile | 3 ++-
> include/version.h | 2 +-
> 2 files changed, 3
Hi Simon,
On Wed, May 6, 2015 at 12:01 PM, Simon Glass wrote:
> Hi Bin,
>
> On 5 May 2015 at 09:24, Bin Meng wrote:
>> This commit introduces the initial U-Boot support for QEMU x86 targets.
>> U-Boot can boot from coreboot as a payload, or directly without coreboot.
>>
>> Signed-off-by: Bin Men
Hello Simon,
Am 04.05.2015 19:30, schrieb Simon Glass:
This command was missed in the conversion. Add it back for driver model.
Signed-off-by: Simon Glass
---
common/cmd_i2c.c | 63 +---
1 file changed, 55 insertions(+), 8 deletions(-)
d
Hi Fabio,
Sorry, kind of got side tracked a bit.
Tom, in response to SATA off a PCI bus, that was my main concern with just
adding a SATA init. However after looking through the code I have noticed that
there is a CONFIG_SYS_EARLY_PCI_INIT which if declared will call initr_pci
before my initr_
On 5 May 2015 19:25:26 CEST, Joe Hershberger wrote:
>This is clearly the wrong way to fix this issue since it breaks pretty
>much every other aspect of hashing. Proper fix forthcoming.
I admit that I don't know nothing about any of that hashing stuff off late but
it is crystal clear that Nikol
201 - 243 of 243 matches
Mail list logo