Convert the driver to the driver model while retaining the existing
legacy code. This allows the driver to support boards that have
converted to driver model as well as those that have not.
Signed-off-by: Wenyou Yang
Reviewed-by: Simon Glass
---
Changes in v5:
- Add Reviewed-by tag.
Changes i
Add support for driver model, so that CONFIG_DM_ETH can be defined and
used with this driver.
This patch also adds the read_rom_hwaddr() callback so that the ROM MAC
address will be used to the DM part of this driver.
Signed-off-by: Stefan Roese
Cc: Stephen Warren
Cc: Ted Chen
Reviewed-by: Sim
On 06/28/2016 08:53 PM, Sriram Dash wrote:
>> From: york sun
>> On 06/28/2016 12:02 AM, Sriram Dash wrote:
From: Marek Vasut [mailto:ma...@denx.de] On 06/28/2016 01:02 AM, York
Sun wrote:
> Commit 9262367 moved USB errata workaround to a C file but didn't
> build it for SPL target
>From: york sun
>On 06/28/2016 12:02 AM, Sriram Dash wrote:
>>> From: Marek Vasut [mailto:ma...@denx.de] On 06/28/2016 01:02 AM, York
>>> Sun wrote:
Commit 9262367 moved USB errata workaround to a C file but didn't
build it for SPL targets.
Signed-off-by: York Sun
CC: Srir
Hi Simon,
On 06/29/2016 12:28 PM, Simon Glass wrote:
> Hi Jaehoon,
>
> On 27 June 2016 at 23:52, Jaehoon Chung wrote:
>> There are no places to call these functions.
>> It should be used the callback function.
>> Then it can be used as static functions.
>>
>> Signed-off-by: Jaehoon Chung
>> ---
Hi Jaehoon,
On 27 June 2016 at 23:52, Jaehoon Chung wrote:
> There are no places to call these functions.
> It should be used the callback function.
> Then it can be used as static functions.
>
> Signed-off-by: Jaehoon Chung
> ---
> drivers/mmc/dw_mmc.c | 4 ++--
> include/dwmmc.h | 3 ---
On 27 June 2016 at 23:52, Jaehoon Chung wrote:
> This e,g is wrong. Maximum/minimum e.g values are swapped each other.
>
> Signed-off-by: Jaehoon Chung
> ---
> include/dwmmc.h | 8
> 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass
_
On 27 June 2016 at 18:48, Masahiro Yamada wrote:
> Currently, this is only defined in arch/arm/include/asm/types.h,
> so move it to include/linux/types.h to make it available for all
> architectures.
>
> I defined it with phys_addr_t as Linux does. I needed to surround
> the define with #ifdef __
Hi,
On 27 June 2016 at 23:06, Siva Durga Prasad Paladugu
wrote:
>
> Hi,
>
>> -Original Message-
>> From: Hans de Goede [mailto:hdego...@redhat.com]
>> Sent: Monday, June 27, 2016 4:35 PM
>> To: Siva Durga Prasad Paladugu ; u-boot@lists.denx.de
>> Cc: ma...@denx.de; Siva Durga Prasad Palad
On 26 June 2016 at 23:24, Bin Meng wrote:
> The following python error:
>
> Traceback (most recent call last):
> File "./tools/patman/patman", line 144, in
> series = patchstream.FixPatches(series, args)
> File "./tools/patman/patchstream.py", line 477, in FixPatches
> commit = series
On 27 June 2016 at 07:19, Andreas Dannenberg wrote:
> From: Daniel Allred
>
> The next stage boot loader image and the selected FDT can be post-
> processed by board/platform/device-specific code, which can include
> modifying the size and altering the starting source address before
> copying the
On 27 June 2016 at 03:17, Alexey Brodkin wrote:
> Commit 90b7fc924adf "net: designware: support phy reset device-tree
> bindings" made DW GMAC driver dependent on DM_GPIO by unconditional
> usage of purely DM_GPIO stuff like:
> * dm_gpio_XXX()
> * gpio_request_by_name()
>
> But since that driver
On 26 June 2016 at 23:24, Bin Meng wrote:
> If 'END' is missing in a 'Cover-letter' section, and that section
> happens to show up at the very end of the commit message, and the
> commit is the last commit of the series, patman fails to generate
> cover letter for us. Handle this in CloseCommit of
Hi Matt,
On 25 June 2016 at 14:57, Matt Corallo wrote:
> Signed-off-by: Matt Corallo
> ---
> drivers/mmc/mmc.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c
> index aabfc71..eba20f0 100644
> --- a/drivers/mmc/mmc.c
> +++ b/drive
Hi Maxime,
On 26 June 2016 at 23:29, Maxime Ripard
wrote:
> Hi David,
>
> On Mon, Jun 27, 2016 at 01:37:19AM +1000, David Gibson wrote:
>> On Fri, Jun 24, 2016 at 04:27:45PM +0200, Maxime Ripard wrote:
>> > Hi,
>> >
>> > The device tree overlays are a great solution to the issue raised by
>> > th
On 26 June 2016 at 23:24, Bin Meng wrote:
> Like other patman tags, use a new variable cover_match to indicate
> a match for 'Cover-letter'.
>
> Signed-off-by: Bin Meng
>
> ---
>
> Changes in v2:
> - New patch to use cover_match for 'Cover-letter'
>
> tools/patman/patchstream.py | 3 ++-
> 1 fil
On 26 June 2016 at 01:10, Maxime Ripard
wrote:
> Hi,
>
> On Sat, Jun 25, 2016 at 08:53:53PM -0600, Simon Glass wrote:
>> On 24 June 2016 at 08:27, Maxime Ripard
>> wrote:
>> > Add a namelen variant of fdt_path_offset to retrieve the node offset using
>> > only a fixed number of characters.
>> >
>
On 26 June 2016 at 13:43, Mateusz Kulikowski
wrote:
> MMC core expects (now) valid mmc->dev pointer.
> During conversion in commit cffe5d86 not every driver was updated.
>
> This patch fixes crash while accessing MMC on
> boards using Qualcomm SDHCI controller.
>
> Signed-off-by: Mateusz Kulikowsk
Hi Marek,
On 19 May 2016 at 08:22, Marek Vasut wrote:
> On 05/19/2016 06:02 AM, Simon Glass wrote:
>> Hi Marek,
>>
>> On 14 May 2016 at 15:41, Marek Vasut wrote:
>>> On 05/14/2016 11:22 PM, Simon Glass wrote:
Hi Marek,
>>>
>>> Hi!
>>>
On 14 May 2016 at 14:23, Marek Vasut wrote:
>
On Wed, Jun 29, 2016 at 10:11:04AM +0800, Bin Meng wrote:
> Hi Tom,
>
> This includes a fix for coreboot-x86 for v2016.07 release.
>
> The following changes since commit 44faff24f58859bdc1acf28ac739020b5091678a:
>
> Merge git://git.denx.de/u-boot-fsl-qoriq (2016-06-28 15:59:05 -0400)
>
> are
On Wed, Jun 29, 2016 at 2:43 AM, Simon Glass wrote:
> On 22 June 2016 at 17:56, Bin Meng wrote:
>> Hi Simon,
>>
>> On Wed, Jun 22, 2016 at 10:36 PM, Simon Glass wrote:
>>> Hi Bin,
>>>
>>> On 22 June 2016 at 03:30, Bin Meng wrote:
There is a dummy pch driver in the coreboot directory. This
Hi Tom,
This includes a fix for coreboot-x86 for v2016.07 release.
The following changes since commit 44faff24f58859bdc1acf28ac739020b5091678a:
Merge git://git.denx.de/u-boot-fsl-qoriq (2016-06-28 15:59:05 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git mast
On Tue, Jun 28, 2016 at 02:24:00PM +0900, Masahiro Yamada wrote:
> Hi.
>
>
> 2016-06-28 14:02 GMT+09:00 Peng Fan :
> > Hi Tom,
> >
> > On Fri, Jun 24, 2016 at 06:57:44PM -0400, Tom Rini wrote:
> >>On Sun, Jun 19, 2016 at 06:20:52PM +0800, Peng Fan wrote:
> >>> Hi Masahiro,
> >>>
> >>> +Simon
> >>
Hi Tom,
On Wed, Jun 29, 2016 at 10:05 AM, Tom Rini wrote:
> On Wed, Jun 29, 2016 at 10:02:55AM +0800, Bin Meng wrote:
>> On Wed, Jun 29, 2016 at 2:43 AM, Simon Glass wrote:
>> > On 22 June 2016 at 17:56, Bin Meng wrote:
>> >> Hi Simon,
>> >>
>> >> On Wed, Jun 22, 2016 at 10:36 PM, Simon Glass
On Wed, Jun 29, 2016 at 10:02:55AM +0800, Bin Meng wrote:
> On Wed, Jun 29, 2016 at 2:43 AM, Simon Glass wrote:
> > On 22 June 2016 at 17:56, Bin Meng wrote:
> >> Hi Simon,
> >>
> >> On Wed, Jun 22, 2016 at 10:36 PM, Simon Glass wrote:
> >>> Hi Bin,
> >>>
> >>> On 22 June 2016 at 03:30, Bin Meng
On Wed, Jun 29, 2016 at 2:43 AM, Simon Glass wrote:
> On 22 June 2016 at 17:56, Bin Meng wrote:
>> Hi Simon,
>>
>> On Wed, Jun 22, 2016 at 10:36 PM, Simon Glass wrote:
>>> Hi Bin,
>>>
>>> On 22 June 2016 at 03:30, Bin Meng wrote:
There is a dummy pch driver in the coreboot directory. This
On Mon, Jun 27, 2016 at 10:40:17PM -0400, Tom Rini wrote:
> Signed-off-by: Tom Rini
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/list
On Fri, Jun 17, 2016 at 05:39:51PM +0800, Peng Fan wrote:
> Add CONFIG_{SD|NAND|ONENAND|SPI|QSPI|SATA}_BOOT kconfig entries.
>
> SoCs supports loading U-Boot from different medias to DRAM, such as
> i.MX6/7 supports loading U-Boot to DRAM from sd/emmc/nand/qspi/spi/sata
> and etc. For i.MX, imxim
On Fri, Jun 17, 2016 at 05:39:50PM +0800, Peng Fan wrote:
> Not only am335x supports booting from NOR, i.MX6 SoCs also
> supports booting from NOR. Make NOR_BOOT a common
> option to let different SoCs share it.
>
> Signed-off-by: Peng Fan
> Cc: Simon Glass
> Cc: Heiko Schocher
> Cc: Joe Hersh
On Tue, Jun 28, 2016 at 07:10:32PM +, york sun wrote:
> Tom,
>
> The following changes since commit b66a5c03a0870db3045be2967b85684b1887ca18:
>
>Merge branch 'master' of git://git.denx.de/u-boot-uniphier
> (2016-06-21 20:43:21 -0400)
>
> are available in the git repository at:
>
>
On Sat, 2016-03-12 at 14:48 -0800, Steve Rae wrote:
> - add missing declaration
> - update debug output format specifiers
>
> Signed-off-by: Steve Rae
> ---
> the checkpatch warning:
> warning: cmd/mtdparts.c,1494: quoted string split across lines
> is for the existing code; it is not introduce
Hi.
2016-06-28 15:39 GMT+09:00 Peng Fan :
> Hi Masahiro,
> On Tue, Jun 28, 2016 at 02:24:00PM +0900, Masahiro Yamada wrote:
>>Hi.
>>
>>
>>2016-06-28 14:02 GMT+09:00 Peng Fan :
>>> Hi Tom,
>>>
>>> On Fri, Jun 24, 2016 at 06:57:44PM -0400, Tom Rini wrote:
On Sun, Jun 19, 2016 at 06:20:52PM +0800
On Tue, Jun 28, 2016 at 3:21 PM, Tom Rini wrote:
> On Tue, Jun 28, 2016 at 01:53:52PM -0700, Steve Rae wrote:
>> Hi Tom,
>>
>> On Tue, Jun 28, 2016 at 1:34 PM, Tom Rini wrote:
>> > On Tue, Jun 28, 2016 at 01:30:09PM -0700, Steve Rae wrote:
>> >> Hi Stefan,
>> >>
>> >> On Tue, Jun 28, 2016 at 8:00
On Tue, Jun 28, 2016 at 01:53:52PM -0700, Steve Rae wrote:
> Hi Tom,
>
> On Tue, Jun 28, 2016 at 1:34 PM, Tom Rini wrote:
> > On Tue, Jun 28, 2016 at 01:30:09PM -0700, Steve Rae wrote:
> >> Hi Stefan,
> >>
> >> On Tue, Jun 28, 2016 at 8:00 AM, Stefan Roese wrote:
> >> > Hi Steve,
> >> >
> >> > O
Hi Tom,
On Tue, Jun 28, 2016 at 1:34 PM, Tom Rini wrote:
> On Tue, Jun 28, 2016 at 01:30:09PM -0700, Steve Rae wrote:
>> Hi Stefan,
>>
>> On Tue, Jun 28, 2016 at 8:00 AM, Stefan Roese wrote:
>> > Hi Steve,
>> >
>> > On 27.06.2016 23:43, Steve Rae wrote:
>> >>
>> >> Otherwise, ocassionally see e
On Tue, Jun 28, 2016 at 01:30:09PM -0700, Steve Rae wrote:
> Hi Stefan,
>
> On Tue, Jun 28, 2016 at 8:00 AM, Stefan Roese wrote:
> > Hi Steve,
> >
> > On 27.06.2016 23:43, Steve Rae wrote:
> >>
> >> Otherwise, ocassionally see errors like this:
> >>Flashing sparse image at offset 2078720
> >
Hi Stefan,
On Tue, Jun 28, 2016 at 8:00 AM, Stefan Roese wrote:
> Hi Steve,
>
> On 27.06.2016 23:43, Steve Rae wrote:
>>
>> Otherwise, ocassionally see errors like this:
>>Flashing sparse image at offset 2078720
>>Flashing Sparse Image
>>sdhci_send_command: Timeout for status update!
Signed-off-by: Tom Rini
---
configs/am335x_evm_spiboot_defconfig | 2 +-
configs/am43xx_evm_qspiboot_defconfig| 2 +-
configs/brppt1_spi_defconfig | 1 +
configs/ls1012afrdm_qspi_defconfig | 1 +
configs/ls1012aqds_qspi_defconfig| 1 +
configs/ls1012ardb_qsp
Tom,
The following changes since commit b66a5c03a0870db3045be2967b85684b1887ca18:
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
(2016-06-21 20:43:21 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-fsl-qoriq.git
for you to fetch changes up to dee01e42
Hi,
On 27 June 2016 at 03:38, Stefano Babic wrote:
> Hi Andrej,
>
> On 20/06/2016 18:18, Andrej Rosano wrote:
>
>>>
>>> I ten to NACK this. You can do exactly the same with a U-Boot script,
>>> and if you want to have this as default, you can change your default
>>> environment. This is just a wr
On 22 June 2016 at 17:56, Bin Meng wrote:
> Hi Simon,
>
> On Wed, Jun 22, 2016 at 10:36 PM, Simon Glass wrote:
>> Hi Bin,
>>
>> On 22 June 2016 at 03:30, Bin Meng wrote:
>>> There is a dummy pch driver in the coreboot directory. This causes
>>> drivers of its children fail to function due to emp
Hi Stefan,
On 28 June 2016 at 08:28, Stefan Roese wrote:
> Hi Simon,
>
> On 26.06.2016 04:53, Simon Glass wrote:
>> On 22 June 2016 at 01:18, Stefan Roese wrote:
>>> Add support for driver model, so that CONFIG_DM_ETH can be defined and
>>> used with this driver.
>>>
>>> This patch also adds the
On 06/11/2016 11:52 PM, Zhiqiang Hou wrote:
> From: Hou Zhiqiang
>
> The register CLKCNCSR controls the frequency of all cores in the same
> cluster.
>
> Signed-off-by: Hou Zhiqiang
> ---
> arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_speed.c | 8 +---
> 1 file changed, 5 insertions(+), 3 d
On 21 June 2016 at 17:24, Siva Durga Prasad Paladugu
wrote:
> Hi Tom,
>
>> -Original Message-
>> From: Siva Durga Prasad Paladugu
>> Sent: Tuesday, June 14, 2016 2:49 PM
>> To: u-boot@lists.denx.de; jagannadh.t...@gmail.com
>> Cc: Michal Simek ; 'Siva Durga Prasad Paladugu'
>>
>> Subject:
On 06/24/2016 01:18 AM, Prabhakar Kushwaha wrote:
> Freescale ARMv8 SoC name ends with "A" to represent ARM SoCs.
> like LS2080A, LS1043A, LS1012A.
>
> So append "A" at the last of SoCs.
>
> Signed-off-by: Pratiyush Mohan Srivastava
> Signed-off-by: Prabhakar Kushwaha
> ---
> Changes for v2: Upda
On 06/14/2016 12:48 AM, Abhimanyu Saini wrote:
> Currently layescape SoCs are not using cpu nodes. So removing
> them in favour of compatibly with similar SoCs that
> have different cores like LS2080A and LS2088A.
>
> This has been tested on LS2080AQDS, LS1043ARDB, LS1012ARDB.
>
> Signed-off-by: P
On 06/14/2016 07:53 PM, Peng Fan wrote:
> When booting in eMMC fast boot, MMC host does not exit from
> boot mode after bootrom loading image. So the first command
> 'CMD0' sent in uboot will pull down the CMD line to low and
> cause errors.
>
> This patch cleans the MMC boot register in "mmc_init"
On 06/12/2016 08:30 PM, Gong Qianyu wrote:
> The LBMAP switches on the board will tell which boot device is used.
> Only QSPI boot is supported if the boot device is IFCCard.
>
> Signed-off-by: Gong Qianyu
> ---
> board/freescale/ls1043aqds/ls1043aqds.c | 8 +++-
> 1 file changed, 3 inserti
On 23 June 2016 at 13:37, Jon Medhurst (Tixy) wrote:
> The firmware on TC2 needs to be configured appropriately before booting
> in nonsec mode will work as expected, so test for this and fall back to
> sec mode if required.
>
> Signed-off-by: Jon Medhurst
Reviewed-by: Ryan Harkin
Tested-by: Ry
On 06/28/2016 12:02 AM, Sriram Dash wrote:
>> From: Marek Vasut [mailto:ma...@denx.de]
>> On 06/28/2016 01:02 AM, York Sun wrote:
>>> Commit 9262367 moved USB errata workaround to a C file but didn't
>>> build it for SPL targets.
>>>
>>> Signed-off-by: York Sun
>>> CC: Sriram Dash
>>> CC: Rajesh
On 28/06/16 12:58, Sjoerd Simons wrote:
On Fri, 2016-06-24 at 17:59 +0200, Fabien Lahoudere wrote:
In order to simplify the use of various images on various media
for nitrogen6x, the configuration of the board must follow the
generic distro configuration (doc/README.distro).
In order to boot
Hi Steve,
On 27.06.2016 23:43, Steve Rae wrote:
Otherwise, ocassionally see errors like this:
Flashing sparse image at offset 2078720
Flashing Sparse Image
sdhci_send_command: Timeout for status update!
mmc fail to send stop cmd
write_sparse_image: Write failed, block #2181088 [0
Hi,
On 27 June 2016 at 01:13, vinoth eswaran wrote:
> On Fri, Jun 24, 2016 at 1:57 PM, Wolfgang Denk wrote:
>> Dear Vinoth,
>>
>> In message
>> you
>> wrote:
>>>
>>> I am using the following command to create uImage. Here in the architecture
>>> argument I am not seeing any option correspondi
Hi Simon,
On 26.06.2016 04:53, Simon Glass wrote:
> On 22 June 2016 at 01:18, Stefan Roese wrote:
>> Add support for driver model, so that CONFIG_DM_ETH can be defined and
>> used with this driver.
>>
>> This patch also adds the read_rom_hwaddr() callback so that the ROM MAC
>> address will be us
This patch includes the following changes:
- Remove Designware I2C support from dts as its not used
- Configure SMBus PADs in dts
- Enable I2C commands and I2C support
- Configure SMSC2513 USB hub via SMBus upon startup
- Move environment location to match Minnowmax example
- Enhancement of the de
This patch adds support for the SMBus block read/write functionality.
Other protocols like the SMBus quick command need to get added
if this is needed.
This patch also removed the SMBus related defines from the Ivybridge
pch.h header. As they are integrated in this driver and should be
used from h
From: Hou Zhiqiang
The PPA use PSCI to make secondary cores bootup. So when PPA was
enabled, add the CONFIG_ARMV8_PSCI to identify the SMP boot-method
between PSCI and spin-table.
Signed-off-by: Hou Zhiqiang
---
V7:
- No change.
V6:
- Refactor the integration of PPA.
V5:
- Merged the 7th p
From: Hou Zhiqiang
Set the enable-method in the cpu node to PSCI, and create device
node for PSCI, when PSCI was enabled.
Signed-off-by: Hou Zhiqiang
---
V7:
- Moved the PSCI device node fixup code of both armv7 and armv8 to
arch/arm/lib/psci-dt.c.
- Added PSCI_VERSION check if secure firmwa
From: Hou Zhiqiang
If the PSCI and PPA is ready, skip the fixup for spin-table and
waking secondary cores. Otherwise, change SMP method to spin-table,
and the device node of PSCI will be removed.
Signed-off-by: Hou Zhiqiang
---
V7:
- Removed the redundant "? true : false".
V6:
- no change
V
From: Hou Zhiqiang
The FSL Primary Protected Application (PPA) is a software component
loaded during boot which runs in TrustZone and remains resident
after boot.
Use the secure firmware framework to integrate FSL PPA into U-Boot.
Signed-off-by: Hou Zhiqiang
---
V7:
- No change.
V6:
- Use t
From: Hou Zhiqiang
This function assume that the d-cache and MMU has been enabled earlier,
so it just created MMU table in main memory. But the assumption is not
always correct, for example, the early setup is done in EL3, while
enable_caches() is called when the PE has turned into another EL.
D
From: Hou Zhiqiang
This framework is introduced for ARMv8 secure monitor mode firmware.
The main functions of the framework are, on EL3, verify the firmware,
load it to the secure memory and jump into it, and while it returned
to U-Boot, do some necessary setups at the 'target exception level'
th
Am 28.06.2016 um 03:48 schrieb Masahiro Yamada:
> For most of architectures in U-Boot, virtual address is straight
> mapped to physical address. So, it makes sense to have generic
> defines of ioremap and friends in .
>
> All of them are just empty and will disappear at compile time, but
> they
On Fri, Jun 24, 2016 at 03:21:35PM +, york sun wrote:
>On 06/24/2016 02:39 AM, Peng Fan wrote:
>> Hi York, Stefano
>>
>> Any comments on this patch set? Would you kindly pick up this patch set?
>
>Technically Panto is the maintainer of MMC. Since this set is dealing
>with FSL mmc controller, I
On Fri, 2016-06-24 at 17:59 +0200, Fabien Lahoudere wrote:
> In order to simplify the use of various images on various media
> for nitrogen6x, the configuration of the board must follow the
> generic distro configuration (doc/README.distro).
>
> In order to boot your old rootfs, move your kernel a
It's correct to use '/' as prefix for aliases nodes.
Signed-off-by: Jaehoon Chung
---
arch/arm/dts/exynos4210-origen.dts | 2 +-
arch/arm/dts/exynos4210-trats.dts | 4 ++--
arch/arm/dts/exynos4210-universal_c210.dts | 4 ++--
arch/arm/dts/exynos4412-odroid.dts | 4 ++--
On Tue, Jun 28, 2016 at 12:16 PM, Chen-Yu Tsai wrote:
> On Tue, Jun 14, 2016 at 3:01 PM, wrote:
>> From: Hongbo Zhang
>>
>> LS1021 offers two secure OCRAM blocks for trustzone.
>> This patch moves all the secure text sections into the OCRAM.
>>
>> Signed-off-by: Wang Dongsheng
>> Signed-off-by
On Tue, Jun 28, 2016 at 12:10 PM, Chen-Yu Tsai wrote:
> On Tue, Jun 14, 2016 at 3:01 PM, wrote:
>> From: Hongbo Zhang
>>
>> The input parameter CPU ID needs to be validated before furher oprations such
>> as CPU_ON, this patch introduces the function to do this.
>>
>> Signed-off-by: Wang Dongsh
On Tue, Jun 28, 2016 at 11:15 AM, Chen-Yu Tsai wrote:
> Hi,
>
> On Tue, Jun 14, 2016 at 3:01 PM, wrote:
>> From: Hongbo Zhang
>>
>> According to latest PSCI specification, the context ID is needed by CPU_ON.
>> This patch saves context ID to the second lowest address of the stack (next
>> to
>
In order to simplify the use of various images on various media
for nitrogen6x, the configuration of the board must follow the
generic distro configuration (doc/README.distro).
In order to boot your old rootfs, move your kernel and your device
tree in /boot/. Then create /boot/extlinux/extlinux.co
On Tue, Jun 28, 2016 at 5:23 PM, Hongbo Zhang wrote:
> On Tue, Jun 28, 2016 at 11:24 AM, Chen-Yu Tsai wrote:
>> On Tue, Jun 14, 2016 at 3:01 PM, wrote:
>>> From: Hongbo Zhang
>>>
>>> The legacy code saves target PC at stack top, this patch changes it to stack
>>> bottom, because we will save m
>From: york sun
>
>+Suresh Gupta
>
>On 06/21/2016 12:22 AM, Sriram Dash wrote:
>> Modifies errata implementation due to the fact that P3041, P5020, and
>> P5040 are all big endian for the USB PHY registers, but they were
>> specified little endian. Also, Adds errata for P1010 and
>> P2041 2.0.
>
>I
On Tue, Jun 28, 2016 at 11:24 AM, Chen-Yu Tsai wrote:
> On Tue, Jun 14, 2016 at 3:01 PM, wrote:
>> From: Hongbo Zhang
>>
>> The legacy code saves target PC at stack top, this patch changes it to stack
>> bottom, because we will save more contents for PSCI v1.0, by this way we
>> don't
>> need
On 06/28/2016 09:02 AM, Sriram Dash wrote:
>> From: Marek Vasut [mailto:ma...@denx.de]
>> On 06/28/2016 01:02 AM, York Sun wrote:
>>> Commit 9262367 moved USB errata workaround to a C file but didn't
>>> build it for SPL targets.
>>>
>>> Signed-off-by: York Sun
>>> CC: Sriram Dash
>>> CC: Rajesh
On 27/06/16 20:51, Troy Kisky wrote:
On 6/24/2016 8:59 AM, Fabien Lahoudere wrote:
In order to simplify the use of various images on various media
for nitrogen6x, the configuration of the board must follow the
generic distro configuration (doc/README.distro).
In order to boot your old rootfs, m
>From: Marek Vasut [mailto:ma...@denx.de]
>On 06/28/2016 01:02 AM, York Sun wrote:
>> Commit 9262367 moved USB errata workaround to a C file but didn't
>> build it for SPL targets.
>>
>> Signed-off-by: York Sun
>> CC: Sriram Dash
>> CC: Rajesh Bhagat
>>
>> ---
>> Please review this patch. It fix
76 matches
Mail list logo