On 11. 09. 19 15:49, Michal Simek wrote:
> From: T Karthik Reddy
>
> This patch adds support for switching to UHS-I modes on ZynqMP platform.
> There is one issue with the ZynqMP ZCU102 where it is not able to power
> cycle the SD card. Due to this once the card is initialized in UHS-I
> mode it
Hi,
st 11. 9. 2019 v 8:54 odesílatel Michal Simek napsal:
>
> Define default address via Kconfig. There is no need to change this address
> for most of the boards but it is also possible. This one line save a lot of
> lines in defconfigs that's why make sense to do it.
>
> The similar change has
Hi,
st 11. 9. 2019 v 9:03 odesílatel Michal Simek napsal:
>
> From: Siva Durga Prasad Paladugu
>
> Thsi patch adds qspiboot command script for reference.
> This can be converetd into uboot script using mkimage and
> use for booting.
>
> Signed-off-by: Siva Durga Prasad Paladugu
> Signed-off-by:
Hi,
st 11. 9. 2019 v 9:03 odesílatel Michal Simek napsal:
>
> From: Siva Durga Prasad Paladugu
>
> This patch adds sdboot command script for reference.
> This can be converetd into uboot script using mkimage and
> use for booting.
>
> Signed-off-by: Siva Durga Prasad Paladugu
> Signed-off-by: M
st 11. 9. 2019 v 9:06 odesílatel Michal Simek napsal:
>
> Gpio hogs are used for GT mux setup after power up.
>
> Signed-off-by: Michal Simek
> ---
>
> configs/xilinx_zynqmp_zcu102_rev1_0_defconfig | 1 +
> configs/xilinx_zynqmp_zcu102_revA_defconfig | 1 +
> configs/xilinx_zynqmp_zcu102_revB_
st 11. 9. 2019 v 9:08 odesílatel Michal Simek napsal:
>
> This node is used by qspi driver for supporting qspi boot mode in SPL.
>
> Similar changes have beeen done by commit a9022b017a90
> ("ARM64: zynqmp: Add u-boot,dm-pre-reloc to clk nodes")
>
> Signed-off-by: Michal Simek
> ---
>
> arch/arm
st 11. 9. 2019 v 9:10 odesílatel Michal Simek napsal:
>
> It is enabling this mode but full boot is not validated yet.
>
> Signed-off-by: Michal Simek
> ---
>
> configs/xilinx_zynqmp_zcu104_revC_defconfig | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/configs/xilinx_zynqmp_zcu104_re
st 11. 9. 2019 v 9:16 odesílatel Michal Simek napsal:
>
> From: Siva Durga Prasad Paladugu
>
> Define board_late_init which performs bootmode detection
> and prepares corresponding distro boot commaand sequence.
>
> Also disable it for mini platforms because simply there is no need to have
> it e
st 11. 9. 2019 v 14:13 odesílatel Michal Simek napsal:
>
> Just to make sure that also drivers with versal name are assigned to proper
> fragment.
>
> Signed-off-by: Michal Simek
> ---
>
> Changes in v2:
> - Avoid reporting myself with any universal platfrom - reported by Heinrich
>
> MAINTAINER
st 11. 9. 2019 v 9:22 odesílatel Michal Simek napsal:
>
> From: Siva Durga Prasad Paladugu
>
> This patch adds PL bitstream load support for Versal platform. The PL
> bitstream is loaded by making an SMC to ATF which in turn communicates
> with platform firmware which configures and loads PL bits
st 11. 9. 2019 v 9:43 odesílatel Michal Simek napsal:
>
> This patch provides an option to enable/disable OCM and TCM memory into MMU
> table with corresponding memory attributes.
>
> The same change was done for ZynqMP by commit 189bec47ab1f
> ("arm64: zynqmp: Provide a Kconfig option to define O
st 11. 9. 2019 v 9:28 odesílatel Michal Simek napsal:
>
> Hi,
>
> we are running one u-boot configurations on various boards with different
> amount of memory that setting up initrd_high is problematic. There
> shouldn't be a problem to setup initrd_high at run time based on DDR size
> detection.
st 11. 9. 2019 v 9:47 odesílatel Michal Simek napsal:
>
> From: Rajan Vaja
>
> Add simple ZynqMP firmware drive to populate child nodes under
> zynqmp_firmware DT node.
>
> Signed-off-by: Rajan Vaja
> Signed-off-by: Michal Simek
> ---
>
> drivers/clk/Kconfig| 1 +
> drivers/fi
st 11. 9. 2019 v 9:51 odesílatel Michal Simek napsal:
>
> Detect which platform U-Boot is running at and based on that choose DTS
> file which U-Boot uses for own configuration.
>
> Signed-off-by: Michal Simek
> ---
>
> arch/arm/mach-versal/cpu.c | 18 +---
> arch/arm/mach-
st 11. 9. 2019 v 9:56 odesílatel Michal Simek napsal:
>
> Hi,
>
> these patches are extending current distribution boot for Xilinx Versal.
> USB DFU and jtag with one change for spi boot mode.
>
> Thanks,
> Michal
>
>
> Siva Durga Prasad Paladugu (2):
> arm64: versal: Define configs related to U
st 11. 9. 2019 v 10:07 odesílatel Michal Simek napsal:
>
> From: Siva Durga Prasad Paladugu
>
> This patch updates scriptaddr value to 512MB as having it at 32MB has high
> chance of script corruption incase of bigger kernel.
>
> Be aware that 512MB is used for SPL malloc area that's why images s
st 11. 9. 2019 v 10:08 odesílatel Michal Simek napsal:
>
> From: Siva Durga Prasad Paladugu
>
> This patch adds new jtag distro boot command to look for bootscript file in
> DDR and execute it first incase of jtag bootmode.
>
> Signed-off-by: Siva Durga Prasad Paladugu
> Signed-off-by: Michal Si
st 11. 9. 2019 v 10:10 odesílatel Michal Simek napsal:
>
> GD is not used anywhere that's why there is no reason to have this macro
> in the driver.
>
> Signed-off-by: Michal Simek
> ---
>
> drivers/net/zynq_gem.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/net/zynq_gem.c b
st 11. 9. 2019 v 10:10 odesílatel Michal Simek napsal:
>
> From: Siva Durga Prasad Paladugu
>
> This patch adds new versal compatible string to GEM driver for Versal
> platform.
>
> Signed-off-by: Siva Durga Prasad Paladugu
> Signed-off-by: Michal Simek
> ---
>
> drivers/net/zynq_gem.c | 1 +
>
st 11. 9. 2019 v 10:23 odesílatel Michal Simek napsal:
>
> From: Siva Durga Prasad Paladugu
>
> This patch adds clock driver support for Versal platform. The clock driver
> queries and performs clock operations using PLM firmware by communicating
> with it using SMC calls.
>
> Signed-off-by: Siva
st 11. 9. 2019 v 10:42 odesílatel Michal Simek napsal:
>
> From: Siva Durga Prasad Paladugu
>
> This patch removes check for Versal platform
> in gem driver as it now supports clock setting
> through clock framework.
>
> Signed-off-by: Siva Durga Prasad Paladugu
> Signed-off-by: Michal Simek
>
st 11. 9. 2019 v 10:44 odesílatel Michal Simek napsal:
>
> From: Siva Durga Prasad Paladugu
>
> This patch moves CONFIG_ZYNQ_HISPD_BROKEN to Kconfig
>
> Signed-off-by: Siva Durga Prasad Paladugu
> Signed-off-by: Michal Simek
> ---
>
> That config_whitelist.txt change doesn't need to be the part
st 11. 9. 2019 v 10:44 odesílatel Michal Simek napsal:
>
> No reason to define new_buf again.
>
> Signed-off-by: Michal Simek
> ---
>
> drivers/fpga/zynqmppl.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/fpga/zynqmppl.c b/drivers/fpga/zynqmppl.c
> index 22bfd
st 11. 9. 2019 v 10:47 odesílatel Michal Simek napsal:
>
> This option is disable in Xilinx tree for quite a long time that's why
> let's disable it in mainline. If there is anybody who requires this options
> then it should be moved to Kconfig first and should be removed from this
> config.
>
> S
st 11. 9. 2019 v 10:49 odesílatel Michal Simek napsal:
>
> From: Siva Durga Prasad Paladugu
>
> Increase init ram size by 4K such that more stack space will be available
> during initialization as the present stackspace is not sufficient if DEBUG
> option is enabled and causes system hang. Increa
st 11. 9. 2019 v 10:50 odesílatel Michal Simek napsal:
>
> ZynqMP and Versal is using 2k that's why aligned all platform together to
> be able to use the same scripts.
>
> Signed-off-by: Michal Simek
> ---
>
> include/configs/zynq-common.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a
st 11. 9. 2019 v 10:52 odesílatel Michal Simek napsal:
>
> From: Ashok Reddy Soma
>
> This patch reduces the console buffer size from 2048 to 1024, thus fixes
> OCM overwriting issue.
>
> Differences are in bss section as is shown from output:
> xilinx_versal_mini: all -2056 bss -2048 text -8
>
st 11. 9. 2019 v 10:56 odesílatel Michal Simek napsal:
>
> Use model property to distinguish different configurations.
>
> Signed-off-by: Michal Simek
> ---
>
> arch/arm/dts/zynq-cse-qspi-single.dts | 4
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/dts/zynq-cse-qspi-single.dt
st 11. 9. 2019 v 10:54 odesílatel Michal Simek napsal:
>
> From: Siva Durga Prasad Paladugu
>
> Add zu48dr and zu49dr to the list of zynqmp devices. The zu48dr and zu49dr
> are the new RFSoC silicons with id values of 0x7b and 0x7e.
>
> Signed-off-by: Siva Durga Prasad Paladugu
> Signed-off-by:
st 11. 9. 2019 v 10:57 odesílatel Michal Simek napsal:
>
> From: Vipul Kumar
>
> This patch added alias for usb node in dts file.
>
> Signed-off-by: Vipul Kumar
> Signed-off-by: Michal Simek
> ---
>
> Vipul left Xilinx but he is origin author of this patch that's why I am
> keeping him here.
>
st 11. 9. 2019 v 11:15 odesílatel Michal Simek napsal:
>
> From: Siva Durga Prasad Paladugu
>
> This patch define init routine for generic phy driver and registers it
> using phy_register as this generic phy driver also needs to be relocated
> incase of manual reloc.
>
> Signed-off-by: Siva Durga
st 11. 9. 2019 v 13:28 odesílatel Michal Simek napsal:
>
> Hi,
>
> for quite a long time Xilinx was using private boot method. Pretty long time
> ago we have enabled distribution boot method and provided time to do
> transition to it. Right now it is good time to remove old methods and move
> to d
st 11. 9. 2019 v 14:08 odesílatel Michal Simek napsal:
>
> From: Siva Durga Prasad Paladugu
>
> This patch adds support for gmiitorgmii converter.
> This converter sits between the MAC and the external phy
> MAC <==> GMII2RGMII <==> RGMII_PHY.
> The ethernet driver probes this bridge and this bri
st 11. 9. 2019 v 15:45 odesílatel Michal Simek napsal:
>
> Change has been done across the whole tree only zynqmp-mini-qspi hasn't
> been fixed.
> Origin changed done by commit ffd4c7c2ecb7
> ("dts: switch spi-flash to jedec, spi-nor compatible")
>
> Signed-off-by: Michal Simek
> ---
>
> arch/ar
st 11. 9. 2019 v 15:47 odesílatel Michal Simek napsal:
>
> From: Siva Durga Prasad Paladugu
>
> The zynq_sdhci drivers depends on DM_MMC in Kconfig so no need to check for
> DM_MMC in the driver so this patch removes it.
>
> Signed-off-by: Siva Durga Prasad Paladugu
> Signed-off-by: Michal Simek
st 11. 9. 2019 v 16:10 odesílatel Michal Simek napsal:
>
> From: T Karthik Reddy
>
> Devicetree bindings are already specified in Linux kernel documentation.
> Instead of maintaining same dt bindings in U-Boot doc specify path to dt
> bindings in Linux kernel & documenting specific changes that a
st 11. 9. 2019 v 16:45 odesílatel Michal Simek napsal:
>
> From: T Karthik Reddy
>
> This patch enables 2 nand chips support for zynqmp mini nand
>
> Signed-off-by: T Karthik Reddy
> Signed-off-by: Siva Durga Prasad Paladugu
> Signed-off-by: Michal Simek
> ---
>
> configs/xilinx_zynqmp_mini_n
st 11. 9. 2019 v 16:46 odesílatel Michal Simek napsal:
>
> From: T Karthik Reddy
>
> This patch adds default offset & sector size values for environment
> variables to save in qspi/ospi flash for versal.
>
> Signed-off-by: T Karthik Reddy
> Signed-off-by: Michal Simek
> ---
>
> env/Kconfig | 5
st 11. 9. 2019 v 16:45 odesílatel Michal Simek napsal:
>
> From: T Karthik Reddy
>
> Phy setup should be done before dwc3 soft core reset as it is done
> in linux & this fixes unreliable detection of usb cable on host side.
>
> Signed-off-by: T Karthik Reddy
> Signed-off-by: Siva Durga Prasad Pa
st 11. 9. 2019 v 16:47 odesílatel Michal Simek napsal:
>
> From: Siva Durga Prasad Paladugu
>
> This patch enable fatwrite support for mini emmc configurations.
>
> Signed-off-by: Siva Durga Prasad Paladugu
> Signed-off-by: Michal Simek
> ---
>
> configs/xilinx_versal_mini_emmc0_defconfig | 1
st 11. 9. 2019 v 16:49 odesílatel Michal Simek napsal:
>
> From: Siva Durga Prasad Paladugu
>
> The PSCI_RESET and EXPERT are not needed for mini configurations so remove
> them to save space.
>
> Signed-off-by: Siva Durga Prasad Paladugu
> Signed-off-by: Michal Simek
> ---
>
> configs/xilinx_
čt 12. 9. 2019 v 12:32 odesílatel Michal Simek napsal:
>
> From: Ashok Reddy Soma
>
> This patch fixes zynq_gpio_direction() to call driver specific
> zynq_gpio_set_value function rather than top level gpio_set_value.
>
> Signed-off-by: Ashok Reddy Soma
> Signed-off-by: Michal Simek
> ---
>
>
čt 12. 9. 2019 v 12:45 odesílatel Michal Simek napsal:
>
> From: Siva Durga Prasad Paladugu
>
> This patch assings the phynode pointer to the phydev node as it is needed
> later in the corresponding phy driver to read phy properties from DT.
>
> Signed-off-by: Siva Durga Prasad Paladugu
> Signed
čt 19. 9. 2019 v 10:14 odesílatel Michal Simek napsal:
>
> Hi,
>
> these patches are adding support for System controller on Versal board
> which is capable to monitor and talk to Versal device.
>
> Thanks,
> Michal
>
>
> Michal Simek (3):
> arm64: zynqmp: Add generic a2197 system controller con
st 25. 9. 2019 v 11:16 odesílatel Michal Simek napsal:
>
> CONFIG_SYS_BOOT_RAMDISK_HIGH is already defined in
> arch/arm/include/asm/config.h:10:#define CONFIG_SYS_BOOT_RAMDISK_HIGH
> that's why there is no reason to define it again in board file.
>
> Signed-off-by: Michal Simek
> ---
>
> includ
st 25. 9. 2019 v 12:38 odesílatel Michal Simek napsal:
>
> All boards are using the same prompt that's why add it as default value to
> Kconfig to simplify defconfigs.
>
> Signed-off-by: Michal Simek
> ---
>
> cmd/Kconfig| 1 +
> configs/avnet_
st 25. 9. 2019 v 13:42 odesílatel Michal Simek napsal:
>
> Hi,
>
> Microblaze is not changing a lot but there was a real pain for not
> supporting external initrd. That's why several patches in the series are
> fixing this issue. The rest of patches are just cleanup which I found
> when I was tryi
pá 4. 10. 2019 v 15:05 odesílatel Michal Simek napsal:
>
> Enable clock driver for Versal.
>
> Signed-off-by: Michal Simek
> ---
>
> configs/xilinx_versal_virt_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/configs/xilinx_versal_virt_defconfig
> b/configs/xilinx_versal_virt_
st 2. 10. 2019 v 15:39 odesílatel Michal Simek napsal:
>
> Hi,
>
> This patch series using ZynqMP firmware driver to provide a interface to
> communicate with the PMU Firmware. As part of the series a mailbox driver
> is also implemented to handle communication through ipi interface.
>
> There are
čt 3. 10. 2019 v 12:33 odesílatel Michal Simek napsal:
>
> Hi,
>
> The following patch series implements a common function to get the dtb
> for of_board configuration. Additionally provides a virtual defconfig
> for Zynq and ZynqMP architectures with of_board configuration enabled.
>
> In future t
Hi Stefano,
On 10/7/19 6:06 PM, Stefano Babic wrote:
> Hi Parthiban,
>
> On 23/08/19 18:19, Parthiban Nallathambi wrote:
>> Firmware Configuration Block(FCB) for imx6ul(l) needs to be
>> BCH encoded. This patch depends on [1].
>>
>> [1]: https://patchwork.ozlabs.org/project/uboot/list/?series=113
On 08/10/19 10:12, Parthiban Nallathambi wrote:
> Hi Stefano,
>
> On 10/7/19 6:06 PM, Stefano Babic wrote:
>> Hi Parthiban,
>>
>> On 23/08/19 18:19, Parthiban Nallathambi wrote:
>>> Firmware Configuration Block(FCB) for imx6ul(l) needs to be
>>> BCH encoded. This patch depends on [1].
>>>
>>> [1]:
Hi Tom,
This PR includes the following changes for v2020.01:
- Rename existing FSP code to fsp1
- Add fsp2 directory in preparation to support FSP 2.0
- Various x86 platform codes update
- Various bug fixes and updates in dm core, sandbox and spl
GitLab CI passed
https://gitlab.denx.de/u-boot/cu
On 07/10/19 22:26, Pierre-Jean Texier wrote:
> Hi Stefano,
>
> Le 07/10/2019 à 21:58, Stefano Babic a écrit :
>> Hi Pierre-Jen,
>>
>> On 07/10/19 20:44, Pierre-Jean Texier wrote:
>>> Stefano, Peng,
>>>
>>> I just compiled a fresh U-Boot with u-boot-imx/next and It looks
>>> like commit 34f2feb ("i
Hi Tom,
On 19. 09. 19 15:28, Michal Simek wrote:
> On 13. 09. 19 17:09, Tom Rini wrote:
>> On Wed, Sep 11, 2019 at 03:39:53PM +0200, Michal Simek wrote:
>>
>>> From: T Karthik Reddy
>>>
>>> This patch uses auto instead of decimal in simple_strtoul().
>>>
>>> Signed-off-by: T Karthik Reddy
>>> Si
From: Manjukumar Matha
Currently dropbear does not run in background because devtmps and tmpfs
is not enabled by default. Enable devtmps and tmpfs to fix this issue.
Signed-off-by: Manjukumar Matha
Signed-off-by: Michal Simek
---
arch/microblaze/configs/mmu_defconfig | 3 +++
1 file changed,
> On Thu, Sep 26, 2019 at 05:07:21PM -0300, Fabio Estevam wrote:
> > Hi Vagrant,
> >
> > On Thu, Sep 26, 2019 at 4:16 PM Vagrant Cascadian
> > wrote:
> > >
> > > I just tested mx6cuboxi with 2019.10-rc4, and it fails to load
> > > u-boot.img from MMC:
> > >
> > > 1 2019-09-26_17:31:27.63089 U-Boo
Hi everybody,
thanks for deep analyses (I just jump at the end):
On 08/10/19 12:03, Peter Robinson wrote:
>> On Thu, Sep 26, 2019 at 05:07:21PM -0300, Fabio Estevam wrote:
>>> Hi Vagrant,
>>>
>>> On Thu, Sep 26, 2019 at 4:16 PM Vagrant Cascadian
>>> wrote:
I just tested mx6cuboxi with
On 30.09.19 09:33, Heiko Schocher wrote:
move WATCHDOG_TIMEOUT_MSECS to Kconfig and fix
all board defconfigs.
Signed-off-by: Heiko Schocher
Reviewed-by: Stefan Roese
Acked-by: Lukasz Majewski
Acked-by: Martyn Welch
---
Patchseries build fine on travis see:
https://travis-ci.org/hsdenx/u-boo
Hi Tom,
please pull the following watchdog related patches:
- Move WATCHDOG_TIMEOUT_MSECS to Kconfig (Heiko)
Here the Travis build, without any issues:
https://trav
Hello Stefan,
Am 17.09.2019 um 09:17 schrieb Stefan Roese:
U-Boot now supports the "skip_check" flag to optionally skip the CRC
check at open time. Currently its only possible to set this bit upon
UBI volume creation. But it might be very useful to also set this bit
on already installed systems
On Tue, Oct 8, 2019 at 5:19 AM Stefano Babic wrote:
>
> Hi everybody,
>
> thanks for deep analyses (I just jump at the end):
>
> On 08/10/19 12:03, Peter Robinson wrote:
> >> On Thu, Sep 26, 2019 at 05:07:21PM -0300, Fabio Estevam wrote:
> >>> Hi Vagrant,
> >>>
> >>> On Thu, Sep 26, 2019 at 4:16 P
On Fri, Sep 27, 2019 at 6:43 AM Vignesh Raghavendra wrote:
>
> Older variants of n25q256* and n25q512* do not support 4 Byte stateless
> addressing opcodes. Therefore drop SPI_NOR_4B_OPCODES flag from these
> entries.
>
> Signed-off-by: Vignesh Raghavendra
Tested-by: Simon Goldschmidt
I tested
On 08/10/19 12:42, Adam Ford wrote:
> On Tue, Oct 8, 2019 at 5:19 AM Stefano Babic wrote:
>>
>> Hi everybody,
>>
>> thanks for deep analyses (I just jump at the end):
>>
>> On 08/10/19 12:03, Peter Robinson wrote:
On Thu, Sep 26, 2019 at 05:07:21PM -0300, Fabio Estevam wrote:
> Hi Vagrant
On Fri, Sep 27, 2019 at 6:43 AM Vignesh Raghavendra wrote:
>
> Newer variants of mt25q* flashes support 4 Byte addressing opcodes. Add
> entries for the same. These flashes have bit 6 set in 5th byte of READ ID
> response.
>
> Signed-off-by: Vignesh Raghavendra
Tested-by: Simon Goldschmidt
I te
Dear Tom,
In message <20191007223650.GR6716@bill-the-cat> you wrote:
>
> > Do I understand correctly that all of this is obsolete and no longer
> > needed after Tom's commit d90fc9c3de ``Revert "env: solve
> > compilation error in SPL"'' ?
>
> So, I think there's a new topic here. I seem to reca
On Tue, Oct 8, 2019 at 6:04 AM Stefano Babic wrote:
>
> On 08/10/19 12:42, Adam Ford wrote:
> > On Tue, Oct 8, 2019 at 5:19 AM Stefano Babic wrote:
> >>
> >> Hi everybody,
> >>
> >> thanks for deep analyses (I just jump at the end):
> >>
> >> On 08/10/19 12:03, Peter Robinson wrote:
> On Thu
On Tue, Oct 8, 2019 at 12:43 PM Adam Ford wrote:
>
> On Tue, Oct 8, 2019 at 6:04 AM Stefano Babic wrote:
> >
> > On 08/10/19 12:42, Adam Ford wrote:
> > > On Tue, Oct 8, 2019 at 5:19 AM Stefano Babic wrote:
> > >>
> > >> Hi everybody,
> > >>
> > >> thanks for deep analyses (I just jump at the en
On Tue, Oct 8, 2019 at 6:45 AM Peter Robinson wrote:
>
> On Tue, Oct 8, 2019 at 12:43 PM Adam Ford wrote:
> >
> > On Tue, Oct 8, 2019 at 6:04 AM Stefano Babic wrote:
> > >
> > > On 08/10/19 12:42, Adam Ford wrote:
> > > > On Tue, Oct 8, 2019 at 5:19 AM Stefano Babic wrote:
> > > >>
> > > >> Hi
> > > > >> I just tested mx6cuboxi with 2019.10-rc4, and it fails to load
> > > > >> u-boot.img from MMC:
> > > > >>
> > > > >> 1 2019-09-26_17:31:27.63089 U-Boot SPL 2019.10-rc4+dfsg-1 (Sep
> > > > >> 24 2019 -
> > > > >> 08:03:23 +)
> > > > >> 2 2019-09-26_17:31:2
On 07. 10. 19 23:15, Tom Rini wrote:
> Hey all,
>
> It's release day and while we've once again had some last minute
> regression fixes, I feel things are as stable as they are likely to get
> so I've tagged and released v2019.07 and I would like to thank all of
> our contributor for their efforts
On Tue, Oct 08, 2019 at 02:20:40PM +0200, Michal Simek wrote:
> On 07. 10. 19 23:15, Tom Rini wrote:
> > Hey all,
> >
> > It's release day and while we've once again had some last minute
> > regression fixes, I feel things are as stable as they are likely to get
> > so I've tagged and released v20
On 08. 10. 19 14:35, Tom Rini wrote:
> On Tue, Oct 08, 2019 at 02:20:40PM +0200, Michal Simek wrote:
>> On 07. 10. 19 23:15, Tom Rini wrote:
>>> Hey all,
>>>
>>> It's release day and while we've once again had some last minute
>>> regression fixes, I feel things are as stable as they are likely to
On Tue, Oct 8, 2019 at 8:36 PM Tom Rini wrote:
>
> On Tue, Oct 08, 2019 at 02:20:40PM +0200, Michal Simek wrote:
> > On 07. 10. 19 23:15, Tom Rini wrote:
> > > Hey all,
> > >
> > > It's release day and while we've once again had some last minute
> > > regression fixes, I feel things are as stable
On Tue, Oct 08, 2019 at 08:42:58PM +0800, Bin Meng wrote:
> On Tue, Oct 8, 2019 at 8:36 PM Tom Rini wrote:
> >
> > On Tue, Oct 08, 2019 at 02:20:40PM +0200, Michal Simek wrote:
> > > On 07. 10. 19 23:15, Tom Rini wrote:
> > > > Hey all,
> > > >
> > > > It's release day and while we've once again h
On Tue, Oct 08, 2019 at 08:50:17AM -0400, Tom Rini wrote:
> On Tue, Oct 08, 2019 at 08:42:58PM +0800, Bin Meng wrote:
> > On Tue, Oct 8, 2019 at 8:36 PM Tom Rini wrote:
> > >
> > > On Tue, Oct 08, 2019 at 02:20:40PM +0200, Michal Simek wrote:
> > > > On 07. 10. 19 23:15, Tom Rini wrote:
> > > > >
Apologies to everyone whose board I broke by attempting to return
MMC1 or MMC2. I misunderstood how the MMC indexing worked.
This reverts commit 14d319b1856b86e593e01abd0a1e3c2d63b52a8a.
Signed-off-by: Adam Ford
diff --git a/arch/arm/mach-imx/spl.c b/arch/arm/mach-imx/spl.c
index 1f230aca33..9f
On Sun, Sep 29, 2019 at 4:04 PM Bin Meng wrote:
>
> Hi Jagan,
>
> On Mon, Sep 9, 2019 at 9:00 PM Bin Meng wrote:
> >
> > If an SPI controller driver does not implement ops->cs_info, that
> > probably means any chip select number could be valid, hence let's
> > return 0 for spi_cs_info().
> >
> >
With the reverting of a previous change to spl_boot_device,
this board needs a new solution to determining if we're booting
from MMC1 or MMC2.
This patch creates board_boot_order function which overrides the
standard, and returns not only MMC1, or MMC2, but also can fall
back to NAND or the serial
On Tue, Oct 8, 2019 at 6:51 AM Peter Robinson wrote:
>
> > > > > >> I just tested mx6cuboxi with 2019.10-rc4, and it fails to load
> > > > > >> u-boot.img from MMC:
> > > > > >>
> > > > > >> 1 2019-09-26_17:31:27.63089 U-Boot SPL 2019.10-rc4+dfsg-1 (Sep
> > > > > >> 24 2019 -
On Tue, Oct 8, 2019 at 2:54 PM Tom Rini wrote:
>
> On Tue, Oct 08, 2019 at 08:50:17AM -0400, Tom Rini wrote:
> > On Tue, Oct 08, 2019 at 08:42:58PM +0800, Bin Meng wrote:
> > > On Tue, Oct 8, 2019 at 8:36 PM Tom Rini wrote:
> > > >
> > > > On Tue, Oct 08, 2019 at 02:20:40PM +0200, Michal Simek wr
On Tue, Oct 08, 2019 at 03:15:32PM +0200, Simon Goldschmidt wrote:
> On Tue, Oct 8, 2019 at 2:54 PM Tom Rini wrote:
> >
> > On Tue, Oct 08, 2019 at 08:50:17AM -0400, Tom Rini wrote:
> > > On Tue, Oct 08, 2019 at 08:42:58PM +0800, Bin Meng wrote:
> > > > On Tue, Oct 8, 2019 at 8:36 PM Tom Rini wro
On 08/10/19 15:05, Adam Ford wrote:
> On Tue, Oct 8, 2019 at 6:51 AM Peter Robinson wrote:
>>
I just tested mx6cuboxi with 2019.10-rc4, and it fails to load
u-boot.img from MMC:
1 2019-09-26_17:31:27.63089 U-Boot SPL 2019.10-rc4+dfsg-1 (Sep 24
>
On 08. 10. 19 15:25, Tom Rini wrote:
> On Tue, Oct 08, 2019 at 03:15:32PM +0200, Simon Goldschmidt wrote:
>> On Tue, Oct 8, 2019 at 2:54 PM Tom Rini wrote:
>>>
>>> On Tue, Oct 08, 2019 at 08:50:17AM -0400, Tom Rini wrote:
On Tue, Oct 08, 2019 at 08:42:58PM +0800, Bin Meng wrote:
> On Tue,
On Tue, Oct 08, 2019 at 03:56:41PM +0200, Michal Simek wrote:
> On 08. 10. 19 15:25, Tom Rini wrote:
> > On Tue, Oct 08, 2019 at 03:15:32PM +0200, Simon Goldschmidt wrote:
> >> On Tue, Oct 8, 2019 at 2:54 PM Tom Rini wrote:
> >>>
> >>> On Tue, Oct 08, 2019 at 08:50:17AM -0400, Tom Rini wrote:
> >>
On 08/10/19 15:50, Ing. Jiří Valek wrote:
> Hello,
> can I ask what's wrong with my patch v2 ?
> It's quite long time no answer..
> https://patchwork.ozlabs.org/patch/1037203/
>
> Regards Jiri Valek
I do not know - patch is set to "Changes Requested", see :
https://patchwork.ozlabs.org/patch/103
On 08. 10. 19 16:02, Tom Rini wrote:
> On Tue, Oct 08, 2019 at 03:56:41PM +0200, Michal Simek wrote:
>> On 08. 10. 19 15:25, Tom Rini wrote:
>>> On Tue, Oct 08, 2019 at 03:15:32PM +0200, Simon Goldschmidt wrote:
On Tue, Oct 8, 2019 at 2:54 PM Tom Rini wrote:
>
> On Tue, Oct 08, 2019 a
On Tue, Oct 08, 2019 at 04:17:08PM +0200, Michal Simek wrote:
> On 08. 10. 19 16:02, Tom Rini wrote:
> > On Tue, Oct 08, 2019 at 03:56:41PM +0200, Michal Simek wrote:
> >> On 08. 10. 19 15:25, Tom Rini wrote:
> >>> On Tue, Oct 08, 2019 at 03:15:32PM +0200, Simon Goldschmidt wrote:
> On Tue, Oc
> It's release day and while we've once again had some last minute
> regression fixes, I feel things are as stable as they are likely to get
> so I've tagged and released v2019.07 and I would like to thank all of
> our contributor for their efforts.
>
> To repeat something I posted about in the pre
Somehow EMSDP & IoT DK boards were skipped on ARC boads conversion
to DM MMC. So doing it now.
Signed-off-by: Alexey Brodkin
---
arch/arc/dts/emsdp.dts | 23 ++
arch/arc/dts/iot_devkit.dts| 22 ++
board/synopsys/emsdp/emsdp.c
Some especially large SD-cards come from stock formatted with
larger FAT cluster size so to accommodate those we just increase
what we expect to have here in U-Boot given we have a plenty of
space on EM SDP (16 MiB).
Signed-off-by: Alexey Brodkin
---
configs/emsdp_defconfig | 2 +-
1 file change
On Tue, Oct 08, 2019 at 04:36:08PM +0100, Peter Robinson wrote:
> > It's release day and while we've once again had some last minute
> > regression fixes, I feel things are as stable as they are likely to get
> > so I've tagged and released v2019.07 and I would like to thank all of
> > our contribu
Somehow EMSDP & IoT DK boards were skipped on ARC boads conversion
to DM MMC. So doing it now.
Signed-off-by: Alexey Brodkin
---
Changes v1 -> v2:
* FIFO size on IoTDK is 128 bytes as compared to 256 on EM SDP.
That gave us timeouts on data read with some cards. Fixed now.
arch/arc/dts/em
On 10/7/19 3:17 PM, Tom Rini wrote:
We may not always be able to write to the default output directory so
have a temporary directory for our output be created.
Reviewed-by: Stephen Warren
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.den
To match what we're doing in GitLab, move to 'bionic' for these builds
as well.
Signed-off-by: Tom Rini
---
.travis.yml | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 0ce09e35b7c6..c48b711659e9 100644
--- a/.travis.yml
+++ b/.travis.y
Hi Tom, All,
On 04/09/2019 11:38, Lokesh Vutla wrote:
On 31/08/19 1:00 PM, Grygorii Strashko wrote:
Synchronize CPSW/MDIO/PHY DT nodes with latest linux - replace deprecated
phy_id property with phy-handle.
For the series:
Reviewed-by: Lokesh Vutla
Are there anything else I need to do t
Signed-off-by: Eugeniy Paltsev
---
MAINTAINERS | 7 +++
1 file changed, 7 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index e752e4b3de0..4cecbb6d134 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -94,6 +94,13 @@ L: uboot-snps-...@synopsys.com
F: doc/device-tree-bindings/gpio/s
Introduce reset driver for Synopsys ARC HSDK SoC
Signed-off-by: Eugeniy Paltsev
---
drivers/reset/Kconfig | 7 ++
drivers/reset/Makefile | 1 +
drivers/reset/reset-hsdk.c | 116
include/dt-bindings/reset/snps,hs
Signed-off-by: Eugeniy Paltsev
---
configs/axs101_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/axs101_defconfig b/configs/axs101_defconfig
index 0bfb532fc74..38c8ae998fd 100644
--- a/configs/axs101_defconfig
+++ b/configs/axs101_defconfig
@@ -35,7 +35,9 @@ CONFIG_DM=y
On Mon, 2019-10-07 at 16:45 +0200, Simon Goldschmidt wrote:
> There's something wrong with your mailer: indentation of replies doesn't
> seemto work. It gets kind of hard to read who wrote what...
> On Mon, Oct 7, 2019 at 4:34 PM Dalon L Westergreen<
> dalon.westergr...@linux.intel.com> wrote:
> >
1 - 100 of 148 matches
Mail list logo