Re: [PATCH 8/9] cmd: Kconfig: Fix dependencies for CMD_USB_MASS_STORAGE

2020-08-19 Thread Tom Rini
On Wed, Aug 19, 2020 at 10:44:22AM +0200, Michal Simek wrote: > There are missing dependencies for selecting USB_FUNCTION_MASS_STORAGE. > Change select to depends on instead of selecting all required options. > Kconfig reports this issue as: > WARNING: unmet direct dependencies detected for

Re: [PATCH 5/9] cmd: Kconfig: Change dependency of CMD_USB_SDP

2020-08-19 Thread Tom Rini
On Wed, Aug 19, 2020 at 10:44:19AM +0200, Michal Simek wrote: > USB_FUNCTION_SDP depends on USB_GADGET_DOWNLOAD to be enabled which is not > reflect in Kconfig. Fix it by changing select to depends on for CMD_USB_SDP > command. > Kconfig is reporting it as: > WARNING: unmet direct dependencies

Re: [PATCH 4/9] nand: Kconfig: Change dependency for NAND_ARASAN

2020-08-19 Thread Michal Simek
On 19. 08. 20 14:31, Tom Rini wrote: > On Wed, Aug 19, 2020 at 10:44:18AM +0200, Michal Simek wrote: > >> NAND_ARASAN selecting DM_MTD uunconditionally. Driver can be enabled with >> !DM that's why Kconfig it showing it as error: >> >> WARNING: unmet direct dependencies detected for DM_MTD >>

Re: [PATCH 4/9] nand: Kconfig: Change dependency for NAND_ARASAN

2020-08-19 Thread Tom Rini
On Wed, Aug 19, 2020 at 10:44:18AM +0200, Michal Simek wrote: > NAND_ARASAN selecting DM_MTD uunconditionally. Driver can be enabled with > !DM that's why Kconfig it showing it as error: > > WARNING: unmet direct dependencies detected for DM_MTD > Depends on [n]: DM [=n] > Selected by [y]: >

Re: [PATCH 3/9] cmd: Kconfig: Change dependency for CMD_ADC

2020-08-19 Thread Tom Rini
On Wed, Aug 19, 2020 at 10:44:17AM +0200, Michal Simek wrote: > CMD_ADC selected DM_REGULATOR unconditionally without enabling DM. > That's why change select to depends on to cover it. > > Kconfig is showing this issue as: > WARNING: unmet direct dependencies detected for REGMAP > Depends on

Re: [GIT PULL] UniPhier SoC updates for v2020.10-rc3

2020-08-19 Thread Tom Rini
On Tue, Aug 18, 2020 at 02:12:54AM +0900, Masahiro Yamada wrote: > Hi Tom, > > Please pull a little more for v2020.10. > Thanks. > > > The following changes since commit 789bfb52668ee609b2043de645e2f94bbd24fd1f: > > Merge tag 'efi-2020-10-rc3-2' of >

Re: [PATCH 9/9] env: Kconfig: Add missing dependency for ENV_IS_IN_EXT4

2020-08-19 Thread Tom Rini
On Wed, Aug 19, 2020 at 10:44:23AM +0200, Michal Simek wrote: > ENV_IS_IN_EXT4 also need to enable FS_EXT4 which is not covered in Kconfig. > Kconfig reports this as: > WARNING: unmet direct dependencies detected for EXT4_WRITE > Depends on [n]: FS_EXT4 [=n] > Selected by [y]: > -

Re: [PATCH 2/9] cmd: Kconfig: Add missing dependency for cmd gpt

2020-08-19 Thread Tom Rini
On Wed, Aug 19, 2020 at 10:51:51AM +0200, Michal Simek wrote: > On 19. 08. 20 10:46, Heinrich Schuchardt wrote: > > On 19.08.20 10:44, Michal Simek wrote: > >> Command gpt select PARTITION_UUIDS which depends on PARTITIONS which is > >> doesn't need to be enabled. > >> > >> Kconfig reports it like

Re: [PATCH 1/9] pci: kconfig: Setup proper dependency for PCIE_ROCKCHIP

2020-08-19 Thread Tom Rini
On Wed, Aug 19, 2020 at 10:44:15AM +0200, Michal Simek wrote: > There is missing dependency for PCIE_ROCKCHIP which selects > PHY_ROCKCHIP_PCIE which directly depends on ARCH_ROCKCHIP. > > WARNING: unmet direct dependencies detected for PHY_ROCKCHIP_PCIE > Depends on [n]: ARCH_ROCKCHIP [=n] >

