Re: [U-Boot] [PATCH] mpc85xx/T4240EMU: Remove T4240EMU board

2015-05-06 Thread Joakim Tjernlund
On Tue, 2015-05-05 at 09:27 -0700, York Sun wrote: > On 04/21/2015 10:09 AM, York Sun wrote: > > T4240 SoC has been available for a long time. Emulator support > > is no longer needed. > > > > Signed-off-by: York Sun > > --- > > Applied to u-boot-mpc85xx master. Awaiting upstream. I wonder if s

[U-Boot] [PATCH] bugfix i.mx6 pwm: prevent overflow of period_c * duty_ns

2015-05-06 Thread Brecht Neyrinck
Prevent overflow by casting duty_ns to ull first. This bug came up when trying to create a 200 Hz PWM Signed-off-by: Brecht Neyrinck --- drivers/pwm/pwm-imx-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pwm/pwm-imx-util.c b/drivers/pwm/pwm-imx-util.c index f

Re: [U-Boot] [PATCH 09/10] gpio: s3c: Fix the GPIO driver

2015-05-06 Thread Minkyu Kang
On 02/05/15 10:12, Marek Vasut wrote: > On Saturday, October 11, 2014 at 06:42:57 PM, Marek Vasut wrote: >> The GPIO driver didn't correctly compute the bank offset >> from the GPIO number and caused random writes into the >> GPIO block address space. Fix the driver so it actually >> does the write

Re: [U-Boot] [PATCH 08/10] i2c: s3c: Implant support for S3C2440

2015-05-06 Thread Minkyu Kang
On 02/05/15 10:12, Marek Vasut wrote: > On Saturday, October 11, 2014 at 06:42:56 PM, Marek Vasut wrote: >> This is a matter of simple additional ifdefery to cater >> for the different register layout of the S3C2440 chip. >> >> Signed-off-by: Marek Vasut >> Cc: Heiko Schocher >> Cc: Kyungmin Park

[U-Boot] [PATCH] sunxi: add support for UART2 on A23/A33

2015-05-06 Thread Laurent Itti
Add support for UART2 (2-pin version but note that RTS/CTS pins are available pn that port for possible future use), can be selected in config by using CONFIG_CONS_INDEX=3 Signed-off-by: Laurent Itti --- arch/arm/cpu/armv7/sunxi/board.c | 4 arch/arm/dts/sun8i-a23.dtsi| 7

Re: [U-Boot] [PATCH] bugfix i.mx6 pwm: prevent overflow of period_c * duty_ns

2015-05-06 Thread Heiko Schocher
Hello Brecht Neyrinck, Am 06.05.2015 09:57, schrieb Brecht Neyrinck: Prevent overflow by casting duty_ns to ull first. This bug came up when trying to create a 200 Hz PWM Signed-off-by: Brecht Neyrinck --- drivers/pwm/pwm-imx-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) T

[U-Boot] [PATCH] mpc85xx/T1040D4RDB: Disable all CPLD interrupts, except QSGMI1 and QSGMI2

2015-05-06 Thread Codrin Ciubotariu
By default, CPLD used by Freescale's T1040D4RDB has all the interrupt sources enabled. If the interrupt line is enabled in the OS and one of these sources rises the interrupt without having a driver to handle it, then the board will get an interrupt storm. This patch masks all the interrupts avail

Re: [U-Boot] [PATCH 3/3] net: Remove all calls to net_random_ethaddr()

