Hi Jagan,
On 30 November 2016 04:59, Jagan Teki wrote:
> On Tue, Nov 29, 2016 at 6:28 PM, Phil Edworthy
> wrote:
> > Most of the code already uses #defines for the bit value, rather
> > than the shift required to get the value. This changes the remaining
> > code over.
> >
> > Whislt at it, fix t
On 14-11-16 18:46, york sun wrote:
On 11/07/2016 10:03 PM, Yao Yuan wrote:
On 11/08/2016 02:27 AM, York Sun wrote:
On 10/25/2016 07:10 PM, Yuan Yao wrote:
From: Yuan Yao
The default configuration for QSPI AHB bus can't support 16MB+.
But some flash on NXP layerscape board are more than 16MB
The currently available functions accessing the 'reg' property of a
device only retrieve the address. Sometimes its also necessary to
retrieve the size described by the 'reg' property. This patch adds
the new function dev_get_addr_size_index() which retrieves both,
the address and the size describe
Hi Simon,
On 30.11.2016 03:35, Simon Glass wrote:
On 28 November 2016 at 02:46, Stefan Roese wrote:
The currently available functions accessing the 'reg' property of a
device only retrieve the address. Sometimes its also necessary to
retrieve the size described by the 'reg' property. This patc
On Wednesday 30 November 2016 05:24 AM, Joe Hershberger wrote:
> On Thu, Nov 17, 2016 at 11:39 PM, Mugunthan V N wrote:
>> Adopt usb ether gadget and rndis driver to adopt driver model
>>
>> Signed-off-by: Mugunthan V N
>> ---
>> drivers/usb/gadget/Kconfig | 4 ++
>> drivers/usb/gadget/ether.c
On Wednesday 30 November 2016 04:43 AM, Joe Hershberger wrote:
> On Sun, Nov 27, 2016 at 11:02 AM, Simon Glass wrote:
>> Hi Mugunthan,
>>
>> On 24 November 2016 at 01:11, Mugunthan V N wrote:
>>> Hi Simon
>>>
>>> On Thursday 24 November 2016 07:51 AM, Simon Glass wrote:
Hi Mugunthan,
>>
On 11/29/2016 06:39 PM, Jerry Huang wrote:
> Any comment for this patch?
>
Looks simple enough.
York
> Best Regards
> Jerry Huang
>
> -Original Message-
> From: Changming Huang [mailto:jerry.hu...@nxp.com]
> Sent: Thursday, November 24, 2016 3:14 PM
> To: york sun ; u-boot@lists.denx.de
On Tue, Nov 29, 2016 at 6:28 PM, Phil Edworthy
wrote:
> Most of the code already uses #defines for the bit value, rather
> than the shift required to get the value. This changes the remaining
> code over.
>
> Whislt at it, fix the names of the "Rd Data Capture" register defs.
>
> Signed-off-by: Ph
On 11/21/2016 04:21 PM, Alexander Graf wrote:
On 21/11/2016 23:21, Stephen Warren wrote:
On 11/18/2016 05:18 AM, Alexander Graf wrote:
We have all the building blocks now to run arbitrary efi applications
in travis. The most important one out there is grub2, so let's add
a simple test to veri
On 11/21/2016 04:15 PM, Alexander Graf wrote:
On 21/11/2016 23:31, Tom Rini wrote:
On Mon, Nov 21, 2016 at 03:21:43PM -0700, Stephen Warren wrote:
On 11/18/2016 05:18 AM, Alexander Graf wrote:
We have all the building blocks now to run arbitrary efi applications
in travis. The most important
Any comment for this patch?
Best Regards
Jerry Huang
-Original Message-
From: Changming Huang [mailto:jerry.hu...@nxp.com]
Sent: Thursday, November 24, 2016 3:14 PM
To: york sun ; u-boot@lists.denx.de
Cc: Jerry Huang
Subject: [PATCH] fsl/usb: enable the errata-a005697 for ls1012a
Enabl
On 11/28/2016 03:09 PM, Simon Glass wrote:
Hi Stephen,
On 17 November 2016 at 12:45, Stephen Warren wrote:
On 11/16/2016 06:13 PM, Simon Glass wrote:
With the new device-tree rules it is possible to put device-tree changes
needed by U-Boot into their own file. As an example of this approach
[...]
>>>
>>> I'd like to have at least Dinh's/Chin's ack on this.
>>>
>>> btw don't you need BB for READ as well ?
>>>
>>
>> I don't see any issue with READ due to non word size accesses ATM,
>
> Like user does sf read ... 0x1003 0x100 , you'll likely have a pro
On 11/27/2016 11:05 PM, Mirza Krak wrote:
From: Mirza Krak
Recently the default UART clock rate has been changed to 48 MHz on all
pi`s in the firmware files, which broke UART support in u-boot.
Align configuration to boot firmware.
diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberryp
On 11/15/2016 02:27 AM, York Sun wrote:
> On 11/07/2016 10:03 PM, Yao Yuan wrote:
> > On 11/08/2016 02:27 AM, York Sun wrote:
> >> On 10/25/2016 07:10 PM, Yuan Yao wrote:
> >>> From: Yuan Yao
> >>>
> >>> The default configuration for QSPI AHB bus can't support 16MB+.
> >>> But some flash on NXP la
From: Yuan Yao
The default configuration for QSPI AHB bus can't support 16MB+.
But some flash on NXP layerscape board are more than 16MB.
Signed-off-by: Yuan Yao
---
Changed in v2:
Remove the CONFIG_QSPI_AHB_INIT into Kconfig.
---
arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 7
From: Yuan Yao
Add the name for register space and memory space.
<0x155 0x1 > is the QSPI register space.
<0x4000 0x400> is the QSPI memory space.
Signed-off-by: Yuan Yao
---
Changed in v2:
Updated the commit message.
---
arch/arm/dts/ls1021a.dtsi | 1 +
1 file changed,
On 11/30/2016 04:10 AM, Simon Glass wrote:
> Hi Marek,
>
> On 29 November 2016 at 20:04, Marek Vasut wrote:
>> On 11/30/2016 03:26 AM, Simon Glass wrote:
>>> Hi Marek,
>>>
>>> On 29 November 2016 at 18:27, Marek Vasut wrote:
On 11/30/2016 01:32 AM, Simon Glass wrote:
> Hi Marek,
>
>
Hi,
On 25 November 2016 at 20:28, Jagan Teki wrote:
> On Sat, Nov 26, 2016 at 1:08 AM, Simon Glass wrote:
>> Hi,
>>
>> On 25 November 2016 at 09:59, Fabio Estevam wrote:
>>> On Fri, Nov 25, 2016 at 2:57 PM, Jagan Teki wrote:
>>>
Yeah, ie what if dts has a wrong value and do print that and
Hi Marek,
On 29 November 2016 at 20:04, Marek Vasut wrote:
> On 11/30/2016 03:26 AM, Simon Glass wrote:
>> Hi Marek,
>>
>> On 29 November 2016 at 18:27, Marek Vasut wrote:
>>> On 11/30/2016 01:32 AM, Simon Glass wrote:
Hi Marek,
On 27 November 2016 at 10:07, Marek Vasut wrote:
>>
On Tue, Nov 29, 2016 at 04:33:23PM -0600, Andrew F. Davis wrote:
> From: Harinarayan Bhatta
>
> secure_tee_install is used to install and initialize a secure TEE OS such as
> Linaro OP-TEE into the secure world. This function takes in the address
> where the signed TEE image is loaded as an argu
On 11/30/2016 03:26 AM, Simon Glass wrote:
> Hi Marek,
>
> On 29 November 2016 at 18:27, Marek Vasut wrote:
>> On 11/30/2016 01:32 AM, Simon Glass wrote:
>>> Hi Marek,
>>>
>>> On 27 November 2016 at 10:07, Marek Vasut wrote:
On 11/27/2016 06:03 PM, Simon Glass wrote:
> Hi Marex,
>
>
At present an invalid bus width prints a message but does not return an
error. This is the opposite of the correct behaviour. Adjust it to avoid
code bloat in the common case, and avoid hard-to-debug failure in the
uncommon case.
Signed-off-by: Simon Glass
---
Changes in v3:
- Display an error i
Hi Heiko,
On 29 November 2016 at 16:45, Heiko Stübner wrote:
> Hi Simon,
>
> Am Sonntag, 27. November 2016, 10:01:40 schrieb Simon Glass:
>> This v3 patch is an update on Sjoerd's original v2 series from Feburary.
>> I have dealt with the changes requested at the time, and adjusted the way
>> tha
+U-Boot and Bin
On 29 November 2016 at 15:25, Julius Werner wrote:
> edit: forgot the mailing list
>
> On Tue, Nov 29, 2016 at 2:24 PM, Julius Werner wrote:
>> +Simon who maintains the U-Boot x86 port and might be interested
>>
>> In general, this sounds like a U-Boot problem more than a coreboo
On Tue, Nov 29, 2016 at 07:26:55PM -0700, Simon Glass wrote:
> Hi Marek,
>
> On 29 November 2016 at 18:28, Marek Vasut wrote:
> > On 11/30/2016 01:32 AM, Simon Glass wrote:
> >> Hi Marek,
> >>
> >> On 25 November 2016 at 15:32, Marek Vasut wrote:
> >>> Add new configuration option CONFIG_MMC_TIN
Hi Stefan,
On 28 November 2016 at 02:46, Stefan Roese wrote:
> The currently available functions accessing the 'reg' property of a
> device only retrieve the address. Sometimes its also necessary to
> retrieve the size described by the 'reg' property. This patch adds
> the new function dev_get_ad
Hi Lucasz,
On 17 November 2016 at 22:19, Mugunthan V N wrote:
> The previous series didn't land on the mailing list properly, so
> resending the series as *v3 resend*, sorry for spamming.
>
> This patch series adopts driver model for usb ether gadget
> driver. This series is tested with MUSB driv
Hi Bin,
On 25 November 2016 at 20:15, Simon Glass wrote:
> This series introduces binman, a tool designed to create firmware images.
> It provides a way to bring together various binaries and place them in an
> image, at particular positions and with configurable alignment.
>
> Packaging of firmw
Hi Marek,
On 29 November 2016 at 18:28, Marek Vasut wrote:
> On 11/30/2016 01:32 AM, Simon Glass wrote:
>> Hi Marek,
>>
>> On 25 November 2016 at 15:32, Marek Vasut wrote:
>>> Add new configuration option CONFIG_MMC_TINY which strips away all
>>> memory allocation within the MMC code and code fo
Hi Marek,
On 29 November 2016 at 18:27, Marek Vasut wrote:
> On 11/30/2016 01:32 AM, Simon Glass wrote:
>> Hi Marek,
>>
>> On 27 November 2016 at 10:07, Marek Vasut wrote:
>>> On 11/27/2016 06:03 PM, Simon Glass wrote:
Hi Marex,
On 25 November 2016 at 15:32, Marek Vasut wrote:
>>
On 11/29/2016 09:46 AM, Kever Yang wrote:
> Hi Marek,
>
> On 11/26/2016 12:46 AM, Marek Vasut wrote:
>> On 11/24/2016 08:29 AM, Kever Yang wrote:
>>> Some board do not use the dwc2 internal VBUS_DRV signal, but
>>> use a gpio pin to enable the 5.0V VBUS power, add interface to
>>> enable the power
On 11/30/2016 01:32 AM, Simon Glass wrote:
> Hi Marek,
>
> On 25 November 2016 at 15:32, Marek Vasut wrote:
>> Add new configuration option CONFIG_MMC_TINY which strips away all
>> memory allocation within the MMC code and code for handling multiple
>> cards. This allows extremely space-constrain
On 11/30/2016 01:32 AM, Simon Glass wrote:
> Hi Marek,
>
> On 27 November 2016 at 10:07, Marek Vasut wrote:
>> On 11/27/2016 06:03 PM, Simon Glass wrote:
>>> Hi Marex,
>>>
>>> On 25 November 2016 at 15:32, Marek Vasut wrote:
Add driver data to each compatible string to identify the type of
Hi Michael,
> -Original Message-
> From: Michael Kurz [mailto:michi.k...@gmail.com]
> Sent: Thursday, November 24, 2016 11:11 AM
> To: u-boot@lists.denx.de
> Cc: Michael Kurz ; Albert Aribaud
> ; Vikas MANOCHA
> Subject: [PATCH v3 1/9] ARM: DTS: stm32: add stm32f746 device tree pin
> co
On 29 November 2016 at 01:49, Kever Yang wrote:
> Hi Simon,
>
>
> On 11/26/2016 03:39 AM, Simon Glass wrote:
>>
>> Hi Kever,
>>
>> On 24 November 2016 at 00:29, Kever Yang
>> wrote:
>>>
>>> The PopMetal board have a on board FE1.1 usb 2.0 hub which connect to
>>> the usb host port, we need to de-
Hi Meng,
On 28 November 2016 at 22:32, Meng Yi wrote:
> This driver compatible with pcf2127 and pcf2129
>
> Signed-off-by: Meng Yi
> ---
> drivers/rtc/Makefile | 1 +
> drivers/rtc/pcf2127.c | 94
> +++
> 2 files changed, 95 insertions(+)
> cr
On 28 November 2016 at 02:34, Lokesh Vutla wrote:
> Add support for enabling d-cache in SPL. The sequence in SPL tries to
> replicate the sequence done in U-Boot except that MMU entries were added
> for SRAM.
>
> Signed-off-by: Lokesh Vutla
> ---
> arch/arm/include/asm/cache.h | 1 +
> arch
On 28 November 2016 at 03:01, Andreas Fenkart
wrote:
> this makes it easier comparable to the double-buffered version
>
> Signed-off-by: Andreas Fenkart
> ---
> common/env_sf.c | 20 +++-
> 1 file changed, 11 insertions(+), 9 deletions(-)
Reviewed-by: Simon Glass
__
On 28 November 2016 at 02:34, Lokesh Vutla wrote:
> Move the assignment of board info to global data a bit early which is safe,
> so that ram details can be used to enable caches.
>
> Signed-off-by: Lokesh Vutla
> ---
> common/spl/spl.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Re
On 27 November 2016 at 15:15, Vladimir Zapolskiy wrote:
> Like on ARM platform keep the first code relocation from a U-boot
> image storage to RAM at CONFIG_SYS_TEXT_BASE, then pass execution to a
> generic board_init_f() with empty GD flags. If CONFIG_SYS_TEXT_BASE is
> equal to a calculated by b
On 28 November 2016 at 03:01, Andreas Fenkart
wrote:
> copy&paste code found in single/double buffered code path
>
> Signed-off-by: Andreas Fenkart
> ---
> common/env_sf.c | 47 ++-
> 1 file changed, 18 insertions(+), 29 deletions(-)
Reviewed-by: Simo
On 27 November 2016 at 15:15, Vladimir Zapolskiy wrote:
> It is easy to note that SH2/SH3/SH4 start.S code is practically
> the same with a minor difference for SH2 where a short data header is
> present. To avoid unwanted code duplication and to automatically
> convert SH2 and SH3 platforms to ge
On 27 November 2016 at 15:15, Vladimir Zapolskiy wrote:
> Commits b61e90e6fd83 ("sh: Drop the arch-specific board init") and
> f41e6088eb1a ("sh: Fix build errors for generic board") left code and
> data relocation done in start.S, however further actual U-boot
U-Boot
> configuration is not star
On 27 November 2016 at 15:15, Vladimir Zapolskiy wrote:
> By default this undef is a noop, moreover at this point when the
> platform support is broken is prevents debugging of U-boot by manual
U-Boot
> insertion of #define DEBUG into common files, so it makes sense to
> remove the option from a
On 27 November 2016 at 15:15, Vladimir Zapolskiy wrote:
> Generic board support assumes a different method of specifying
> DRAM size on board, also it can be shared among all boards, notably
> only sh7763rdp board has a custom legacy dram_init(), however
> the difference is only in printing some a
On 27 November 2016 at 15:15, Vladimir Zapolskiy wrote:
> All SH boards define a checkboard() function which outputs basic board
> information on boot, however generic board support requires to define
> CONFIG_DISPLAY_BOARDINFO to do that, so define it for the boards.
>
> Signed-off-by: Vladimir Z
On 27 November 2016 at 15:15, Vladimir Zapolskiy wrote:
> At the moment in runtime all defined sections are copied into or
> created in RAM, specify this explicitly to assert potential out of RAM
> placements of the sections.
>
> Signed-off-by: Vladimir Zapolskiy
> ---
> arch/sh/cpu/u-boot.lds |
On 27 November 2016 at 15:15, Vladimir Zapolskiy wrote:
> Reference lowlevel_init of all supported SH2A/SH3/SH4/SH4A boards
> from a shared linker script, the lowlevel_init function will be called
> by a relative address.
>
> Signed-off-by: Vladimir Zapolskiy
> ---
> arch/sh/cpu/u-boot.lds
On 27 November 2016 at 15:15, Vladimir Zapolskiy wrote:
> Three supported SH4/SH4A boards with the bootloader image stored on
> SPI flash have own flavour of a linker script, in turn they are equal
> among each other. The only difference is that the text from
> lowlevel_init.o is placed right afte
On 27 November 2016 at 15:15, Vladimir Zapolskiy wrote:
> No functional change, concentrate linker script commands in one
> place for convenience. Entry point is set to CONFIG_SYS_TEXT_BASE by
> default on build, so this option can be omitted from being added to
> the linker script.
>
> Signed-off
On 27 November 2016 at 15:15, Vladimir Zapolskiy wrote:
> CONFIG_RTL8139 was moved to a board defconfig by a commit 86e9dc86b1a2
> ("net: Move CONFIG_RTL8139 to Kconfig"), however it was done
> incorrectly due to a missing CONFIG_NETDEVICES selection, thus
> virtually it was just a removal of the
On 27 November 2016 at 15:15, Vladimir Zapolskiy wrote:
> Defined __io is no-op for the SH architecture and it can be removed
> from board files without any functional change.
>
> Signed-off-by: Vladimir Zapolskiy
> ---
> arch/sh/include/asm/io.h | 10 --
> include/configs/r2dplus.h |
On 27 November 2016 at 15:15, Vladimir Zapolskiy wrote:
> Both jump_to_P2() and back_to_P1() functions are found in asm/system.h
> header file and functionally they are the same, don't redefine them.
>
> Signed-off-by: Vladimir Zapolskiy
> ---
> arch/sh/cpu/sh4/cache.c | 39 ++---
On 27 November 2016 at 15:15, Vladimir Zapolskiy wrote:
> No functional change, moving cache manipulation functions into cache.c
> allows to collect all of them in a single location and as a pleasant
> side effect cache_control() function can be unexported now.
>
> Signed-off-by: Vladimir Zapolski
On 27 November 2016 at 15:15, Vladimir Zapolskiy wrote:
> While both options are acceptable use P1 area physical addresses
> instead of external memory space of text base and PCI system memory
> for unification purposes, all other supported superh boards have the
> same selection.
>
> This allows
On 27 November 2016 at 15:15, Vladimir Zapolskiy wrote:
> The change is similar to commit 994b56616bae ("sh: delete an unused
> source file") for SH2, however here the removed cache.c file was
> built and included into an image as a dead code.
>
> If it is needed in future the contents can be reus
On 27 November 2016 at 15:15, Vladimir Zapolskiy wrote:
> In common usecases flush_cache() assumes both cache invalidation and
> write-back to memory, instead of doing cache invalidation only with
> the wrapped 'ocbi' instruction pin flush_cache() to cache invalidation
> with memory write-back don
Hi Marek,
On 27 November 2016 at 10:07, Marek Vasut wrote:
> On 11/27/2016 06:03 PM, Simon Glass wrote:
>> Hi Marex,
>>
>> On 25 November 2016 at 15:32, Marek Vasut wrote:
>>> Add driver data to each compatible string to identify the type of
>>> the port. Since all the ports in the driver are en
Hi Marek,
On 25 November 2016 at 15:32, Marek Vasut wrote:
> Add new configuration option CONFIG_MMC_TINY which strips away all
> memory allocation within the MMC code and code for handling multiple
> cards. This allows extremely space-constrained SPL code use the MMC
> framework.
>
> Signed-off-
Hi Michal,
On 25 November 2016 at 08:00, Michal Simek wrote:
> This patch also includes ARM64 zynqmp changes:
> - Remove platform non DM initialization
> - Remove hardcoded sata base address
>
> Signed-off-by: Michal Simek
> ---
>
> Changes in v2:
> - make ceva_init_sata static
> - Move SATA_CEV
Hi Michal,
On 25 November 2016 at 08:00, Michal Simek wrote:
> All sata based drivers are bind and corresponding block
> device is created. Based on this find_scsi_device() is able
> to get back block device based on scsi_curr_dev pointer.
>
> intr_scsi() is commented now but it can be replaced b
Hi Andre,
On 28 November 2016 at 18:13, André Przywara wrote:
> On 28/11/16 00:22, André Przywara wrote:
>> On 27/11/16 17:02, Simon Glass wrote:
>>
>> Hi,
>>
>>> On 23 November 2016 at 20:19, Siarhei Siamashka
>>> wrote:
On Sun, 20 Nov 2016 14:56:59 +
Andre Przywara wrote:
>
On Thu, Nov 17, 2016 at 11:38 PM, Mugunthan V N wrote:
> prepare driver for driver model migration
>
> Signed-off-by: Mugunthan V N
Acked-by: Joe Hershberger
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Thu, Nov 17, 2016 at 11:37 PM, Mugunthan V N wrote:
> Use net device priv to pass usb ether priv and use it in
> net device ops callback.
>
> Signed-off-by: Mugunthan V N
> Reviewed-by: Simon Glass
Acked-by: Joe Hershberger
___
U-Boot mailing list
On Thu, Nov 17, 2016 at 11:36 PM, Mugunthan V N wrote:
> Consolidate the net device, usb eth device and gadget device
> struct to single struct and a single global variable so that the
> same can be passed as priv of ethernet driver.
>
> Signed-off-by: Mugunthan V N
> Reviewed-by: Simon Glass
A
On Thu, Nov 17, 2016 at 11:19 PM, Mugunthan V N wrote:
> Convert usb ether gadget to adopt usb driver model
>
> Signed-off-by: Mugunthan V N
Acked-by: Joe Hershberger
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u
On Thu, Nov 17, 2016 at 11:39 PM, Mugunthan V N wrote:
> Adopt usb ether gadget and rndis driver to adopt driver model
>
> Signed-off-by: Mugunthan V N
> ---
> drivers/usb/gadget/Kconfig | 4 ++
> drivers/usb/gadget/ether.c | 153
> ++---
> drivers/usb/
Hi Simon,
Am Sonntag, 27. November 2016, 10:01:40 schrieb Simon Glass:
> This v3 patch is an update on Sjoerd's original v2 series from Feburary.
> I have dealt with the changes requested at the time, and adjusted the way
> that the speed change is handled.
>
> Tested on firefly-rk3288, rock2.
T
Change all coldfire board files to use CONFIG_DISPLAY_CPUINFO.
Signed-off-by: Angelo Dureghello
---
configs/M5208EVBE_defconfig | 1 +
configs/M52277EVB_defconfig | 1 +
configs/M52277EVB_stmicro_defconfig | 1 +
configs/M5235EVB_Flash32_defconfig
Change all coldfire arch files to use CONFIG_DISPLAY_CPUINFO.
Signed-off-by: Angelo Dureghello
---
arch/m68k/cpu/mcf5227x/cpu.c | 4 +++-
arch/m68k/cpu/mcf523x/cpu.c| 4 +++-
arch/m68k/cpu/mcf52x2/cpu.c| 29 +
arch/m68k/cpu/mcf530x/cpu.c| 4 +++-
arch
On Thu, Nov 17, 2016 at 11:19 PM, Mugunthan V N wrote:
> network_started of struct eth_dev can be accessed using local
> variable dev and no reason to access it with the global struct.
>
> Signed-off-by: Mugunthan V N
> Reviewed-by: Simon Glass
Acked-by: Joe Hershberger
___
On Wed, Nov 16, 2016 at 2:24 AM, Michal Simek wrote:
> It is confusing that mdio commands work and report phy id as
> decimal value when mii is working with hex values.
>
> For example:
> ZynqMP> mdio list
> gem:
> 21 - TI DP83867 <--> ethernet@ff0e
> ZynqMP> mdio read ethernet@ff0e 0
> Re
On Sun, Nov 27, 2016 at 11:02 AM, Simon Glass wrote:
> Hi Mugunthan,
>
> On 24 November 2016 at 01:11, Mugunthan V N wrote:
>> Hi Simon
>>
>> On Thursday 24 November 2016 07:51 AM, Simon Glass wrote:
>>> Hi Mugunthan,
>>>
>>> On 20 November 2016 at 22:38, Mugunthan V N wrote:
Hi Simon,
On Wed, Nov 23, 2016 at 9:12 AM, Mario Six wrote:
> From: Dirk Eibach
>
> Add support for Marvell 88E1680 Integrated Octal
> 10/100/1000 Mbps Energy Efficient Ethernet Transceiver.
>
> Signed-off-by: Dirk Eibach
> ---
> drivers/net/phy/marvell.c | 51
> +
Hi Heiko and Simon,
Again, thank you both for your help, I really appreciate it!
The good news is that I finally got it to boot fully into mainline
u-boot. I switched gears and tried miniarm-rk3288_defconfig which
doesn't use the CONFIG_SPL_OF_PLATDATA option. So now my build looks
like:
u
Tom,
The following changes since commit 693d4c9f1dc40fcf24ced459bc4d1b46db33298a:
spl: Remove CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS (2016-11-18 21:20:59
-0500)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git
for you to fetch changes up to e8a390f0189c5868f2fa30
On Thu, Nov 24, 2016 at 1:10 PM, Michael Kurz wrote:
> Use the clock setup function defined in clock.c instead of setting the
> clock bits directly in the drivers.
> Remove register definitions of RCC in rcc.h as these are already
> defined in the struct in stm32.h
>
> Signed-off-by: Michael Kurz
On Sun, Nov 27, 2016 at 11:01 AM, Simon Glass wrote:
> From: Sjoerd Simons
>
> Add a new driver for the GMAC ethernet interface present in Rockchip
> RK3288 SOCs. This driver subclasses the generic design-ware driver to
> add the glue needed specifically for Rockchip.
>
> Signed-off-by: Sjoerd Si
From: Harinarayan Bhatta
secure_tee_install is used to install and initialize a secure TEE OS such as
Linaro OP-TEE into the secure world. This function takes in the address
where the signed TEE image is loaded as an argument. The signed TEE image
consists of a header (struct tee_header), TEE cod
Add an OPTEE node to the FDT when TEE installation has completed
successfully. This informs the kernel of the presence of OPTEE.
Signed-off-by: Andrew F. Davis
---
arch/arm/mach-omap2/omap5/fdt.c | 35 ++-
1 file changed, 34 insertions(+), 1 deletion(-)
diff --gi
Populate the corresponding TEE image processing call to be
performed during FIT loadable processing.
Signed-off-by: Andrew F. Davis
Reviewed-by: Tom Rini
---
board/ti/am57xx/board.c | 7 +++
1 file changed, 7 insertions(+)
diff --git a/board/ti/am57xx/board.c b/board/ti/am57xx/board.c
inde
Add a new image type representing Trusted Execution Environment (TEE)
image types. For example, an OP-TEE OS binary image.
Signed-off-by: Andrew F. Davis
Reviewed-by: Simon Glass
---
common/image.c | 1 +
include/image.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/common/image.c b/co
Hello all,
To see the background on this see here[0].
As Simon suggested we are now using a linker list to keep any and all TEE
specific code out of common files as, unlike kernel, dtb, and ramdisk
TEE images may not be used by needed by all users.
The last 5 patches in this series are an exampl
To help automate the loading of custom image types we add the ability
to define custom handlers for the loadable section types. When we find
a compatible type while loading a "loadable" image from a FIT image we
run its associated handlers to perform any additional steps needed for
loading this ima
Populate the corresponding TEE image processing call to be
performed during FIT loadable processing.
Signed-off-by: Andrew F. Davis
Reviewed-by: Simon Glass
Reviewed-by: Tom Rini
---
board/ti/dra7xx/evm.c | 7 +++
1 file changed, 7 insertions(+)
diff --git a/board/ti/dra7xx/evm.c b/board/
From: Harinarayan Bhatta
On DRA7xx platform, CPU Core 1 is not used in u-boot. However, in some
cases it is need to make secure API calls from Core 1. This patch adds
an assembly function to make a secure (SMC) call from CPU Core #1.
Signed-off-by: Harinarayan Bhatta
Signed-off-by: Andrew F. Da
On Sun, Nov 27, 2016 at 11:01 AM, Simon Glass wrote:
> Export all functions so that drivers can use them, or not, as the need
> arises.
>
> Signed-off-by: Simon Glass
With a minor nit below,
Acked-by: Joe Hershberger
> ---
>
> Changes in v3:
> - Add new patch to export the operation functions
On Sun, Nov 27, 2016 at 11:01 AM, Simon Glass wrote:
> With rockchip we need to make adjustments after the link speed is set but
> before enabling received/transmit. In preparation for this, split these
> two pieces into separate functions.
>
> Signed-off-by: Simon Glass
Acked-by: Joe Hershberge
On Sun, Nov 27, 2016 at 11:01 AM, Simon Glass wrote:
> From: Sjoerd Simons
>
> To allow other DM drivers to subclass the designware driver various
> functions and structures need to be exported. Export these.
>
> Signed-off-by: Sjoerd Simons
> Reviewed-by: Bin Meng
> Acked-by: Simon Glass
> Si
On Tue, Nov 29, 2016 at 10:17:42PM +0100, Maxime Ripard wrote:
> Hi Tom,
>
> On Tue, Nov 29, 2016 at 04:11:38PM -0500, Tom Rini wrote:
> > On Tue, Nov 29, 2016 at 09:39:32PM +0100, Maxime Ripard wrote:
> > > On Mon, Nov 28, 2016 at 02:20:10PM +0100, Hans de Goede wrote:
> > > > HI,
> > > >
> > >
On Tue, Nov 29, 2016 at 3:40 PM, Simon Glass wrote:
> Hi Joe,
>
> On 29 November 2016 at 14:24, Joe Hershberger
> wrote:
>>
>> Hi Simon,
>>
>> On Thu, Nov 17, 2016 at 7:13 PM, Simon Glass wrote:
>> > Hi Oliver,
>> >
>> > On 8 November 2016 at 08:54, Olliver Schinagl wrote:
>> >> Add the read_r
On 08/02/2016 04:14 AM, Zhiqiang Hou wrote:
> From: Hou Zhiqiang
>
> Up to now, the function is_serdes_configed() doesn't check if the map
> of serdes protocol is initialized before accessing it. The function
> is_serdes_configed() will get wrong result when it was called before
> the serdes proto
Am Dienstag, 29. November 2016, 14:40:49 schrieb Simon Glass:
> Hi Rick,
>
> On 29 November 2016 at 11:22, Rick Bronson wrote:
> > Hi Heiko and Simon,
> >
> > Thank you both for your help, I really appreciate it.
> >
> > No, I do not have the Linux mainline running yet as I was focusing
>
On Sun, Nov 27, 2016 at 11:01 AM, Simon Glass wrote:
> This function can fail, so return the error if there is one.
>
> Signed-off-by: Simon Glass
Acked-by: Joe Hershberger
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/list
On 11/28/2016 06:06 PM, Hongbo Zhang wrote:
> Hi York,
> This generic PSCI is controlled by CONFIG_ARMV8_PSCI, if enabled, any
> platform can implement their own PSCI functions under this framework,
> this is all similar with ARMv7's.
>
> While PPA is controlled by CONFIG_FSL_LS_PPA, and the privat
Hi,
On 27 November 2016 at 22:59, Z.Q. Hou wrote:
> Hi Simon,
>
> Thanks for your comments!
>
>> -Original Message-
>> From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass
>> Sent: 2016年11月28日 1:02
>> To: Z.Q. Hou
>> Cc: U-Boot Mailing List ; Albert ARIBAUD
>> ; Prabha
Hi Oliver,
On 28 November 2016 at 03:38, Olliver Schinagl wrote:
> On 27-11-16 18:02, Simon Glass wrote:
>>
>> Hi,
>>
>> On 25 November 2016 at 08:38, Olliver Schinagl wrote:
>>>
>>> Add the read_rom_hwaddr net_op hook so that it can be called from boards
>>> to read the mac from a ROM chip.
>>>
Hi Rick,
On 29 November 2016 at 11:22, Rick Bronson wrote:
> Hi Heiko and Simon,
>
> Thank you both for your help, I really appreciate it.
>
> No, I do not have the Linux mainline running yet as I was focusing
> on getting the mainline u-boot running since I saw some references
> that implied
Hi Joe,
On 29 November 2016 at 14:24, Joe Hershberger wrote:
>
> Hi Simon,
>
> On Thu, Nov 17, 2016 at 7:13 PM, Simon Glass wrote:
> > Hi Oliver,
> >
> > On 8 November 2016 at 08:54, Olliver Schinagl wrote:
> >> Add the read_rom_hwaddr net_op hook so that it can be called from boards
> >> to re
1 - 100 of 260 matches
Mail list logo