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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
>> +
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
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
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
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
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.
>>>
>>
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 +
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
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
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
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
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:
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
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,
> >>>
> >>>
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
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
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
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.
> >>
> >
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
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
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
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
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
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
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!
__
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
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!
_
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!
_
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!
_
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
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!
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
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
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!
__
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
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 |
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
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 ---
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.
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
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
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
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
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
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
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:
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
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
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:
-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
64 matches
Mail list logo