2015-05-06 Thread Michael Walle
Hi Joe, Am 2015-05-05 19:36, schrieb Joe Hershberger: You removed the "set_led(LED_ALARM_BLINKING)". (Mh, I've just discovered, that there is an indentation error). This is very important for this board, because there is no other feedback to the user than the LED. Remember, there is no serial

[U-Boot] [PATCH 3/4] x86: Move FRAMEBUFFER_SET_VESA_MODE etc to video Kconfig

2015-05-06 Thread Bin Meng
CONFIG_FRAMEBUFFER_SET_VESA_MODE and CONFIG_FRAMEBUFFER_VESA_MODE are not x86-specific, so move them to drivers/video/Kconfig and make them depend on VIDEO_VESA driver. Some cosmetic fixes are applied to the Kconfig help text as well. Signed-off-by: Bin Meng --- arch/x86/Kconfig| 14

[U-Boot] [PATCH 2/4] video: Kconfig: Make VESA driver avaiable for non-x86 boards

2015-05-06 Thread Bin Meng
There is no reason to prevent CONFIG_VIDEO_VESA driver working on non-x86 boards, so remove such limitation. Signed-off-by: Bin Meng --- drivers/video/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 51728b3..133a80b 100644 --- a/dri

[U-Boot] [PATCH 1/4] video: cfb_console: Remove the unnecessary CONFIG_VGA_AS_SINGLE_DEVICE wraps

2015-05-06 Thread Bin Meng
There are two places in the cfb_console driver that test whether CONFIG_VGA_AS_SINGLE_DEVICE is defined or not, but actually it is unnecessary, hence clean it up. Signed-off-by: Bin Meng --- drivers/video/cfb_console.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/video/cfb_con

[U-Boot] [PATCH 4/4] x86: qemu: Add graphics support

2015-05-06 Thread Bin Meng
It turns out that QEMU x86 emulated graphic card has an built-in option ROM which can be run perfectly under native mode by U-Boot. Signed-off-by: Bin Meng --- arch/x86/cpu/qemu/pci.c| 24 +++- configs/qemu-x86_defconfig | 3 +++ doc/README.x86 | 3 +++ inc

Re: [U-Boot] [PATCH v3] dm: sf: Add Atmel DataFlash spi flash driver

2015-05-06 Thread Jagan Teki
On 6 May 2015 at 08:36, Simon Glass wrote: > 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 ba

Re: [U-Boot] loading environment from SATA

2015-05-06 Thread Tom Rini
On Wed, May 06, 2015 at 07:20:20AM +0100, Ben Hewson wrote: > 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_SY

Re: [U-Boot] [PATCH 04/24] dm: i2c: Implement 'i2c bus' command for driver model

2015-05-06 Thread Simon Glass
Hi Heiko, On 5 May 2015 at 23:44, Heiko Schocher wrote: > 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 >> +

Re: [U-Boot] [PATCH v4 6/9] dm: usb: Add support for interrupt queues to the dm usb code

2015-05-06 Thread Simon Glass
Hi Hans, On 5 May 2015 at 11:42, Simon Glass wrote: > On 5 May 2015 at 03:54, Hans de Goede wrote: >> Interrupt endpoints typically are polled for a long time by the usb >> controller before they return anything, so calls to submit_int_msg() can >> take a long time to complete this. >> >> To avo

Re: [U-Boot] [PATCH 1/2] Fix inconsistency of VERIFY defines in cmd_mem

2015-05-06 Thread Simon Glass
Hi Joe, On 5 May 2015 at 17:35, Joe Hershberger wrote: > 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 infrastructur

Re: [U-Boot] [RFC PATCH v1] Makefile: Add U_BOOT_TZ and include in version

2015-05-06 Thread Simon Glass
Hi Chris, On 5 May 2015 at 23:38, Chris Packham wrote: > 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 >> --- >> >> Make

Re: [U-Boot] [PATCH v4 8/9] dm: usb: Add support for interrupt queues to the dm ehci code

2015-05-06 Thread Simon Glass
Hi Hans, On 5 May 2015 at 11:42, Simon Glass wrote: > On 5 May 2015 at 03:54, Hans de Goede wrote: >> Add support for interrupt queues to the dm ehci code. >> >> Signed-off-by: Hans de Goede >> Acked-by: Simon Glass >> --- >> drivers/usb/host/ehci-hcd.c | 26 ++ >> 1 f

Re: [U-Boot] [PATCH v3 18/26] test: dm: eth: Handle failed test env cleanup

2015-05-06 Thread Simon Glass
Hi Joe, On 5 May 2015 at 17:39, Joe Hershberger wrote: > 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. >>> >>

Re: [U-Boot] [PATCH v4 7/9] dm: usb: Prefix ehci interrupt-queue functions with _ehci_

2015-05-06 Thread Simon Glass
Hi Hans, On 5 May 2015 at 11:42, Simon Glass wrote: > On 5 May 2015 at 03:54, Hans de Goede wrote: >> This is a preparation patch for adding interrupt-queue support to the >> ehci dm code. >> >> Signed-off-by: Hans de Goede >> Acked-by: Simon Glass >> --- >> drivers/usb/host/ehci-hcd.c | 31 +

Re: [U-Boot] [PATCH 2/3] net: Remove all references to CONFIG_ETHADDR and friends

2015-05-06 Thread Tom Rini
On Tue, May 05, 2015 at 09:17:33AM +0200, Albert ARIBAUD wrote: > Bonjour Simon, > > Le Mon, 4 May 2015 15:37:22 -0600, Simon Glass a > écrit : > > > On 4 May 2015 at 13:55, Joe Hershberger wrote: > > > We really don't want boards defining fixed MAC addresses in their config > > > so we just re

Re: [U-Boot] [PATCH 0/3] CAAM RNG fixes (Alex Porosanu)

2015-05-06 Thread Ulises Cardenas
On 05/05/2015 02:00 PM, u-boot-requ...@lists.denx.de wrote: [PATCH 0/3] CAAM RNG fixes (Alex Porosanu) Reviewed-by: Ulises Cardenas ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 18/26] test: dm: eth: Handle failed test env cleanup

