Hi Fabio,
On Fri, May 29, 2015 at 4:36 PM, Fabio Estevam wrote:
> Hi Andrei,
>
> On Fri, May 29, 2015 at 8:57 AM, Andrei Gherzan wrote:
>> Hello Otavio,
>>
>> Same results with:
>> $ sudo dd if=SPL of=/dev/mmcblk0 conv=notrunc seek=2 bs=512 ; sync
>> [sudo] password for agherzan:
>> $ sudo dd
Hi,
On Fri, May 29, 2015 at 6:00 PM, Fabio Estevam
wrote:
> Hummingboard dual-lite is picking the incorrect calibration structure.
>
> Fix it so that it can boot.
>
> While at it, also fix p1_mpdgctrl1 register to match Solid-run's
> setting.
>
> Reported-by: Andrei Gherzan
> Signed-off-by: Fabi
This option allows the 'make *_defconfig' step to run against a former
repo state, while the savedefconfig step runs against the current repo
state. This is convenient for the case where something in the Kconfig
has changed such that the defconfig is no longer complete with the new
Kconfigs. This f
Add PRE_CONSOLE_BUFFER support to display early boot messages over HDMI.
Signed-off-by: Soeren Moch
---
Cc: Stefano Babic
---
include/configs/tbs2910.h | 4
1 file changed, 4 insertions(+)
diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h
index 2d0de45..f915b18 100644
---
Signed-off-by: Soeren Moch
---
Cc: Stefano Babic
---
configs/tbs2910_defconfig | 2 ++
include/configs/tbs2910.h | 2 ++
2 files changed, 4 insertions(+)
diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig
index cace345..51319d1 100644
--- a/configs/tbs2910_defconfig
+++ b/config
Hi Bin,
On 05/29 13:00, Bin Meng wrote:
> Hi Andrew,
>
> On Wed, May 27, 2015 at 7:53 PM, Andrew Bradford
> wrote:
> > Hi Bin,
> >
> > On 05/27 12:21, Bin Meng wrote:
> >> Hi Andrew,
> >>
> >> On Tue, May 26, 2015 at 8:17 PM, Andrew Bradford
> >> wrote:
> >> > Hi Bin,
> >> >
> >> > On 05/23 23:
Also, I noticed that the following boards have different LOADADDR and/or
SYS_TEST_BASE after the aforementioned commit:
- cm_fx6
- novena
- tbs2910
The current patch does not touch those and assumes they still work with
latest u-boot. Maybe a test or two to confirm would not harm...
Testers wel
Stefano,
As far as I can see, there are only two boards : gw_ventana and tbs2910.
CONFIG_DISPLAY_BOARDINFO_LATE enables show_board_info(), and this is not
weak, printing twice if we have both CONFIG_DISPLAY_BOARDINFO_LATE and
CONFIG_DISPLAY_BOARDINFO. I would suggest that we add
#undef CONFIG
Vision Systems's Baltos is based on AM335x SoC
from Texas Instruments. This patch adds support
such Industrial PCs in mainline u-boot.
[ ba...@ti.com: updated original patch to current u-boot ]
Signed-off-by: Yegor Yefremov
Signed-off-by: Felipe Balbi
---
Changes:
- rename board name to
Hi Stefan,
On 05/28/2015 11:20 PM, Stefan Roese wrote:
> Hi Vikas,
>
> (added Dinh, Graham and Marek to Cc)
>
> On 29.05.2015 03:22, Vikas Manocha wrote:
>> Trigger base address can be set to the spi flash address without any
>> masking, here is the explanation of the register.
>>
>> QSPI_IND_AHB_
Hummingboard dual-lite is picking the incorrect calibration structure.
Fix it so that it can boot.
While at it, also fix p1_mpdgctrl1 register to match Solid-run's
setting.
Reported-by: Andrei Gherzan
Signed-off-by: Fabio Estevam
---
I do not have access to a hummingboard dual-lite.
If anyone
On 05/28/2015 01:18 PM, Marek Vasut wrote:
> On Thursday, May 28, 2015 at 05:41:26 PM, Dinh Nguyen wrote:
>> On 05/25/2015 08:23 AM, Wolfgang Denk wrote:
>>> Dear Pavel,
>>>
>>> In message <20150525123750.GD9943@amd> you wrote:
> + ** All global variables that are explicitly initialized (includ
Removes checking for signature on mmc devices, because it is done on
`spl_boot_device`. This is follow-up patch to V3.
Signed-off-by: Daniel Kochmański
CC: Roy Spliet
Cc: Ian Campbell
Cc: Hans De Goede
---
board/sunxi/board.c | 13 -
1 file changed, 13 deletions(-)
diff --git a/b
Jeremy,
I noticed many patches are missing in u-boot project for yesterday. Is there an
issue?
York
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Make possible using single `u-boot-sunxi-with-spl.bin` binary for both NAND
memory and SD card. Detection where SPL was read from is implemented in
`spl_boot_device`.
V2:
- Move signature verification to helper function
- Avoid unnecessary condition nesting
V3:
- Further simplification of conditi
Sorry, some typo left after rebasing (affects only patch 2/3).
Daniel Kochmański (3):
sunxi: Create helper function veryfing valid boot signature on MMC
sunxi/spl: Detect at runtime where from SPL was read
mmc: Protect `mmc_initialize` from initilizing mmc multiple times
arch/arm/cpu/armv7
This patch extracts checking for valid SD card "eGON.BT0" signature from
`board_mmc_init` into function `sunxi_mmc_has_egon_boot_signature`.
Buffer for mmc sector is allocated and freed at runtime. `panic` is
triggered on malloc failure.
Signed-off-by: Daniel Kochmański
CC: Roy Spliet
Cc: Ian C
`mmc_initialize` might be called from various places and initializing
list head of `mmc_devices` can lead to memory leaks.
Signed-off-by: Daniel Kochmański
CC: Roy Spliet
Cc: Ian Campbell
Cc: Hans De Goede
CC: Pantelis Antoniou
---
drivers/mmc/mmc.c | 5 +
1 file changed, 5 insertions(+)
Make possible using single `u-boot-sunxi-with-spl.bin` binary for both NAND
memory and SD card. Detection where SPL was read from is implemented in
`spl_boot_device`.
V2:
- Move signature verification to helper function
- Avoid unnecessary condition nesting
V3:
- Further simplification of conditi
Hi Andrei,
On Fri, May 29, 2015 at 8:57 AM, Andrei Gherzan wrote:
> Hello Otavio,
>
> Same results with:
> $ sudo dd if=SPL of=/dev/mmcblk0 conv=notrunc seek=2 bs=512 ; sync
> [sudo] password for agherzan:
> $ sudo dd if=u-boot.img of=/dev/mmcblk0 conv=notrunc seek=69 bs=1K ; sync
I don't have
Hi Andrew, Simon,
On Fri, May 29, 2015 at 2:09 AM, Andrew Bradford
wrote:
> On 05/28 10:30, Simon Glass wrote:
>> Hi Andrew,
>>
>> On 27 May 2015 at 08:39, Andrew Bradford wrote:
>> > On 05/27 13:19, Bin Meng wrote:
>> >> Hi Simon,
>> >>
>> >> On Wed, May 27, 2015 at 5:37 AM, Simon Glass wrote:
This fixes the following compiler warning:
In file included from tools/common/image-fit.c:1:0:
./tools/../common/image-fit.c: In function ‘fit_conf_print’:
./tools/../common/image-fit.c:1470:27: warning: logical not is only applied
to the left hand side of comparison [-Wlogical-not-parentheses]
Hi,
On 29-05-15 14:18, Daniel Kochmański wrote:
Hi,
Hans de Goede writes:
Hi,
On 28-05-15 15:18, Daniel Kochmański wrote:
Make possible using single `u-boot-sunxi-with-spl.bin` binary for both
NAND memory and SD card. Detection where SPL was read from is
implemented in `spl_boot_device`.
D
Signed-off-by: Masahiro Yamada
---
I also noticed British English spelling "standardise" and "behaviour",
but I kept them.
I am not sure if it is justified to fix them...
include/asm-generic/gpio.h | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/include/asm
Hi Stefan,
On Fri, May 29, 2015 at 01:25:04PM +0200, Stefan Roese wrote:
> To support the Armada 38x, new values for the request-delay and the
> response-timeout are needed. As the values already implemented in
> this tool (for Kirkwood and Armada XP) don't seem to work here.
> To make this more f
Hi,
Hans de Goede writes:
> Hi,
>
> On 28-05-15 15:18, Daniel Kochmański wrote:
>> Make possible using single `u-boot-sunxi-with-spl.bin` binary for both
>> NAND memory and SD card. Detection where SPL was read from is
>> implemented in `spl_boot_device`.
>>
>> Detection is performed only if `SPL
Hello Otavio,
Same results with:
$ sudo dd if=SPL of=/dev/mmcblk0 conv=notrunc seek=2 bs=512 ; sync
[sudo] password for agherzan:
$ sudo dd if=u-boot.img of=/dev/mmcblk0 conv=notrunc seek=69 bs=1K ; sync
Regards,
Andrei
On Fri, May 29, 2015 at 1:53 PM, Otavio Salvador
wrote:
> On Thu, May 28,
On 29 May 2015 at 11:42, Peter Pan 潘栋 (peterpandong)
wrote:
> Hi Jagan
>
> I looked through your code[1] about support Linux spi-nor framework in u-boot.
> It is really great.
I'm bit concern about the spi-flash framework and planning to make generic
thanks for your response on this.
>
> I'm wor
On Thu, May 28, 2015 at 9:11 PM, Andrei Gherzan wrote:
> Reproduced in yocto (U-Boot SPL 2015.04+fslc+gb16ec2d) and using fedora arm
> toolchain.
>
> Reproduce steps:
> $ make mrproper
> $ make mx6cuboxi_defconfig
> $ make
> $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1
> $ sudo dd if=u-boot.img of=/d
Hi,
On 28-05-15 15:18, Daniel Kochmański wrote:
Make possible using single `u-boot-sunxi-with-spl.bin` binary for both
NAND memory and SD card. Detection where SPL was read from is
implemented in `spl_boot_device`.
Detection is performed only if `SPL_NAND_SUPPORT` is enabled. Unless
SD card con
To support the Armada 38x, new values for the request-delay and the
response-timeout are needed. As the values already implemented in
this tool (for Kirkwood and Armada XP) don't seem to work here.
To make this more flexible, lets add make those 2 parameters
configurable via the cmdline. Here the n
Tom, let me know if this builds please.
The following changes since commit 012681b1fa822492bb8fdc5c2dd3d24d6092e110:
am33xx, spl, siemens: enable debug uart output again (2015-05-28 08:18:25
-0400)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git HEAD
for you to fe
I might have missed something, but I failed to use the escape char '\'
in strings. To pass a printf format string like "foo %d bar\n" via
Kconfig to the code.
Right now its not possible to use the escape character '\' in Kconfig
string values correctly to e.g. set this string value "test output\n"
From: ramneek mehresh
Enable USB IP support for both EHCI and XHCI for
ls1021atwr platform
Signed-off-by: Ramneek Mehresh
---
include/configs/ls1021atwr.h | 38 ++
1 file changed, 38 insertions(+)
diff --git a/include/configs/ls1021atwr.h b/include/configs/
From: ramneek mehresh
Add xhci driver support for all FSL socs
Signed-off-by: Ramneek Mehresh
---
drivers/usb/host/Makefile| 1 +
drivers/usb/host/xhci-fsl.c | 109 +++
include/linux/usb/xhci-fsl.h | 54 +
3 files changed, 164
Remove all redundant dwc3 driver function calls that
are defined by dwc3 driver
Signed-off-by: Ramneek Mehresh
---
drivers/usb/host/xhci-omap.c | 60 --
drivers/usb/phy/omap_usb_phy.c | 18 -
include/configs/am43xx_evm.h | 1 +
include/con
From: ramneek mehresh
Add base register address information for USB
XHCI controller on LS1021A
Signed-off-by: Ramneek Mehresh
---
arch/arm/include/asm/arch-ls102xa/config.h| 1 +
arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h | 10 ++
2 files changed, 11 insertions(+)
diff
From: ramneek mehresh
Enable USB IP support for both EHCI and XHCI for
ls1021aqds platform
Signed-off-by: Ramneek Mehresh
---
include/configs/ls1021aqds.h | 22 +-
1 file changed, 17 insertions(+), 5 deletions(-)
diff --git a/include/configs/ls1021aqds.h b/include/configs/
Remove all redundant dwc3 driver function calls that
are defined by dwc3 driver
Signed-off-by: Ramneek Mehresh
---
drivers/usb/host/xhci-exynos5.c | 78
include/configs/exynos5-common.h | 1 +
2 files changed, 1 insertion(+), 78 deletions(-)
diff --git
Remove all redundant dwc3 driver function calls that
are defined by dwc3 driver
Signed-off-by: Ramneek Mehresh
---
drivers/usb/host/xhci-keystone.c | 88
include/configs/ks2_evm.h| 1 +
2 files changed, 1 insertion(+), 88 deletions(-)
diff --git
A lot of dwc3 code has been duplicated in various xhci
drivers. Hence, to minimize this duplication, a new
dwc3 file is written that provides common APIs for
all other drivers.
First four patches introduce dwc3 file, and necessary
changes are made in other drivers for this new drv.
I would request
Add support for DWC3 XHCI controller driver
Signed-off-by: Ramneek Mehresh
---
drivers/usb/host/Makefile| 1 +
drivers/usb/host/xhci-dwc3.c | 91
include/linux/usb/dwc3.h | 6 +++
3 files changed, 98 insertions(+)
create mode 100644 drivers
The chip select 1 of the NAND controller is available if you want to
use, although the pins are shared with UART port 2.
Signed-off-by: Masahiro Yamada
---
Changes in v3:
- Newly added
Changes in v2: None
arch/arm/mach-uniphier/ph1-pro4/pinctrl.c | 2 ++
1 file changed, 2 insertions(+)
dif
For the same reason as commit d0c47b3ef7c5 (serial: UniPhier: use
32 bit register access), use "str" instead of "strb" for the LCR
register setting.
Signed-off-by: Masahiro Yamada
---
Changes in v3: None
Changes in v2: None
arch/arm/mach-uniphier/include/mach/debug-uart.S | 7 +++
1 file c
The business for UniPhier Soc family has been transferred from
Panasonic Corporation to Socionext Inc.
Update the SoC select menu in Kconfig.
Signed-off-by: Masahiro Yamada
---
Changes in v3:
- Newly added
Changes in v2: None
arch/arm/Kconfig | 5 -
arch/arm/mach-uniphie
PH1-Pro5 includes a newer version of DDR PHY IP. Some registers
have been added to the reserved areas.
Signed-off-by: Masahiro Yamada
---
Changes in v3: None
Changes in v2: None
arch/arm/mach-uniphier/include/mach/ddrphy-regs.h | 11 +++
1 file changed, 7 insertions(+), 4 deletions(-)
One disadvantage of commit a26cd04920dc (arch: Make board selection
choices optional) is that Kconfig could create such an insane
.config file that no board is selected.
As PH1-Pro4 is the main stream of UniPhier SoC family, rip off the
"optional" again in favor of PH1-Pro4 as the default SoC.
Si
Cache coherency for SMP is cared by Linux. In U-Boot, the secondary
CPU(s) are just sleeping. Nothing in memory is shared with the
primary CPU.
Signed-off-by: Masahiro Yamada
---
Changes in v3: None
Changes in v2: None
arch/arm/mach-uniphier/lowlevel_init.S | 24 +---
1 f
Since commit 92ac52082140 (net: Remove all references to
CONFIG_ETHADDR and friends), the ethernet device on UniPhier boards
is not working because of the incorrect (all-zero) MAC address.
Enable CONFIG_NET_RANDOM_ETHADDR to generate the random one.
Signed-off-by: Masahiro Yamada
---
Changes in
This file is only built for SPL. These ifdef conditionals are
unnecessary because UniPhier platform now supports UART on SPL.
Show appropriate messages on error.
Signed-off-by: Masahiro Yamada
---
Changes in v3: None
Changes in v2: None
arch/arm/mach-uniphier/ddrphy_training.c | 4
1 fil
The register value should be 1, not 4.
Signed-off-by: Masahiro Yamada
---
Changes in v3:
- Newly added
Changes in v2: None
arch/arm/mach-uniphier/ph1-sld8/pinctrl.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-uniphier/ph1-sld8/pinctrl.c
b/arch/arm/
Masahiro Yamada (11):
ARM: UniPhier: replace with
ARM: UniPhier: update the vendor name of UniPhier in Kconfig
ARM: UniPhier: use 32 bit register access for debug UART setting
ARM: UniPhier: remove unnecessary cache coherency code
ARM: UniPhier: remove meaningless CONFIG_SPL_BUILD ifde
In the Linux coding style, it is recommended to include
rather than . Follow this trend.
Signed-off-by: Masahiro Yamada
---
Changes in v3:
- Newly added
Changes in v2: None
arch/arm/mach-uniphier/board_late_init.c| 5 ++---
arch/arm/mach-uniphier/cache_uniphier.c |
Signed-off-by: Masahiro Yamada
---
Changes in v3: None
Changes in v2:
- Sort by savedefconfig
Kconfig| 2 +-
configs/ph1_ld4_defconfig | 1 +
configs/ph1_pro4_defconfig | 1 +
configs/ph1_sld8_defconfig | 1 +
include/configs/uniphier.h | 6 +-
5 files changed, 5 inse
On Fri, May 29, 2015 at 11:08:43AM +0800, Chen-Yu Tsai wrote:
> >> +.globl psci_fiq_enter
> >> +psci_fiq_enter:
> >> + push{r0-r12}
> >> +
> >> + @ Switch to secure
> >> + mrc p15, 0, r7, c1, c1, 0
> >> + bic r8, r7, #1
> >> + mcr p15, 0, r8, c1, c1, 0
> >>
From: Siva Durga Prasad Paladugu
Added UART DCC support for armv8
Signed-off-by: Siva Durga Prasad Paladugu
Signed-off-by: Michal Simek
---
Not sure if CONFIG_CPU_ARMV8 is the right symbol but we are following
pattern above. Maybe CONFIG_ARM64?
---
drivers/serial/arm_dcc.c | 16
On Fri, May 29, 2015 at 11:15:19AM +0800, Chen-Yu Tsai wrote:
> > - That we have a way to replace the Allwinner bootloader in NAND on
> > these SoCs. That's especially true on the A31, which will boot on
> > NAND by default. We don't look so far off though.
>
> Hmm... Is this somehow rel
Hi Bin,
On Fri, May 29, 2015 at 2:16 AM, Bin Meng wrote:
> Hi Heiko,
>
> On Fri, May 29, 2015 at 1:19 PM, Heiko Schocher wrote:
>> Hello Bin,
>>
>>
>> Am 29.05.2015 04:33, schrieb Bin Meng:
>>>
>>> Hi Joe,
>>>
>>> On Fri, May 29, 2015 at 1:53 AM, Joe Hershberger
>>> wrote:
Hi Stefano,
Hi,
On 29-05-15 05:08, Chen-Yu Tsai wrote:
On Thu, May 28, 2015 at 11:22 PM, Maxime Ripard
wrote:
On Thu, May 28, 2015 at 09:25:31PM +0800, Chen-Yu Tsai wrote:
This adds PSCI support for sun6i. So far it only supports
the PWR_ON method.
Signed-off-by: Chen-Yu Tsai
---
arch/arm/cpu/armv7/s
Hi Joe,
On 29/05/2015 08:09, Joe Hershberger wrote:
>> Hmm.. this seems missing for all imx boards ...
>>
>> $ grep -lr CONFIG_NET configs | xargs grep MX
>
> It seems that in ed36323f, Masahiro added the CONFIG_NET config to
> Kconfig, but most things depended on (and defined) CONFIG_CMD_NET,
>
Hi Simon,
On Fri, May 29, 2015 at 7:24 AM, Simon Glass wrote:
> Hi Bin,
>
> On 28 May 2015 at 09:05, Bin Meng wrote:
>> Hi Simon, Hi Joe,
>>
>> On Thu, May 28, 2015 at 7:25 AM, Simon Glass wrote:
>>> Hi,
>>>
>>> On 27 May 2015 at 10:27, Joe Hershberger wrote:
Hi Bin,
On Wed
Hi Heiko,
On Fri, May 29, 2015 at 1:19 PM, Heiko Schocher wrote:
> Hello Bin,
>
>
> Am 29.05.2015 04:33, schrieb Bin Meng:
>>
>> Hi Joe,
>>
>> On Fri, May 29, 2015 at 1:53 AM, Joe Hershberger
>> wrote:
>>>
>>> Hi Stefano,
>>>
>>> On Wed, May 27, 2015 at 4:29 AM, Stefano Babic wrote:
c
On 27.05.2015 23:58, Tom Rini wrote:
On Mon, May 18, 2015 at 02:08:21PM +0200, Stefan Roese wrote:
I might have missed something, but I failed to use the escape char '\'
in strings. To pass a printf format string like "foo %d bar\n" via
Kconfig to the code.
Right now its not possible to use th
63 matches
Mail list logo