hi Jaehoon,
On 2016年09月19日 14:43, Jaehoon Chung wrote:
Hi Ziyuan,
On 09/19/2016 11:16 AM, Ziyuan Xu wrote:
From: "jacob2.chen"
As I remembered, I mentioned that changed to real name, not mail ID.
likes "Jacob Chen "
If it's right and you're ok, i will change this when i apply this patch.
H
Hi Ziyuan,
On 09/19/2016 11:16 AM, Ziyuan Xu wrote:
> From: "jacob2.chen"
As I remembered, I mentioned that changed to real name, not mail ID.
likes "Jacob Chen "
If it's right and you're ok, i will change this when i apply this patch.
How about?
And Next Time, could you add the changelog for
On 09/19/2016 02:53 AM, Tom Rini wrote:
> On Tue, Sep 13, 2016 at 04:27:57PM +0800, Haibo Chen wrote:
>
>> Suspicious implicit sign extension exist. ext_csd[] is defined
>> as "u8", capacity is defined as u64, so u8 is promoted to signed
>> int first int the "|" expersion, then the sign extended t
Hello Robert,
Am 13.09.2016 um 14:35 schrieb Robert P. J. Day:
Signed-off-by: Robert P. J. Day
---
Acked-by: Heiko Schocher
bye,
Heiko
diff --git a/README b/README
index f41a6af..30076bc 100644
--- a/README
+++ b/README
@@ -1405,7 +1405,7 @@ The following options need to be configured:
Hi,
On Sat, Sep 17, 2016 at 02:18:47AM +0530, Jagan Teki wrote:
>Add i.MX6Q dtsi support from Linux.
I am still not sure whether we need to import a full Linux device tree to
U-Boot (:-
Stefano, do you have any comments?
I recalled I asked about this. Alought i.mx6ull and i.mx7 dts add included
Hi Jagan,
On Sat, Sep 17, 2016 at 02:18:46AM +0530, Jagan Teki wrote:
>Add DM_GPIO, DM_MMC support for u-boot and disable for SPL.
>
>Cc: Peng Fan
>Cc: Stefano Babic
>Cc: Fabio Estevam
>Cc: Matteo Lisi
>Cc: Michael Trimarchi
>Signed-off-by: Jagan Teki
>---
> arch/arm/cpu/armv7/mx6/Kconfig |
Enable palmas PMIC config options.
Signed-off-by: Keerthy
---
configs/am57xx_evm_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig
index 0c41a4e..4a5b206 100644
--- a/configs/am57xx_evm_defconfig
+++ b/configs/am57xx_evm_
Enable palmas PMIC config options.
Signed-off-by: Keerthy
---
configs/dra7xx_evm_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig
index 5738f1d..31ceca1 100644
--- a/configs/dra7xx_evm_defconfig
+++ b/configs/dra7xx_evm_
The driver provides regulator set/get voltage
enable/disable functions for palmas family of PMICs.
Signed-off-by: Keerthy
Reviewed-by: Simon Glass
---
Changes in v3:
* made use of dm_i2c_u8_write/read in place of dm_i2c_reg_write/read
Changes in v2:
* made use of dm_i2c_reg_write/read in
The ctrl reg contains bit fields to enable and disable regulators,
and volt_reg has the bit fields to configure the voltage values.
The registers are frequently accessed hence make them part
of dm_regulator_uclass_platdata structure.
Signed-off-by: Keerthy
---
include/power/regulator.h | 4
Add support to bind the regulators/child nodes with the pmic.
Signed-off-by: Keerthy
Reviewed-by: Simon Glass
---
drivers/power/pmic/Kconfig | 7 +
drivers/power/pmic/Makefile | 1 +
drivers/power/pmic/palmas.c | 77 +
include/power/palmas.h
The series adds support for Palmas family of PMICs.
Implements functions to configure regulators. Enable/Disable
Get/Set voltages of regulators.
Supports TPS659038, TPS65917, Palmas.
Tested on TPS659038, TPS65917 using DRA7XX-EVM and AM57XX-EVM.
Changes in v3:
Introduced u8 i2c read/write func
Add u8 i2c read/write hooks.
Signed-off-by: Keerthy
---
drivers/i2c/i2c-uclass.c | 10 ++
include/i2c.h| 24
2 files changed, 34 insertions(+)
diff --git a/drivers/i2c/i2c-uclass.c b/drivers/i2c/i2c-uclass.c
index dbd3789..6ce5d9a 100644
--- a/driver
Hi Jagan,
On Sat, Sep 17, 2016 at 02:18:40AM +0530, Jagan Teki wrote:
>Add i.MX6DL dtsi support from Linux.
Better including the latest linux commit number.
Regards,
Peng.
>
>Cc: Peng Fan
>Cc: Stefano Babic
>Cc: Fabio Estevam
>Cc: Matteo Lisi
>Cc: Michael Trimarchi
>Signed-off-by: Jagan Tek
On Sat, Sep 17, 2016 at 02:18:39AM +0530, Jagan Teki wrote:
>Fixed typo for doc/README.imximage on respective imximage.cfg files.
>
>Cc: Tom Rini
>Cc: Peng Fan
>Cc: Stefano Babic
>Cc: Fabio Estevam
>Signed-off-by: Jagan Teki
Acked-by: Peng Fan
Regards,
Peng.
>---
> board/barco/titanium/imx
Hi Jagan,
On Sat, Sep 17, 2016 at 02:18:37AM +0530, Jagan Teki wrote:
>Boot Log for i.CoreM6 DualLite/Solo Starter Kit:
>---
>
>U-Boot SPL 2016.09-rc2-30739-gd1fa290 (Sep 17 2016 - 00:37:46)
>Trying to boot from MMC1
>
>U-Boot 2016.09-rc2-30739-gd1fa290 (
Hello Wenyou Yang,
Am 18.09.2016 um 08:53 schrieb Wenyou Yang:
Change the error return value -ENODEV from to -EINVAL for more
reasonable.
Signed-off-by: Wenyou Yang
---
Changes in v2: None
drivers/i2c/at91_i2c.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Heiko Sc
Hello Wenyou Yang,
Am 18.09.2016 um 08:53 schrieb Wenyou Yang:
Due to the peripheral clock driver improvement, remove the
unneccessary clock calling.
Signed-off-by: Wenyou Yang
---
Changes in v2: None
drivers/i2c/at91_i2c.c | 16
1 file changed, 16 deletions(-)
Reviewed
Hi Jagan,
On Sat, Sep 17, 2016 at 02:18:35AM +0530, Jagan Teki wrote:
>Added kconfig for IMX_THERMAL driver.
>
>Cc: Simon Glass
>Cc: Fabio Estevam
>Cc: Stefano Babic
>Cc: Peng Fan
>Cc: Matteo Lisi
>Cc: Michael Trimarchi
>Signed-off-by: Jagan Teki
>---
> drivers/thermal/Kconfig | 13 +
Hi Jagan,
On Sat, Sep 17, 2016 at 02:18:34AM +0530, Jagan Teki wrote:
>Added kconfig for MXC_UART driver.
>
>Cc: Simon Glass
>Cc: Fabio Estevam
>Cc: Stefano Babic
>Cc: Peng Fan
>Cc: Matteo Lisi
>Cc: Michael Trimarchi
>Signed-off-by: Jagan Teki
>---
> drivers/serial/Kconfig | 7 +++
> 1 fi
On Monday 19 September 2016 09:21 AM, Keerthy wrote:
The driver provides regulator set/get voltage
enable/disable functions for palmas family of PMICs.
Signed-off-by: Keerthy
Reviewed-by: Simon Glass
---
Changes in v2:
* Converted all dm_i2c_reg to dm_i2c_read_reg
* Removed an instance
From: Peng Fan
Correct boot device macro according to kconfig entry
in common/Kconfig
Signed-off-by: Peng Fan
Cc: Stefano Babic
---
board/freescale/mx6ullevk/imximage.cfg | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/freescale/mx6ullevk/imximage.cfg
b/board/fr
From: Peng Fan
Add mx6_plugin.S which calls boot rom setup function, generate the second ivt,
and jump back to boot rom.
Signed-off-by: Peng Fan
Signed-off-by: Ye Li
Signed-off-by: Utkarsh Gupta
---
arch/arm/include/asm/arch-mx6/mx6_plugin.S | 159 +
1 file change
From: Peng Fan
Add plugin code for mx6ullevk.
Define CONFIG_USE_PLUGIN in include/configs/mx6ullevk.h to use plugin code.
Signed-off-by: Peng Fan
Cc: Stefano Babic
---
board/freescale/mx6ullevk/Makefile | 4 ++
board/freescale/mx6ullevk/plugin.S | 139 +
From: Peng Fan
Add plugin support for imximage.
Define CONFIG_USE_PLUGIN to enable using plugin.
Signed-off-by: Peng Fan
Cc: Stefano Babic
Cc: Eric Nelson
Cc: Ye Li
---
tools/imximage.c | 260 ---
tools/imximage.h | 10 ++-
2 files change
From: Peng Fan
Add mx7_plugin.S which calls boot rom setup function, generate the second ivt,
and jump back to boot rom.
Signed-off-by: Peng Fan
Signed-off-by: Ye Li
Cc: Stefano Babic
---
arch/arm/include/asm/arch-mx7/mx7_plugin.S | 111 +
1 file changed, 111 inse
Enable palmas PMIC config options.
Signed-off-by: Keerthy
---
configs/am57xx_evm_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig
index d49129d..b277783 100644
--- a/configs/am57xx_evm_defconfig
+++ b/configs/am57xx_evm_
Enable palmas PMIC config options.
Signed-off-by: Keerthy
---
configs/dra7xx_evm_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig
index 64184de..882e615 100644
--- a/configs/dra7xx_evm_defconfig
+++ b/configs/dra7xx_evm_
Add support to bind the regulators/child nodes with the pmic.
Signed-off-by: Keerthy
Reviewed-by: Simon Glass
---
Changes in v2:
* Added Simon's Reviewed-by.
drivers/power/pmic/Kconfig | 7 +
drivers/power/pmic/Makefile | 1 +
drivers/power/pmic/palmas.c | 77 +++
The driver provides regulator set/get voltage
enable/disable functions for palmas family of PMICs.
Signed-off-by: Keerthy
Reviewed-by: Simon Glass
---
Changes in v2:
* Converted all dm_i2c_reg to dm_i2c_read_reg
* Removed an instance of double blank lines.
* Added Simon's Reviewed-by.
The ctrl reg contains bit fields to enable and disable regulators,
and volt_reg has the bit fields to configure the voltage values.
The registers are frequently accessed hence make them part
of dm_regulator_uclass_platdata structure.
Signed-off-by: Keerthy
---
include/power/regulator.h | 2 ++
1
The series adds support for Palmas family of PMICs.
Implements functions to configure regulators. Enable/Disable
Get/Set voltages of regulators.
Supports TPS659038, TPS65917, Palmas.
Tested on TPS659038, TPS65917 using DRA7XX-EVM and AM57XX-EVM.
Keerthy (5):
power: regulator: Add ctrl_reg and
On Monday 19 September 2016 06:28 AM, Simon Glass wrote:
On 13 September 2016 at 22:28, Keerthy wrote:
The driver provides regulator set/get voltage
enable/disable functions for palmas family of PMICs.
Signed-off-by: Keerthy
---
drivers/power/regulator/Kconfig| 8 +
drivers/p
Hi Tom,
On 18 September 2016 at 16:15, Tom Rini wrote:
> On Sun, Sep 18, 2016 at 01:44:57PM -0600, Simon Glass wrote:
>> Add a linker list macro which can be used to declare an SPL image loader.
>> Update spl_load_image() to search available loaders for the correct one.
>>
>> Signed-off-by: Simon
Hi Tom,
Here is some more RK3399 support and a few other changes.
The following changes since commit 9a6535e05f17acf03e891266a650cb6029124743:
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
(2016-09-18 14:05:30 -0400)
are available in the git repository at:
git://git.denx.de/u
Hi Tom,
This includes some refactoring to improve the dtoc code.
The following changes since commit 9a6535e05f17acf03e891266a650cb6029124743:
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
(2016-09-18 14:05:30 -0400)
are available in the git repository at:
git://git.denx.de/u-
On 09/14/2016 01:45 AM, Stephen Warren wrote:
> From: Stephen Warren
>
> The Tegra MMC driver currently honors "sdhci" entries in /aliases. The
> MMC core however uses "mmc" entries in /aliases. This difference will be
> relevant once the Tegra MMC driver is converted to DM, and the MMC core
> ha
From: "jacob2.chen"
When DTO interrupt occurred, there are any remaining data still in FIFO
due to RX FIFO threshold is larger than remaining data. It also
causes that dwmmc didn't trigger RXDR interrupt, so is TX.
It's responsibility of driver to read remaining bytes on seeing DTO
interrupt.
S
On Mon, Sep 19, 2016 at 12:58 PM, Simon Glass wrote:
> Hi Chris,
>
> On 13 September 2016 at 19:42, Chris Packham wrote:
>> This board is a plug in card for Marvell's switch system development
>> kits. Form-factor aside it is similar to the DB-88F6820-GP with the
>> following differences.
>> - TC
On 13 September 2016 at 23:03, Heiko Schocher wrote:
> move the UBI config options into Kconfig.
>
> Signed-off-by: Heiko Schocher
> ---
> Tested with tbot:
> http://lists.denx.de/pipermail/u-boot/2016-June/258119.html
>
> result:
> Boards : 1196
> compile err : 36
> not checked : 0
> U-Boot
Hi Tom,
On 18 September 2016 at 16:14, Tom Rini wrote:
> On Sun, Sep 18, 2016 at 01:44:49PM -0600, Simon Glass wrote:
>
>> At present the SPL code uses a global spl_image variable which is shared
>> amongst lots of files, some in common/spl and some elsewhere. There is no
>> need for this to be g
On 15 September 2016 at 05:34, Keerthy wrote:
> Add support for gpio regulators. As of now this driver caters
> to gpio regulators with one gpio. Supports setting voltage values to gpio
> regulators and retrieving the values.
>
> Signed-off-by: Keerthy
> ---
>
> Changes in v2:
>
> * Added state
On 15 September 2016 at 12:19, Stephen Warren wrote:
> From: Stephen Warren
>
> Commit ce02a71c2374 "tegra: dts: Sync tegra20 device tree files with
> Linux" enabled the ULPI USB port on Ventana, but made no attempt to ensure
> that U-Boot code could handle this. In practice, various code is miss
On 16 September 2016 at 06:34, Mario Six wrote:
> Commit bac17b7 ("image-fit: switch ENOLINK to ENOENT") changed the
> return value of fit_get_node_from_config from ENOLINK to ENOENT.
>
> This causes a problem in boot_get_ramdisk, which treats the return value
> -ENOLINK differently from other err
On 13 September 2016 at 22:28, Keerthy wrote:
> The driver provides regulator set/get voltage
> enable/disable functions for palmas family of PMICs.
>
> Signed-off-by: Keerthy
> ---
> drivers/power/regulator/Kconfig| 8 +
> drivers/power/regulator/Makefile | 1 +
> driv
On 15 September 2016 at 12:19, Stephen Warren wrote:
> From: Stephen Warren
>
> Some boards have a different set of USB controllers enabled in DT than
> the set referenced by /alias entries. This patch fixes that. For
> example, this avoids the following message while booting on Ventana,
> which
On 15 September 2016 at 12:19, Stephen Warren wrote:
> From: Stephen Warren
>
> USB ULPI PHY reset signals are typically active low. Consequently, they
> should be marked as GPIO_ACTIVE_LOW in device tree, and indeed they are in
> the Linux kernel DTs, and in DT properties that U-Boot doesn't yet
On 15 September 2016 at 05:12, Masahiro Yamada
wrote:
> This reverts commit 90c08d9e08c7a108ab904f3bbdeb558081757892.
>
> I took a closer look at this and found CONFIG_SYS_MALLOC_F_LEN=0x2000
> was too much to enable SPL_OF_CONTROL. Perhaps 0x800 is enough, but
> the situation varies board by boa
On 13 September 2016 at 22:28, Keerthy wrote:
> Add support to bind the regulators/child nodes with the pmic.
>
> Signed-off-by: Keerthy
> ---
> drivers/power/pmic/Kconfig | 7 +
> drivers/power/pmic/Makefile | 1 +
> drivers/power/pmic/palmas.c | 77
> +++
Hi Chris,
On 13 September 2016 at 19:42, Chris Packham wrote:
> This board is a plug in card for Marvell's switch system development
> kits. Form-factor aside it is similar to the DB-88F6820-GP with the
> following differences.
> - TCLK is 200MHz
> - SPI1 is used
> - No SATA
> - No MMC
> - NAND f
On 13 September 2016 at 10:45, Stephen Warren wrote:
> From: Stephen Warren
>
> The Tegra MMC driver currently honors "sdhci" entries in /aliases. The
> MMC core however uses "mmc" entries in /aliases. This difference will be
> relevant once the Tegra MMC driver is converted to DM, and the MMC co
Hi Moritz,
On 13 September 2016 at 15:44, Moritz Fischer wrote:
> Add command to print out the flash info as reported by the
> ec. The data read back includes size, write block size,
> erase block size.
>
> Signed-off-by: Moritz Fischer
> Cc: Simon Glass
> Cc: u-boot@lists.denx.de
> ---
> driv
On 13 September 2016 at 10:45, Stephen Warren wrote:
> From: Tom Warren
>
> During debug of the DM_MMC changes to the Tegra MMC driver, I
> noticed that the 'removable' property wasn't being set correctly
> for the eMMC parts on most Tegra boards. Since the kernel DTS has
> this property set corr
On 13 September 2016 at 15:44, Moritz Fischer wrote:
> Add support for reading back flash parameters as reported by
> the ec.
>
> Signed-off-by: Moritz Fischer
> Cc: Simon Glass
> Cc: u-boot@lists.denx.de
> ---
> drivers/misc/cros_ec.c | 21 +
> 1 file changed, 21 insertions
On 12 September 2016 at 11:51, Stephen Warren wrote:
> From: Stephen Warren
>
> On Tegra186, the bootloader which runs before U-Boot passes the Ethernet
> MAC address to U-Boot using device tree. Extract this value and write it
> to the environment, so that the Ethernet uclass picks it up and use
On 12 September 2016 at 11:51, Stephen Warren wrote:
> From: Stephen Warren
>
> Tegra186 includes a Synopsys DWC EQoS (Ethernet) device. Add this to the
> Tegra186 SoC DT so that boards can make use of it.
>
> Signed-off-by: Stephen Warren
> ---
> arch/arm/dts/tegra186.dtsi | 20 +++
On 12 September 2016 at 11:51, Stephen Warren wrote:
> From: Stephen Warren
>
> Enable the Ethernet device in DT, provide board-specific configuration,
> and enable the driver in Kconfig.
>
> Signed-off-by: Stephen Warren
> ---
> arch/arm/dts/tegra186-p2771-.dtsi | 5 +
> configs/p2771-
On 12 September 2016 at 11:48, Stephen Warren wrote:
> From: Stephen Warren
>
> This driver supports the Synopsys Designware Ethernet QoS (Quality of
> Service) a/k/a eqos IP block, which is a different design than the HW
> supported by the existing designware.c driver. The IP supports many
> opt
On 12 September 2016 at 11:48, Stephen Warren wrote:
> From: Stephen Warren
>
> The Synopsys DWC EQoS is a configurable Ethernet MAC/DMA IP block which
> supports multiple options for bus type, clocking and reset structure, and
> feature list.
>
> This patch imports the binding from the Linux ker
On 12 September 2016 at 11:51, Stephen Warren wrote:
> From: Stephen Warren
>
> Extend the Tegra186 implementation of board_late_init() to call a per-SoC
> "hook" function. This will allow SoC-specific (rather than Tegra-wide)
> functionality to be implemented without the core Tegra code needing
On 11 September 2016 at 14:51, Stefan Brüns
wrote:
> argc is checked, but is off by one. In case is not specified,
> create an empty file, which is identical to the ext4write behaviour.
>
> Signed-off-by: Stefan Brüns
> ---
> cmd/fat.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Hi,
On 11 September 2016 at 08:21, Masahiro Yamada
wrote:
> We conventionally named SPL options in CONFIG_SPL_*_SUPPORT format,
> but the suffix _SUPPORT did not add any value. Besides, it prevents
> us from exploiting the CONFIG_IS_ENABLED() macro.
>
> If we move the option to defconfig files (
On 9 September 2016 at 07:44, Ziyuan Xu wrote:
> The latest rk3288-miniarm board doesn't have eMMC device, so remove it.
>
> Signed-off-by: Ziyuan Xu
> ---
>
> arch/arm/dts/rk3288-miniarm.dtsi | 12
> board/rockchip/miniarm_rk3288/miniarm-rk3288.c | 8
> incl
On 9 September 2016 at 02:27, Petr Kulhavy wrote:
> Move FASTBOOT_MBR_NAME and FASTBOOT_GPT_NAME into Kconfig.
> Add dependency on the FASTBOOT_FLASH setting (also for FASTBOOT_MBR_NAME).
> Remove the now redundant GPT_ENTRY_NAME.
>
> Signed-off-by: Petr Kulhavy
> ---
> v2: initial
>
> README
On 9 September 2016 at 02:18, Zubair Lutfullah Kakakhel
wrote:
> This bug appears in b6396403 which makes u-boot unable to pass
> arguments via bootm to a standalone application without this patch.
>
> Steps to reproduce.
>
> Compile a u-boot. Use mkimage to package the standalone hello_world.bin
On 9 September 2016 at 02:27, Petr Kulhavy wrote:
> Add special target "mbr" (otherwise configurable via CONFIG_FASTBOOT_MBR_NAME)
> to write MBR partition table.
> Partitions are now searched using the generic function which finds any
> partiiton by name. For MBR the partition names hda1, sda1, e
On 9 September 2016 at 02:27, Petr Kulhavy wrote:
> So far partition search by name has been supported only on the EFI partition
> table. This patch extends the search to all partition tables.
>
> Rename part_get_info_efi_by_name() to part_get_info_by_name(), move it from
> part_efi.c into part.c
On 9 September 2016 at 07:44, Paul Burton wrote:
> Currently we have a mismash of architectures which use arch_cpu_init
> from architecture-wide code (arc, avr32, blackfin, mips, nios2, xtensa)
> and architectures which use arch_cpu_init from machine/SoC level code
> (arm, x86).
>
> In order to cl
On 9 September 2016 at 02:27, Petr Kulhavy wrote:
> In both DOS and ISO partition tables the same code to create partition name
> like "hda1" was repeated.
>
> Code moved to into a new function part_set_generic_name() in part.c and
> optimized.
> Added recognition of MMC and SD types, name is lik
On 8 September 2016 at 03:47, Masahiro Yamada
wrote:
> Once we migrate to DM-based drivers, we cannot go back to legacy
> ones, i.e. config options like DM_* are not user-configurable.
>
> Make SANDBOX and X86 select DM_KEYBOARD like other platforms do.
>
> Signed-off-by: Masahiro Yamada
> ---
>
Hi Masahiro,
On 8 September 2016 at 03:47, Masahiro Yamada
wrote:
> Creating multiple entries of "config FOO" often gives us bad
> experiences. In this case, we should specify "default X86"
> as platforms that want this keyboard by default.
>
> Signed-off-by: Masahiro Yamada
> ---
>
> arch/x86
On 18 September 2016 at 07:46, Tom Rini wrote:
>
> Make sure that when we're telling bootm to boot an image, and we expect
> the image to boot we get the output from sandbox that we attempted to
> run Linux and that U-Boot completed its job.
>
> Cc: Simon Glass
> Cc: Stephen Warren
> Signed-off-
Hi Tom,
On 18 September 2016 at 09:58, Tom Rini wrote:
> On Mon, Sep 12, 2016 at 11:18:18PM -0600, Simon Glass wrote:
>
>> This series moves all the CONFIG_SPL_..._SUPPORT options to Kconfig and
>> fixes up existing boards to continue to build.
>>
>> It also adds a few small but useful features t
On 4 September 2016 at 21:36, Siarhei Siamashka
wrote:
> The SPL and U-Boot proper may use different initial stack
> locations, which are configured via CONFIG_SPL_STACK and
> CONFIG_SYS_INIT_SP_ADDR defines. The lowlevel_init.S
> code needs to handle this in the same way as crt0.S
>
> Without thi
Hi Hannes,
On 5 September 2016 at 02:00, Hannes Schmelzer
wrote:
> Sometimes devicetree nodes and or properties are added out of the u-boot
> console, maybe through some script or manual interaction.
>
> The devicetree as loaded or embedded is quite small, so the devicetree
> has to be resized to
On Fri, Sep 16, 2016 at 11:30:34AM +, Alexey Brodkin wrote:
> Hi Tom,
>
> That's a minor change that accommodates changes in upcoming ARC GNU tools.
>
> The following changes since commit 8cbb389bb3da80cbf8911f8386cbff92c6a78afe:
>
> Prepare v2016.09 (2016-09-12 10:05:51 -0400)
>
> are a
On Sun, Sep 18, 2016 at 01:45:15PM -0600, Simon Glass wrote:
> Upda the SPL FIT code to use the spl_image parameter.
>
> Signed-off-by: Simon Glass
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
On Sun, Sep 18, 2016 at 04:56:19PM +0200, Hans de Goede wrote:
> Hi Tom,
>
> Here is the first sunxi pull-req for v2016.11.
>
> This consists of a couple of small bug-fixes /
> defconfig improvements + 1 new board.
>
> The following changes since commit 8cbb389bb3da80cbf8911f8386cbff92c6a78afe:
On Sun, Sep 18, 2016 at 01:45:16PM -0600, Simon Glass wrote:
> There is no need for this to be in the BSS region. By moving it we can delay
> use of BSS in SPL. This is useful for machines where the BSS region is not
> in writeable space. On 64-bit x86, SPL runs from SPI flash and it is easier
> t
On Mon, Sep 19, 2016 at 12:35:55AM +0900, Masahiro Yamada wrote:
> Hi Tom,
>
> Here is the revised version of my pull request
> for the v2016.11 development cycle.
>
> The following UniPhier updates are included:
>
> - DM migration
> * remove legacy xHCI driver
> * convert MMC dri
On Sun, Sep 18, 2016 at 01:45:14PM -0600, Simon Glass wrote:
> Update the fat loader to avoid using the spl_image global variable.
>
> Signed-off-by: Simon Glass
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
U-Boot
On Sun, Sep 18, 2016 at 01:45:13PM -0600, Simon Glass wrote:
> Update the ext loader to avoid using the spl_image global variable.
>
> Signed-off-by: Simon Glass
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
U-Boot
On Sun, Sep 18, 2016 at 01:45:07PM -0600, Simon Glass wrote:
> All the other SPL loaders are in this directory, so move the SPI one in
> there too.
>
> There are two board-specific SPI loaders (fsl and sunxi). These remain in
> the drivers/mtd/spi directory, since they do not contain generic code
On Sun, Sep 18, 2016 at 01:45:12PM -0600, Simon Glass wrote:
> Rather than having a global variable, pass the spl_image as a parameter.
> This avoids BSS use, and makes it clearer what the function is actually
> doing.
>
> Signed-off-by: Simon Glass
Reviewed-by: Tom Rini
--
Tom
signature.a
On 09/13/2016 04:30 PM, Y.B. Lu wrote:
> Hi York,
>
> I found the MMC maintainer had been changed to Jeahoon.
> It seems Panto haven't commented on upstream for a very long time.
>
> MMC
> M: Jaehoon Chung
> S: Maintained
> T: git git://git.denx.de/u-boot-mmc.git
> F: drivers
On 08/02/2016 06:20 PM, Yangbo Lu wrote:
> Erratum Title:
> Data timeout error not getting set in case of command with busy
> response (R1b) as well as for busy period after last write block
> transfer.
>
> Description:
> In the event that a busy timeout occurs for a command with a busy
> response
Hi Yangbo,
On 08/02/2016 06:20 PM, Yangbo Lu wrote:
> The STOP command should be sent to stop data transfer when the
> READ/WRITE commands fail. Otherwise, any subsequent command will
> fail to be sent.
>
> Signed-off-by: Yangbo Lu
> ---
> Changes for v2:
> - None
> ---
> drivers/mmc/mmc.
Hi Yangbo,
On 08/02/2016 06:20 PM, Yangbo Lu wrote:
> For CMD with busy response, the eSDHC driver would poll DAT0 until
> CMD completion rather than polling IRQSTAT. So, don't set
> XFERTYP_RSPTYP_48_BUSY to avoid interrupts (DTOE or TC) in IRQSTAT.
Sorry for late.. I missed your patchset.
>
>
Hi Tom,
> On Sun, Sep 18, 2016 at 09:10:34PM +0200, Lukasz Majewski wrote:
> > Hi Tom,
> >
> > > On Fri, Sep 16, 2016 at 10:43:51AM +0200, Lukasz Majewski wrote:
> > >
> > > > This define gives the possibility to copy entire image
> > > > (including header) from NOR parallel memory to e.g. SDRAM
On Sun, Sep 18, 2016 at 03:14:30PM +0200, Marek Vasut wrote:
> On 09/17/2016 05:42 AM, Jonathan Gray wrote:
> > On Fri, Sep 16, 2016 at 10:21:43PM +0100, Paul Burton wrote:
> >> Commit bac17b78dace ("image-fit: switch ENOLINK to ENOENT") changed
> >> fit_get_node_from_config to return -ENOENT when
This serves no real purpose, since when we are not active, we exit. Drop it.
Signed-off-by: Simon Glass
---
tools/buildman/builder.py | 7 ---
tools/buildman/builderthread.py | 10 +-
2 files changed, 1 insertion(+), 16 deletions(-)
diff --git a/tools/buildman/builder.py b/t
It is annoying that buildman does not respond cleanly to Ctrl-C or SIGINT,
particularly on machines with lots of CPUS. Unfortunately queue.join()
blocks the main thread and does not allow it to see the signal. Use a
separate thread instead,
Signed-off-by: Simon Glass
---
tools/buildman/builder.
When buildman starts, it prepares its output directory by removing any old
build directories which will not be used this time. This can happen if a
previous build left directories around for commit hashes which are no-longer
part of the branch.
This can take quite a while, so print a message to in
This is not used, so drop it.
Signed-off-by: Simon Glass
---
tools/buildman/builderthread.py | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/tools/buildman/builderthread.py b/tools/buildman/builderthread.py
index 06be5d9..a02aa19 100644
--- a/tools/buildman/builderthread.
On a machine with a lot of CPUs this prints a lot of useless lines of the
form:
Cloning repo for thread
Adjust the output so that these all appear on one line, and disappear when
the cloning is complete.
Note: This cloning is actually unnecessary and very wasteful on disk space
(about 3.5GB
Output which does not include a newline will not be displayed unless
flushed. Add a flush to ensure that it becomes visible.
Signed-off-by: Simon Glass
---
tools/patman/terminal.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/patman/terminal.py b/tools/patman/terminal.py
index e7
If patman is installed on the machine (e.g. in the standard dist-packages
directory), it will find libraries from there in preference to our local
libraries. Adjust the order of the path to ensure that local libraries are
found first.
Signed-off-by: Simon Glass
---
tools/buildman/buildman.py |
When Ctrl-C is pressed, just exited quietly. There is no sense in displaying
a stack trace since buildman will always be in the same place: waiting for
threads to complete building all the jobs on the queue.
Signed-off-by: Simon Glass
---
tools/buildman/builder.py | 7 +++
1 file changed, 7
Make it clear when buildman actually starts building. This happens when it
has prepared the threads, working directory and output directories.
Signed-off-by: Simon Glass
---
tools/buildman/builder.py | 1 +
tools/buildman/test.py| 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
di
A common requirement when converting CONFIG options to Kconfig is to check
that the effective configuration has not changed due to the conversion. Add
a target which creates this configuration (in the form of u-boot.cfg) but
does not build U-Boot. This speeds up the checking.
Signed-off-by: Simon
1 - 100 of 220 matches
Mail list logo