2015-05-06 Thread Joe Hershberger
Hi Simon, On Wed, May 6, 2015 at 10:11 AM, Simon Glass wrote: > Hi Joe, > > On 5 May 2015 at 17:39, Joe Hershberger wrote: >> 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 c

Re: [U-Boot] [PATCH] mpc85xx/T4240EMU: Remove T4240EMU board

2015-05-06 Thread York Sun
On 05/06/2015 12:24 AM, Joakim Tjernlund wrote: > On Tue, 2015-05-05 at 09:27 -0700, York Sun wrote: >> On 04/21/2015 10:09 AM, York Sun wrote: >>> T4240 SoC has been available for a long time. Emulator support >>> is no longer needed. >>> >>> Signed-off-by: York Sun >>> --- >> >> Applied to u-b

Re: [U-Boot] [PATCH 4/4] ARM: bcm283x: Switch to generic timer

2015-05-06 Thread Stephen Warren
On 05/05/2015 05:37 PM, Marek Vasut wrote: 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:

[U-Boot] [PATCH V2 RESEND] nand: fix buffer alignment in new verification feature

2015-05-06 Thread Stephen Warren
From: Stephen Warren On systems with caches enabled, NAND I/O may need to flush/invalidate the cache during read/write operations. For this to work correctly, all buffers must be cache-aligned. Fix nand_verify*() to allocate aligned buffers. This prevents cache alignment warnings from being spew

Re: [U-Boot] [PATCH v3 18/26] test: dm: eth: Handle failed test env cleanup

2015-05-06 Thread Simon Glass
Hi Joe, On 6 May 2015 at 09:39, Joe Hershberger wrote: > > Hi Simon, > > On Wed, May 6, 2015 at 10:11 AM, Simon Glass wrote: > > Hi Joe, > > > > On 5 May 2015 at 17:39, Joe Hershberger wrote: > >> Hi Simon, > >> > >> On Tue, May 5, 2015 at 3:56 PM, Simon Glass wrote: > >>> Hi Joe, > >>> > >>>

[U-Boot] [WORKING PATCH 2/2] fixup! test: dm: eth: Handle failed test env cleanup

2015-05-06 Thread Joe Hershberger
Signed-off-by: Joe Hershberger --- This fixes the one warning that was listed in your buildman output. For whatever reason my older gcc does not throw this warning. test/dm/eth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dm/eth.c b/test/dm/eth.c index a01cf57..700a

[U-Boot] [WORKING PATCH 1/2] sandbox: Use defconfig to enable features

2015-05-06 Thread Joe Hershberger
Stop using the sandbox arch Kconfig to override defaults for config options. This is a bit of abuse and may be causing build problems. Signed-off-by: Joe Hershberger --- The errors you are seeing are the result of "CONFIG_UNIT_TEST" not being defined. That should not be at all related to that tes

[U-Boot] [PATCH v2] serial: fdt: add device tree support for pl01x

2015-05-06 Thread Vikas Manocha
This patch adds device tree support for arm pl010/pl011 driver. Signed-off-by: Vikas Manocha --- Changes in v2: - removed #ifdef CONFIG_OF_CONTROL from driver structure & used of_match_ptr doc/device-tree-bindings/serial/pl01x.txt |7 +++ drivers/serial/serial_pl01x.c | 3

Re: [U-Boot] [PATCH 4/4] ARM: bcm283x: Switch to generic timer

2015-05-06 Thread Marek Vasut
On Wednesday, May 06, 2015 at 05:52:37 PM, Stephen Warren wrote: [...] > >>> So, if now is close to 0x7fff (which it can), then if endtime is > >>> big-ish, diff will become negative and this udelay() will not perform > >>> the correct delay, right ? > >> > >> I don't believe so, no. > >> > >