Re: [PATCH] arm: imx6q_logic: Enable I2C PMIC

2020-08-19 Thread Adam Ford
On Tue, Aug 18, 2020 at 9:33 PM Fabio Estevam wrote: > > Hi Adam, > > On Tue, Aug 18, 2020 at 6:20 PM Adam Ford wrote: > > > > The PMIC which powers the whole board is connected to the I2C1 > > bus. This patch enables I2C. With this enabled, the PMIC needs > > to told to keep the rail enabled,

Re: [PATCH v5 11/11] riscv: Add FPIOA and GPIO support for Kendryte K210

2020-08-19 Thread Sean Anderson
On 8/18/20 11:48 PM, Rick Chen wrote: > Hi Tom > >> This patch adds the necessary configs and docs for FPIOA and GPIO support >> on the K210. >> >> The board does not boot unless CONSOLE_LOGLEVEL is set to a non-default >> value . It also boots when the tree is dirty (and CONSOLE_LOGLEVEL is not

Aw: Re: [PATCH v2 05/11] ahci: mediatek: add ahci driver

2020-08-19 Thread Frank Wunderlich
Hi > Gesendet: Mittwoch, 19. August 2020 um 10:38 Uhr > Von: "Sam Shih" > > Please make copyright in the same line. > Copyright (C) 2020 MediaTek Inc. OK > > + * > > + * Author: Frank Wunderlich > > + * based on > >

Aw: Re: [PATCH v2 04/11] reset: add basic reset controller for pciesys

2020-08-19 Thread Frank Wunderlich
Hi > Gesendet: Mittwoch, 19. August 2020 um 10:33 Uhr > Von: "Sam Shih" > > + if (IS_ENABLED(CONFIG_RESET_MEDIATEK)) { > > +// PCIESYS uses in linux also 0x34 = ETHSYS reset controller > > No need to add special comments that are not easy to understand, > and please uses "/* */" instead of

[PATCH 0/9] Incorrect Kconfig dependencies

2020-08-19 Thread Michal Simek
Hi, I wanted to take a look at running randconfig and I found that there are a lot of issues in connection to setting up right dependencies. This is visible when you run make randconfig and going through reported issues. I have created several patches to fix them. I am not quite sure if it is

Re: [PATCH v2 1/1] configs: defconfig for Sipeed Maix in S-mode

2020-08-19 Thread Sean Anderson
On 8/17/20 6:35 AM, Heinrich Schuchardt wrote: > Provide a defconfig that can be used to build U-Boot for the Maix boards > running upon OpenSBI. > > Update the documentation. > > Signed-off-by: Heinrich Schuchardt > --- > v2: > adjust MAINTAINERS > --- > board/sipeed/maix/MAINTAINERS

Aw: Re: [PATCH v2 09/11] arm: dts: mt7622: add sata- and asm_sel nodes

2020-08-19 Thread Frank Wunderlich
Hi > Gesendet: Mittwoch, 19. August 2020 um 10:54 Uhr > Von: "Chunfeng Yun" > > + sata_phy: sata-phy@1a243000 { > > + compatible = "mediatek,generic-tphy-v1"; > > + #address-cells = <1>; > > + #size-cells = <1>; > > + ranges; > we can use ranges with

Re: [PATCH u-boot-marvell] arm64: dts: armada-3720-espressobin: fix COMPHY nodes

2020-08-19 Thread Stefan Roese
On 19.08.20 11:57, Marek Behún wrote: This commit fixes initialization of COMPHY on EspressoBin. Commit 22f418935be4 ("phy: marvell: a3700: Use comphy_mux on Armada 37xx.") introduced usage of comphy_mux on Armada 37xx comphy driver. The lanes are defined in comphy_a3700.c as described in

[PATCH v3 1/1] cmd: provide command sbi

2020-08-19 Thread Heinrich Schuchardt
Provide a command to display information about the SBI implementation. The output might look like: => sbi SBI 0.2 OpenSBI Extensions: sbi_set_timer sbi_console_putchar sbi_console_getchar sbi_clear_ipi sbi_send_ipi sbi_remote_fence_i sbi_remote_sfence_vma

RE: [EXT] [PATCH u-boot-marvell] arm64: dts: armada-3720-espressobin: fix COMPHY nodes

2020-08-19 Thread Kostya Porotchkin
> -Original Message- > From: Marek Behún > Sent: Wednesday, August 19, 2020 12:57 > To: u-boot@lists.denx.de > Cc: Kostya Porotchkin ; Marek Behún > ; Pali Rohár ; Stefan Roese > > Subject: [EXT] [PATCH u-boot-marvell] arm64: dts: armada-3720-espressobin: > fix COMPHY nodes > >

[PATCH u-boot-marvell] arm64: dts: armada-3720-espressobin: fix COMPHY nodes

2020-08-19 Thread Marek Behún
This commit fixes initialization of COMPHY on EspressoBin. Commit 22f418935be4 ("phy: marvell: a3700: Use comphy_mux on Armada 37xx.") introduced usage of comphy_mux on Armada 37xx comphy driver. The lanes are defined in comphy_a3700.c as described in functional specification, that is: lane 0

Re: [PATCH v2 1/1] cmd: provide command sbi

2020-08-19 Thread Bin Meng
Hi Heinrich, On Wed, Aug 19, 2020 at 1:01 AM Heinrich Schuchardt wrote: > > Provide a command to display information about the SBI implementation. > > The output might look like: > > => sbi > SBI 0.2 > OpenSBI > Extensions: > sbi_set_timer > sbi_console_putchar > sbi_console_getchar >

Re: [PATCH] virtio_blk: set log2blksz correctly

2020-08-19 Thread Bin Meng
On Wed, Aug 19, 2020 at 5:08 PM AKASHI Takahiro wrote: > > 'log2blksz' in blk_desc structure must always be initialized, otherwise > it will cause a lot of weird failures in file operations. > > For example, fs_set_blk_dev[_with_part]() examines a block device against > every file system with its

Re: [RFC PATCH] tools: env: Add an option to have an empty default environment

2020-08-19 Thread Wolfgang Denk
Dear Chris, In message you wrote: > > What I think might be the best path forward is being able to supply > defaults via a file at run time. That way we can have a generic fw_setenv > but supply board specific defaults via a config file. This would indeed make sense (though I would not call

[PATCH] virtio_blk: set log2blksz correctly

2020-08-19 Thread AKASHI Takahiro
'log2blksz' in blk_desc structure must always be initialized, otherwise it will cause a lot of weird failures in file operations. For example, fs_set_blk_dev[_with_part]() examines a block device against every file system with its probe function. In particular, ext4 file system's ext4_probe()

Re: [PATCH 2/9] cmd: Kconfig: Add missing dependency for cmd gpt

2020-08-19 Thread Heinrich Schuchardt
On 19.08.20 10:51, Michal Simek wrote: > > > On 19. 08. 20 10:46, Heinrich Schuchardt wrote: >> On 19.08.20 10:44, Michal Simek wrote: >>> Command gpt select PARTITION_UUIDS which depends on PARTITIONS which is >>> doesn't need to be enabled. >>> >>> Kconfig reports it like this. >>> >>> WARNING:

Re: [PATCH v2 09/11] arm: dts: mt7622: add sata- and asm_sel nodes

2020-08-19 Thread Chunfeng Yun
On Wed, 2020-08-19 at 10:02 +0200, Frank Wunderlich wrote: > From: Frank Wunderlich > > asm_sel is for switching between sata and pcie mode > on r64 there is GPIO90 connected to ASM1480 which > switches RX/TX pairs to PCIe/SATA connector > output-low means sata-controller is active > >

Re: [PATCH 2/9] cmd: Kconfig: Add missing dependency for cmd gpt

2020-08-19 Thread Michal Simek
On 19. 08. 20 10:46, Heinrich Schuchardt wrote: > On 19.08.20 10:44, Michal Simek wrote: >> Command gpt select PARTITION_UUIDS which depends on PARTITIONS which is >> doesn't need to be enabled. >> >> Kconfig reports it like this. >> >> WARNING: unmet direct dependencies detected for

Re: [PATCH 2/9] cmd: Kconfig: Add missing dependency for cmd gpt

2020-08-19 Thread Heinrich Schuchardt
On 19.08.20 10:44, Michal Simek wrote: > Command gpt select PARTITION_UUIDS which depends on PARTITIONS which is > doesn't need to be enabled. > > Kconfig reports it like this. > > WARNING: unmet direct dependencies detected for PARTITION_UUIDS > Depends on [n]: PARTITIONS [=n] > Selected by

[PATCH 8/9] cmd: Kconfig: Fix dependencies for CMD_USB_MASS_STORAGE

2020-08-19 Thread Michal Simek
There are missing dependencies for selecting USB_FUNCTION_MASS_STORAGE. Change select to depends on instead of selecting all required options. Kconfig reports this issue as: WARNING: unmet direct dependencies detected for USB_FUNCTION_MASS_STORAGE Depends on [n]: USB [=n] && USB_GADGET [=n] &&

[PATCH 9/9] env: Kconfig: Add missing dependency for ENV_IS_IN_EXT4

2020-08-19 Thread Michal Simek
ENV_IS_IN_EXT4 also need to enable FS_EXT4 which is not covered in Kconfig. Kconfig reports this as: WARNING: unmet direct dependencies detected for EXT4_WRITE Depends on [n]: FS_EXT4 [=n] Selected by [y]: - ENV_IS_IN_EXT4 [=y] && !CHAIN_OF_TRUST [=n] Signed-off-by: Michal Simek ---

[PATCH 6/9] arc: Kconfig: Add missing DM dependency

2020-08-19 Thread Michal Simek
ARC is selecting TIMER which depends on DM but DM is not selected and doesn't need to be enabled. Fix it by selecting DM for ARC architecture. Kconfig is showing this missing dependency by: WARNING: unmet direct dependencies detected for TIMER Depends on [n]: DM [=n] Selected by [y]: - ARC

[PATCH 5/9] cmd: Kconfig: Change dependency of CMD_USB_SDP

2020-08-19 Thread Michal Simek
USB_FUNCTION_SDP depends on USB_GADGET_DOWNLOAD to be enabled which is not reflect in Kconfig. Fix it by changing select to depends on for CMD_USB_SDP command. Kconfig is reporting it as: WARNING: unmet direct dependencies detected for USB_FUNCTION_SDP Depends on [n]: USB [=n] && USB_GADGET [=n]

[PATCH 7/9] ARM: zynqmp: Fix SPL_DM_SPI dependencies

2020-08-19 Thread Michal Simek
Add missing dependencies for DM_SPI_FLASH. Kconfig reports it as: WARNING: unmet direct dependencies detected for SPL_DM_SPI_FLASH Depends on [n]: SPL [=n] && SPL_DM [=n] Selected by [y]: - ARCH_ZYNQMP [=y] && && SPL_DM_SPI [=y] Signed-off-by: Michal Simek --- arch/arm/Kconfig | 3 ++-

[PATCH 3/9] cmd: Kconfig: Change dependency for CMD_ADC

2020-08-19 Thread Michal Simek
CMD_ADC selected DM_REGULATOR unconditionally without enabling DM. That's why change select to depends on to cover it. Kconfig is showing this issue as: WARNING: unmet direct dependencies detected for REGMAP Depends on [n]: DM [=n] Selected by [y]: - DM_REGULATOR_PBIAS [=y] && DM_REGULATOR

[PATCH 4/9] nand: Kconfig: Change dependency for NAND_ARASAN

2020-08-19 Thread Michal Simek
NAND_ARASAN selecting DM_MTD uunconditionally. Driver can be enabled with !DM that's why Kconfig it showing it as error: WARNING: unmet direct dependencies detected for DM_MTD Depends on [n]: DM [=n] Selected by [y]: - NAND_ARASAN [=y] && MTD_RAW_NAND [=y] Signed-off-by: Michal Simek ---

[PATCH 2/9] cmd: Kconfig: Add missing dependency for cmd gpt

2020-08-19 Thread Michal Simek
Command gpt select PARTITION_UUIDS which depends on PARTITIONS which is doesn't need to be enabled. Kconfig reports it like this. WARNING: unmet direct dependencies detected for PARTITION_UUIDS Depends on [n]: PARTITIONS [=n] Selected by [y]: - CMD_GPT [=y] Signed-off-by: Michal Simek

[PATCH 1/9] pci: kconfig: Setup proper dependency for PCIE_ROCKCHIP

2020-08-19 Thread Michal Simek
There is missing dependency for PCIE_ROCKCHIP which selects PHY_ROCKCHIP_PCIE which directly depends on ARCH_ROCKCHIP. WARNING: unmet direct dependencies detected for PHY_ROCKCHIP_PCIE Depends on [n]: ARCH_ROCKCHIP [=n] Selected by [y]: - PCIE_ROCKCHIP [=y] && PCI [=y] Signed-off-by:

Re: [PATCH v2 05/11] ahci: mediatek: add ahci driver

2020-08-19 Thread Sam Shih
Hi Frank, Thanks your for your patches. some suggestions for coding style.O > From: Frank Wunderlich > diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile > index a69edb10f7..98fb480700 100644 > --- a/drivers/ata/Makefile > +++ b/drivers/ata/Makefile > @@ -19,3 +19,4 @@

Re: [PATCH v2 04/11] reset: add basic reset controller for pciesys

2020-08-19 Thread Sam Shih
Hi Frank, Thanks your for your patches. some suggestions for coding style. On Wed, 2020-08-19 at 10:02 +0200, Frank Wunderlich wrote: > From: Frank Wunderlich > > bind reset controller to pciesys > > Signed-off-by: Frank Wunderlich > --- > drivers/clk/mediatek/clk-mt7622.c | 15

Re: [PATCH v2 03/11] phy: mtk-tphy: make shared reg optional for v1

2020-08-19 Thread Chunfeng Yun
On Wed, 2020-08-19 at 10:02 +0200, Frank Wunderlich wrote: > From: Frank Wunderlich > > make the shared reg optional when version is v1 for sata > > Suggested-by: Chunfeng Yun > Signed-off-by: Frank Wunderlich > --- > drivers/phy/phy-mtk-tphy.c | 5 ++--- > 1 file changed, 2 insertions(+), 3

[PATCH v2 10/11] arm: dts: mt7622: add USB nodes

2020-08-19 Thread Frank Wunderlich
From: Frank Wunderlich Add DTS nodes for MT7622/BPI-R64 Signed-off-by: Frank Wunderlich Reviewed-by: Chunfeng Yun --- v1->v2: - remove clk25m as it's not needed --- arch/arm/dts/mt7622-bananapi-bpi-r64.dts | 8 arch/arm/dts/mt7622-rfb.dts | 8

[PATCH v2 11/11] arm: dts: mt7623: add USB nodes

2020-08-19 Thread Frank Wunderlich
From: Frank Wunderlich This adds USB nodes for MT7623/BPI-R2 Signed-off-by: Frank Wunderlich Reviewed-by: Chunfeng Yun --- arch/arm/dts/mt7623.dtsi | 46 arch/arm/dts/mt7623n-bananapi-bpi-r2.dts | 16 + 2 files changed, 62 insertions(+) diff

[PATCH v2 08/11] arm: dts: add dts for Bananapi-R64

2020-08-19 Thread Frank Wunderlich
From: Frank Wunderlich add a separate DTS for BananaPi R64 because it has 1GB RAM and SATA-Support Signed-off-by: Frank Wunderlich --- v1->v2: - changed name --- arch/arm/dts/Makefile| 1 + arch/arm/dts/mt7622-bananapi-bpi-r64.dts | 206 +++ 2 files

[PATCH v2 07/11] arm: dts: add watchdog-reboot node for mt7622

2020-08-19 Thread Frank Wunderlich
From: Frank Wunderlich adding a wdt-reboot node to mt7622 dtsi Signed-off-by: Frank Wunderlich --- arch/arm/dts/mt7622.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/dts/mt7622.dtsi b/arch/arm/dts/mt7622.dtsi index d0783bc9ff..fec071643e 100644 ---

[PATCH v2 09/11] arm: dts: mt7622: add sata- and asm_sel nodes

2020-08-19 Thread Frank Wunderlich
From: Frank Wunderlich asm_sel is for switching between sata and pcie mode on r64 there is GPIO90 connected to ASM1480 which switches RX/TX pairs to PCIe/SATA connector output-low means sata-controller is active Signed-off-by: Frank Wunderlich --- arch/arm/dts/mt7622-bananapi-bpi-r64.dts | 9

[PATCH v2 04/11] reset: add basic reset controller for pciesys

2020-08-19 Thread Frank Wunderlich
From: Frank Wunderlich bind reset controller to pciesys Signed-off-by: Frank Wunderlich --- drivers/clk/mediatek/clk-mt7622.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/clk/mediatek/clk-mt7622.c b/drivers/clk/mediatek/clk-mt7622.c index

[PATCH v2 06/11] clk: mt7622: add needed clocks for ssusb-node

2020-08-19 Thread Frank Wunderlich
From: Frank Wunderlich MT7622 needs additional clock definitions to work properly Signed-off-by: Frank Wunderlich --- drivers/clk/mediatek/clk-mt7622.c | 42 +++ 1 file changed, 42 insertions(+) diff --git a/drivers/clk/mediatek/clk-mt7622.c

[PATCH v2 03/11] phy: mtk-tphy: make shared reg optional for v1

2020-08-19 Thread Frank Wunderlich
From: Frank Wunderlich make the shared reg optional when version is v1 for sata Suggested-by: Chunfeng Yun Signed-off-by: Frank Wunderlich --- drivers/phy/phy-mtk-tphy.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/phy/phy-mtk-tphy.c

[PATCH v2 02/11] phy: mtk-tphy: add PHY_TYPE_SATA

2020-08-19 Thread Frank Wunderlich
From: Frank Wunderlich add support for PHY_TYPE_SATA to Mediateks TPHY driver Signed-off-by: Frank Wunderlich Reviewed-by: Chunfeng Yun --- drivers/phy/phy-mtk-tphy.c | 105 + 1 file changed, 105 insertions(+) diff --git a/drivers/phy/phy-mtk-tphy.c

[PATCH v2 01/11] arm: dts: mt7622: add SATA reset constants

2020-08-19 Thread Frank Wunderlich
From: Frank Wunderlich add reset constants used for SATA to header file Signed-off-by: Frank Wunderlich --- include/dt-bindings/reset/mt7629-reset.h | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/dt-bindings/reset/mt7629-reset.h

[PATCH v2 05/11] ahci: mediatek: add ahci driver

2020-08-19 Thread Frank Wunderlich
From: Frank Wunderlich add AHCI driver ported from linux https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/ata/ahci_mtk.c Signed-off-by: Frank Wunderlich --- drivers/ata/Kconfig| 8 +++ drivers/ata/Makefile | 1 + drivers/ata/mtk_ahci.c | 130

[PATCH v2 00/11] Add MTK AHCI driver, BPI-R64 dts and USB-Nodes for mt7622/mt7623

2020-08-19 Thread Frank Wunderlich
From: Frank Wunderlich This series adds Mediatek AHCI driver, makes neccessary phy modifications creates new dts for bananapi-r64 (because it's a bit different to rfb) and adds all DTS nodes to get SATA and USB working on mt7622 and mt7623 they are based on top of this: Add PCIe and its clock

Re: [RFC PATCH] tools: env: Add an option to have an empty default environment

2020-08-19 Thread Chris Packham
Hi Wolfgang, On Tue, 18 Aug 2020, 10:27 PM Wolfgang Denk, wrote: > Dear Chris Packham, > > In message <20200813013727.8186-1-judge.pack...@gmail.com> you wrote: > > When building envtools via tools-only_defconfig the builtin defaults > > are based on options in the defconfig. For example: > > >

[PATCH] xilinx: Enable preboot feature for ZynqMP and Versal

2020-08-19 Thread Michal Simek
Enable preboot functionality for ZynqMP and Versal platforms. Signed-off-by: Michal Simek --- configs/xilinx_versal_virt_defconfig | 1 + configs/xilinx_zynqmp_virt_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/xilinx_versal_virt_defconfig

Re: [PATCH 8/8] xilinx: zynqmp: Remove one static variable

2020-08-19 Thread Michal Simek
st 5. 8. 2020 v 13:24 odesílatel Michal Simek napsal: > > There is no reason to have name variable saved in BSS section when it > doesn't need to be really used. That's why remove static from variable > definition and use strdup() to duplicate string with exact size from malloc > area instead. >

Re: [PATCH 6/8] xilinx: zynqmp: refactor silicon name function

2020-08-19 Thread Michal Simek
Hi, st 5. 8. 2020 v 13:24 odesílatel Michal Simek napsal: > > From: Ibai Erkiaga > > Current algorithm used to get the silicon name is bit complicated and > hard to follow. Updated to use more straightforward mechanism based on > the Device ID code table (Table 1-2). The full IDCODE register is

Re: [RFC PATCH] tools: env: Add an option to have an empty default environment

2020-08-19 Thread Chris Packham
On Tue, 18 Aug 2020, 11:02 PM Stefano Babic, wrote: > Hi Chris, > > On 13.08.20 03:37, Chris Packham wrote: > > When building envtools via tools-only_defconfig the builtin defaults > > are based on options in the defconfig. For example: > > > > bootcmd=bootp; setenv bootargs root=/dev/nfs >

<    1   2