On 1.8.2016 03:03, Simon Glass wrote:
> Hi Michal,
>
> On 28 July 2016 at 01:08, Michal Simek wrote:
>> On 28.7.2016 04:24, Simon Glass wrote:
>>> Hi Michal,
>>>
>>> On 24 July 2016 at 20:07, Simon Glass wrote:
On 15 July 2016 at 01:35, Michal Simek wrote:
> Add new Kconfig option to d
Hi Jaehoon,
On 2016年08月01日 11:35, Jaehoon Chung wrote:
Update the mmc maintainer from Pantelis to me.
Signed-off-by: Jaehoon Chung
---
Congratulations!:-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On 1.8.2016 03:03, Simon Glass wrote:
> Hi Michal,
>
> On 29 July 2016 at 05:29, Michal Simek wrote:
>> Hi Simon,
>>
>>
>> 2016-07-17 22:59 GMT+02:00 Simon Glass :
>>>
>>> On 5 July 2016 at 17:10, Simon Glass wrote:
This new function is more convenient for callers, and handles
pre-relo
On Thursday 28 July 2016 07:59 AM, Tom Rini wrote:
> These config targets were added well before the Kconfig migration began
> as a way to demonstrate how to make these platforms work with cut down
> features. At this point in time they no longer serve a good purpose so
> remove them.
>
> Signe
On Thursday 28 July 2016 07:59 AM, Tom Rini wrote:
> In reality all omap3 platforms support SPL so move the select for this
> up a level.
>
> Signed-off-by: Tom Rini
Reviewed-by: Lokesh Vutla
Thanks and regards,
Lokesh
> ---
> arch/arm/Kconfig | 1 +
> arch/arm/cpu/armv7/o
On Thursday 28 July 2016 07:59 AM, Tom Rini wrote:
> In the case of omap3 we have a number of platforms that are close to
> exceeding SRAM limits, depending on compiler. Move to USE_TINY_PRINTF
> to give them more room. OMAP4 will soon enough be in a similar place,
> so enable that now.
>
> Si
Hi Jaehoon,
On 01/08/16 12:35, Jaehoon Chung wrote:
> Update the mmc maintainer from Pantelis to me.
>
> Signed-off-by: Jaehoon Chung
> ---
> MAINTAINERS| 2 +-
> doc/git-mailrc | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index
Remove unnecessary board specific config file for DC4
board.
Signed-off-by: Siva Durga Prasad Paladugu
---
Changes for v2:
- None
---
configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig | 1 -
include/configs/xilinx_zynqmp_zc1751_xm018_dc4.h | 15 ---
2 files changed, 16 deletions(-)
Move config IDENT_STRING to defconfig for all
zynqmp boards.
Signed-off-by: Siva Durga Prasad Paladugu
---
Changes for v2:
- Appended revB in CONFIG_IDENT_ENTRY definition
for zcu102 RevB board
---
configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig | 1 +
configs/xilinx_zynqmp_zc1751_xm016_dc2_d
Added new Kconfig entry for config IDENT_STRING.
Signed-off-by: Siva Durga Prasad Paladugu
---
Changes for v2:
- Updated patch description to be more clear
- Updated help for newly added kconfig entry
---
common/Kconfig | 6 ++
1 file changed, 6 insertions(+)
diff --git a/common/Kconfig b/c
Hello Stephen,
Am 29.07.2016 um 21:15 schrieb Stephen Warren:
From: Stephen Warren
On Tegra186, some I2C controllers are directly controlled by the main CPU,
whereas others are controlled by the BPMP, and can only be accessed by the
main CPU via IPC requests to the BPMP. This driver covers the
Hello Stephen,
Am 29.07.2016 um 21:15 schrieb Stephen Warren:
From: Stephen Warren
In Tegra186, the BPMP (Boot and Power Management Processor) owns certain
HW devices, such as the I2C controller for the power management I2C bus.
Software running on other CPUs must perform IPC to the BPMP in or
Hi,
On Monday 01 August 2016 06:31 AM, Simon Glass wrote:
[...]
+/* PCF Support */
+#ifndef CONFIG_SPL_BUILD
+#define CONFIG_PCF8575_GPIO
+#endif
>>>
>>> We need to invert the logic and undef on SPL, and pick this up normally
>>> via Kconfig.
>>>
>>
>> I tried that initially bu
Hi York,
Thanks for your comments!
> -Original Message-
> From: york sun
> Sent: 2016年7月29日 23:37
> To: Zhiqiang Hou ; u-boot@lists.denx.de;
> albert.u.b...@aribaud.net; hdego...@redhat.com; w...@csie.org; Hongbo
> Zhang ; b.galv...@gmail.com
> Subject: Re: [PATCH 2/3] arm/PSCI: Fixed the
Initialize the maximum clock with CMU, before setting the rockchip sdhci
host controller.
Signed-off-by: Kever Yang
Reviewed-by: Jaehoon Chung
---
Changes in v3:
- update commit message
Changes in v2:
- update base on comments from Jaehoon Chung
drivers/mmc/rockchip_sdhci.c | 11 ++-
Update the mmc maintainer from Pantelis to me.
Signed-off-by: Jaehoon Chung
---
MAINTAINERS| 2 +-
doc/git-mailrc | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 1225ce2..8905f88 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -299,7 +29
This patchset add basic driver like clock, grf, sysreset for rk3399,
and enable clock init in emmc driver.
This patchset has tested on rk3399 evb.
Changes in v3:
- use EINVAL instead of -1 for return value.
- update commit message
Changes in v2:
- include '_SHIFT_' in '_MASK' MACRO
- fix commen
This patch add driver for:
- clock driver including set_rate for cpu, mmc, vop, I2C.
- sysreset driver
- grf syscon driver
Signed-off-by: Kever Yang
Acked-by: Simon Glass
---
Changes in v3:
- use EINVAL instead of -1 for return value.
Changes in v2:
- include '_SHIFT_' in '_MASK' MACRO
- fix c
Hi Jaehoon Chung,
On 07/29/2016 04:00 PM, Jaehoon Chung wrote:
Hi Kever,
On 07/29/2016 11:35 AM, Kever Yang wrote:
This patch add driver for:
- clock driver including set_rate for cpu, mmc, vop, I2C.
- sysreset driver
- grf syscon driver
Signed-off-by: Kever Yang
I don't have a knowledge fo
Hi Simon,
On 2016年08月01日 10:21, Simon Glass wrote:
Hi Ziyuan,
On 31 July 2016 at 20:13, Ziyuan Xu wrote:
Hi Simon,
On 2016年08月01日 09:51, Simon Glass wrote:
Hi Sandy,
On 28 July 2016 at 07:49, Sandy Patterson
wrote:
Add an extra byte so that this data is not byteswapped.
Signed-off-by:
2016-08-01 2:21 GMT+09:00 Tom Rini :
> On Mon, Aug 01, 2016 at 01:24:21AM +0900, Masahiro Yamada wrote:
>> Hi Tom,
>>
>>
>> 2016-07-25 23:55 GMT+09:00 Tom Rini :
>> > On Mon, Jul 25, 2016 at 10:06:05PM +0900, Masahiro Yamada wrote:
>> >
>> >>
>> >> Masahiro Yamada (3):
>> >> cmd: bootz: make CMD_
Hi Ziyuan,
On 31 July 2016 at 20:13, Ziyuan Xu wrote:
> Hi Simon,
>
>
> On 2016年08月01日 09:51, Simon Glass wrote:
>>
>> Hi Sandy,
>>
>> On 28 July 2016 at 07:49, Sandy Patterson
>> wrote:
>>>
>>> Add an extra byte so that this data is not byteswapped.
>>>
>>> Signed-off-by: Sandy Patterson
>>> -
On 27 July 2016 at 20:25, Ziyuan Xu wrote:
> The former implement, dw_mmc will push and pop the redundant data to
> FIFO, we should transfer it according to the real size.
>
> Signed-off-by: Ziyuan Xu
> ---
>
> drivers/mmc/dw_mmc.c | 2 ++
> 1 file changed, 2 insertions(+)
Reviewed-by: Simon Gl
On 21 July 2016 at 06:30, Jaehoon Chung wrote:
> This patch support the driver model for s5p_sdhci controller.
> To support the legacy model, maintained the existing code.
>
> Note: If use the Driver Model, it needs to modify the device-tree.
> In future, will update the Device-tree and enable the
Hi Jaehoon,
On 21 July 2016 at 22:14, Jaehoon Chung wrote:
> Hi Simon,
>
> On 07/22/2016 12:21 PM, Simon Glass wrote:
>> Hi Kever,
>>
>> On 19 July 2016 at 07:28, Kever Yang wrote:
>>> Not like the mmc-legacy which the devnum starts from 1, it starts from 0
>>> in mmc-uclass, so the device numbe
On 27 July 2016 at 20:25, Ziyuan Xu wrote:
> This patch fixes data starvation by host timeout(HTO) error interrupt
> which occurred under FIFO mode transfer on rk3036 board.
>
> The former implement, the actual bytes were transmitted may be less than
> should be. The size will still subtract value
Hi Paul,
On 27 July 2016 at 08:26, Paul Burton wrote:
> Provide a trivial syscon driver matching the generic "syscon" compatible
> string, allowing for simple system controllers to be used without a
> custom driver just as in Linux.
>
> Signed-off-by: Paul Burton
>
> ---
>
> Changes in v2:
> - N
Hi Stephen,
On 27 July 2016 at 15:24, Stephen Warren wrote:
> From: Stephen Warren
>
> Tegra186 supports the new standard clock and reset APIs. Older Tegra SoCs
> still use custom APIs. Enhance the Tegra MMC driver so that it can operate
> with either set of APIs.
>
> Signed-off-by: Stephen Warr
Hi,
On 29 July 2016 at 02:00, Jaehoon Chung wrote:
> Hi Kever,
>
> On 07/29/2016 11:35 AM, Kever Yang wrote:
>> This patch add driver for:
>> - clock driver including set_rate for cpu, mmc, vop, I2C.
>> - sysreset driver
>> - grf syscon driver
>>
>> Signed-off-by: Kever Yang
>
> I don't have a k
On 26 July 2016 at 04:06, Jaehoon Chung wrote:
> Some arguments don't need to pass to sdhci_setup_cfg.
> Generic variable can be used in sdhci_setup_cfg, and some arguments are
> already included in sdhci_host struct.
>
> It's enough that just pass the board specific things to sdhci_setup_cfg().
>
On 26 July 2016 at 04:06, Jaehoon Chung wrote:
> buswidth isn't used anywhere in sdhci_setup_cfg.
>
> Signed-off-by: Jaehoon Chung
> ---
> drivers/mmc/msm_sdhci.c | 4 ++--
> drivers/mmc/sdhci.c | 4 ++--
> drivers/mmc/zynq_sdhci.c | 2 +-
> include/sdhci.h | 3 +--
> 4 files chan
Hi Bin,
On 31 July 2016 at 19:08, Bin Meng wrote:
> Hi Simon,
>
> On Mon, Aug 1, 2016 at 9:04 AM, Simon Glass wrote:
>> Hi Bin,
>>
>> On 31 July 2016 at 18:56, Bin Meng wrote:
>>> Hi Simon,
>>>
>>> With the latest buildman on the master branch, when I build x86, I got:
>>>
>>> boards.cfg is up
Hi Simon,
On 2016年08月01日 09:51, Simon Glass wrote:
Hi Sandy,
On 28 July 2016 at 07:49, Sandy Patterson wrote:
Add an extra byte so that this data is not byteswapped.
Signed-off-by: Sandy Patterson
---
arch/arm/dts/rk3288-rock2-square.dts | 2 +-
arch/arm/dts/rk3288-veyron.dtsi | 2
Hi Sandy,
On 28 July 2016 at 07:49, Sandy Patterson wrote:
> Add an extra byte so that this data is not byteswapped.
>
> Signed-off-by: Sandy Patterson
> ---
>
> arch/arm/dts/rk3288-rock2-square.dts | 2 +-
> arch/arm/dts/rk3288-veyron.dtsi | 2 +-
> 2 files changed, 2 insertions(+), 2 del
On 31 July 2016 at 19:03, Simon Glass wrote:
>
> Acked-by: Simon Glass
Acked-by: Simon Glass
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Tom, Simon,
On Mon, Aug 1, 2016 at 4:03 AM, Simon Glass wrote:
> On 27 July 2016 at 18:57, Max Filippov wrote:
>> print_std_bdinfo outputs typical set of board information entries:
>> boot params location, memory and flash addresses and sizes, network
>> interfaces information and configured ser
Hi Simon,
On Mon, Aug 1, 2016 at 9:04 AM, Simon Glass wrote:
> Hi Bin,
>
> On 31 July 2016 at 18:56, Bin Meng wrote:
>> Hi Simon,
>>
>> With the latest buildman on the master branch, when I build x86, I got:
>>
>> boards.cfg is up to date. Nothing to do.
>> Building 8 commits for 14 boards (14 t
Hi Stephen,
On 29 July 2016 at 13:15, Stephen Warren wrote:
> From: Stephen Warren
>
> p2771- has a couple of PCIe ports; one physically x4 desktop PCI
> connector (which may run at x2 electrically, depending on the board
> version and configuration) and a x1 connection to the M.2 slot (whic
On 2016年07月31日 22:27, Tom Rini wrote:
On Sun, Jul 31, 2016 at 11:59:19AM +0800, Ziyuan Xu wrote:
Hi Tom,
On 2016年07月29日 09:12, Tom Rini wrote:
On Fri, Jul 29, 2016 at 09:06:29AM +0800, Ziyuan Xu wrote:
Hi Tom,
On 2016年07月29日 08:34, Tom Rini wrote:
On Fri, Jul 29, 2016 at 07:34:09AM +0800
Hi Bin,
On 31 July 2016 at 18:56, Bin Meng wrote:
> Hi Simon,
>
> With the latest buildman on the master branch, when I build x86, I got:
>
> boards.cfg is up to date. Nothing to do.
> Building 8 commits for 14 boards (14 threads, 6 jobs per thread)
> Traceback (most recent call last):
> File "
Hi Stephen,
On 29 July 2016 at 13:15, Stephen Warren wrote:
> From: Stephen Warren
>
> Now that clock and reset drivers exist for Tegra186, we can enable the SD
> card controller. Now that a BPMP I2C driver exists for Tegra186, we can
> communicate with the PMIC to enable power to the SD card. H
On 29 July 2016 at 13:15, Stephen Warren wrote:
> From: Stephen Warren
>
> This allows the BPMP I2C device to be instantiated, which makes it
> available to other drivers and the user.
>
> Signed-off-by: Stephen Warren
> ---
> arch/arm/dts/tegra186.dtsi | 9 +
> 1 file changed, 9 insert
On 29 July 2016 at 13:15, Stephen Warren wrote:
> From: Stephen Warren
>
> In Tegra186, the BPMP (Boot and Power Management Processor) owns certain
> HW devices, such as the I2C controller for the power management I2C bus.
> Software running on other CPUs must perform IPC to the BPMP in order to
On 29 July 2016 at 13:15, Stephen Warren wrote:
> From: Stephen Warren
>
> On Tegra186, some I2C controllers are directly controlled by the main CPU,
> whereas others are controlled by the BPMP, and can only be accessed by the
> main CPU via IPC requests to the BPMP. This driver covers the latter
Hi Stephen,
On 29 July 2016 at 13:15, Stephen Warren wrote:
> From: Stephen Warren
>
> The BPMP bindings allow devices to be represented as child nodes of the
> BPMP node. This requires the driver to trigger scanning of its node for
> those child nodes.
>
> Signed-off-by: Stephen Warren
> ---
>
On 29 July 2016 at 05:31, Michal Simek wrote:
> Serial driver is getting clk information via DT that's why
> also clk node needs to have this flag.
>
> Different behavior was introduced by:
> "dm: Use dm_scan_fdt_dev() directly where possible"
> (sha1: 911954859d6dece49c3e4835faea004cfe392506)
> w
Hi Benjamin,
On 29 July 2016 at 12:34, Benjamin Tietz wrote:
> Hello Stephen,
>
> On Fri, Jul 29, 2016 at 12:02:02PM -0600, Stephen Warren wrote:
>> On 07/29/2016 11:26 AM, Benjamin Tietz wrote:
>> >Hello Stephen,
>
> [snip]
>
>> >>>Using a special high number looks unintuitive. And often result
On 28 July 2016 at 21:37, Heiko Schocher wrote:
> Hello Vignesh,
>
> added Simon to cc...
>
> Am 28.07.2016 um 07:54 schrieb Vignesh R:
>>
>>
>>
>> On Tuesday 26 July 2016 11:53 AM, Heiko Schocher wrote:
>>>
>>> Hello Vignesh,
>>>
>>> Am 25.07.2016 um 12:56 schrieb Vignesh R:
As I2C can
Hi Michal,
On 29 July 2016 at 05:29, Michal Simek wrote:
> Hi Simon,
>
>
> 2016-07-17 22:59 GMT+02:00 Simon Glass :
>>
>> On 5 July 2016 at 17:10, Simon Glass wrote:
>> > This new function is more convenient for callers, and handles
>> > pre-relocation
>> > situations automatically.
>> >
>> > Si
On 27 July 2016 at 18:57, Max Filippov wrote:
> print_std_bdinfo outputs typical set of board information entries:
> boot params location, memory and flash addresses and sizes, network
> interfaces information and configured serial baud rate.
>
> Signed-off-by: Max Filippov
> ---
> cmd/bdinfo.c
On 27 July 2016 at 18:57, Max Filippov wrote:
> print_eth_ip_addr outputs eth configurations for up to 6 interfaces and
> configured IP address.
>
> Signed-off-by: Max Filippov
> ---
> cmd/bdinfo.c | 113
> +++
> 1 file changed, 36 inserti
On 27 July 2016 at 18:57, Max Filippov wrote:
> print_baudrate outputs serial baud rate.
>
> Signed-off-by: Max Filippov
> ---
> cmd/bdinfo.c | 39 +--
> 1 file changed, 25 insertions(+), 14 deletions(-)
Reviewed-by: Simon Glass
_
Hi Michal,
On 28 July 2016 at 01:08, Michal Simek wrote:
> On 28.7.2016 04:24, Simon Glass wrote:
>> Hi Michal,
>>
>> On 24 July 2016 at 20:07, Simon Glass wrote:
>>> On 15 July 2016 at 01:35, Michal Simek wrote:
Add new Kconfig option to disable arch_fixup_fdt() calls for cases where
On 27 July 2016 at 18:57, Max Filippov wrote:
> print_bi_mem outputs memstart and memsize lines.
>
> Signed-off-by: Max Filippov
> ---
> cmd/bdinfo.c | 42 ++
> 1 file changed, 26 insertions(+), 16 deletions(-)
Reviewed-by: Simon Glass
__
On 27 July 2016 at 18:57, Max Filippov wrote:
> print_bi_flash outputs flashstart, flashsize and flashoffset lines.
>
> Signed-off-by: Max Filippov
> ---
> cmd/bdinfo.c | 54 +++---
> 1 file changed, 27 insertions(+), 27 deletions(-)
Reviewed-by:
On 27 July 2016 at 18:57, Max Filippov wrote:
> print_bi_dram outputs start address and size for each DRAM bank.
>
> Signed-off-by: Max Filippov
> ---
> Changes v1->v2:
> - fix build for architectures w/o CONFIG_NR_DRAM_BANKS and bi_dram in
> bd_t.
>
> cmd/bdinfo.c | 60
> +++-
On 27 July 2016 at 18:57, Max Filippov wrote:
> print_bi_boot_params outputs boot parameters structure location.
>
> Signed-off-by: Max Filippov
> ---
> cmd/bdinfo.c | 20 +---
> 1 file changed, 13 insertions(+), 7 deletions(-)
Reviewed-by: Simon Glass
_
On 27 July 2016 at 15:48, Stephen Warren wrote:
> From: Bryan Wu
>
> Tegra186 has 8 I2C controllers including BPMP I2C. This patch adds the
> other 7 generic controllers to Tegra186's DT.
>
> Signed-off-by: Bryan Wu
> (swarren, fixed DT node sort order, tweak patch description)
> Signed-off-by:
On 27 July 2016 at 15:48, Stephen Warren wrote:
> From: Stephen Warren
>
> The Tegra186 PCIe DT content is almost identical to previous chips, except
> that the:
>
> - There are 3 ports instead of 2.
> - Some physical addresses have moved.
> - PHY programming is handled by firmware, so CCPLEX DTs
On 27 July 2016 at 15:48, Stephen Warren wrote:
> From: Bryan Wu
>
> Enable I2C devices in DT and enable building tegra_i2c.c driver.
>
> Signed-off-by: Bryan Wu
> (swarren, commit msg rework, fixed DT node sort order)
> Signed-off-by: Stephen Warren
> ---
> arch/arm/dts/tegra186-p2771-.dt
Hi Stephen,
On 27 July 2016 at 15:48, Stephen Warren wrote:
> From: Bryan Wu
>
> clk/reset API was tested on T186 platform and previous chip like
> T210/T124 will still use the old APIs.
>
> Signed-off-by: Bryan Wu
> (swarren, simplified some ifdefs, removed indent level inside an ifdef)
> Sign
Hi Stephen,
On 27 July 2016 at 15:48, Stephen Warren wrote:
> From: Stephen Warren
>
> Tegra186 supports the new standard clock, reset, and power domain APIs.
> Older Tegra SoCs still use custom APIs. Enhance the Tegra PCIe driver so
> that it can operate with either set of APIs.
>
> On Tegra186
Hi Stephen,
On 27 July 2016 at 15:24, Stephen Warren wrote:
> From: Stephen Warren
>
> In Tegra186, SoC power domains are manipulated using IPC requests to
> the BPMP (Boot and Power Management Processor). This change implements a
> driver that does that.
>
> Signed-off-by: Stephen Warren
> ---
On 27 July 2016 at 15:24, Stephen Warren wrote:
> From: Stephen Warren
>
> Introduce tegra_board_init() and call it from board_init(). Tegra wil use
> tegra_board_init() for board-specific initialization, and board_init() for
> SoC-specific initialization.
>
> Signed-off-by: Stephen Warren
> ---
Hi Stephen,
On 27 July 2016 at 15:24, Stephen Warren wrote:
> From: Stephen Warren
>
> The Tegra BPMP (Boot and Power Management Processor) is a separate
> auxiliary CPU embedded into Tegra to perform power management work, and
> controls related features such as clocks, resets, power domains, P
On 27 July 2016 at 15:24, Stephen Warren wrote:
> From: Stephen Warren
>
> In Tegra186, on-SoC reset signals are manipulated using IPC requests to
> the BPMP (Boot and Power Management Processor). This change implements a
> driver that does that. It is unconditionally selected by CONFIG_TEGRA186
Hi Stephen,
On 27 July 2016 at 15:24, Stephen Warren wrote:
> From: Stephen Warren
>
> In Tegra186, on-SoC clocks are manipulated using IPC requests to the BPMP
> (Boot and Power Management Processor). This change implements a driver
> that does that. A tegra/ sub-directory is created to follow
On 27 July 2016 at 15:24, Stephen Warren wrote:
> From: Stephen Warren
>
> This adds the DT content that's needed to allow board DTs to enable use
> of BPMP, clocks, resets, GPIOs, eMMC, and SD cards.
>
> Signed-off-by: Stephen Warren
> ---
> arch/arm/dts/tegra186.dtsi | 55
> +
On 27 July 2016 at 08:26, Paul Burton wrote:
> The regmap_read & regmap_write functions were previously declared in
> regmap.h but not implemented anywhere. The regmap implementation &
> commit message of 6f98b7504f70 ("dm: Add support for register maps
> (regmap)") indicate that only memory mappe
On 27 July 2016 at 15:24, Stephen Warren wrote:
> From: Stephen Warren
>
> The Tegra BPMP (Boot and Power Management Processor) is a separate
> auxiliary CPU embedded into Tegra to perform power management work, and
> controls related features such as clocks, resets, power domains, PMIC I2C
> bus
On 27 July 2016 at 15:24, Stephen Warren wrote:
> From: Stephen Warren
>
> The DT binding for the Tegra186 HSP module apparently wasn't quite final
> when I posted initial U-Boot support for it. Add the final DT binding doc
> and adapt all code and DT files to match it.
>
> Signed-off-by: Stephen
Hi Paul,
On 27 July 2016 at 08:26, Paul Burton wrote:
> Add a simple driver for the clocks provided by the MIPS Boston
> development board. The system provides information about 2 clocks whose
> rates are fixed by the bitfile flashed in the boards FPGA, and this
> driver simply reads the rates of
Hi,
On 26 July 2016 at 04:55, Tien Fong Chee wrote:
> This patch would do checking on device tree to ensure the UART exist
> in the system and ready for console before setting have_console to true.
> This is required to avoid unexpected behavior such as hang during UART
> initialization.
>
> Sign
Hi Paul,
On 27 July 2016 at 08:26, Paul Burton wrote:
> This series introduces initial support for the MIPS Boston, and FPGA
> based development board & successor to the older Malta board. Further
> peripheral work is needed but this introduces the basics.
>
> This can be tested in a currently ou
On 27 July 2016 at 08:26, Paul Burton wrote:
> Previously ns16550 compatible UARTs probed via device tree have needed
> their device tree nodes to contain a clock-frequency property. An
> alternative to this commonly used with Linux is to reference a clock via
> a phandle. This patch allows U-Boot
Hi,
On 13 July 2016 at 04:56, Andreas J. Reichel
wrote:
> Hardware: CM-FX6 Module from Compulab
>
> This patch fixes unwanted watchdog resets while the user enters
> a command at the U-Boot prompt.
>
> As found on the CM-FX6 board from Compulab, when having enabled the
> watchdog, a missing WATCH
Hi Mugunthan,
On 25 July 2016 at 08:35, Mugunthan V N wrote:
> On Friday 22 July 2016 07:46 PM, Simon Glass wrote:
>> Hi Muganthan,
>>
>> On 22 July 2016 at 01:35, Mugunthan V N wrote:
>>> On Friday 22 July 2016 08:51 AM, Simon Glass wrote:
Hi Mugunthan,
On 18 July 2016 at 03:40,
On 26 July 2016 at 00:22, Stefan Agner wrote:
> From: Stefan Agner
>
> Add device model enabled PMIC driver for Ricoh RN5T567 PMIC used
> on Colibri iMX7.
>
> Signed-off-by: Stefan Agner
> ---
>
> doc/device-tree-bindings/pmic/rn5t567.txt | 17 +
> drivers/power/pmic/Kconfig
Hi Stephen,
On 25 July 2016 at 10:50, Stephen Warren wrote:
> On 07/24/2016 08:07 PM, Simon Glass wrote:
>>
>> Hi Stephen,
>>
>> On 14 July 2016 at 22:17, Simon Glass wrote:
>>>
>>> Hi Stephen,
>>>
>>> On 13 July 2016 at 13:45, Stephen Warren wrote:
From: Stephen Warren
Man
On 26 July 2016 at 00:22, Stefan Agner wrote:
> From: Stefan Agner
>
> It is not usual that drivers announce when they have been initialized.
> use dev_dbg to announce device initialization.
>
> Signed-off-by: Stefan Agner
> ---
>
> drivers/pinctrl/nxp/pinctrl-imx.c | 2 +-
> 1 file changed, 1
On 26 July 2016 at 00:22, Stefan Agner wrote:
> From: Stefan Agner
>
> Support instatiation through device tree. Also parse the fsl,dte-mode
> property to determine whether DTE mode shall be used.
>
> Signed-off-by: Stefan Agner
> ---
> The kernel uses fsl,imx21-uart as "base" compatible, should
On 26 July 2016 at 00:22, Stefan Agner wrote:
> From: Stefan Agner
>
> Add base device for NXP i.MX 7Solo/7Dual. The two SoC are very
> similar and hence can share the same device tree for boot loaders
> purpose.
>
> Signed-off-by: Stefan Agner
> ---
>
> arch/arm/dts/Makefile | 2 +
>
Hi Vignesh,
On 26 July 2016 at 00:33, Vignesh R wrote:
>
>
> On Monday 25 July 2016 07:08 PM, Tom Rini wrote:
>> On Mon, Jul 25, 2016 at 06:40:21PM +0530, Vignesh R wrote:
>>
>>> On DRA7, pcf chip present at address 0x21 on i2c1, is used to
>>> switch between cpsw slave0 and slave1. Hence, enable
Hi,
On 25 July 2016 at 07:10, Vignesh R wrote:
> TI's PCF8575 is a 16-bit I2C GPIO expander.The device features a
> 16-bit quasi-bidirectional I/O ports. Each quasi-bidirectional I/O can
> be used as an input or output without the use of a data-direction
> control signal. The I/Os should be high
Hi Ziyuan,
On 25 July 2016 at 20:56, jk wrote:
> Hi Simon,
>
> I'm not very familiar with other archs except, hence I'm not able to
> implement it.:-(
Well a patch for ARM would be useful. I'm sure other people could add
to it later.
Regards,
Simon
>
> Regards,
> Ziyuan Xu
>
>
> On 2016年07月26日
Hi Siva,
On 3 July 2016 at 22:49, Siva Durga Prasad Paladugu
wrote:
> Hi Simon,
>
>> -Original Message-
>> From: Siva Durga Prasad Paladugu
>> Sent: Tuesday, June 28, 2016 11:38 AM
>> To: 'Simon Glass' ; U-Boot Mailing List > b...@lists.denx.de>
>> Cc: Marek Vasut ; 'Hans de Goede'
>> Su
Hi Stephen,
On 18 July 2016 at 10:23, Stephen Warren wrote:
> On 07/17/2016 03:23 PM, Simon Glass wrote:
>>
>> Some SoCs have a single clock device. Provide a way to find it given its
>> driver name. This is handled by the linker so will fail if the name is not
>> found, avoiding strange errors w
Hi Simon,
With the latest buildman on the master branch, when I build x86, I got:
boards.cfg is up to date. Nothing to do.
Building 8 commits for 14 boards (14 threads, 6 jobs per thread)
Traceback (most recent call last):
File "./tools/buildman/buildman", line 64, in
ret_code = control.Do
On Thu, Jul 28, 2016 at 10:49 PM, George McCollister
wrote:
> Explicitly enable ILB_SERIRQ function 1 in
> cfio_regs_pad_ilb_serirq_PCONF0.
>
> Pad configuration for SERIRQ is not set to enable the SERIRQ function
> after a reset though strangely, it is on initial boot.
>
> Rebooting from Linux, r
On Tue, Jul 19, 2016 at 1:45 PM, Stefan Roese wrote:
> This simple driver provides some functions to control some of the
> integrated devices. The watchdog is enabled per default. This driver
> adds a function to disable the watchdog. Also the internal legacy
> UART (io address 0x3f8/0x2f8) is ena
From: Xu Ziyuan
Miniarm is a rockchip rk3288 based development board, which has lots of
interface such as HDMI, USB, micro-SD card, Audio etc.
Signed-off-by: Ziyuan Xu
Acked-by: Simon Glass
---
Changes in v2:
- Sort soemthing in alpha order
arch/arm/dts/Makefile |
On Tue, Jul 19, 2016 at 1:41 PM, Stefan Roese wrote:
> To support the BayTrail internal SIO HS UART, the internal UART clock
> needs to get configured. This patch adds support for this clock
> configuration which will be done, if the PCI device(s) are found.
>
> Signed-off-by: Stefan Roese
> Cc:
On Tue, Jul 19, 2016 at 11:47 AM, Bin Meng wrote:
> On Mon, Jul 18, 2016 at 6:53 PM, Stefan Roese wrote:
>> Don't just define ARCH_DMA_MINALIGN but also CONFIG_SYS_CACHELINE_SIZE
>> if its undefined. This is needed for the xhci driver to compile.
>
> nits: it's
>
> I can fix this when applying.
On Sun, Jul 31, 2016 at 05:28:50PM -0600, Simon Glass wrote:
> Hi Tom,
>
> This includes two new boards and some refactoring/adjustments.
>
>
> The following changes since commit 5c928d02044345b843202f23540c3765468c1d6f:
>
> m68k: code reformatting for all start.S files (2016-07-30 22:59:18
On Sun, Jul 31, 2016 at 10:19:18PM +0200, Hans de Goede wrote:
> Hi Tom,
>
> Here is another sunxi pull-req for v2016.09,
> this adds some more fixes to the h3 ethernet driver
> and re-enables it. There are also some other fixes.
>
> The following changes since commit 5c928d02044345b843202f23540
Hi Simon,
On 2016年08月01日 07:28, Simon Glass wrote:
Hi Ziyuan,
On 27 July 2016 at 21:43, Ziyuan Xu wrote:
Miniarm is a rockchip rk3288 based development board, which has lots of
interface such as HDMI, USB, micro-SD card, Audio etc.
Signed-off-by: Ziyuan Xu
---
arch/arm/dts/Makefile
This check was missed. Add it and make the message more verbose.
Signed-off-by: Simon Glass
Reported-by: Tom Rini
Fixes: 9e17b034 (test/py: Provide a way to check that a command fails)
---
test/py/multiplexed_log.py | 2 ++
test/py/u_boot_utils.py| 4 +++-
2 files changed, 5 insertions(+),
Add a proper function for this rather than using internal functions. Use it
in the single call site.
Also, do a restart at the end of the vboot test to reset to the normal
device tree.
Signed-off-by: Simon Glass
Suggested-by: Stephen Warren
---
test/py/tests/test_vboot.py| 5 +++--
test/p
Fix some typos in various files introduced with the vboot test conversion.
Reported-by: Teddy Reed
Signed-off-by: Simon Glass
---
test/py/tests/test_vboot.py| 12 ++--
test/py/u_boot_console_base.py | 4 ++--
test/py/u_boot_utils.py| 4 ++--
3 files changed, 10 insertion
Rename this argument and pass it to each function that needs it, instead of
making it global.
Suggested-by: Stephen Warren
Suggested-by: Teddy Reed
Signed-off-by: Simon Glass
---
test/py/tests/test_vboot.py | 53 -
1 file changed, 28 insertions(+),
1 - 100 of 140 matches
Mail list logo