Re: [U-Boot] [PATCH 24/24] tegra124: Expand SPL space by 8KB

2015-05-06 Thread Simon Glass
Hi Stephen, On 5 May 2015 at 12:20, Stephen Warren wrote: > On 05/05/2015 10:26 AM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 5 May 2015 at 10:12, Stephen Warren wrote: >>> >>> On 05/05/2015 10:03 AM, Simon Glass wrote: Hi Stephen, On 5 May 2015 at 09:59, Stephen War

Re: [U-Boot] [PATCH 21/24] tegra124: Implement spl_was_boot_source()

2015-05-06 Thread Simon Glass
Hi Stephen, On 5 May 2015 at 12:07, Stephen Warren wrote: > On 05/05/2015 10:19 AM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 5 May 2015 at 10:10, Stephen Warren wrote: >>> >>> On 05/05/2015 10:02 AM, Simon Glass wrote: Hi Stephen, On 5 May 2015 at 09:54, Stephen War

Re: [U-Boot] [PATCH 4/4] ARM: bcm283x: Switch to generic timer

2015-05-06 Thread Tyler Baker
On 6 May 2015 at 11:13, Marek Vasut wrote: > On Wednesday, May 06, 2015 at 05:52:37 PM, Stephen Warren wrote: > [...] >> >>> So, if now is close to 0x7fff (which it can), then if endtime is >> >>> big-ish, diff will become negative and this udelay() will not perform >> >>> the correct delay, r

[U-Boot] [PATCH] dm: tegra: usb: Move USB to driver model

2015-05-06 Thread Simon Glass
Somehow this change was dropped in the various merges. I noticed when I came to turn off the non-driver-model support for Tegra. We need to make this change (and deal with any problems) before going further. Signed-off-by: Simon Glass --- arch/arm/mach-tegra/Kconfig | 3 +++ 1 file changed, 3 i

[U-Boot] [PATCH] imx: ventana: fix boot to SD

2015-05-06 Thread Tim Harvey
This fixes a regression caused by e25fbe3fe531029dc7b100ea4c79dbc802e17fc2 (gw_ventana: Move the DCD settings to spl code) The clock gating must be setup prior to calling arch_cpu_init(). Without this booting to SD (directly via eFuse or via bmode) will hang. Cc: Fabio Estevam Signed-off-by: Tim

Re: [U-Boot] [PATCH] imx: ventana: fix boot to SD

