> -Original Message-
> From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of York Sun
> Sent: Friday, September 25, 2015 8:23 PM
> To: Hu Mingkai-B21284 ; Gong Qianyu-B52263
> ; u-boot@lists.denx.de
> Cc: Wood Scott-B07421 ; Li Yang-Leo-R58472
> ; Hou Zhiqiang-B48286 ;
> Song Wen
Hi Tom,
On Sun, Sep 27, 2015 at 9:34 AM, Bin Meng wrote:
> Hi Tom,
>
> On Sun, Sep 27, 2015 at 4:13 AM, Tom Rini wrote:
>> On Sun, Sep 27, 2015 at 12:51:14AM +0800, Bin Meng wrote:
>>> Hi Tom,
>>>
>>> On Sat, Sep 26, 2015 at 2:36 AM, Tom Rini wrote:
>>> > On Thu, Sep 24, 2015 at 02:21:18AM -070
Hi Tom,
On Sun, Sep 27, 2015 at 4:13 AM, Tom Rini wrote:
> On Sun, Sep 27, 2015 at 12:51:14AM +0800, Bin Meng wrote:
>> Hi Tom,
>>
>> On Sat, Sep 26, 2015 at 2:36 AM, Tom Rini wrote:
>> > On Thu, Sep 24, 2015 at 02:21:18AM -0700, Bin Meng wrote:
>> >
>> >> configs/A10-OLinuXino-Lime_defconfig
On Mon, 14 Sep 2015 13:46:57 +0200
Hans de Goede wrote:
> Hi,
>
> On 14-09-15 13:42, Hans de Goede wrote:
>
> >> Supporting both boot.scr and uEnv.txt for FEL boot seems to be
> >> reasonably simple to me. You can even do it in a single patch
> >> series. As Hans suggests, please take care of t
On Sun, Sep 27, 2015 at 12:51:14AM +0800, Bin Meng wrote:
> Hi Tom,
>
> On Sat, Sep 26, 2015 at 2:36 AM, Tom Rini wrote:
> > On Thu, Sep 24, 2015 at 02:21:18AM -0700, Bin Meng wrote:
> >
> >> configs/A10-OLinuXino-Lime_defconfig| 2 +-
> >> configs/Bananapi_defconfig
Hi Tom,
On Sat, Sep 26, 2015 at 2:36 AM, Tom Rini wrote:
> On Thu, Sep 24, 2015 at 02:21:18AM -0700, Bin Meng wrote:
>
>> configs/A10-OLinuXino-Lime_defconfig| 2 +-
>> configs/Bananapi_defconfig | 2 +-
>> configs/Bananapro_defconfig | 2 +
On Saturday, September 26, 2015 at 09:30:54 AM, Thomas Chou wrote:
> Hi Simon,
>
> On 09/25/2015 10:55 PM, Simon Glass wrote:
> > You can use the moveconfig.py tool to move configs into Kconfig. You
> > could do that with your patch applied, and create a patch to remove
> > the old #defines from b
Hey Hans,
On 20-09-15 15:09, Hans de Goede wrote:
Hi,
On 09/18/2015 07:43 AM, Olliver Schinagl wrote:
Hans de Goede redhat.com> writes:
Hey Hans,
We eventually want to add full nand support, since it makes no sense
to build SPL with nand support and u-boot without, or the other way
around,
This patch adds support for LZ4-compressed FIT image contents. This
algorithm has a slightly worse compression ration than LZO while being
nearly twice as fast to decompress. When loading images from a fast
storage medium this usually results in a boot time win.
Compile-tested only since I don't h
I have been using u-boot with CONFIG_SPI_FLASH_MTD. This has allowed
me to use MTD/UBI/UBIFS with SPI flash. I now want to use
CONFIG_ENV_IS_IN_UBI, but after enabling this, u-boot can't read the
environment on start-up:
===
U-Boot 2015.07 (Sep 24 2015 - 17:10:41 -0700)
Model: Zynq Zed Developm
The sdhci_host struct is allocated in s5p_sdhci_init() but the
fields are not initialized.
Acked-by: Lukasz Majewski
Signed-off-by: Tobias Jakobi
---
drivers/mmc/s5p_sdhci.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mmc/s5p_sdhci.c b/drivers/mmc/s5p_sdhci.c
index 4db51d6..e9c4
Add more debug printfs in do_sdhci_init() for calls
that can potentially fail.
Signed-off-by: Tobias Jakobi
---
drivers/mmc/s5p_sdhci.c | 20 +++-
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/drivers/mmc/s5p_sdhci.c b/drivers/mmc/s5p_sdhci.c
index b60bc23..f88d7
In case sdhci_get_config() or do_sdhci_init() fail, show
the error code that was returned.
Signed-off-by: Tobias Jakobi
---
drivers/mmc/s5p_sdhci.c | 12 +++-
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/drivers/mmc/s5p_sdhci.c b/drivers/mmc/s5p_sdhci.c
index b461fde..b6
This patch series adds support for Cavium ThunderX 88xx SoC family
(http://cavium.com/ThunderX_ARM_Processors.html)
This is the version 6 of the series I posted at
http://lists.denx.de/pipermail/u-boot/2015-September/227088.html
http://lists.denx.de/pipermail/u-boot/2015-August/224324.html
http:/
exynos_mmc_init() always returns zero, so for the caller
it looks like it never fails.
Correct this by returning the error code of process_nodes().
For process_nodes() do something similar and return early
when do_sdhci_init() fails.
v2: Only fail in process_nodes() if we fail on all
availabl
2015-09-25 17:22 GMT+09:00 Bin Meng :
> Give a full URL for a working nds32 toolchain for U-Boot.
>
> Signed-off-by: Bin Meng
Thanks!
Reviewed-by: Masahiro Yamada
--
Best Regards
Masahiro Yamada
___
U-Boot mailing list
U-Boot@lists.denx.de
http:
Convert altera_pio to driver model.
Signed-off-by: Thomas Chou
---
v2
fix ranges of pio in dts
fix coding style as Marek suggested.
v3
change gpio_count device tree binding.
arch/nios2/dts/3c120_devboard.dts | 41
arch/nios2/include/asm/gpio.h | 80 +---
Hi Simon,
On 09/25/2015 10:55 PM, Simon Glass wrote:
You can use the moveconfig.py tool to move configs into Kconfig. You
could do that with your patch applied, and create a patch to remove
the old #defines from board configs. I think this should be done at
the same time as we add new Kconfigs,
18 matches
Mail list logo