On Wed, Aug 30, 2017 at 12:23 PM, Suresh Gupta wrote:
>
>
>> -Original Message-
>> From: Jagan Teki [mailto:jagannadh.t...@gmail.com]
>> Sent: Tuesday, August 29, 2017 11:08 PM
>> To: Suresh Gupta
>> Cc: u-boot@lists.denx.de; York Sun
>> Subject: Re: [PATCH v2] spi: fsl_qspi: Add control
Without ethernet cable plugged, "ip=dhcp" leads to a complete hangup in
Linux booting and the system does not boot into userland at all. Since
its not required to have an active network connection on these board,
lets remove this statement from the default environment.
Signed-off-by: Stefan Roese
Hi Jagan,
On Wed, Aug 30, 2017 at 2:30 PM, Jagan Teki wrote:
> Hi Bin,
>
> On Wed, Aug 30, 2017 at 11:11 AM, Bin Meng wrote:
>> On Wed, Aug 30, 2017 at 1:27 PM, Yang, Wenyou
>> wrote:
>>>
>>>
>>> On 2017/8/30 11:43, Bin Meng wrote:
On Wed, Aug 30, 2017 at 11:25 AM, Yang, Wenyou
Currently, we support 2 "theadorable" MVEBU build targets. One with a
stripped down configuration (theadorable) and one with a full blown
configuration (theadorable_debug), including PCI, ethernet etc. When
we introduced these configs, the plan was to remove the debug version
at some point. But now
On Wed, Aug 30, 2017 at 12:03:16AM +0200, Heinrich Schuchardt wrote:
> On 08/29/2017 10:38 PM, Alexander Graf wrote:
> >> Am 29.08.2017 um 22:16 schrieb Simon Glass :
> >> That seems more useful long term than re-inventing comprehensive UEFI
> >> test suite. (Also, beyond just running shim
On 30.08.2017 08:37, Jagan Teki wrote:
On Tue, Aug 29, 2017 at 2:07 PM, Chris Packham wrote:
U-boots spi-nor support is currently considered a work in progress. For
now to avoid issues it is necessary to add a "spi-flash" compatible
string. Eventually the "jedec,spi-nor" will be sufficient when
On Sel, 2017-08-29 at 13:55 +0200, Marek Vasut wrote:
> On 08/29/2017 12:45 PM, tien.fong.c...@intel.com wrote:
> >
> > From: Tien Fong Chee
> >
> > This driver handles FPGA program operation from flash loading
> > RBF to memory and then to program FPGA.
> >
> > Signed-off-by: Tien Fong Chee
>
Hi Tom,
please pull this last minute fix from Chris, which is needed
to get SPI NOR working on current master.
Thanks,
Stefan
The following changes since commit 8b3cec7da18645eda7f7cd0b65ee9f2dac573409:
mtdparts: Fix uninitialized scalar usage (2017-08-26 16:59:24 -0400)
are available in th
On Sel, 2017-08-29 at 13:57 +0200, Marek Vasut wrote:
> On 08/29/2017 12:45 PM, tien.fong.c...@intel.com wrote:
> >
> > From: Tien Fong Chee
> >
> > This patch enables FPGA loadfs command support to U-boot console.
> >
> > Signed-off-by: Tien Fong Chee
> But you enabled support for this in pat
On Sel, 2017-08-29 at 13:58 +0200, Marek Vasut wrote:
> On 08/29/2017 12:45 PM, tien.fong.c...@intel.com wrote:
> >
> > From: Tien Fong Chee
> >
> > This patch enables FPGA program with minimum 4 byte data size.
> What does that mean ? Expand the description, it's inobvious
>
The exisitng FPGA
On Sel, 2017-08-29 at 13:59 +0200, Marek Vasut wrote:
> On 08/29/2017 12:45 PM, tien.fong.c...@intel.com wrote:
> >
> > From: Tien Fong Chee
> >
> > Current sdram driver is only applied to gen5 device, hence it is
> > better
> > to rename sdram driver to more specific name which is related to
>
It is recommended to check either controller is free to take
new spi action. The IP_ACC and AHB_ACC bits indicates that
the controller is busy in IP or AHB mode respectively.
And the BUSY bit indicates that controller is currently
busy handling a transaction to an external flash device
Signed-off-
Hi
I get build error when I try to enable TPL for a new armv7 chip, the
error happen when I build arch/arm/lib/memcpy.S,
the file can pass the build for SPL but failed in TPL build, the log is
here:
The build can success if I remove the '-DCONFIT_TPL_BUILD' in red, any
people can help on t
On Sel, 2017-08-29 at 13:59 +0200, Marek Vasut wrote:
> On 08/29/2017 12:45 PM, tien.fong.c...@intel.com wrote:
> >
> > From: Tien Fong Chee
> >
> > Add function for both multiple DRAM bank and single DRAM bank size
> > initialization. This common functionality could be used by every
> > single
< snip >
> >> On 08/29/2017 12:02 AM, Sumit Garg wrote:
> >>> Using changes in this patch we were able to reduce approx 8k size of
> >>> u-boot-spl.bin image. Following is breif description of changes to
> >>> reduce SPL size:
> >>> 1. Changes in board/freescale/ls1088a/Makefile to remove
> >>>
Kever,
I took a quick look and this seems to be an issue with CONFIG macros.
This is failing, because the assembly (after preprocessing) requests regular
ARM mode and
supplies Thumb mnemonics (e.g. nop.w).
The trigger seems to be the following CONFIG_IS_ENABLED check in
arch/arm/lib/memcpy.S:
Am 30.08.2017 um 08:47 schrieb Jagan Teki:
On Wed, Aug 30, 2017 at 6:02 AM, Philipp Rossak wrote:
From: Philipp Rossak
The sun8i emac hardware is present on the Nanopi M1.
It uses the internal PHY.
Signed-off-by: Philipp Rossak
---
arch/arm/dts/sun8i-h3-nanopi-m1.dts | 11 +++
On 08/30/2017 07:59 AM, Chee, Tien Fong wrote:
> On Sel, 2017-08-29 at 13:51 +0200, Marek Vasut wrote:
>> On 08/29/2017 12:45 PM, tien.fong.c...@intel.com wrote:
>>>
>>> From: Tien Fong Chee
>>>
>>> This config allow FPGA design loaded from FAT fs to FPGA manager.
>>>
>>> Signed-off-by: Tien Fong
On 08/30/2017 10:05 AM, Chee, Tien Fong wrote:
> On Sel, 2017-08-29 at 13:55 +0200, Marek Vasut wrote:
>> On 08/29/2017 12:45 PM, tien.fong.c...@intel.com wrote:
>>>
>>> From: Tien Fong Chee
>>>
>>> This driver handles FPGA program operation from flash loading
>>> RBF to memory and then to program
On 08/30/2017 10:18 AM, Chee, Tien Fong wrote:
> On Sel, 2017-08-29 at 13:57 +0200, Marek Vasut wrote:
>> On 08/29/2017 12:45 PM, tien.fong.c...@intel.com wrote:
>>>
>>> From: Tien Fong Chee
>>>
>>> This patch enables FPGA loadfs command support to U-boot console.
>>>
>>> Signed-off-by: Tien Fong
On 08/30/2017 10:36 AM, Chee, Tien Fong wrote:
> On Sel, 2017-08-29 at 13:59 +0200, Marek Vasut wrote:
>> On 08/29/2017 12:45 PM, tien.fong.c...@intel.com wrote:
>>>
>>> From: Tien Fong Chee
>>>
>>> Add function for both multiple DRAM bank and single DRAM bank size
>>> initialization. This common
On 08/30/2017 10:24 AM, Chee, Tien Fong wrote:
> On Sel, 2017-08-29 at 13:58 +0200, Marek Vasut wrote:
>> On 08/29/2017 12:45 PM, tien.fong.c...@intel.com wrote:
>>>
>>> From: Tien Fong Chee
>>>
>>> This patch enables FPGA program with minimum 4 byte data size.
>> What does that mean ? Expand the
Philipp,
On 08/30/2017 04:59 PM, Dr. Philipp Tomsich wrote:
Kever,
I took a quick look and this seems to be an issue with CONFIG macros.
This is failing, because the assembly (after preprocessing) requests regular
ARM mode and
supplies Thumb mnemonics (e.g. nop.w).
The trigger seems to be th
Hi Heinrich,
On 30 August 2017 at 06:03, Heinrich Schuchardt wrote:
>
>
> On 08/29/2017 10:38 PM, Alexander Graf wrote:
>>
>>
>>> Am 29.08.2017 um 22:16 schrieb Simon Glass :
>>>
>>> Hi,
>>>
On 29 August 2017 at 22:16, Rob Clark wrote:
> On Tue, Aug 29, 2017 at 8:57 AM, Leif Lindholm
Hi Philipp,
On 30 August 2017 at 04:31, Dr. Philipp Tomsich
wrote:
> Simon,
>
> I should be able to give this a test drive on the RK3368 by the end of the
> week.
> For the RK3399 our board uses full OF_CONTROL, so I won’t really exercise
> this there.
>
> Given that the RK3399 can always fall b
> On 30 Aug 2017, at 11:37, Simon Glass wrote:
>
> Hi Philipp,
>
> On 30 August 2017 at 04:31, Dr. Philipp Tomsich
> wrote:
>> Simon,
>>
>> I should be able to give this a test drive on the RK3368 by the end of the
>> week.
>> For the RK3399 our board uses full OF_CONTROL, so I won’t really
Hi Jagan,
On 29/08/2017 11:09, Jagan Teki wrote:
> Hi Stefano,
>
> On Mon, Aug 28, 2017 at 4:45 PM, Jagan Teki wrote:
>> From: Jagan Teki
>>
>> Memory dt node update introduced by spl_fixup_fdt() in below
>> commit was making DDR configuration in-appropriate
>> to boot falcon mode. Hence added
I just realised that you are building TPL.
For this you will need a TPL_SYS_THUMB_BUILD symbol now (with the
CONFIG_IS_ENABLED knowing about the difference between TPL and SPL).
Here’s the test output from my commandline:
ptomsich@android:~/rk3399-spl/u-boot$
~/x-tools/arm-unknown-eabi/bin/arm-
Hi Tom,
please pull from u-boot-imx, thanks !
The following changes since commit 90ae53ce1ae665a1b43ecf5ccafc339839392427:
fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long (2017-08-22
08:20:02 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git mas
On Wed, Aug 30, 2017 at 12:30 AM, Sekhar Nori wrote:
> On Wednesday 30 August 2017 08:07 AM, Adam Ford wrote:
>> On Tue, Aug 29, 2017 at 8:05 AM, Adam Ford wrote:
>>> On Tue, Aug 29, 2017 at 6:41 AM, Sekhar Nori wrote:
On Tuesday 29 August 2017 03:29 PM, Adam Ford wrote:
> On Tue, Aug 2
Signed-off-by: Shengzhou Liu
---
include/configs/ls1043a_common.h | 11 ++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h
index f064d5c24a..976c031574 100644
--- a/include/configs/ls1043a_common.h
+++ b/in
Signed-off-by: Shengzhou Liu
---
include/configs/ls2080ardb.h | 17 +
1 file changed, 17 insertions(+)
diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h
index b309d79586..9458fda173 100644
--- a/include/configs/ls2080ardb.h
+++ b/include/configs/ls2080ardb.
Signed-off-by: Shengzhou Liu
---
include/configs/ls1046a_common.h | 8 +++-
include/configs/ls1046ardb.h | 6 ++
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/include/configs/ls1046a_common.h b/include/configs/ls1046a_common.h
index e5159d8f1a..953f3ae70e 100644
--- a
Signed-off-by: Shengzhou Liu
---
include/configs/ls1021atwr.h | 11 ++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h
index 0e5b004868..45fb94a889 100644
--- a/include/configs/ls1021atwr.h
+++ b/include/configs/ls
On Wed, Aug 30, 2017 at 3:40 PM, Stefan Roese wrote:
> Without ethernet cable plugged, "ip=dhcp" leads to a complete hangup in
> Linux booting and the system does not boot into userland at all. Since
> its not required to have an active network connection on these board,
> lets remove this stateme
On Tue, 2017-08-29 at 17:33 +, York Sun wrote:
> +Roy Zang to comment on PCIe clock source
>
> On 08/29/2017 10:06 AM, Joakim Tjernlund wrote:
> > On Tue, 2017-08-29 at 15:43 +, York Sun wrote:
> > > On 08/29/2017 06:21 AM, Joakim Tjernlund wrote:
> > > > On Tue, 2017-08-29 at 12:47 +0200,
Hi Bin,
On Wed, Aug 30, 2017 at 1:17 PM, Bin Meng wrote:
> Hi Jagan,
>
> On Wed, Aug 30, 2017 at 2:30 PM, Jagan Teki wrote:
>> Hi Bin,
>>
>> On Wed, Aug 30, 2017 at 11:11 AM, Bin Meng wrote:
>>> On Wed, Aug 30, 2017 at 1:27 PM, Yang, Wenyou
>>> wrote:
On 2017/8/30 11:43, Bin Me
On 8/29/2017 10:15 PM, tien.fong.c...@intel.com wrote:
From: Tien Fong Chee
Report Coverity log:
The code uses a variable that has not
been initialized, leading to unpredictable
or unintended results.
Reported-by: Coverity (CID: 60519)
Signed-off-by: Tien Fong Chee
---
lib/libfdt/fdt_wip.c
On Tue, Jul 25, 2017 at 12:30 PM, Wenyou Yang wrote:
> From: Cyrille Pitchen
>
> This patch introduces 'struct spi_flash_command' and functions
> spi_is_flash_command_supported() / spi_exec_flash_command().
>
Answer for why this shouldn't be part of SPI area.
[snip]
drivers/spi and include/spi
On Tue, Jul 25, 2017 at 12:31 PM, Wenyou Yang wrote:
> From: Cyrille Pitchen
>
> This patch adds support to the Atmel Quad SPI controller.
So, this is SPI flash driver not Generic SPI - the problem with these
were resides at drivers/spi is entire SPI layer becomes SPI-flash
oriented which is abs
On Tue, Jul 25, 2017 at 12:30 PM, Wenyou Yang wrote:
> From: Cyrille Pitchen
>
> Now that the SPI sub-system API has been extended with
> 'struct spi_flash_command' and spi_is_flash_command_supported() /
> spi_exec_flash_command() functions, we update the SPI FLASH sub-system to
> use this new AP
Hi Troy,
On 08/29/2017 11:55 AM, Troy Kisky wrote:
On 8/29/2017 7:37 AM, Eric Nelson wrote:
Hi Troy,
On 08/28/2017 09:42 AM, Troy Kisky wrote:
On 8/27/2017 3:04 PM, Eric Nelson wrote:
This adds support for USB boot mode on the i.MX7D SoC, which
is most useful when doing U-Boot development on
This adds support for two additional boot modes on the i.MX7D SoC, which
is most useful when doing U-Boot development on this chip.
1. "bmode usb" can be used to force the ROM boot loader's serial
2. "bmode normal" can be used to revert to the normal boot mode
as specified by fuses and BOOT_MOD
On Wed, Aug 30, 2017 at 2:40 PM, Philipp Rossak wrote:
>
>
> Am 30.08.2017 um 08:47 schrieb Jagan Teki:
>>
>> On Wed, Aug 30, 2017 at 6:02 AM, Philipp Rossak wrote:
>>>
>>> From: Philipp Rossak
>>>
>>> The sun8i emac hardware is present on the Nanopi M1.
>>> It uses the internal PHY.
>>>
>>> Sig
On Wed, Aug 30, 2017 at 2:00 PM, Suresh Gupta wrote:
> It is recommended to check either controller is free to take
> new spi action. The IP_ACC and AHB_ACC bits indicates that
> the controller is busy in IP or AHB mode respectively.
> And the BUSY bit indicates that controller is currently
> busy
> -Original Message-
> From: Jagan Teki [mailto:jagannadh.t...@gmail.com]
> Sent: Wednesday, August 30, 2017 7:54 PM
> To: Suresh Gupta
> Cc: u-boot@lists.denx.de; York Sun
> Subject: Re: [PATCH v3] spi: fsl_qspi: Add controller busy check before new
> spi
> operation
>
> On Wed, Aug
On Wed, Aug 30, 2017 at 8:01 PM, Suresh Gupta wrote:
>
>
>> -Original Message-
>> From: Jagan Teki [mailto:jagannadh.t...@gmail.com]
>> Sent: Wednesday, August 30, 2017 7:54 PM
>> To: Suresh Gupta
>> Cc: u-boot@lists.denx.de; York Sun
>> Subject: Re: [PATCH v3] spi: fsl_qspi: Add control
It is recommended to check either controller is free to take
new spi action. The IP_ACC and AHB_ACC bits indicates that
the controller is busy in IP or AHB mode respectively.
And the BUSY bit indicates that controller is currently
busy handling a transaction to an external flash device
Signed-off-
This board is based on Intel Tangier SoC (Intel Merrifield platform)
and may utilize ACPI powerfulness.
Bring minimum support by appending initial DSDT table for it.
Note, the addresses for generated tables are carefully chosen to avoid
any conflicts with existing shadowed BIOS data. The user hav
Intel Tangier SoC is a part of Intel Merrifield platform which doesn't
utilize ACPI by default. Here is an attempt to unleash ACPI flexibility
power on Intel Merrifield based platforms.
The change brings minimum support of the devices that found on
Intel Merrifield based end user device.
Signed-o
This RFC series based on discussion [1] to show how we may unleash the
powerfulness of ACPI on the board, which initially didn't support it,
via U-Boot.
The series is highly experimental, though I'm using it on daily basis
since my main work on ACPI pin control glue layer.
More information is ava
+ Philipp
On Mon, Aug 21, 2017 at 6:30 PM, Kever Yang wrote:
> Since we support ATF in SPL and add script for it, let's make the
> document up to date.
>
> Signed-off-by: Kever Yang
> Acked-by: Philipp Tomsich
> ---
>
> Changes in v2:
> - typo fix, evb-firefly->firefly-rk3399
>
> board/rockchi
On 08/30/2017 06:05 AM, Joakim Tjernlund wrote:
> On Tue, 2017-08-29 at 17:33 +, York Sun wrote:
>> +Roy Zang to comment on PCIe clock source
>>
>> On 08/29/2017 10:06 AM, Joakim Tjernlund wrote:
>>> On Tue, 2017-08-29 at 15:43 +, York Sun wrote:
On 08/29/2017 06:21 AM, Joakim Tjernlun
On Wed, Aug 30, 2017 at 8:06 PM, Suresh Gupta wrote:
> It is recommended to check either controller is free to take
> new spi action. The IP_ACC and AHB_ACC bits indicates that
> the controller is busy in IP or AHB mode respectively.
> And the BUSY bit indicates that controller is currently
> busy
On Wed, 2017-08-30 at 15:25 +, York Sun wrote:
> On 08/30/2017 06:05 AM, Joakim Tjernlund wrote:
> > On Tue, 2017-08-29 at 17:33 +, York Sun wrote:
> > > +Roy Zang to comment on PCIe clock source
> > >
> > > On 08/29/2017 10:06 AM, Joakim Tjernlund wrote:
> > > > On Tue, 2017-08-29 at 15:4
Hi,
Sending this out in a slightly unfinished state to gauge if there's
interest in having this included in U-Boot. Basically this allows
running U-Boot under QEMU's '-machine virt' emulation, thus making it
possible to boot Linux distros that use the extlinux.conf booting method
under '-machine v
QEMU emulates such a device with '-machine virt,highmem=off' on ARM.
The 'highmem=off' part is required for things to work as the PCI code
in U-Boot doesn't seem to support 64-bit BARs.
This driver is basically a copy-paste of the Xilinx PCIE driver with the
Xilinx-specific bits removed and compat
After a successful read of a UBI volume, the variable filesize is set
to the number of read bytes. To boot linux with a raw initramfs/initrd,
you must specify the exact size of the initramfs/initrd image in boot
command. If the initramfs/inird is read from UBI volume, $filesize is
required to acces
Hi,
Jagan Teki píše v St 30. 08. 2017 v 19:48 +0530:
> On Wed, Aug 30, 2017 at 2:40 PM, Philipp Rossak wrote:
> >
> >
> > Am 30.08.2017 um 08:47 schrieb Jagan Teki:
> > >
> > > On Wed, Aug 30, 2017 at 6:02 AM, Philipp Rossak wrote:
> > > >
> > > > From: Philipp Rossak
> > > >
> > > > The s
Hi,
I found that in commit-id 4d43d065db3262f9a9918ba72457bf36dfb8e0bb was
changing SUNXI_GMAC config to SUN7I_GMAC. However, after that change, the
PHY was not initialized correctly on my board (Olimex
Olinuxino-A20-Lime2-eMMC).
This patch should correct the behavior. However, beeing my first patc
This board builds an U-Boot binary that is bootable with QEMU's 'virt'
machine on ARM. The minimal QEMU command line is:
qemu-system-arm -machine virt,highmem=off -bios u-boot.bin
(Note that the 'highmem=off' parameter to the 'virt' machine is required for
PCI to work in U-Boot.) This command
On Wed, Aug 30, 2017 at 8:06 PM, Ondřej Jirman wrote:
> Hi,
>
> Jagan Teki píše v St 30. 08. 2017 v 19:48 +0530:
>> On Wed, Aug 30, 2017 at 2:40 PM, Philipp Rossak wrote:
>> >
>> >
>> > Am 30.08.2017 um 08:47 schrieb Jagan Teki:
>> > >
>> > > On Wed, Aug 30, 2017 at 6:02 AM, Philipp Rossak
>> >
On 08/26/2017 06:39 AM, Simon Glass wrote:
> On 15 August 2017 at 12:14, York Sun wrote:
>> SPL supports U-Boot image in FIT format which has data outside of
>> FIT structure. This adds support for embedded data for normal FIT
>> images.
>>
>> Signed-off-by: York Sun
>> Reviewed-by: Tom Rini
>>
On 08/17/2017 10:44 PM, Ashish Kumar wrote:
> LS1088A is an ARMv8 implementation. The LS1088ARDB is an evaluatoin
> platform that supports the LS1088A family SoCs. This patch add basic
> support of the platform.
>
> Signed-off-by: Alison Wang
> Signed-off-by: Prabhakar Kushwaha
> Signed-off-by:
On 08/28/2017 02:32 AM, Ran Wang wrote:
> USB High Speed (HS) EYE Height Adjustment
> USB HS speed eye diagram fails with the default value at
> many corners, particularly at a high temperature
>
> Optimal eye at TXREFTUNE value to 0x9 is observed, change
> set the same value.
>
> Signed-off-by:
On 08/28/2017 02:33 AM, Ran Wang wrote:
> Low Frequency Periodic Signaling(LFPS) Peak-to-Peak Differential
> Output Voltage Test Compliance fails using default transmitter
> settings
>
> Change config of transmitter signal swings by setting register
> PCSTXSWINGFULL to 0x47 to pass compliance test
On 08/30/2017 10:12 AM, York Sun wrote:
> On 08/26/2017 06:39 AM, Simon Glass wrote:
>> On 15 August 2017 at 12:14, York Sun wrote:
>>> SPL supports U-Boot image in FIT format which has data outside of
>>> FIT structure. This adds support for embedded data for normal FIT
>>> images.
>>>
>>> Signed
On Wed, Aug 30, 2017 at 9:31 AM, Tuomas Tynkkynen
wrote:
> Hi,
>
> Sending this out in a slightly unfinished state to gauge if there's
> interest in having this included in U-Boot. Basically this allows
> running U-Boot under QEMU's '-machine virt' emulation, thus making it
> possible to boot Linu
On 08/30/2017 06:37 AM, Heinrich Schuchardt wrote:
>
>
> On 08/30/2017 03:54 AM, Bin Meng wrote:
>> Hi Heinrich,
>>
>> On Wed, Aug 30, 2017 at 4:26 AM, Heinrich Schuchardt
>> wrote:
>>> Hello Simon,
>>>
>>> U-Boot HEAD qemu-86_defconfig cannot discover an IDE disk with one FAT
>>> partition in
This adds support for two additional boot modes on the i.MX7D SoC, which
is most useful when doing U-Boot development on this chip.
1. "bmode usb" can be used to force the ROM boot loader's serial
2. "bmode normal" can be used to revert to the normal boot mode
as specified by fuses and BOOT_MOD
Sorry for the spam.
I resent this by mistake.
On 08/30/2017 03:13 PM, Eric Nelson wrote:
This adds support for two additional boot modes on the i.MX7D SoC, which
is most useful when doing U-Boot development on this chip.
1. "bmode usb" can be used to force the ROM boot loader's serial
2. "bmod
Update these macros to use all upper-case to avoid checkpatch
warnings:
ENET_25MHz,
ENET_50MHz,
ENET_125MHz,
Signed-off-by: Eric Nelson
---
arch/arm/include/asm/arch-mx7/clock.h | 6 +++---
arch/arm/mach-imx/mx7/clock.c | 2 +-
board/freescale/mx7dsabresd
Need to not access the byte after the input_buffer.
Reported-by: Coverity (CID: 144423)
Signed-off-by: Joe Hershberger
---
drivers/net/netconsole.c | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/drivers/net/netconsole.c b/drivers/net/netconsole.c
index e9dbedf..028fc
Nothing from this header is used there, so remove it.
Signed-off-by: Joe Hershberger
---
net/bootp.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/net/bootp.c b/net/bootp.c
index 73370a1..59bb209 100644
--- a/net/bootp.c
+++ b/net/bootp.c
@@ -14,7 +14,6 @@
#include
#include
#include "
Reported-by: Coverity (CID: 152888)
Signed-off-by: Joe Hershberger
---
net/nfs.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/nfs.h b/net/nfs.h
index 70a1a6d..a773cfb 100644
--- a/net/nfs.h
+++ b/net/nfs.h
@@ -59,7 +59,7 @@ enum rpc_accept_stat {
struct rpc_t {
On 30.08.2017 18:59, Jagan Teki wrote:
On Wed, Aug 30, 2017 at 8:06 PM, Ondřej Jirman wrote:
Hi,
Jagan Teki píše v St 30. 08. 2017 v 19:48 +0530:
On Wed, Aug 30, 2017 at 2:40 PM, Philipp Rossak wrote:
Am 30.08.2017 um 08:47 schrieb Jagan Teki:
On Wed, Aug 30, 2017 at 6:02 AM, Philipp Ro
Hi Jagan,
On 08/30/2017 11:10 PM, Jagan Teki wrote:
+ Philipp
On Mon, Aug 21, 2017 at 6:30 PM, Kever Yang wrote:
Since we support ATF in SPL and add script for it, let's make the
document up to date.
Signed-off-by: Kever Yang
Acked-by: Philipp Tomsich
---
Changes in v2:
- typo fix, evb-f
Hi Philipp,
Yes, I'm building TPL, the error message gone after I add
TPL_SYS_THUMB_BUILD.
I still confuse where the build option affects, eg. which Mackfile or
config.mk?
Thanks,
- Kever
On 08/30/2017 06:16 PM, Dr. Philipp Tomsich wrote:
I just realised that you are building TPL.
For
On Thu, Aug 31, 2017 at 7:10 AM, Philipp Rossak wrote:
>
>
> On 30.08.2017 18:59, Jagan Teki wrote:
>>
>> On Wed, Aug 30, 2017 at 8:06 PM, Ondřej Jirman wrote:
>>>
>>> Hi,
>>>
>>> Jagan Teki píše v St 30. 08. 2017 v 19:48 +0530:
On Wed, Aug 30, 2017 at 2:40 PM, Philipp Rossak
wrot
Hi York
> -Original Message-
> From: York Sun
> Sent: Thursday, August 31, 2017 2:07 AM
> To: Ran Wang ; open list
> Cc: Suresh Gupta ; Sriram Dash
> ; Prabhakar Kushwaha
> ; Simon Glass ; Rajesh
> Bhagat ; Andy Tang ; Priyanka
> Jain
> Subject: Re: [PATCH v4 3/8] armv8: Add workaround f
> -Original Message-
> From: York Sun
> Sent: Thursday, August 31, 2017 2:07 AM
> To: Ran Wang ; open list
> Cc: Suresh Gupta ; Sriram Dash
> ; Prabhakar Kushwaha
> ; Simon Glass ; Rajesh
> Bhagat ; Andy Tang ; Priyanka
> Jain
> Subject: Re: [PATCH v4 1/8] armv8: Add workaround for USB er
Hi Heinrich,
On Thu, Aug 31, 2017 at 5:19 AM, Heinrich Schuchardt wrote:
> On 08/30/2017 06:37 AM, Heinrich Schuchardt wrote:
>>
>>
>> On 08/30/2017 03:54 AM, Bin Meng wrote:
>>> Hi Heinrich,
>>>
>>> On Wed, Aug 30, 2017 at 4:26 AM, Heinrich Schuchardt
>>> wrote:
Hello Simon,
U-B
Add MT35XU512ABA1G12 parameters to NOR flash parameters array.
The MT35XU512ABA1G12 only supports 1 bit mode and 8 bits. It can't support
dual and quad. Supports subsector erase with 4KB granularity, have support
of FSR(flag status register) and flash size is 64MB.
Signed-off-by: Yogesh Gaur
---
Hi Kever,
On Thu, Aug 31, 2017 at 6:37 AM, Kever Yang wrote:
> Hi Jagan,
>
>
>
> On 08/30/2017 11:10 PM, Jagan Teki wrote:
>>
>> + Philipp
>>
>> On Mon, Aug 21, 2017 at 6:30 PM, Kever Yang
>> wrote:
>>>
>>> Since we support ATF in SPL and add script for it, let's make the
>>> document up to date
Hi Tuomas,
On Wed, Aug 30, 2017 at 4:31 PM, Tuomas Tynkkynen
wrote:
> QEMU emulates such a device with '-machine virt,highmem=off' on ARM.
> The 'highmem=off' part is required for things to work as the PCI code
> in U-Boot doesn't seem to support 64-bit BARs.
>
> This driver is basically a copy-p
Hi Tuomas,
On Wed, Aug 30, 2017 at 4:31 PM, Tuomas Tynkkynen
wrote:
> This board builds an U-Boot binary that is bootable with QEMU's 'virt'
> machine on ARM. The minimal QEMU command line is:
>
> qemu-system-arm -machine virt,highmem=off -bios u-boot.bin
>
> (Note that the 'highmem=off' para
86 matches
Mail list logo