2015-05-06 Thread Fabio Estevam
On Wed, May 6, 2015 at 5:16 PM, Tim Harvey wrote: > This fixes a regression caused by e25fbe3fe531029dc7b100ea4c79dbc802e17fc2 > (gw_ventana: Move the DCD settings to spl code) > > The clock gating must be setup prior to calling arch_cpu_init(). Without this > booting to SD (directly via eFuse or

Re: [U-Boot] [PATCH 01/16] usb: Fix maxpacketsize for first descriptor read for low-speed usb devs

2015-05-06 Thread Simon Glass
On 5 May 2015 at 16:54, Marek Vasut wrote: > On Tuesday, May 05, 2015 at 11:56:04 PM, Hans de Goede wrote: >> This fixes descriptor reading of lowspeed devices through ohci not working. >> >> Signed-off-by: Hans de Goede > > Acked-by: Marek Vasut Applied to u-boot-dm, thanks! __

Re: [U-Boot] [PATCH 05/16] usb: ohci: Move the ohci_dev struct to inside the main ohci struct

2015-05-06 Thread Simon Glass
On 5 May 2015 at 16:57, Marek Vasut wrote: > 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 all

Re: [U-Boot] [PATCH 07/16] usb: ohci: Remove unnecessary phcca variable

2015-05-06 Thread Simon Glass
On 5 May 2015 at 16:57, Marek Vasut wrote: > On Tuesday, May 05, 2015 at 11:56:10 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 Applied to u-boot-dm, thanks! _

Re: [U-Boot] [PATCH 06/16] usb: ohci: Move the td array struct to inside the ohci_dev struct

2015-05-06 Thread Simon Glass
On 5 May 2015 at 16:57, Marek Vasut wrote: > 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 Applied to u-boot-dm, thanks! _

Re: [U-Boot] [PATCH 04/16] usb: ohci: Pass around a pointer to ohci_t rather then accessing global vars

2015-05-06 Thread Simon Glass
On 5 May 2015 at 16:55, Marek Vasut wrote: > On Tuesday, May 05, 2015 at 11:56:07 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 Applied to u-boot-dm, thanks! _

Re: [U-Boot] [PATCH 03/16] usb: ohci: Remove unused devgone global variable

2015-05-06 Thread Simon Glass
On 5 May 2015 at 16:55, Marek Vasut wrote: > On Tuesday, May 05, 2015 at 11:56:06 PM, Hans de Goede wrote: >> devgone is never assigned a value, so the one comparisson reading it will >> never be true, and devgone can be completely removed. >> >> Signed-off-by: Hans de Goede > > Acked-by: Marek V

Re: [U-Boot] [PATCH 08/16] usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c

2015-05-06 Thread Simon Glass
On 5 May 2015 at 16:58, Marek Vasut wrote: > 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 Applied to u-boot-dm, thanks!

Re: [U-Boot] [PATCH 10/16] usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpus

2015-05-06 Thread Simon Glass
On 5 May 2015 at 17:02, Marek Vasut wrote: > 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

Re: [U-Boot] [PATCH 09/16] usb: ohci: Fix ctrl in messages with a data-len of 0

2015-05-06 Thread Simon Glass
On 5 May 2015 at 17:38, Marek Vasut 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. >> > >> > Commi

Re: [U-Boot] [PATCH 11/16] usb: ohci: Don't log an error on interrupt packet timeout

2015-05-06 Thread Simon Glass
On 5 May 2015 at 16:59, Marek Vasut wrote: > 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 Applied to u-boot-dm, thanks! __

Re: [U-Boot] [PATCH v2] sandbox: Don't try distro_bootcmd by default

2015-05-06 Thread Simon Glass
On 30 April 2015 at 16:06, Simon Glass wrote: > On 30 April 2015 at 14:16, Sjoerd Simons > wrote: >> For the distro_bootcmds to succeed on the sandbox a bit of setup is >> required (e.g. network configured or host image bound), so running them >> by default isn't that useful. >> >> Add a -b/--bo

Re: [U-Boot] [PATCH 1/2] test: Add a simple time test

2015-05-06 Thread Simon Glass
On 2 May 2015 at 09:32, Simon Glass wrote: > +Masahiro > > > On 2 May 2015 at 09:25, Simon Glass wrote: >> Sometimes the time functions are incorrect due to bad time support on a >> board. Add a unit test which tries to detect this. >> >> Signed-off-by: Simon Glass >> --- >> >> test/Kconfig |

Re: [U-Boot] [PATCH v2] dm: sf: Update default name of spi flash in structure udevice

2015-05-06 Thread Simon Glass
On 5 May 2015 at 21:07, Simon Glass wrote: > 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

Re: [U-Boot] [PATCH v2 79/80] dm: usb: exynos: Drop legacy USB code

2015-05-06 Thread Simon Glass
On 25 March 2015 at 12:23, Simon Glass wrote: > Drop the code that doesn't use driver model for USB. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > drivers/usb/host/ehci-exynos.c | 117 > > drivers/usb/host/xhci-exynos5.c | 108 ---

Re: [U-Boot] [PATCH 2/2] sandbox: Enable time unit test command

2015-05-06 Thread Simon Glass
On 2 May 2015 at 09:25, Simon Glass wrote: > Enable this command for sandbox. > > Signed-off-by: Simon Glass > --- > > configs/sandbox_defconfig | 1 + > 1 file changed, 1 insertion(+) > Applied to u-boot-dm. ___ U-Boot mailing list U-Boot@lists.denx.

Re: [U-Boot] [WORKING PATCH 1/2] sandbox: Use defconfig to enable features

2015-05-06 Thread Simon Glass
Hi Joe, On 6 May 2015 at 11:54, Joe Hershberger wrote: > Stop using the sandbox arch Kconfig to override defaults for config > options. This is a bit of abuse and may be causing build problems. > > Signed-off-by: Joe Hershberger > --- > The errors you are seeing are the result of "CONFIG_UNIT_TE

[U-Boot] LPC 2015 Boot, Init, and Config microconf RFC and Invitation

2015-05-06 Thread Mehaffey, John
The Boot, Init, and Config microconference is inviting interested parties to comment on proposed topics and show their interest in attending. Proposed topics are at http://wiki.linuxplumbersconf.org/2015:boot_init_and_config, and include containers, tinification, systemd tuning, k/dbus, early k

Re: [U-Boot] [PATCH v2] serial: fdt: add device tree support for pl01x

2015-05-06 Thread Simon Glass
Hi Masahiro, On 6 May 2015 at 12:46, Vikas Manocha wrote: > This patch adds device tree support for arm pl010/pl011 driver. > > Signed-off-by: Vikas Manocha > --- > > Changes in v2: > - removed #ifdef CONFIG_OF_CONTROL from driver structure & used of_match_ptr > Acked-by: Simon Glass But let

Re: [U-Boot] [PATCH] dm: tegra: usb: Move USB to driver model

2015-05-06 Thread Marek Vasut
On Wednesday, May 06, 2015 at 10:00:16 PM, Simon Glass wrote: > Somehow this change was dropped in the various merges. I noticed when I > came to turn off the non-driver-model support for Tegra. We need to make > this change (and deal with any problems) before going further. > > Signed-off-by: Sim

Re: [U-Boot] [PATCH] fw_env.h: include autoconf.h

2015-05-06 Thread Masahiro Yamada
Hi Tom, Marcel, Sorry for my late reply. I missed this message. 2015-04-17 2:20 GMT+09:00 Tom Rini : > 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 wh

Re: [U-Boot] [PATCH V2 RESEND] nand: fix buffer alignment in new verification feature

2015-05-06 Thread Heiko Schocher
Hello Stephen, Am 06.05.2015 18:01, schrieb Stephen Warren: From: Stephen Warren On systems with caches enabled, NAND I/O may need to flush/invalidate the cache during read/write operations. For this to work correctly, all buffers must be cache-aligned. Fix nand_verify*() to allocate aligned b

Re: [U-Boot] switching to single .config configuration issues

2015-05-06 Thread Masahiro Yamada
Hi. 2015-05-05 20:16 GMT+09:00 Yehuda Yitschak : > Hi Simon > >> -Original Message- >> From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass >> Sent: Tuesday, May 05, 2015 6:28 >> To: Yehuda Yitschak >> Cc: Masahiro Yamada; Hanna Hawa; u-boot@lists.denx.de >> Subject: Re:

Re: [U-Boot] [PATCH v2 0/6] ARM: socfpga: refactoring, move files to arch/arm/mach-socfpga

2015-05-06 Thread Masahiro Yamada
Hi Marek, 2015-04-22 2:50 GMT+09:00 Marek Vasut : > On Tuesday, April 21, 2015 at 01:38:17 PM, Masahiro Yamada wrote: >> Changes in v2: >> - Rebase on the top of u-boot-socfpga/master (commit b284d268a) >> >> Masahiro Yamada (6): >> ARM: socfpga: do not add board directory to header search pat

Re: [U-Boot] [PATCH v2 0/6] ARM: socfpga: refactoring, move files to arch/arm/mach-socfpga

2015-05-06 Thread Marek Vasut
On Thursday, May 07, 2015 at 04:34:27 AM, Masahiro Yamada wrote: > Hi Marek, Hi, > 2015-04-22 2:50 GMT+09:00 Marek Vasut : > > On Tuesday, April 21, 2015 at 01:38:17 PM, Masahiro Yamada wrote: > >> Changes in v2: > >> - Rebase on the top of u-boot-socfpga/master (commit b284d268a) > >> > >> Ma

Re: [U-Boot] [PATCH 1/3] ARM: at91: remove non-generic boards

2015-05-06 Thread Masahiro Yamada
Hi. 2015-04-08 18:15 GMT+09:00 Masahiro Yamada : > Remove board support for afeb9260, tny_a9260, and sbc35_a9g20. > > They have not been converted into Generic Board yet. > See doc/README.generic-board for details. > > Signed-off-by: Masahiro Yamada > Cc: Sergey Lapin > Cc: Albin Tonnerre > Cc:

[U-Boot] [PATCH] powerpc/mpc85xx:Add GCC flag -fno-delete-null-pointer-checks

2015-05-06 Thread Prabhakar Kushwaha
-fdelete-null-pointer-checks flag controls global dataflow analyses and eliminate useless checks for null pointers; It assume that if a pointer is checked after it has already been dereferenced, it cannot be null. This flag is enabled by default. gcc v4.9 has more optimizations added to this