Add support of command/address parity for DDR4 UDIMM or discrete memory.
It requires to configurate corresponding MR5[2:0] and TIMING_CFG_7[PAR_LAT].
Parity can be turned on/off by hwconfig, e.g. hwconfig=fsl_ddr:parity=on.
Signed-off-by: Shengzhou Liu
---
doc/README.fsl-ddr | 8 ++
During the initial DDR training, false parity errors may be detected.
This can lead to the ERR_DETECT[APE], ERR_DETECT[MME] bits getting
set during DDR training and the DDR could enter a bad state to try
and recover since it thinks a parity error has occurred.
This patch adds workaround to fix the
On Saturday 05 March 2016 04:43 PM, Lokesh Vutla wrote:
> TI QSPI driver directly typecasts fdt_addr_t to a pointer. This is
> not strictly correct, as it gives a build warning when fdt_addr_t is u64.
> So, use map_physmem for a proper typecasts.
>
> This is inspired by commit 167efe01bc5a9 ("dm:
On Tuesday 08 March 2016 08:38 AM, Adam Ford wrote:
> A few boards still use ns16550_platdata structures, but assume the structure
> is going to be in a specific order. By explicitly naming each entry,
> this should also help 'future-proof' in the event the structure changes.
>
> Tested on the Log
Hi Simon
On Monday 07 March 2016 08:09 AM, Simon Glass wrote:
> Hi Mugunthan,
>
> On 2 March 2016 at 22:06, Mugunthan V N wrote:
>> > When a platform is converted to support DM and when its scsi
>> > driver is not converted to support DM, there is a build break as
>> > multiple definition of scs
All the mux configurations needs to be done as part of the IODelay
sequence to avoid glitch. Adding all the mux configuration, MANUAL/VIRTUAL
mode configuration as needed for DRA72-evm.
Also update the mux for SD card detect on DRA74-evm.
Signed-off-by: Kishon Vijay Abraham I
Signed-off-by: Vign
CONFIG_SYS_CONSOLE_IS_IN_ENV needs to be enabled, so we could set stdout
environment variable to specify the vga for the console output when
LCD/HDMI is connected to the boards.
Signed-off-by: Alison Wang
---
include/configs/ls1021aqds.h | 1 +
include/configs/ls1021atwr.h | 1 +
2 files changed
DRA74-evm RevH and later versions uses 4GB DDR and populates this info
in EEPROM. This series reads EEPROM and populates emif settings for 4GB ddr.
If eeprom is not available or evm revision is < H, then it fall backs to
default emif settings.
This series depends on the ti common eeprom driver ser
Updating the memory banks properly so that DT is populated accordingly.
And updating this only after DDR is properly detected by eeprom, so that
git bisect is still maintained.
Acked-by: Nishanth Menon
Reviewed-by: Tom Rini
Signed-off-by: Lokesh Vutla
---
board/ti/dra7xx/evm.c | 14 +++
The REVH and later versions of DRA7-evm uses MICRON MT41K512M16HA-125 memory
chips which is of size 4GB(2GB on EMIF1 and 2GB on EMIF2). Add support for the
same.
Acked-by: Nishanth Menon
Reviewed-by: Tom Rini
Signed-off-by: Lokesh Vutla
---
board/ti/dra7xx/evm.c | 83 ++
The newer versions of DRA7 boards has EEPROM populated with DDR
size specified in it. Moving DRA7 specific emif related settings
to board files so that emif settings can be identified based on EEPROM.
Acked-by: Nishanth Menon
Reviewed-by: Tom Rini
Signed-off-by: Lokesh Vutla
---
arch/arm/cpu/a
Enable configs that are required for detecting memory > 2GB.
Reviewed-by: Tom Rini
Signed-off-by: Lokesh Vutla
---
include/configs/dra7xx_evm.h | 5 +
1 file changed, 5 insertions(+)
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index e79250b..45bda4f 100644
---
Enable EEPROM support for DRA74-evm.
Acked-by: Nishanth Menon
Reviewed-by: Tom Rini
Signed-off-by: Lokesh Vutla
---
arch/arm/cpu/armv7/omap5/Kconfig | 1 +
board/ti/dra7xx/Kconfig | 3 ++
board/ti/dra7xx/evm.c| 59 +---
include/configs
DRA7 EVM revH and later EVMs have EEPROM populated that can contain board
description information such as name, revision, DDR definition, etc. Adding
support for this EEPROM format.
Acked-by: Nishanth Menon
Reviewed-by: Tom Rini
Signed-off-by: Lokesh Vutla
---
board/ti/common/board_detect.c |
There are certain EMIF timing failures seen on the some x15 boards. Updating
the EMIF settings to get rid of these timing failures.
Reviewed-by: Tom Rini
Signed-off-by: Lokesh Vutla
---
Changes since v1:
- Added Reviewed-by
- Updated sdram config 2 register.
board/ti/am57xx/board.c | 136 ++
On Tuesday 08 March 2016 05:06 AM, Tom Rini wrote:
> On Sat, Mar 05, 2016 at 05:35:17PM +0530, Lokesh Vutla wrote:
>
>> Enable configs that are required for detecting memory > 2GB.
>>
>> Signed-off-by: Lokesh Vutla
>
> This needs to be either folded into 4/6 or re-ordered to not break
> bisect
On Tuesday 08 March 2016 05:06 AM, Tom Rini wrote:
> On Sat, Mar 05, 2016 at 05:32:27PM +0530, Lokesh Vutla wrote:
>
>> This series fixes miscellaneous bugs for the emif driver.
>>
>> Lokesh Vutla (4):
>> ARM: DRA7: emif: Fix updating of refresh ctrl shadow
>> ARM: DRA7: emif: Fix DDR init
On Tuesday 08 March 2016 05:06 AM, Tom Rini wrote:
> On Sat, Mar 05, 2016 at 05:33:39PM +0530, Lokesh Vutla wrote:
>
>> There are certain EMIF timing failures seen on the some x15 boards. Updating
>> the EMIF settings to get rid of these timing failures.
>>
>> Signed-off-by: Lokesh Vutla
>
> R
On Wed, Mar 2, 2016 at 10:49 PM, Mugunthan V N wrote:
> Adam
>
> On Wednesday 02 March 2016 06:25 PM, Adam Ford wrote:
>> On Wed, Mar 2, 2016 at 6:24 AM, Michal Simek wrote:
>>> On 2.3.2016 13:18, Adam Ford wrote:
On Wed, Mar 2, 2016 at 5:53 AM, Michal Simek
wrote:
> On 2.3.2016 1
Hi Joe,
I have incorporated your review comments on this patch.
Please review it and let me know if any other changes are required.
Regards,
Prabhakar
> -Original Message-
> From: Prabhakar Kushwaha [mailto:prabhakar.kushw...@nxp.com]
> Sent: Wednesday, February 24, 2016 5:02 PM
> To:
A few boards still use ns16550_platdata structures, but assume the structure
is going to be in a specific order. By explicitly naming each entry,
this should also help 'future-proof' in the event the structure changes.
Tested on the Logic PD Torpedo + Wireless.
I only changed a handful of devices
On Mon, Mar 07, 2016 at 08:33:33PM -0500, Tom Rini wrote:
> On Mon, Mar 07, 2016 at 06:24:05PM -0600, Derald D. Woods wrote:
> > On Mon, Mar 07, 2016 at 06:36:56PM -0500, Tom Rini wrote:
> > > On Sat, Mar 05, 2016 at 01:19:59PM -0600, Derald D. Woods wrote:
> > >
> > > > - Add required UBI/UBIFS c
On 2016年03月08日 02:30, Simon Glass wrote:
Hi Chris,
On 6 March 2016 at 23:51, Chris Zhong wrote:
The DMC driver in v3.14 kernel[0] get the ddr setting from PMU_SYS_REG2,
and it expects uboot to store the value using a same protocol. But now
the ddr setting value is different with DMC, so if y
The DMC driver in v3.14 kernel[0] get the ddr setting from PMU_SYS_REG2,
and it expects uboot to store the value using a same protocol. But now
the ddr setting value is different with DMC, so if you enable the DMC,
system would crash in kernel. Correct the sdram setting here, according
to the requi
On Mon, Mar 07, 2016 at 06:24:05PM -0600, Derald D. Woods wrote:
> On Mon, Mar 07, 2016 at 06:36:56PM -0500, Tom Rini wrote:
> > On Sat, Mar 05, 2016 at 01:19:59PM -0600, Derald D. Woods wrote:
> >
> > > - Add required UBI/UBIFS config definitions
> > > - Add reasonable MTD partition layout
> > >
On Mar 7, 2016 6:24 PM, "Derald D. Woods" wrote:
>
> On Mon, Mar 07, 2016 at 06:36:56PM -0500, Tom Rini wrote:
> > On Sat, Mar 05, 2016 at 01:19:59PM -0600, Derald D. Woods wrote:
> >
> > > - Add required UBI/UBIFS config definitions
> > > - Add reasonable MTD partition layout
> > > - Remove JFFS2
On Mon, Mar 07, 2016 at 06:36:56PM -0500, Tom Rini wrote:
> On Sat, Mar 05, 2016 at 01:19:59PM -0600, Derald D. Woods wrote:
>
> > - Add required UBI/UBIFS config definitions
> > - Add reasonable MTD partition layout
> > - Remove JFFS2 config definitions
> > - Drop some CFI verbage and definitions
On Mon, Mar 07, 2016 at 05:38:36PM -0600, Adam Ford wrote:
> On Mar 7, 2016 5:35 PM, "Tom Rini" wrote:
> >
> > On Sat, Mar 05, 2016 at 01:19:59PM -0600, Derald D. Woods wrote:
> >
> > > - Add required UBI/UBIFS config definitions
> > > - Add reasonable MTD partition layout
> > > - Remove JFFS2 con
On Mar 7, 2016 5:35 PM, "Tom Rini" wrote:
>
> On Sat, Mar 05, 2016 at 01:19:59PM -0600, Derald D. Woods wrote:
>
> > - Add required UBI/UBIFS config definitions
> > - Add reasonable MTD partition layout
> > - Remove JFFS2 config definitions
> > - Drop some CFI verbage and definitions
> > - Make co
On Sun, Mar 06, 2016 at 07:38:47PM -0700, Simon Glass wrote:
> Hi Stephen,
>
> On 5 March 2016 at 23:26, Stephen Warren wrote:
> >
> > On 02/05/2016 09:19 PM, Stephen Warren wrote:
> >>
> >> On 02/05/2016 02:43 PM, Eric Anholt wrote:
> >>>
> >>> For Raspberry Pi, we had the input clock rate to th
On Fri, Mar 04, 2016 at 10:36:42AM -0600, Nishanth Menon wrote:
> From: Vitaly Andrianov
>
> This commit replaces hard-coded EMIF and PHY DDR3 configurations for
> predefined SODIMMs to a calculated configuration. The SODIMM parameters
> are read from SODIMM's SPD and used to calculated the conf
On Sat, Mar 05, 2016 at 05:35:16PM +0530, Lokesh Vutla wrote:
> The REVH and later versions of DRA7-evm uses MICRON MT41K512M16HA-125 memory
> chips which is of size 4GB(2GB on EMIF1 and 2GB on EMIF2). Add support for the
> same.
>
> Acked-by: Nishanth Menon
> Signed-off-by: Lokesh Vutla
Revie
On Sat, Mar 05, 2016 at 05:35:17PM +0530, Lokesh Vutla wrote:
> Enable configs that are required for detecting memory > 2GB.
>
> Signed-off-by: Lokesh Vutla
This needs to be either folded into 4/6 or re-ordered to not break
bisectability.
Contents:
Reviewed-by: Tom Rini
--
Tom
signature.a
On Sat, Mar 05, 2016 at 01:19:58PM -0600, Derald D. Woods wrote:
> Select 8-bit BCH ecc-scheme with s/w based error correction
> - OMAP_ECC_BCH8_CODE_HW_DETECTION_SW
>
> Signed-off-by: Derald D. Woods
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
On Sat, Mar 05, 2016 at 05:35:18PM +0530, Lokesh Vutla wrote:
> Updating the memory banks properly so that DT is populated accordingly.
> And updating this only after DDR is properly detected by eeprom, so that
> git bisect is still maintained.
>
> Acked-by: Nishanth Menon
> Signed-off-by: Lokes
On Sat, Mar 05, 2016 at 04:43:06PM +0530, Lokesh Vutla wrote:
> TI QSPI driver directly typecasts fdt_addr_t to a pointer. This is
> not strictly correct, as it gives a build warning when fdt_addr_t is u64.
> So, use map_physmem for a proper typecasts.
>
> This is inspired by commit 167efe01bc5a9
On Sat, Mar 05, 2016 at 04:40:32PM +0530, Lokesh Vutla wrote:
> OMAP timer driver directly typecasts fdt_addr_t to a pointer. This is
> not strictly correct, as it gives a build warning when fdt_addr_t is u64.
> So, use map_physmem for a proper typecasts.
>
> This is inspired by commit 167efe01bc
On Sat, Mar 05, 2016 at 01:19:59PM -0600, Derald D. Woods wrote:
> - Add required UBI/UBIFS config definitions
> - Add reasonable MTD partition layout
> - Remove JFFS2 config definitions
> - Drop some CFI verbage and definitions
> - Make comment 'one-liners' truly one line
> - Improve readability
On Sat, Mar 05, 2016 at 05:35:13PM +0530, Lokesh Vutla wrote:
> DRA7 EVM revH and later EVMs have EEPROM populated that can contain board
> description information such as name, revision, DDR definition, etc. Adding
> support for this EEPROM format.
>
> Acked-by: Nishanth Menon
> Signed-off-by:
On Sat, Mar 05, 2016 at 05:35:14PM +0530, Lokesh Vutla wrote:
> Enable EEPROM support for DRA74-evm.
>
> Acked-by: Nishanth Menon
> Signed-off-by: Lokesh Vutla
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
U-Boot
On Sat, Mar 05, 2016 at 05:32:27PM +0530, Lokesh Vutla wrote:
> This series fixes miscellaneous bugs for the emif driver.
>
> Lokesh Vutla (4):
> ARM: DRA7: emif: Fix updating of refresh ctrl shadow
> ARM: DRA7: emif: Fix DDR init sequence during warm reset
> ARM: DRA7: emif: Check for ena
On Sat, Mar 05, 2016 at 05:35:15PM +0530, Lokesh Vutla wrote:
> The newer versions of DRA7 boards has EEPROM populated with DDR
> size specified in it. Moving DRA7 specific emif related settings
> to board files so that emif settings can be identified based on EEPROM.
>
> Acked-by: Nishanth Menon
On Sat, Mar 05, 2016 at 05:32:28PM +0530, Lokesh Vutla wrote:
> On DRA7, refresh ctrl shadow should be updated with
> the final value.
>
> Signed-off-by: Lokesh Vutla
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
U
On Sat, Mar 05, 2016 at 05:33:39PM +0530, Lokesh Vutla wrote:
> There are certain EMIF timing failures seen on the some x15 boards. Updating
> the EMIF settings to get rid of these timing failures.
>
> Signed-off-by: Lokesh Vutla
Reviewed-by: Tom Rini
But minor nit:
> ---
> board/ti/am57xx/
On Sat, Mar 05, 2016 at 05:32:31PM +0530, Lokesh Vutla wrote:
> Given that DRA7/OMAP5 SoCs can support more than 2GB of memory,
> enable interleaving for this higher memory to increase performance.
>
> Signed-off-by: Lokesh Vutla
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digi
On Sat, Mar 05, 2016 at 05:32:30PM +0530, Lokesh Vutla wrote:
> Read and write leveling can be enabled independently. Check for these
> enable bits before updating the read and write leveling output values.
> This will allow to use the combination of software and hardware leveling.
>
> Signed-off
On Mon, Mar 07, 2016 at 02:49:54PM +0530, Lokesh Vutla wrote:
> Early system initialization is being done before initf_dm is being called
> in U-Boot. Then system will fail to boot if any of the DM enabled driver
> is being called in this system initialization code. So, rearrange the
> code a bit
On Sat, Mar 05, 2016 at 05:32:29PM +0530, Lokesh Vutla wrote:
> Commit (20fae0a - ARM: DRA7: DDR: Enable SR in Power Management Control)
> enables Self refresh mode by default and during warm reset the EMIF
> contents are preserved. After warm reset EMIF sees that it is idle and
> puts DDR in self
On 02/26/2016 08:52 AM, Stuart Yoder wrote:
> From: Stuart Yoder
>
> The per-PCI controller LUT (Look-Up-Table) is a 32-entry table
> that maps PCI requester IDs (bus/dev/fun) to a stream ID.
>
> This patch implements infrastructure to enable LUT initialization:
> -define registers offsets
>
On 02/12/2016 01:39 AM, Rai Harninder wrote:
> This patch enable VID support for ls2080ardb platform.
> It uses the common VID driver
>
> Signed-off-by: Rai Harninder
> ---
> Changes in v3:
> - Call adjust_vdd() so that the voltage gets adjusted
> during u-boot boot up itself
>
> Changes in v2
>
On 03/06/2016 07:45 PM, Simon Glass wrote:
At present buildman allows you to specify the directory containing the
toolchain, but not the actual toolchain prefix. If there are multiple
toolchains in a single directory, this can be inconvenient.
Add a new 'toolchain-prefix' setting to the settings
On 02/15/2016 07:03 PM, Yangbo Lu wrote:
> The eSDHC could select to use platform clock or peripheral clock to
> generate SD clock. The default selection is platform clock. So, fix
> the clock frequency value that's calculated for eSDHC.
>
> Signed-off-by: Yangbo Lu
> ---
> arch/arm/cpu/armv8/fs
Hi Stefan,
On 7 March 2016 at 04:56, Stefan Roese wrote:
> Hi Simon, Hi Hans,
>
> On 17.02.2016 17:35, Simon Glass wrote:
>>
>> +Bin
>>
>> Hi Hans,
>>
>> On 11 February 2016 at 08:44, Hans de Goede wrote:
>>>
>>> Hi,
>>>
>>> On 11-02-16 13:16, Simon Glass wrote:
Hi,
Minn
Hi Chris,
On 6 March 2016 at 23:51, Chris Zhong wrote:
>
> The DMC driver in v3.14 kernel[0] get the ddr setting from PMU_SYS_REG2,
> and it expects uboot to store the value using a same protocol. But now
> the ddr setting value is different with DMC, so if you enable the DMC,
> system would cras
Hi Tom,
On 20 October 2015 at 11:23, Simon Glass wrote:
> Hi Tom,
>
> On 20 October 2015 at 09:21, Tom Rini wrote:
>>
>> On Sun, Oct 04, 2015 at 05:38:41PM +0100, Simon Glass wrote:
>> > Hi Stephen,
>> >
>> > On 3 October 2015 at 20:20, Stephen Warren wrote:
>> > > On 10/03/2015 08:30 AM, Simon
Hi Joe,
On 7 March 2016 at 09:42, Joe Hershberger wrote:
> On Mon, Mar 7, 2016 at 10:37 AM, Masahiro Yamada
> wrote:
>> 2016-03-07 12:31 GMT+09:00 Simon Glass :
>>> Hi Masahiro,
>>>
>>> On 6 March 2016 at 20:07, Masahiro Yamada
>>> wrote:
Hi Simon,
2016-03-07 11:45 GMT+09:0
On 03/06/2016 11:57 PM, Yuan Yao wrote:
> From: Yuan Yao
>
> Signed-off-by: Yuan Yao
> ---
> board/freescale/ls2080aqds/README | 35 +++
> 1 file changed, 35 insertions(+)
>
> diff --git a/board/freescale/ls2080aqds/README
> b/board/freescale/ls2080aqds/README
On 03/06/2016 11:57 PM, Yuan Yao wrote:
> From: Yuan Yao
>
> When QSPI is enabled, NOR flash and QIXIS can't be accessed through IFC
> due to pin mux.
>
> Signed-off-by: Yuan Yao
> ---
> include/configs/ls2080aqds.h | 10 ++
> 1 file changed, 10 insertions(+)
>
> diff --git a/include/
On 03/06/2016 10:09 PM, Yao Yuan wrote:
> On 03/04/2016 12:49 AM, York Sun wrote:
>> On 03/02/2016 06:30 PM, Yao Yuan wrote:
>>> On 03/03/2016 12:52 AM, York Sun wrote:
On 03/02/2016 02:41 AM, Yuan Yao wrote:
> From: Yuan Yao
>
> This patch adds QSPI boot support for LS2080AQDS bo
On Sun, Mar 6, 2016 at 8:45 PM, Simon Glass wrote:
> At present buildman allows you to specify the directory containing the
> toolchain, but not the actual toolchain prefix. If there are multiple
> toolchains in a single directory, this can be inconvenient.
>
> Add a new 'toolchain-prefix' setting
On Sun, Mar 6, 2016 at 8:45 PM, Simon Glass wrote:
> At present the architecture is deduced from the toolchain filename. Allow it
> to be specified by the caller.
>
> Signed-off-by: Simon Glass
Reviewed-by: Joe Hershberger http://lists.denx.de/mailman/listinfo/u-boot
On Sun, Mar 6, 2016 at 8:45 PM, Simon Glass wrote:
> At present the priority of a toolchain is calculated from its filename based
> on hard-coded rules. Allow it to be specified by the caller. We will use
> this in a later patch. Also display the priority and provide a message when
> it is overrid
On Sun, Mar 6, 2016 at 8:45 PM, Simon Glass wrote:
> At present if you try to use buildman with the branch 'test' it will
> complain that it is unsure whether you mean the branch or the directory.
> This is a feature of the 'git log' command that buildman uses. Fix it
> by resolving the ambiguity.
On 03/03/2016 01:06 PM, york sun wrote:
> On 02/29/2016 04:26 AM, Jagan Teki wrote:
>> Hi York,
>>
>> On 27 February 2016 at 02:14, york sun wrote:
>>> On 02/22/2016 10:18 AM, Jagan Teki wrote:
Can you pls- test the dataflash changes? use u-boot-spi/spi-nor
>>> Jagan,
>>>
>>> I a
On Sun, Mar 6, 2016 at 8:45 PM, Simon Glass wrote:
> Normally we use a single quote for strings unless there is a reason not to
> (such as an embedded single quote). Fix a few counter-examples in this file.
> Also add a missing function-argument comment.
>
> Signed-off-by: Simon Glass
Reviewed-b
On Sun, Mar 6, 2016 at 8:45 PM, Simon Glass wrote:
> It is convenient to install symlinks to buildman and patman in the search
> patch, such as /usr/local/bin. But when this is done, the -H option fails to
> work because it looks in the directory containing the symlink instead of its
> target. Fix
On Sun, Mar 6, 2016 at 8:45 PM, Simon Glass wrote:
> Fix this nit to keep the code consistent.
>
> Signed-off-by: Simon Glass
Reviewed-by: Joe Hershberger
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Mon, Mar 7, 2016 at 10:37 AM, Masahiro Yamada
wrote:
> 2016-03-07 12:31 GMT+09:00 Simon Glass :
>> Hi Masahiro,
>>
>> On 6 March 2016 at 20:07, Masahiro Yamada
>> wrote:
>>> Hi Simon,
>>>
>>>
>>> 2016-03-07 11:45 GMT+09:00 Simon Glass :
This tool requires that the aliases node be the fir
2016-03-07 12:31 GMT+09:00 Simon Glass :
> Hi Masahiro,
>
> On 6 March 2016 at 20:07, Masahiro Yamada
> wrote:
>> Hi Simon,
>>
>>
>> 2016-03-07 11:45 GMT+09:00 Simon Glass :
>>> This tool requires that the aliases node be the first node in the tree. But
>>> when it is not, it does not handle thin
Ho Simon
On Sun, Mar 6, 2016 at 8:39 PM, Simon Glass wrote:
> Hi Joe,
>
> On 7 May 2015 at 03:17, Joe Hershberger wrote:
>> Hi Simon,
>>
>> Is there a way to make buildman compile sandbox with a non-system tool
>> chain? I've tried creating an alias from sandbox to i386 and removing
>> the "root
2016-03-07 14:19 GMT+01:00 Purna Chandra Mandal :
> MIPS arch implements writes{b,w,l,q}, reads{b,w,l,q}
> whereas other archs implement __raw version of them.
> So defining macro writes{bwlq}() to __raw_writes{bwlq}()
> (and similarly for reads{bwlq}) is not necessary for MIPS.
>
> Signed-off-by:
2016-03-07 15:33 GMT+01:00 Lukasz Majewski :
> Hi Purna,
>
>> Compiling USB mass storage gadget for MIPS reports redefinition error.
>> --
>> drivers/usb/gadget/f_mass_storage.c:286:13: error: redefinition of
>> 'set_bit' inline void set_bit(int nr, volatile void *addr)
>>
2016-03-07 18:06 GMT+03:00 Matwey V. Kornilov :
> 2016-03-07 18:01 GMT+03:00 Robert Nelson :
>> On Mon, Mar 7, 2016 at 8:55 AM, Robert Nelson
>> wrote:
>>> On Mon, Mar 7, 2016 at 4:50 AM, Matwey V. Kornilov
>>> wrote:
Hello,
I am running u-boot 2016.03-rc2 on BeagleBone Black and
2016-03-07 18:01 GMT+03:00 Robert Nelson :
> On Mon, Mar 7, 2016 at 8:55 AM, Robert Nelson wrote:
>> On Mon, Mar 7, 2016 at 4:50 AM, Matwey V. Kornilov
>> wrote:
>>> Hello,
>>>
>>> I am running u-boot 2016.03-rc2 on BeagleBone Black and it is
>>> incorrectly detected as BeagleBone Green.
>>>
>>>
On Mon, Mar 7, 2016 at 8:55 AM, Robert Nelson wrote:
> On Mon, Mar 7, 2016 at 4:50 AM, Matwey V. Kornilov
> wrote:
>> Hello,
>>
>> I am running u-boot 2016.03-rc2 on BeagleBone Black and it is
>> incorrectly detected as BeagleBone Green.
>>
>> fdtfile=am335x-bonegreen.dtb
>>
>> => print board_nam
On Mon, Mar 7, 2016 at 4:50 AM, Matwey V. Kornilov
wrote:
> Hello,
>
> I am running u-boot 2016.03-rc2 on BeagleBone Black and it is
> incorrectly detected as BeagleBone Green.
>
> fdtfile=am335x-bonegreen.dtb
>
> => print board_name
> board_name=A335BNLT
> => print board_rev
> board_rev=t
> ue
>
Hi Purna,
> Compiling USB mass storage gadget for MIPS reports redefinition error.
> --
> drivers/usb/gadget/f_mass_storage.c:286:13: error: redefinition of
> 'set_bit' inline void set_bit(int nr, volatile void *addr)
> ^
> In file included from include/linux/bitops.h:
On Mon, 7 Mar 2016 13:44:11 +0100
Maxime Ripard wrote:
> From: Boris Brezillon
>
> Unlike the datasheet recommendation, the R8 SoC requires a 1.4V supply
> for its CPU when operating at 1Ghz.
That's interesting. Is this R8 SoC datasheet with the Allwinner
recommended cpufreq operating points
This driver adds support of PIC32 MUSB OTG controller as dual role device.
It implements platform specific glue to reuse musb core.
Signed-off-by: Cristian Birsan
Signed-off-by: Purna Chandra Mandal
---
Changes in v2: None
drivers/usb/musb-new/Kconfig | 7 +
drivers/usb/musb-new/Makefil
Enable MUSB host and USB storage support for Microchip
PIC32MZ[DA] Starter Kit.
Signed-off-by: Purna Chandra Mandal
---
Changes in v2:
- compilation fix in drivers/usb/musb-new/linux-compat.h seperated
- compilation fix in drivers/gadget/f_mass_storage.c seperated
arch/mips/dts/pic32mzda.dtsi
Compiling USB mass storage gadget for MIPS reports redefinition error.
--
drivers/usb/gadget/f_mass_storage.c:286:13: error: redefinition of 'set_bit'
inline void set_bit(int nr, volatile void *addr)
^
In file included from include/linux/bitops.h:123:0,
MIPS arch implements writes{b,w,l,q}, reads{b,w,l,q}
whereas other archs implement __raw version of them.
So defining macro writes{bwlq}() to __raw_writes{bwlq}()
(and similarly for reads{bwlq}) is not necessary for MIPS.
Signed-off-by: Purna Chandra Mandal
---
Changes in v2: None
drivers/usb/
From: Alex Kaplan
The CHIP has a composite video output in the mini-Jack connector, alongside
with the 2 audio channels. Enable this output in U-Boot.
Signed-off-by: Alex Kaplan
Signed-off-by: Maxime Ripard
---
configs/CHIP_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs
From: Boris Brezillon
Unlike the datasheet recommendation, the R8 SoC requires a 1.4V supply
for its CPU when operating at 1Ghz.
Rely on the default value specified in the Kconfig entry.
Signed-off-by: Boris Brezillon
Signed-off-by: Maxime Ripard
---
configs/CHIP_defconfig | 1 -
1 file chan
Hi Simon, Hi Hans,
On 17.02.2016 17:35, Simon Glass wrote:
+Bin
Hi Hans,
On 11 February 2016 at 08:44, Hans de Goede wrote:
Hi,
On 11-02-16 13:16, Simon Glass wrote:
Hi,
Minnowboard is looking for GSoC projects this year.
http://wiki.minnowboard.org/GSoC2016
There are a few things list
This function should just return for unknown SoCs rather than writing
unexpected values to registers.
Signed-off-by: Masahiro Yamada
---
arch/arm/mach-uniphier/arm32/debug_ll.S | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-uniphier/arm32/debug_ll.S
b/arch/arm/mach-uniphier/
Hello,
I am running u-boot 2016.03-rc2 on BeagleBone Black and it is
incorrectly detected as BeagleBone Green.
fdtfile=am335x-bonegreen.dtb
=> print board_name
board_name=A335BNLT
=> print board_rev
board_rev=t
ue
Similar issue was here on 2016.01.
Matthias Schiffer writes:
> >
> > I've disabled the builtin code and compared dissaemblies with and
> without your patch. Without your patch, gcc adds an additional store
> instruction before each cache instruction.
> >
> > E.g. for flush_dcache_range():
> >
> > 18: afa20008sw
Early system initialization is being done before initf_dm is being called
in U-Boot. Then system will fail to boot if any of the DM enabled driver
is being called in this system initialization code. So, rearrange the
code a bit so that DM enabled drivers can be called during early system
initializa
89 matches
Mail list logo