The current "simple" address translation simple_bus_translate() is not
working on some platforms (e.g. MVEBU). As here more complex "ranges"
properties are used in many nodes (multiple tuples etc). This patch
enables the optional use of the common fdt_translate_address() function
which handles this
Hi ED,
The setting can meet most needs of EP device.
It is similar with setting for RC mode which we assign 1G outbound space not
256M 512M ... 32G.
Thanks,
Minghuan
> -Original Message-
> From: Swarthout Edward L-SWARTHOU
> Sent: Wednesday, September 02, 2015 1:16 AM
> To: Sun York-R
FIT image supports more than 32 bits in addresses by using #address-cell
field. However the address length is not handled when parsing FIT images.
Beside, the variable used to host address has "ulong" type. It is OK for
the target, but not always enough for host tools such as mkimage. This
patch re
Currently, using fdt_fixup_stdout() on a device tree that is missing
the relevant alias results in this:
WARNING: could not set linux,stdout-path FDT_ERR_NOTFOUND.
ERROR: /chosen node create failed
- must RESET the board to recover.
FDT creation failed! hanging...### ERROR ### Please RESET the b
Hi Nishanth,
On 27 August 2015 at 22:07, Nishanth Menon wrote:
> Introduce a dummy driver for sandbox that allows us to verify basic
> functionality. This is not meant to do anything functional - but is
> more or less meant as a framework plumbing debug helper.
>
> The sandbox remoteproc driver m
On 27 August 2015 at 22:07, Nishanth Menon wrote:
> Use the sandbox environment for the basic tests.
>
> Signed-off-by: Nishanth Menon
> ---
> New patch.
>
> test/dm/Makefile | 1 +
> test/dm/remoteproc.c | 67
>
> 2 files changed, 68 in
On 27 August 2015 at 22:07, Nishanth Menon wrote:
> Introduce dummy devices for sandbox remoteproc device and enable it by
> default
>
> Signed-off-by: Nishanth Menon
> ---
>
> Changes in V2:
> - review comments incorporated from V1.
>
> V1: https://patchwork.ozlabs.org/patch/510196/
>
>
Hi Nishanth,
On 27 August 2015 at 22:07, Nishanth Menon wrote:
> Many System on Chip(SoC) solutions are complex with multiple processors
> on the same die dedicated to either general purpose of specialized
> functions. Many examples do exist in today's SoCs from various vendors.
> Typical example
Hi Masahiro,
On 1 September 2015 at 21:30, Masahiro Yamada
wrote:
> 2015-09-02 11:48 GMT+09:00 Simon Glass :
>
>>> diff --git a/drivers/pinctrl/uniphier/pinctrl-uniphier.h
>>> b/drivers/pinctrl/uniphier/pinctrl-uniphier.h
>>> new file mode 100644
>>> index 000..db74838
>>> --- /dev/null
>>>
2015-09-02 11:48 GMT+09:00 Simon Glass :
>> diff --git a/drivers/pinctrl/uniphier/pinctrl-uniphier.h
>> b/drivers/pinctrl/uniphier/pinctrl-uniphier.h
>> new file mode 100644
>> index 000..db74838
>> --- /dev/null
>> +++ b/drivers/pinctrl/uniphier/pinctrl-uniphier.h
>> @@ -0,0 +1,57 @@
>> +/*
On Tue, 2015-09-01 at 21:10 -0600, Simon Glass wrote:
> Hi Scott,
>
> On 1 September 2015 at 21:00, Scott Wood wrote:
> > On Tue, 2015-09-01 at 20:48 -0600, Simon Glass wrote:
> > > Hi Scott,
> > >
> > > On 31 August 2015 at 21:16, Scott Wood wrote:
> > > > On Mon, 2015-08-31 at 21:13 -0600, Si
Hi Scott,
On 1 September 2015 at 21:00, Scott Wood wrote:
> On Tue, 2015-09-01 at 20:48 -0600, Simon Glass wrote:
>> Hi Scott,
>>
>> On 31 August 2015 at 21:16, Scott Wood wrote:
>> > On Mon, 2015-08-31 at 21:13 -0600, Simon Glass wrote:
>> > > Hi Scott,
>> > >
>> > > On 31 August 2015 at 20:11,
On Tue, 2015-09-01 at 22:04 -0500, York Sun wrote:
> On 09/01/2015 09:48 PM, Simon Glass wrote:
> > Hi Scott,
> >
> > On 31 August 2015 at 21:16, Scott Wood wrote:
> > > On Mon, 2015-08-31 at 21:13 -0600, Simon Glass wrote:
> > > > Hi Scott,
> > > >
> > > > On 31 August 2015 at 20:11, Scott Wood
On Tue, 2015-09-01 at 17:41 -0500, dingu...@opensource.altera.com wrote:
> From: Dinh Nguyen
>
> Add support for the Terasic DE0-Nano/Atlas-SoC Kit, which is a CycloneV
> based board. The board can boot from SD/MMC. Ethernet is also supported.
>
> Signed-off-by: Dinh Nguyen
> ---
> v2: add ethe
Hi Simon,
On Wed, Sep 2, 2015 at 10:48 AM, Simon Glass wrote:
> Hi Bin,
>
> On 1 September 2015 at 04:44, Bin Meng wrote:
>> Hi Simon,
>>
>> I have the following codes to control a gpio pin in my board codes:
>>
>> void board_assert_perst(void)
>> {
>> gpio_request(32, "PERST");
>> gpio_
On 09/01/2015 09:48 PM, Simon Glass wrote:
> Hi Scott,
>
> On 31 August 2015 at 21:16, Scott Wood wrote:
>> On Mon, 2015-08-31 at 21:13 -0600, Simon Glass wrote:
>>> Hi Scott,
>>>
>>> On 31 August 2015 at 20:11, Scott Wood wrote:
Currently, using fdt_fixup_stdout() on a device tree that i
On Tue, 2015-09-01 at 20:48 -0600, Simon Glass wrote:
> Hi Scott,
>
> On 31 August 2015 at 21:16, Scott Wood wrote:
> > On Mon, 2015-08-31 at 21:13 -0600, Simon Glass wrote:
> > > Hi Scott,
> > >
> > > On 31 August 2015 at 20:11, Scott Wood wrote:
> > > > Currently, using fdt_fixup_stdout() on
Tom,
The following changes since commit b7e84c93c450480ca4ff51ad2eb56bd83c1dc368:
Merge branch 'master' of http://git.denx.de/u-boot-sunxi (2015-08-31 12:12:27
-0400)
are available in the git repository at:
git://git.denx.de/u-boot-fsl-qoriq.git master
for you to fetch changes up to 6923b
On 07/28/2015 01:33 PM, Varun Sethi wrote:
> Setup mmu-masters property for the PCIe controllers. This would be
> used by the Linux SMMU driver, while setting up stream ID table mappings
> for the PCIe devices.
>
> Signed-off-by: Varun Sethi
> ---
Applied to fsl-qoriq master branch. Awaiting u
On 08/17/2015 10:22 PM, Alison Wang wrote:
> This patch rewrites MMU translation table entries. To start, all table
> entries are written as "invalid", then "device-ngnrnr" and "normal" are
> written to the entries to enable access to specific addresses.
>
> Signed-off-by: Alison Wang
> Signed-
On 08/17/2015 05:55 AM, Zhuoyu Zhang wrote:
> DEVDISRn registers provides a mechanism for gating clocks of IP blocks
> that are not used. Here we implement hwconfig option to allow users
> to disable unused peripherals on the board.
>
> For ex. If eSDHC/qDMA/eDMA are unused and with disabled sta
Hi Scott,
On 30 August 2015 at 14:30, Scott Wood wrote:
> On Sun, 2015-08-30 at 20:28 +, Marcel Ziswiler wrote:
>> On Sat, 2015-08-29 at 14:54 +, Simon Glass wrote:
>> > At present malloc.h is included everywhere since it recently was
>> > added to
>> > common.h in this commit:
>> >
>> >
On 1 September 2015 at 07:50, Masahiro Yamada
wrote:
> In UniPhier SoCs before ProXstream2 and PH1-LD6b, two address spaces
> 0x - 0x0fff
> 0x4000 - 0x4fff
> are both mapped to the external bus (also called system bus),
> so either was OK.
>
> In the newest two SoCs, the form
Hi Michal,
On 1 September 2015 at 07:12, Michal Simek wrote:
> Hi Simon,
>
> On 09/01/2015 01:12 AM, Simon Glass wrote:
>> Hi Michal,
>>
>> On 31 August 2015 at 08:07, Michal Simek wrote:
>>> On 08/31/2015 03:54 PM, Simon Glass wrote:
Hi Michal,
On 31 August 2015 at 05:24, Michal
On 1 September 2015 at 07:50, Masahiro Yamada
wrote:
> Historically (for compatibility with very old platforms), two
> different types of micro support cards have been used with the
> UniPhier SoC development boards. It has been painful to maintain
> both. Having one of them is enough.
>
> Signe
+Tom and a few others who may have an opinion.
Hi,
On 1 September 2015 at 10:19, Masahiro Yamada
wrote:
> Hi.
>
>
> 2015-09-02 0:41 GMT+09:00 Michal Simek :
>
>
>> Why not just add one more uboot property to chosen with list of IPs
>> which needs to be relocated?
>
> You
On 08/13/2015 12:22 PM, York Sun wrote:
> The emulator with DDR3 model was used during model bringup. DDR4
> controllers are used with ls2085a. Drop the DDR4 target defconfig
> and enable DDR4 in ls2085a_emu_defconfig.
>
> Signed-off-by: York Sun
> ---
>
> Changes in v2: None
>
Applied to fs
Hi Bin,
On 1 September 2015 at 04:44, Bin Meng wrote:
> Hi Simon,
>
> I have the following codes to control a gpio pin in my board codes:
>
> void board_assert_perst(void)
> {
> gpio_request(32, "PERST");
> gpio_direction_output(32, 0);
> }
>
> But when I read , I found these two apis are
+Stephen FYI
On 1 September 2015 at 07:50, Masahiro Yamada
wrote:
> As the UniPhier serial driver had already switched to Drive Model
> and the pinctrl drivers are now enabled, these pin-muxing settings
> are handled by the pinctrl drivers.
>
> Signed-off-by: Masahiro Yamada
> ---
>
> arch/arm/
Hi Masahiro,
On 1 September 2015 at 07:50, Masahiro Yamada
wrote:
> The core support for the pinctrl drivers for all the UniPhier SoCs.
>
> Signed-off-by: Masahiro Yamada
> ---
>
> drivers/pinctrl/Kconfig | 2 +
> drivers/pinctrl/Makefile | 2
On 1 September 2015 at 07:50, Masahiro Yamada
wrote:
> Add "u-boot,dm-pre-reloc" for device nodes we want in SPL DTB
> (spl/u-boot-spl.dtb).
>
> The "soc" node (this is simple-bus node) also needs the property
> to bind the pinctrl node located under it.
>
> I am collecting this U-Boot specific ha
Hi Bin,
On 1 September 2015 at 04:29, Bin Meng wrote:
> Hi Simon,
>
> On Tue, Sep 1, 2015 at 11:22 AM, Bin Meng wrote:
>> Hi Simon,
>>
>> On Tue, Sep 1, 2015 at 11:12 AM, Simon Glass wrote:
>>> Hi Bin,
>>>
>>> On 31 August 2015 at 21:04, Bin Meng wrote:
Hi Simon,
On Tue, Sep 1,
On 1 September 2015 at 00:25, Bin Meng wrote:
> On Tue, Sep 1, 2015 at 8:55 AM, Simon Glass wrote:
>> At present, until a PCI bus is probed, it cannot be found by its sequence
>> number unless it has an alias. This is the same with any device.
>>
>> However with PCI this is more annoying than usu
On 08/12/2015 05:29 AM, Claudiu Manoil wrote:
> Replace the DMACTRL[LE] hack with recommended settings
> for ETSECDMAMCR to get the same end effect - obtaining
> big-endian buffer descriptors and frame data for eTSEC.
> The reset / default value for ETSECDMAMCR is preserved,
> excepting the BD an
Hi Scott,
On 31 August 2015 at 21:16, Scott Wood wrote:
> On Mon, 2015-08-31 at 21:13 -0600, Simon Glass wrote:
>> Hi Scott,
>>
>> On 31 August 2015 at 20:11, Scott Wood wrote:
>> > Currently, using fdt_fixup_stdout() on a device tree that is missing
>> > the relevant alias results in this:
>> >
On 25 August 2015 at 21:52, Simon Glass wrote:
> At present buildman can compare configurations between commits but the
> feature is less useful than it could be. There is no summary by architecture
> and changes are not reported on a per-board basis.
>
> Correct these deficiencies so that it is p
On 08/10/2015 09:33 AM, Prabhakar Kushwaha wrote:
> Append "debug server FW" in error message to make more informative.
>
> Signed-off-by: Prabhakar Kushwaha
> Reviewed-by: Bhupesh Sharma
> ---
> Changes for v2: Incorporated Bhupesh's review comments
> Changes for v3: Corrected description
>
On 08/07/2015 07:31 AM, Prabhakar Kushwaha wrote:
> The X-QSGMII-16PORT is a 4xQSGMII/8xSGMII riser card with eighth SerDes
> interfaces implemented in PCIe form factor board.
> It supports followings
> - Card can operate with up to 4 QSGMII lane simultaneously
> - Card can operate with up to 8
On 08/07/2015 07:31 AM, Prabhakar Kushwaha wrote:
> Add support of VSC8584 phy placed on new QSGMII/SGMII ethernet riser cards
> used on LS2085QDS platforms.
>
> Signed-off-by: King Chung l...@freescale.com
> Signed-off-by: Prabhakar Kushwaha
> ---
Applied to fsl-qoriq master branch. Awaiting
On 08/07/2015 07:31 AM, Prabhakar Kushwaha wrote:
> Every QSGMII SerDes Protocol usage 4 MACs.
>
> So add/repeat QSGMII information for 4 MACs in dpmac_info strucuture.
>
> Signed-off-by: King Chung l...@freescale.com
> Signed-off-by: Prabhakar Kushwaha
> ---
Applied to fsl-qoriq master bran
On 08/07/2015 07:31 AM, Prabhakar Kushwaha wrote:
> Update 0x33 and 0x35 serdes protocol as per updated SoC document
> in array serdes1_cfg_tbl.
>
> Signed-off-by: Prabhakar Kushwaha
> ---
Applied to fsl-qoriq master branch. Awaiting upstream.
York
On 08/06/2015 11:54 PM, Prabhakar Kushwaha wrote:
> Enable CONFIG_CMD_GREPENV to allow search in env variables
>
> Signed-off-by: Prabhakar Kushwaha
> ---
Applied to fsl-qoriq master branch. Awaiting upstream.
York
___
U-Boot mailing list
U-Boot@lis
On 08/01/2015 10:41 PM, Prabhakar Kushwaha wrote:
> LS2085 targets supports following UART console
> LS2085AQDS UART0
> LS2085ARDB UART1
> LS2085ASim UART0
> LS2085AEmu UART0
>
> So update the bootargs as per the default console present at the target
>
> Signed-off-by: Prabhakar Kus
On 07/31/2015 03:40 AM, Aneesh Bansal wrote:
> ISBC Key Extension feature is not applicable for RAMBOOT
> as there is no way to retrieve the CSF Header and validated
> IE Key table from SRAM once CPC has been disabled.
> The feature is only applicable in case of NOR SECURE BOOT.
> Code Cleanup:
>
On 07/24/2015 04:37 AM, Yangbo Lu wrote:
> Signed-off-by: Yangbo Lu
> ---
Applied to fsl-qoriq master branch. Awaiting upstream.
York
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On 06/30/2015 11:28 PM, Bhupesh Sharma wrote:
> This patch adds a minimal framework for Dickens CCN-504
> interconnect configuration - mainly related to adding Clusters/cores
> to snoop/DVM domain and setting QoS of the RN-I ports.
>
> LS2085A platform makes use of these configurations to suppor
On 06/29/2015 05:09 AM, Priyanka Jain wrote:
> Signed-off-by: Priyanka Jain
> ---
Applied to fsl-qoriq master branch. Awaiting upstream.
York
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On 06/29/2015 05:09 AM, Priyanka Jain wrote:
> RTC devices can generate 32KHz output if for
> -DS3232 device, EN32KHz bit and BB32KHz bit are set
> -DS3231 device, EN32KHz bit is set, BB32KHz bit is don't care
>
> Patch adds rtc_enable_32khz_output() which when called
> will enable 32KHz output
On 1 September 2015 at 04:22, Josh Wu wrote:
> As we don't modify the 'name' parameter, so change it to const.
>
> Signed-off-by: Josh Wu
> ---
>
> include/net.h | 4 ++--
> net/eth.c | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass
___
On 08/24/2015 12:26 PM, Paul Gortmaker wrote:
> Tested on commit 3ea0953d36023d7e50fb00b2e258d8fb2828aeac
> ("dm: Move pre-reloc init earlier to cope with board_early_init_f()")
> since the commit after that ("Set up stdio earlier when using driver
> model") hangs this board at "Net:" init, just
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Remove CONFIG_LWMON5 references.
(Also, remove undefined CONFIG_WD_MAX_RATE while I am here.)
Signed-off-by: Masahiro Yamada
Cc: Stefan Roese
---
arch/powerpc/cpu/ppc4xx/Kconfig
I sent the RFC version two weeks ago
to announce the final call for PowerPC unmaintained boards.
Some were converted to Generic Board, and some were not.
This series really intends to delete
non-generic PowerPC boards.
I added entries to doc/README.scrapyard in this version.
Changes in v2:
-
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
Cc: Stefan Roese
---
arch/powerpc/cpu/ppc4xx/Kconfig | 4 -
board/pcs440ep/Kconfig | 9 -
board/pcs440ep/MAINTAINERS | 6 -
board/p
These have not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
Cc: Tolunay Orkun
---
arch/powerpc/cpu/ppc4xx/Kconfig | 8 --
board/csb272/Kconfig| 9 --
board/csb272/MAINTAINERS| 6 -
bo
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
Cc: Stefan Roese
---
arch/powerpc/cpu/ppc4xx/Kconfig | 4 -
board/prodrive/alpr/Kconfig | 12 --
board/prodrive/alpr/MAINTAINERS | 6 -
board/
These have not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
Cc: Dan Malek
---
arch/powerpc/cpu/mpc85xx/Kconfig | 8 -
board/stx/stxgp3/Kconfig | 12 -
board/stx/stxgp3/MAINTAINERS | 6 -
board
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/mpc5xx/Kconfig | 4 -
board/cmi/Kconfig | 9 -
board/cmi/MAINTAINERS | 6 -
board/cmi/Makefile
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/ppc4xx/Kconfig | 4 -
board/sbc405/Kconfig| 9 -
board/sbc405/MAINTAINERS| 6 -
board/sbc405/Makefile
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
Cc: Stefan Roese
---
arch/powerpc/cpu/ppc4xx/Kconfig | 4 -
arch/powerpc/cpu/ppc4xx/start.S | 15 --
board/zeus/Kconfig | 9 -
board/
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
Cc: Stefan Roese
---
arch/powerpc/cpu/ppc4xx/Kconfig | 4 -
board/prodrive/p3p440/Kconfig | 12 --
board/prodrive/p3p440/MAINTAINERS | 6 -
Add a SPI driver for the Rockchip RK3288, using driver model. It should work
for other Rockchip SoCs also.
Signed-off-by: Simon Glass
---
Changes in v6:
- Add clk_get_divisor() instead of open-coding the maths
- Add constants for the timeout and maximum clock speed
- Put rkspi_dump_regs() behind
Hi Jagan,
On 31 August 2015 at 23:23, Jagan Teki wrote:
> On 31 August 2015 at 04:25, Simon Glass wrote:
>> Add a SPI driver for the Rockchip RK3288, using driver model. It should work
>> for other Rockchip SoCs also.
>>
>> Signed-off-by: Simon Glass
>> ---
>>
>> Changes in v5:
>> - Drop unnece
From: Dinh Nguyen
Add support for the Terasic DE0-Nano/Atlas-SoC Kit, which is a CycloneV
based board. The board can boot from SD/MMC. Ethernet is also supported.
Signed-off-by: Dinh Nguyen
---
v2: add ethernet support
moved board files to board/terasic/de0-nano-soc/
associate everythin
Running mxsboot on a big-endian system produces a sd image which
cannot be started by the i.MX28 ROM. It complains on the debug
uart as following:
0x8020a009
0x80502008
0x8020a009
0x80502008
...
Enforcing all fields within the BCB to little-endian make
the image bootable again.
On Tue, Sep 1, 2015 at 10:36 AM, Marek Vasut wrote:
> On Tuesday, September 01, 2015 at 05:12:40 PM, Dinh Nguyen wrote:
>> On 09/01/2015 03:33 AM, Marek Vasut wrote:
>> > On Tuesday, September 01, 2015 at 09:38:23 AM, Pavel Machek wrote:
>> >> On Tue 2015-09-01 00:23:49, Marek Vasut wrote:
>> >>>
On 08/22/2015 11:04 AM, Hans de Goede wrote:
> From: Roy Spliet
>
> Under the assumptions of having a UBI volume called boot, containing
> a ubifs filesystem.
>
> Signed-off-by: Hans de Goede
I'd expect the person in the "From:" line above to have an s-o-b line
too. If the patch has changed so
On 08/22/2015 11:04 AM, Hans de Goede wrote:
> Add generic fs support, so that commands like ls, load and test -e can be
> used on ubifs.
> @@ -530,6 +531,28 @@ int get_device_and_partition(const char *ifname, const
> char *dev_part_str,
> return 0;
> }
>
> +#ifdef CONFIG_CM
Hi
On Sep 1, 2015 9:57 PM, "Stephen Warren" wrote:
>
> On 08/22/2015 11:04 AM, Hans de Goede wrote:
> > Implement the necessary functions for implementing generic fs support
> > for ubifs.
>
> > diff --git a/fs/ubifs/ubifs.c b/fs/ubifs/ubifs.c
>
> > +int ubifs_set_blk_dev(block_dev_desc_t *rbdd,
On 08/22/2015 11:04 AM, Hans de Goede wrote:
> Implement the necessary functions for implementing generic fs support
> for ubifs.
> diff --git a/fs/ubifs/ubifs.c b/fs/ubifs/ubifs.c
> +int ubifs_set_blk_dev(block_dev_desc_t *rbdd, disk_partition_t *info)
> +{
> + /* Check that ubifs is mounted
On 08/30/2015 12:26 AM, Peng Fan wrote:
> Hi Stephen,
> On Fri, Aug 28, 2015 at 08:05:36AM +0800, Peng Fan wrote:
>> Hi Stephen,
>> On Thu, Aug 27, 2015 at 10:06:14AM -0600, Stephen Warren wrote:
>>> On 08/27/2015 05:08 AM, Marek Vasut wrote:
On Thursday, August 27, 2015 at 01:00:50 PM, Peng F
Hello Tom!
To be honest, I have no convincing idea on how to move forward with this.
My original intent was to get some GPIO LED support for the sunxi family of
devices, namely my Banana Pi (sun7i/A20).
Following Simon's suggestion, I had a closer look at the new DM-based
drivers/led/led_gpio.c.
On 09/01/2015 07:41 PM, Michal Simek wrote:
> On 09/01/2015 01:12 AM, Simon Glass wrote:
>> Hi Michal,
>>
>> On 31 August 2015 at 08:11, Michal Simek wrote:
>>> On 08/29/2015 05:10 PM, Simon Glass wrote:
This series updates the Zynq serial driver to use driver model. Along the
way severa
On 09/01/2015 01:12 AM, Simon Glass wrote:
> Hi Michal,
>
> On 31 August 2015 at 08:11, Michal Simek wrote:
>> On 08/29/2015 05:10 PM, Simon Glass wrote:
>>> This series updates the Zynq serial driver to use driver model. Along the
>>> way several problems are fixed:
>>>
>>> - Support for /chosen
From: York Sun
>On 07/09/2015 08:35 PM, Minghuan Lian wrote:
>> The patch will initialize PCIe controller on EP mode 1. Setup bar:
>>bar0 32bit 4K for specific configuration
>>bar1 32bit 8K for MSIX
>>bar2 64bit 4K for descriptor of memory
>>bar4 64bit 1M for DMA memory test
This u
Le vendredi 28 août 2015 à 10:29 +0200, Andreas Bießmann a écrit :
> The SOURCE_DATE_EPOCH mechanism for reproducible builds require some date(1)
> with -d switch to print the relevant date and time strings of another point of
> time.
>
> In other words it requires some date(1) that behaves like t
From: Simon Guinot
This patch enables generic board support for the following
Kirkwood-based LaCie boards:
- Network Space v2 (Mini, Lite and Max).
- Internet Space v2.
- D2 Network v2.
- 2Big Network v2.
Signed-off-by: Simon Guinot
---
include/configs/lacie_kw.h | 5 +
1 file changed, 5
Hi Simon,
On 01.09.2015 17:30, Simon Glass wrote:
So my main question is, why don't you use fdt_translate_address()
from fdt_support.c instead of implementing your own translation
function simple_bus_translate()? Is this a size question because
this may be used in SPL as well?
The attached sm
Hi Simon,
2015-08-31 10:18 GMT+09:00 Simon Glass :
> The follow boards have still not been moved to use CONFIG_SYS_GENERIC_BOARD.
> This series removes these boards in preparation for dropping the old board
> init file arch/arm/lib/board.c:
>
> https://patchwork.ozlabs.org/patch/508559/
>
> ballo
Hi,
> -Original Message-
> From: Marek Vasut [mailto:ma...@denx.de]
> Sent: Tuesday, September 01, 2015 7:28 PM
> To: Siva Durga Prasad Paladugu
> Cc: u-boot@lists.denx.de; mon...@monstr.eu
> Subject: Re: [PATCH v2 1/2] usb: zynqmp: Add XHCI driver support
>
> On Tuesday, September 01, 20
Add imx7 SoC thermal driver support
Signed-off-by: Adrian Alonso
---
Changes for V2: Fix build error for missin macro check ;P
Changes for V3: Resend
drivers/thermal/imx_thermal.c | 90 ---
1 file changed, 84 insertions(+), 6 deletions(-)
diff --git a/dr
Hi Marek,
> On Aug 29, 2015, at 22:19 , Marek Vasut wrote:
>
> On Saturday, August 29, 2015 at 06:38:48 PM, Lukasz Majewski wrote:
>> Hi Marek,
>
> Hi Lukasz,
>
>>> On Saturday, August 29, 2015 at 01:55:36 PM, Lukasz Majewski wrote:
On Fri, 28 Aug 2015 23:55:17 +0200
>>>
>>> Hi!
>>>
>>>
Hi Simon,
On 01.09.2015 08:25, Stefan Roese wrote:
I'm currently enabling DM support for the Marvell MVEBU SoC's I've
been working lately on (Armada XP and 38x right now). A problem I'm
facing here is the bus translation, as this is quite complex for these
SoC's. With multiple levels of translat
* Add i.MX7D SABRESD target board support with enabled modules:
UART, PMIC, USB/OTG, SD, eMMC, ENET, I2C, 74LV IOX.
Build target: mx7dsabresd_config
Signed-off-by: Peng Fan
Signed-off-by: Fugang Duan
Signed-off-by: Ye.Li
Signed-off-by: Adrian Alonso
---
Changes for V2:
- Include arch/arm/
Add imx-common cpu support for imx7d SoC
- Update reset_cause for imx7d
- Enable watchdog driver built for imx7d
Signed-off-by: Adrian Alonso
Signed-off-by: Peng Fan
---
Changes for V2: Split patch to easier review process
- Add system arch register definitions
Changes for V3: Resend
Changes for
Extend init_aips to support imx7 SoC, use is_soc_type
and is_cpu_type to resolve at run time aips3 settings
Signed-off-by: Adrian Alonso
---
Changes for V2: Resend
arch/arm/imx-common/init.c | 44
1 file changed, 20 insertions(+), 24 deletions(-)
di
Rework imx_set_wdog_powerdown to be reused by imx6 and imx7
Signed-off-by: Adrian Alonso
---
Changes for V2:
Rework for common sys_proto header file
arch/arm/cpu/armv7/mx6/soc.c| 14 --
arch/arm/imx-common/init.c | 21 +
arch/arm/
Rework cache settings for imx6, move cache configuration
to imx-common/cache.c so it can be reused for newer SoC
Signed-off-by: Adrian Alonso
---
Changes for V2: Resend
arch/arm/cpu/armv7/mx6/soc.c | 95 ---
arch/arm/imx-common/Makefile | 1 +
arch/arm/imx
* Add Clock control module (CCM) support
* iMX7D SoC introduces 3 main clock sysmtem abstraction for clock
root frequency generation denominated clock slices.
Core clock slice: hihg speed clock for ARM core
Bus clock slice: for bus clocks
IP clock slice: Peripheral clocks
* At system boot R
Add system counter driver for imx7d and mx6ul
imx7 and imx6ul supports system counter timer as well as
GPT timer (arch/arm/imx-common/timer.c); The default for
imx7 is systemcounter timer.
Signed-off-by: Ye.Li
Signed-off-by: Adrian Alonso
---
Changes for V2 to V5: Resend
Changes for V6:
- Update
Add imx7d basic SoC system support
Misc arch dependent functions for system bring up
Signed-off-by: Adrian Alonso
Signed-off-by: Peng Fan
Signed-off-by: Ye.Li
---
Changes for V2: Split from patch imx: imx7d: initial arch level support
Changes for V3 - V5: Resend
Changes for V6:
- Remove set_epd
Move common imx6 arch init setup, init.c can be extended
and reused to support imx7 SoC keeping init arch common
code.
Signed-off-by: Adrian Alonso
---
Changes for V2: Resend
arch/arm/cpu/armv7/mx6/soc.c| 87
arch/arm/imx-common/Makefile
Rework imx_thermal driver to be used across i.MX
processor that support thermal sensor
Signed-off-by: Adrian Alonso
Signed-off-by: Peng Fan
---
Changes for V2:
Rename read_cpu_temperature to read_cpu_temperature_mx6 use is_soc_type macro
to identify iMX SoC family to call the correspondind read_
Add helper macro is_soc_type to identify iMX SoC family
Signed-off-by: Adrian Alonso
---
Changes for V2: Rework for common sys_proto header file
arch/arm/include/asm/arch-imx/cpu.h | 2 ++
arch/arm/include/asm/imx-common/sys_proto.h | 3 +++
2 files changed, 5 insertions(+)
diff --git
Hi.
2015-09-02 0:41 GMT+09:00 Michal Simek :
>>>
> Why not just add one more uboot property to chosen with list of IPs
> which needs to be relocated?
You mean a list of devices needed before relocation?
>>>
>>> I mean something like this:
>>>
>>> chosen {
>>> u-boo
Hi Stefano,
> -Original Message-
> From: Stefano Babic [mailto:sba...@denx.de]
> Sent: Monday, August 31, 2015 11:40 AM
> To: Alonso Lazcano Adrian-B38018 ; u-
> b...@lists.denx.de; sba...@denx.de
> Cc: ota...@ossystems.com.br; Estevam Fabio-R49496
> ; Li Frank-B20596 ;
> Garg Nitin-B37173
Simon,
2015-08-31 22:54 GMT+09:00 Simon Glass :
>>
>>
>> Any idea to propagate 'pre_reloc_only' downwards?
>
> Checking the GD_FLG_RELOC is the only thing I can think of. We don't
> want to add parameter to the bind() method I think.
Sounds good to me.
Are you willing to do this?
For now, I a
2015-09-01 23:37 GMT+09:00 Tom Rini :
> On Tue, Sep 01, 2015 at 08:47:41AM -0500, York Sun wrote:
>>
>>
>> On 09/01/2015 08:28 AM, Masahiro Yamada wrote:
>> > I sent the RFC version two weeks ago
>> > to announce the final call for PowerPC unmaintained boards.
>> >
>> > Some were converted to Gener
On 09/01/2015 01:12 AM, Simon Glass wrote:
> Hi Michal,
>
> On 31 August 2015 at 08:11, Michal Simek wrote:
>> On 08/29/2015 05:10 PM, Simon Glass wrote:
>>> This series updates the Zynq serial driver to use driver model. Along the
>>> way several problems are fixed:
>>>
>>> - Support for /chosen
On 09/01/2015 01:13 AM, Simon Glass wrote:
> Hi Michal,
>
> On 31 August 2015 at 08:16, Michal Simek wrote:
>> On 08/31/2015 03:54 PM, Simon Glass wrote:
>>> Hi Michal,
>>>
>>> On 31 August 2015 at 05:30, Michal Simek wrote:
On 08/29/2015 05:10 PM, Simon Glass wrote:
> We need to mark s
On 08/29/2015 05:10 PM, Simon Glass wrote:
> Update this driver to use driver model and change all users.
>
> Signed-off-by: Simon Glass
> ---
>
> arch/arm/Kconfig| 1 +
> drivers/serial/serial_zynq.c| 162
>
> include/configs/zynq
1 - 100 of 233 matches
Mail list logo