This patch add maintainer information for rk3399 evb.
Signed-off-by: Kever Yang
---
board/rockchip/evb_rk3399/MAINTAINERS | 6 ++
1 file changed, 6 insertions(+)
diff --git a/board/rockchip/evb_rk3399/MAINTAINERS
b/board/rockchip/evb_rk3399/MAINTAINERS
index e69de29..c825d5e 100644
--- a/
Hi Tom,
please pull the following ppc4xx fix from Dirk:
The following changes since commit 5405817a6e7a6538c4bcb1c3076ddc83fe5d03f9:
spi: cadence_qspi_apb: Ensure baudrate doesn't exceed max value (2016-08-07
21:54:21 +0200)
are available in the git repository at:
git://www.denx.de/git/u-
Hi Walter,
sorry for the late review.
On 18.06.2016 13:25, Walter Schweizer wrote:
From 842431a0cc2acb336f5c57a3ca822ba0673e712d Mon Sep 17 00:00:00 2001
From: Walter Schweizer
Date: Sat, 18 Jun 2016 12:56:37 +0200
Subject: [PATCH] add support for Synology DS109 board
Synology DS109 is based
Hi Simon,
On 08.08.2016 20:39, Simon Baatz wrote:
Commit f4db6c976cf ("arm: mvebu: Add runtime detection of UART (xmodem)
boot-mode") added a change to hdr->destaddr when dynamically patching an
image for UART boot mode. With this change, kwboot ceases to work on
Kirkwood.
Thus, let's change h
On Tuesday 09 August 2016 11:17 AM, Lokesh Vutla wrote:
> cpsw tries to flush dcache which is not in the range of PKTSIZE.
> Because of this the following warning comes while flushing:
>
> CACHE: Misaligned operation at range [dffecec0, dffed016]
>
> Fix it by flushing cache of size PKTSIZE_ALIGN
Adjust this driver to support driver model for Ethernet.
Signed-off-by: Alban Bedel
---
drivers/usb/eth/asix88179.c | 184
1 file changed, 184 insertions(+)
diff --git a/drivers/usb/eth/asix88179.c b/drivers/usb/eth/asix88179.c
index f3179bcf1e2e..75
Change the prototype of a few functions to allow resuing the code for
the driver model.
Signed-off-by: Alban Bedel
---
Changelog:
v3: * Don't break the build without driver model
---
drivers/usb/eth/asix88179.c | 75 -
1 file changed, 47 insertions(+),
On Mon, Aug 8, 2016 at 10:06 PM, Alexander Graf wrote:
> The SMBIOS generation code passes pointers as u32. That causes the compiler
> to warn on casts to pointers. This patch moves all address pointers to
> uintptr_t instead.
>
> Technically u32 would be enough for the current SMBIOS2 style table
On Mon, Aug 8, 2016 at 10:06 PM, Alexander Graf wrote:
> If the system has a valid "serial#" environment variable set (which boards
> that
> can find it out programatically set automatically), use that as input for the
> serial number field in the SMBIOS tables.
>
> Signed-off-by: Alexander Graf
Hi Alexander,
On Mon, Aug 8, 2016 at 10:06 PM, Alexander Graf wrote:
> We can pass SMBIOS easily as EFI configuration table to an EFI payload. This
> patch adds enablement for that case.
>
> While at it, we also enable SMBIOS generation for ARM systems, since they
> support
> EFI_LOADER.
>
> Sig
On Mon, Aug 8, 2016 at 10:06 PM, Alexander Graf wrote:
> We will need the SMBIOS generation function on ARM as well going forward,
> so let's move it into a non arch specific location.
>
> Signed-off-by: Alexander Graf
> ---
> arch/x86/Kconfig | 27 -
On Mon, Aug 8, 2016 at 10:06 PM, Alexander Graf wrote:
> We need the checksum function without all the other table functionality
> soon, so let's split it out into its own header file.
>
> Signed-off-by: Alexander Graf
> ---
> arch/x86/include/asm/tables.h | 2 ++
> arch/x86/lib/tables.c
On 08/09/2016 11:10 AM, Alban Bedel wrote:
> Change the prototype of a few functions to allow resuing the code for
> the driver model.
>
> Signed-off-by: Alban Bedel
> ---
> Changelog:
> v3: * Don't break the build without driver model
> ---
Applied, thanks.
--
Best regards,
Marek Vasut
__
On 08/09/2016 11:10 AM, Alban Bedel wrote:
> Adjust this driver to support driver model for Ethernet.
>
> Signed-off-by: Alban Bedel
Applied, thanks.
--
Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailm
On 08/09/2016 10:41 AM, Lukasz Majewski wrote:
> Change made in the commit:
> "arm: Show cache warnings in U-Boot proper only"
> SHA1: bcc53bf095893fbdae531a9a7b5d4ef4a125a7fc
>
> has revealed that during initial setting of MMU regions in the
> mmu_set_region_dcache_behavior() function some addres
Hi,
How I can enable UPMA mode in u-boot in the P408DS board? (By defualt it is
gpcm mode.)
Best regards.
--
View this message in context:
http://u-boot.10912.n7.nabble.com/p4080ds-UPM-Mode-Enable-tp263780.html
Sent from the U-Boot mailing list archive at Nabble.com.
___
Change made in the commit:
"arm: Show cache warnings in U-Boot proper only"
SHA1: bcc53bf095893fbdae531a9a7b5d4ef4a125a7fc
has revealed that during initial setting of MMU regions in the
mmu_set_region_dcache_behavior() function some addresses are unaligned
to platform cache line size.
As a result
> -Original Message-
> From: Joe Hershberger [mailto:joe.hershber...@gmail.com]
> Sent: 2016年8月5日 1:06
> To: Wenyou Yang
> Cc: U-Boot Mailing List
> Subject: Re: [U-Boot] [RFC PATCH] net: macb: Fix build error for
> CONFIG_DM_ETH enabled
>
> On Tue, May 17, 2016 at 12:11 AM, Wenyou Yan
Hi,
How I can enable UPMA mode in u-boot in the P4080DS board? (By defualt it is
gpcm mode.)
Best regards.
--
View this message in context:
http://u-boot.10912.n7.nabble.com/p4080ds-UPM-Mode-Enable-tp263781.html
Sent from the U-Boot mailing list archive at Nabble.com.
___
Hi Tom,
Please pull this request.
thanks!
Jagan.
The following changes since commit 08887ed4505ec14ee94ab32c482dc4dec5ddc1e4:
ARM: am57xx_evm: Enable QSPI support (2016-07-30 00:15:07 +0530)
are available in the git repository at:
git://git.denx.de/u-boot-spi.git master
for you to fetch
On 08/09/2016 02:14 PM, Marcel Ziswiler wrote:
> On Thu, 2016-08-04 at 11:12 +0200, Marek Vasut wrote:
>> On 08/04/2016 11:07 AM, Alban Bedel wrote:
>>>
>>> On Wed, 3 Aug 2016 15:23:30 +
>>> Marcel Ziswiler wrote:
>>>
On Wed, 2016-08-03 at 15:51 +0200, Marek Vasut wrote:
>
>
Hi maitysancha...@gmail.com,
> Hello,
>
> Adding Lukasz's second mail ID to cc
>
> On 16-08-08 11:45:35, maitysancha...@gmail.com wrote:
> > Hello,
> >
> > On 16-08-03 17:13:11, Marek Vasut wrote:
> > > On 08/03/2016 01:58 PM, Sanchayan Maity wrote:
> > > > Add driver model support for Vybrid U
Hi maitysancha...@gmail.com,
> Hello,
>
> On 16-08-08 18:56:21, maitysancha...@gmail.com wrote:
> > Hello,
> >
> > Adding Lukasz's second mail ID to cc
> >
> > On 16-08-08 11:45:35, maitysancha...@gmail.com wrote:
> > > Hello,
> > >
> > > On 16-08-03 17:13:11, Marek Vasut wrote:
> > > > On 08/
On Thu, 2016-08-04 at 11:12 +0200, Marek Vasut wrote:
> On 08/04/2016 11:07 AM, Alban Bedel wrote:
> >
> > On Wed, 3 Aug 2016 15:23:30 +
> > Marcel Ziswiler wrote:
> >
> > >
> > > On Wed, 2016-08-03 at 15:51 +0200, Marek Vasut wrote:
> > > >
> > > > On 08/03/2016 11:46 AM, Alban Bedel wrot
> -Original Message-
> From: york sun
> Sent: Friday, August 05, 2016 9:47 PM
> To: Pratiyush Srivastava ; u-
> b...@lists.denx.de
> Cc: Prabhakar Kushwaha
> Subject: Re: [PATCH] armv8: ls1012a: Updating
> CONFIG_EXTRA_ENV_SETTINGS
>
> On 08/05/2016 02:47 AM, Pratiyush Mohan Srivastava
Hi Jaehoon,
Sure. And appreciate your good help :)
Best regards,
Yangbo Lu
> -Original Message-
> From: Jaehoon Chung [mailto:jh80.ch...@samsung.com]
> Sent: Tuesday, August 09, 2016 7:06 AM
> To: Yangbo Lu; u-boot@lists.denx.de
> Subject: Re: [v2] mmc: send CMD0 before CMD1 for some MM
On Tue, Aug 09, 2016 at 05:33:59PM +0530, Jagan Teki wrote:
> Hi Tom,
>
> Please pull this request.
>
> thanks!
> Jagan.
>
> The following changes since commit 08887ed4505ec14ee94ab32c482dc4dec5ddc1e4:
>
> ARM: am57xx_evm: Enable QSPI support (2016-07-30 00:15:07 +0530)
>
> are available in
> -Original Message-
> From: Pratiyush Srivastava
> Sent: Tuesday, August 09, 2016 11:45 AM
> To: york sun ; u-boot@lists.denx.de
> Cc: Prabhakar Kushwaha
> Subject: RE: [PATCH][v2] board: ls1012afrdm: overwrite
> CONFIG_EXTRA_ENV_SETTINGS
>
>
>
> > -Original Message-
> > From
Hi Alexander,
On 9 August 2016 at 00:48, Alexander Graf wrote:
>
>
>> Am 08.08.2016 um 23:44 schrieb Simon Glass :
>>
>> Hi Alexander,
>>
>>> On 8 August 2016 at 08:06, Alexander Graf wrote:
>>> We generate a few tables on x86 today that really can be used on ARM just
>>> the same. One such exam
On 08/09/2016 03:57 PM, Simon Glass wrote:
Hi Alexander,
On 9 August 2016 at 00:48, Alexander Graf wrote:
Am 08.08.2016 um 23:44 schrieb Simon Glass :
Hi Alexander,
On 8 August 2016 at 08:06, Alexander Graf wrote:
We generate a few tables on x86 today that really can be used on ARM just
Hi Alexander,
On 9 August 2016 at 08:11, Alexander Graf wrote:
>
> On 08/09/2016 03:57 PM, Simon Glass wrote:
>>
>> Hi Alexander,
>>
>> On 9 August 2016 at 00:48, Alexander Graf wrote:
>>>
>>>
Am 08.08.2016 um 23:44 schrieb Simon Glass :
Hi Alexander,
> On 8 August 2016 a
Hi Sandy,
On 8 August 2016 at 19:35, Sandy Patterson wrote:
> I also found that once the barrier stuff was in, the EFI_LOADER change was
> unnecessary.
>
> On Mon, Aug 8, 2016 at 8:50 PM, Ziyuan Xu wrote:
>>
>> Hi Simon,
>>
>> I think you can drop this patch due to it fixes by a78cd86 - ARM: Rew
+Andreas
On 9 August 2016 at 01:29, Kever Yang wrote:
> This patch add maintainer information for rk3399 evb.
>
> Signed-off-by: Kever Yang
> ---
>
> board/rockchip/evb_rk3399/MAINTAINERS | 6 ++
> 1 file changed, 6 insertions(+)
Acked-by: Simon Glass
_
Hello Lukasz,
On 16-08-09 15:25:50, Lukasz Majewski wrote:
> Hi maitysancha...@gmail.com,
>
> > Hello,
> >
> > On 16-08-08 18:56:21, maitysancha...@gmail.com wrote:
> > > Hello,
> > >
> > > Adding Lukasz's second mail ID to cc
> > >
> > > On 16-08-08 11:45:35, maitysancha...@gmail.com wrote:
>
Am 09.08.2016 um 16:35 schrieb Simon Glass:
> +Andreas
>
> On 9 August 2016 at 01:29, Kever Yang wrote:
>> This patch add maintainer information for rk3399 evb.
>>
>> Signed-off-by: Kever Yang
>> ---
>>
>> board/rockchip/evb_rk3399/MAINTAINERS | 6 ++
>> 1 file changed, 6 insertions(+)
>
>
Hello Lukasz,
On 16-08-09 15:20:58, Lukasz Majewski wrote:
> Hi maitysancha...@gmail.com,
>
> > Hello,
> >
> > Adding Lukasz's second mail ID to cc
> >
> > On 16-08-08 11:45:35, maitysancha...@gmail.com wrote:
> > > Hello,
> > >
> > > On 16-08-03 17:13:11, Marek Vasut wrote:
> > > > On 08/03/2
Hi Bin,
On 9 August 2016 at 00:50, Bin Meng wrote:
> Hi Simon,
>
> On Sun, Aug 7, 2016 at 7:23 AM, Simon Glass wrote:
>> It is useful to have a basic sanity check for EFI loader support. Add a
>> 'bootefi hello' command which loads HelloWord.efi and runs it under U-Boot.
>>
>> Signed-off-by: Sim
Hi Bin,
On 9 August 2016 at 00:49, Bin Meng wrote:
> Hi Simon,
>
> On Sun, Aug 7, 2016 at 7:23 AM, Simon Glass wrote:
>> Bring in these functions from Linux v4.4. They will be needed for EFI loader
>> support.
>>
>> Signed-off-by: Simon Glass
>> ---
>>
>> arch/x86/cpu/Makefile | 2 +-
Hi,
On 29 July 2016 at 07:31, Tom Rini wrote:
> On Thu, Jul 28, 2016 at 04:40:29AM -0700, kubiznak.petr wrote:
>
>> Hello,
>>
>> I wonder whether it is possible to dynamically enable/disable a command.
>> Since u-boot does not provide any secure authentication method, it is
>> dangerous to keep s
Add driver model support for Vybrid USB driver.
Signed-off-by: Sanchayan Maity
---
drivers/usb/host/ehci-vf.c | 208 +++--
1 file changed, 201 insertions(+), 7 deletions(-)
diff --git a/drivers/usb/host/ehci-vf.c b/drivers/usb/host/ehci-vf.c
index 61789dd
Hello,
This is the second version of the patchset for migrating Vybrid
USB driver to driver model.
Compare to the first version, this version takes care of dr_mode
property and correctly handles OTG as well when gpio is specified
for use as ID detection pin. This is an essential requirement for
O
Add device tree node for USB peripheral on Vybrid.
Signed-off-by: Sanchayan Maity
---
arch/arm/dts/vf.dtsi | 14 ++
1 file changed, 14 insertions(+)
diff --git a/arch/arm/dts/vf.dtsi b/arch/arm/dts/vf.dtsi
index 1530d2f..d7d21a3 100644
--- a/arch/arm/dts/vf.dtsi
+++ b/arch/arm/dts/v
Enable USB device tree node for Toradex Colibri Vybrid module.
Signed-off-by: Sanchayan Maity
---
arch/arm/dts/vf-colibri.dtsi | 11 +++
1 file changed, 11 insertions(+)
diff --git a/arch/arm/dts/vf-colibri.dtsi b/arch/arm/dts/vf-colibri.dtsi
index dc52748..c2f104a 100644
--- a/arch/arm
Enable USB driver model for Toradex Colibri Vybrid modules.
Signed-off-by: Sanchayan Maity
---
configs/colibri_vf_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/colibri_vf_defconfig b/configs/colibri_vf_defconfig
index 986cec4..5017c7d 100644
--- a/configs/colibri_vf_defco
> -Original Message-
> From: york sun
> Sent: Friday, August 05, 2016 10:54 PM
> To: Pratiyush Srivastava ; u-
> b...@lists.denx.de
> Cc: Prabhakar Kushwaha
> Subject: Re: [PATCH][v2] board: ls1012afrdm: overwrite
> CONFIG_EXTRA_ENV_SETTINGS
>
> On 08/05/2016 02:47 AM, Pratiyush Mohan S
I am trying to use u-boot-efi on a board that has an Intel D-1500 series
processor and 64-bit UEFI ROM.
As per the information in doc/README.efi I built a u-boot-payload.efi
with CONFIG_EFI_STUB_64BIT and installed it onto a USB drive I am
booting with.
The UEFI loads/runs the u-boot but quickly
Updated spi_flash_info table in sync with Linux, and removed
legacy and unsupported code.
Changes for v2:
- New patches.
Jagan Teki (22):
sf: Simplify fastest read cmd code
sf: Remove e_rd_cmd from param table
spi: Use mode for rx mode flags
sf: Remove SECT_32K
sf: Add CONFIG_SP
So, now SPI_FLASH_ID_MAX_LEN is 6 bytes useful for
few spansion flash families S25FS-S
Cc: Simon Glass
Cc: Bin Meng
Cc: York Sun
Cc: Vignesh R
Cc: Mugunthan V N
Cc: Michal Simek
Cc: Siva Durga Prasad Paladugu
Signed-off-by: Jagan Teki
---
drivers/mtd/spi/sf_internal.h | 2 +-
1 file chang
Fastest read command code look for fastest read command
taking inputs from spi->mode_rx and flags from param table
and controller mode_rx is always been a priority.
Since mode_rx is always set from controller side this optimized
code doesn't require much and this code required exctra overhead like
e_rd_cmd is maintained separately for fastest read command code,
since the read commands are computed normally this e_rd_cmd
is not required in spi_flash_params table.
Cc: Simon Glass
Cc: Bin Meng
Cc: Michal Simek
Cc: Siva Durga Prasad Paladugu
Cc: Vignesh R
Cc: Mugunthan V N
Signed-off-by:
INFO6 is for tabulating 6 byte flash parts, Ex: S25FS256S_64K
Cc: Simon Glass
Cc: Bin Meng
Cc: York Sun
Cc: Vignesh R
Cc: Mugunthan V N
Cc: Michal Simek
Cc: Siva Durga Prasad Paladugu
Signed-off-by: Jagan Teki
---
drivers/mtd/spi/sf_params.c | 15 +++
1 file changed, 15 insert
Make rx mode flags as generic to spi, earlier mode_rx is
maintained separately becuase of some flash specific code.
Cc: Simon Glass
Cc: Bin Meng
Cc: Michal Simek
Cc: Siva Durga Prasad Paladugu
Cc: Vignesh R
Cc: Mugunthan V N
Signed-off-by: Jagan Teki
---
drivers/mtd/spi/spi_flash.c | 6 ++
Few of the flash families with different ext_jedec
have changes in page_size so these macros check these
ext_jedec and assign page_size accordingly
Cc: Simon Glass
Cc: Bin Meng
Cc: York Sun
Cc: Vignesh R
Cc: Mugunthan V N
Cc: Michal Simek
Cc: Siva Durga Prasad Paladugu
Signed-off-by: Jagan
SECT_32K never used anywhere in the code.
Cc: Simon Glass
Cc: Bin Meng
Cc: Michal Simek
Cc: Siva Durga Prasad Paladugu
Cc: Vignesh R
Cc: Mugunthan V N
Signed-off-by: Jagan Teki
---
drivers/mtd/spi/sf_internal.h | 16 +++-
drivers/mtd/spi/spi_flash.c | 3 ---
2 files changed,
Renamed for more readability
- spi_flash_params => spi_flash_info
- params => info
Cc: Simon Glass
Cc: Bin Meng
Cc: York Sun
Cc: Vignesh R
Cc: Mugunthan V N
Cc: Michal Simek
Cc: Siva Durga Prasad Paladugu
Signed-off-by: Jagan Teki
---
drivers/mtd/spi/sandbox.c | 6 +++---
drivers/mtd
Instead using idcode[0] for detecting manufacture id
add JEDEC_MFR macro for code simplicity and undesirability.
Cc: Simon Glass
Cc: Bin Meng
Cc: York Sun
Cc: Vignesh R
Cc: Mugunthan V N
Cc: Michal Simek
Cc: Siva Durga Prasad Paladugu
Signed-off-by: Jagan Teki
---
drivers/mtd/spi/sf_inter
Add CONFIG_SPI_FLASH_USE_4K_SECTORS in spi_flash code from header file.
Cc: Simon Glass
Cc: Bin Meng
Cc: Michal Simek
Cc: Siva Durga Prasad Paladugu
Cc: Vignesh R
Cc: Mugunthan V N
Signed-off-by: Jagan Teki
---
drivers/mtd/spi/sf_internal.h | 4
drivers/mtd/spi/spi_flash.c | 5 -
Rename nr_sectors as n_sectors to sync with Linux.
Cc: Simon Glass
Cc: Bin Meng
Cc: York Sun
Cc: Vignesh R
Cc: Mugunthan V N
Cc: Michal Simek
Cc: Siva Durga Prasad Paladugu
Signed-off-by: Jagan Teki
---
drivers/mtd/spi/sf_internal.h | 2 +-
drivers/mtd/spi/sf_params.c | 2 +-
drivers/mt
This patch moves flags macro's to respective member position on
spi_flash_params{}, for better readabilty and finding the
respective member macro's easily.
Cc: Simon Glass
Cc: Bin Meng
Cc: Michal Simek
Cc: Siva Durga Prasad Paladugu
Cc: Vignesh R
Cc: Mugunthan V N
Signed-off-by: Jagan Teki
INFO macro make flash table entries more adjustable like
adding new flash_info attributes, update ID length bytes
and so on and more over it will sync to Linux way of defining
flash_info attributes.
Cc: Simon Glass
Cc: Bin Meng
Cc: York Sun
Cc: Vignesh R
Cc: Mugunthan V N
Cc: Michal Simek
Cc
Simplify the flash_lock ops detection code and added
meaningful comment.
Cc: Simon Glass
Cc: Bin Meng
Cc: York Sun
Cc: Vignesh R
Cc: Mugunthan V N
Cc: Michal Simek
Cc: Siva Durga Prasad Paladugu
Signed-off-by: Jagan Teki
---
drivers/mtd/spi/spi_flash.c | 12
1 file changed, 4
This patch fix the id exctract from spi_flash_info ids.
Cc: Simon Glass
Cc: Bin Meng
Signed-off-by: Jagan Teki
---
drivers/mtd/spi/sandbox.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/mtd/spi/sandbox.c b/drivers/mtd/spi/sandbox.c
index 0ac7fb7..a6adbe4 100644
- Proper tabs spaces
- Removed unnecessary
- Added meaningful comments
Cc: Simon Glass
Cc: Bin Meng
Cc: York Sun
Cc: Vignesh R
Cc: Mugunthan V N
Cc: Michal Simek
Cc: Siva Durga Prasad Paladugu
Signed-off-by: Jagan Teki
---
drivers/mtd/spi/sf_internal.h | 22 --
1 file
- Move headers froms sf_params to common header file
- Removed unnecessary comment
Cc: Simon Glass
Cc: Bin Meng
Cc: York Sun
Cc: Vignesh R
Cc: Mugunthan V N
Cc: Michal Simek
Cc: Siva Durga Prasad Paladugu
Signed-off-by: Jagan Teki
---
drivers/mtd/spi/sf_internal.h | 5 +++--
drivers/mtd/s
Since flash detection code is more mature to
detect even with 6 bytes id length devices
removed old code and related references.
Cc: Yunhui Cui
Cc: Simon Glass
Cc: Bin Meng
Cc: York Sun
Cc: Vignesh R
Cc: Mugunthan V N
Cc: Michal Simek
Cc: Michael Trimarchi
Cc: Siva Durga Prasad Paladugu
S
Add Spansion S25FS256S_64K spi flash to the list of spi_flash_ids.
In spansion S25FS-S family the physical sectors are grouped as
normal and parameter sectors. Parameter sectors are 4kB in size
with 8 set located at the bottom or top address of a device.
Normal sectors are similar to other flash f
Add id length of 5 bytes numerical value to macro.
Cc: Simon Glass
Cc: Bin Meng
Cc: York Sun
Cc: Vignesh R
Cc: Mugunthan V N
Cc: Michal Simek
Cc: Siva Durga Prasad Paladugu
Signed-off-by: Jagan Teki
---
drivers/mtd/spi/sf_internal.h | 3 ++-
drivers/mtd/spi/spi_flash.c | 4 ++--
2 files
Cc: Simon Glass
Cc: Bin Meng
Cc: York Sun
Cc: Vignesh R
Cc: Mugunthan V N
Cc: Michal Simek
Cc: Siva Durga Prasad Paladugu
Signed-off-by: Jagan Teki
---
drivers/mtd/spi/spi_flash.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/mtd/spi/spi_flash.c b/drivers/mtd/spi/spi_flash.
spi_flash_ids.c is more meaningful name as the flash_info
table structure spi_flash_info has spi_flash_ids instance.
Cc: Simon Glass
Cc: Bin Meng
Cc: York Sun
Cc: Vignesh R
Cc: Mugunthan V N
Cc: Michal Simek
Cc: Siva Durga Prasad Paladugu
Signed-off-by: Jagan Teki
---
drivers/mtd/spi/Make
> Am 09.08.2016 um 20:16 schrieb Simon Glass :
>
> Hi Bin,
>
>> On 9 August 2016 at 00:50, Bin Meng wrote:
>> Hi Simon,
>>
>>> On Sun, Aug 7, 2016 at 7:23 AM, Simon Glass wrote:
>>> It is useful to have a basic sanity check for EFI loader support. Add a
>>> 'bootefi hello' command which load
Dear all,
> Change made in the commit:
> "arm: Show cache warnings in U-Boot proper only"
> SHA1: bcc53bf095893fbdae531a9a7b5d4ef4a125a7fc
>
> has revealed that during initial setting of MMU regions in the
> mmu_set_region_dcache_behavior() function some addresses are unaligned
> to platform cach
On Tue, Aug 9, 2016 at 5:41 AM, Lukasz Majewski wrote:
> Change made in the commit:
> "arm: Show cache warnings in U-Boot proper only"
> SHA1: bcc53bf095893fbdae531a9a7b5d4ef4a125a7fc
>
> has revealed that during initial setting of MMU regions in the
> mmu_set_region_dcache_behavior() function som
Add some documentation for the sandbox block device emulation and
fix some issues for the fs test script.
Stefan Brüns (4):
Sandbox: document support of block device emulation
sandbox: Add "host size" hostfs command for fs test
test/fs: strip carriage-return from sandbox output
test/fs: re
Signed-off-by: Stefan Brüns
---
test/fs/fs-test.sh | 40
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/test/fs/fs-test.sh b/test/fs/fs-test.sh
index 171b1de..82e91b0 100755
--- a/test/fs/fs-test.sh
+++ b/test/fs/fs-test.sh
@@ -6,14 +6,14
DM added carriage-returns to every newline. Strip everything after the
32 character long mdsum.
Signed-off-by: Stefan Brüns
---
test/fs/fs-test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/fs/fs-test.sh b/test/fs/fs-test.sh
index 043e5d0..171b1de 100755
--- a/test/
Signed-off-by: Stefan Brüns
---
board/sandbox/README.sandbox | 19 +++
1 file changed, 19 insertions(+)
diff --git a/board/sandbox/README.sandbox b/board/sandbox/README.sandbox
index ed820d3..02d8ab3 100644
--- a/board/sandbox/README.sandbox
+++ b/board/sandbox/README.sandbox
@@
On Mon, Jul 25, 2016 at 04:26:45PM +0530, Vignesh R wrote:
> As I2C can be used before DRAM initialization for reading EEPROM,
> avoid using static variables stored in BSS, since BSS is in DRAM, which
> may not have been initialised yet. Explicitly mark "static global"
> variables as belonging to
Signed-off-by: Stefan Brüns
---
cmd/host.c | 8
1 file changed, 8 insertions(+)
diff --git a/cmd/host.c b/cmd/host.c
index 8d84415..b427e54 100644
--- a/cmd/host.c
+++ b/cmd/host.c
@@ -25,6 +25,12 @@ static int do_host_ls(cmd_tbl_t *cmdtp, int flag, int argc,
return do_ls(cmdtp,
On Tue, Aug 09, 2016 at 09:31:50AM +0200, Stefan Roese wrote:
> Hi Tom,
>
> please pull the following ppc4xx fix from Dirk:
>
> The following changes since commit 5405817a6e7a6538c4bcb1c3076ddc83fe5d03f9:
>
> spi: cadence_qspi_apb: Ensure baudrate doesn't exceed max value (2016-08-07
> 21:54
On Tue, Jul 26, 2016 at 07:34:07AM +0200, Mike Looijmans wrote:
> The devicetrees for various platforms already exceed 16k. Add a define
> CONFIG_SYS_FDT_SIZE to specify the FDT size, and set to 16k for the
> two boards that define this CONFIG_SYS_FDT_BASE parameter. This
> allows platforms with l
On Tue, Aug 02, 2016 at 10:14:24AM +0530, 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 shou
On Tue, Aug 02, 2016 at 10:14:25AM +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 PCF
> driver for the same.
>
> Signed-off-by: Vignesh R
> Reviewed-by: Mugunthan V N
> Reviewed-by: Tom Rini
Applie
On Tue, Aug 02, 2016 at 12:01:13PM +0530, Mugunthan V N wrote:
> There is only one ethernet mac address in e-fuse, but there are
> multiple slaves in keystone net, so enable random mac address
> support.
>
> Signed-off-by: Mugunthan V N
> Reviewed-by: Tom Rini
Applied to u-boot/master, thanks!
On Tue, Aug 02, 2016 at 12:01:14PM +0530, Mugunthan V N wrote:
> There is only one ethernet mac address in e-fuse, but there are
> multiple slaves in keystone net, so enable random mac address
> support.
>
> Signed-off-by: Mugunthan V N
> Reviewed-by: Tom Rini
Applied to u-boot/master, thanks!
On Tue, Aug 02, 2016 at 12:01:15PM +0530, Mugunthan V N wrote:
> There is only one ethernet mac address in e-fuse, but there are
> multiple slaves in keystone net, so enable random mac address
> support.
>
> Signed-off-by: Mugunthan V N
> Reviewed-by: Tom Rini
Applied to u-boot/master, thanks!
On Thu, Aug 04, 2016 at 09:58:14PM -0600, Simon Glass wrote:
> We can pass all the variables down to the functions that need them, and
> then everything is on the stack. This is safer than using the data section.
>
> At least on firefly-rk3288, the code size is the same and the data size is
> 12
On Fri, Aug 05, 2016 at 02:51:47PM +0200, Alexander Graf wrote:
> When a target device is 0 bytes long, there's no point in exposing it to
> the user. Let's just skip them.
>
> Also, when an offset is passed into the efi disk creation, we should
> remove this offset from the total number of secto
On Tue, Aug 02, 2016 at 10:14:27AM +0530, Vignesh R wrote:
> On DRA72 EVM, cpsw slaves may be muxed with other modules. This
> selection is controlled by a pcf gpio line. Add support for cpsw driver
> to acquire mode-gpios and select the appropriate slave using gpio APIs.
>
> Signed-off-by: Vigne
On Tue, Aug 02, 2016 at 12:01:12PM +0530, Mugunthan V N wrote:
> Keystone net can have multiple ethernet slaves, currently only
> slave 1 is supported by the driver. Register multiple slaves as
> individual ethernets to network framework.
>
> Signed-off-by: Mugunthan V N
> Reviewed-by: Tom Rini
On Tue, Aug 02, 2016 at 12:01:11PM +0530, Mugunthan V N wrote:
> Each line should be terminated by semi-colon. It was not caught
> earlier as there is a proper statement. Fix it by changing the
> comma with semi-colon.
>
> Signed-off-by: Mugunthan V N
> Reviewed-by: Tom Rini
Applied to u-boot/
On Fri, Aug 05, 2016 at 02:49:53PM +0200, Alexander Graf wrote:
> When using CONFIG_BLK, there were 2 issues:
>
> 1) The name we generate the device with has to match the
> name we set in efi_set_bootdev()
>
> 2) The device we pass into our block functions was wrong,
> we should no
On Tue, Aug 02, 2016 at 10:14:26AM +0530, Vignesh R wrote:
> PCF8575 does not have any registers hence, offset field needs to be
> ignored for i2c read/write. Therefore populate u-boot,i2c-offset-len
> with 0 in PCF8575 DT nodes.
>
> Signed-off-by: Vignesh R
> Reviewed-by: Mugunthan V N
> Revie
On Tue, Aug 02, 2016 at 10:14:28AM +0530, Vignesh R wrote:
> On DRA72 EVM, cpsw slave1 is muxed with VIN2A, hence switch to cpsw
> slave0 for ethernet. This is controlled by pcf gpio line. Add
> appropriate mode-gpios DT entry so that driver can select the required
> slave.
>
> Signed-off-by: Vig
Hi Andreas,
Do you have some comments?
Best Regards,
Wenyou Yang
> -Original Message-
> From: Wenyou Yang [mailto:wenyou.y...@atmel.com]
> Sent: 2016年7月20日 17:55
> To: U-Boot Mailing List
> Cc: Stephen Warren ; Andreas Bießmann
> ; Simon Glass ; Wenyou Yang
>
> Subject: [PATCH v5] cl
HI Andreas,
Do you have some comments on this series?
Best Regards,
Wenyou Yang
> -Original Message-
> From: Wenyou Yang [mailto:wenyou.y...@atmel.com]
> Sent: 2016年7月20日 17:16
> To: U-Boot Mailing List
> Cc: Stephen Warren ; Andreas Bießmann
> ; Simon Glass ; Wenyou Yang
>
> Subject:
On 9 August 2016 at 16:44, Stefan Brüns
wrote:
> Signed-off-by: Stefan Brüns
> ---
> board/sandbox/README.sandbox | 19 +++
> 1 file changed, 19 insertions(+)
Acked-by: Simon Glass
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lis
On Mon, Aug 08, 2016 at 03:44:30PM -0600, Simon Glass wrote:
> Hi Alexander,
>
> On 5 August 2016 at 06:49, Alexander Graf wrote:
> > When using CONFIG_BLK, there were 2 issues:
> >
> > 1) The name we generate the device with has to match the
> > name we set in efi_set_bootdev()
> >
> >
Add eMMC dt node and define fallback boot devices.
Signed-off-by: Jacob Chen
---
arch/arm/dts/rk3288-firefly.dts | 5 +
board/firefly/firefly-rk3288/firefly-rk3288.c | 8
2 files changed, 13 insertions(+)
diff --git a/arch/arm/dts/rk3288-firefly.dts b/arch/arm/dts/rk
Hi Pantelis,
Do you have some comments?
Best Regards,
Wenyou Yang
> -Original Message-
> From: Wenyou Yang [mailto:wenyou.y...@atmel.com]
> Sent: 2016年8月5日 9:07
> To: U-Boot Mailing List ; Pantelis Antoniou
>
> Cc: Heiko Schocher ; Simon Glass ; Andreas
> Bießmann ; Jaehoon Chung
> ; W
Hi Wenyou,
On 08/10/2016 11:03 AM, wenyou.y...@microchip.com wrote:
> Hi Pantelis,
>
> Do you have some comments?
You have to rebase on latest u-boot. Because some function is changed.
Refer to below comment.
>
>
> Best Regards,
> Wenyou Yang
>
>> -Original Message-
>> From: Wenyou Y
1 - 100 of 119 matches
Mail list logo