Re: [PATCH 1/1] doc: man-page for the printenv command

2022-06-19 Thread Heinrich Schuchardt
On 6/20/22 02:07, AKASHI Takahiro wrote: Heinrich, Thank you. A few nitpicks. On Sun, Jun 19, 2022 at 02:01:17PM +0200, Heinrich Schuchardt wrote: Privide a man-page for the printenv command. Signed-off-by: Heinrich Schuchardt --- doc/usage/cmd/printenv.rst | 90

Re: [PATCH v3 2/2] pmic: pca9450: Add regulator driver

2022-06-19 Thread Vaittinen, Matti
On 6/20/22 05:47, Marek Vasut wrote: > On 6/19/22 18:01, Heiko Thiery wrote: > > [...] > +static int pca9450_set_value(struct udevice *dev, int uvolt) +{ +   struct pca9450_plat *plat = dev_get_plat(dev); +   unsigned int sel; +   int i, found = 0; +

Re: [PATCH v8 0/9] enable menu-driven UEFI variable maintenance

2022-06-19 Thread Takahiro Akashi
On Sun, Jun 19, 2022 at 01:55:58PM +0900, Masahisa Kojima wrote: > This series add the menu-driven UEFI boot variable maintenance > and removable media support in bootmenu. > > Different from previous version, thie series adds a new U-Boot > command "efimenu" to invoke the UEFI boot-related

[PATCH] pmic: pca9450: permit config on all bucks and LDOs

2022-06-19 Thread Heiko Thiery
In order to have the possibility to configure the regulators at system startup through DM support, all LDOs and bucks must be able to be changeable. Currently there is a limitation to change the values when the output is enabled. Since the driver is based on the ROHM BD71837 and a comment that

Re: [PATCH v3 2/2] pmic: pca9450: Add regulator driver

2022-06-19 Thread Marek Vasut
On 6/19/22 18:01, Heiko Thiery wrote: [...] +static int pca9450_set_value(struct udevice *dev, int uvolt) +{ + struct pca9450_plat *plat = dev_get_plat(dev); + unsigned int sel; + int i, found = 0; + + /* +* An under/overshooting may occur if voltage is changed

Re: [PATCH] disk: part: change from hextoul to dectoul

2022-06-19 Thread Jaehoon Chung
Hi Tom, On 6/17/22 21:27, Tom Rini wrote: > On Fri, Jun 17, 2022 at 07:01:59PM +0900, Jaehoon Chung wrote: > >> When 'ls' command is running with partition number, it's passed by a hex >> value. For example, if want to check a 15th partition, it has to input >> as 0xf. >> Before applied >> - ls

Re: [PATCH 1/1] doc: man-page for the printenv command

2022-06-19 Thread AKASHI Takahiro
Heinrich, Thank you. A few nitpicks. On Sun, Jun 19, 2022 at 02:01:17PM +0200, Heinrich Schuchardt wrote: > Privide a man-page for the printenv command. > > Signed-off-by: Heinrich Schuchardt > --- > doc/usage/cmd/printenv.rst | 90 ++ > doc/usage/index.rst

Re: Pull request for efi-2020-07-rc5-2

2022-06-19 Thread Tom Rini
On Sun, Jun 19, 2022 at 05:29:23PM +0200, Heinrich Schuchardt wrote: > Dear Tom, > > The following changes since commit aad77c215cdcbb11ee39db3039374be638cfcddb: > > Merge tag 'u-boot-stm32-20220617' of > https://source.denx.de/u-boot/custodians/u-boot-stm (2022-06-17 09:41:11 > -0400) > >

Re: [PATCH v3 2/2] pmic: pca9450: Add regulator driver

2022-06-19 Thread Heiko Thiery
Am So., 19. Juni 2022 um 17:16 Uhr schrieb Heiko Thiery : > > Hi Marek, > > > Am Mi., 13. Apr. 2022 um 00:40 Uhr schrieb Marek Vasut : > > > > Add PCA9450 regulator driver. This is complementary driver for the BUCKn > > and LDOn regulators provided by the PCA9450 PMIC driver. Currently the > >

Pull request for efi-2020-07-rc5-2

2022-06-19 Thread Heinrich Schuchardt
Dear Tom, The following changes since commit aad77c215cdcbb11ee39db3039374be638cfcddb: Merge tag 'u-boot-stm32-20220617' of https://source.denx.de/u-boot/custodians/u-boot-stm (2022-06-17 09:41:11 -0400) are available in the Git repository at:

Re: [PATCH v3 2/2] pmic: pca9450: Add regulator driver

2022-06-19 Thread Heiko Thiery
Hi Marek, Am Mi., 13. Apr. 2022 um 00:40 Uhr schrieb Marek Vasut : > > Add PCA9450 regulator driver. This is complementary driver for the BUCKn > and LDOn regulators provided by the PCA9450 PMIC driver. Currently the > driver permits reading the settngs and configuring the BUCKn and LDOn >

Re: [PATCH v2] cmd: cat: add new command

2022-06-19 Thread Heinrich Schuchardt
On 6/19/22 16:23, Roger Knecht wrote: On Thursday, June 9th, 2022 at 22:27, Roger Knecht wrote: On Wednesday, June 8th, 2022 at 15:59, Tom Rini tr...@konsulko.com wrote: On Sat, Jun 04, 2022 at 11:19:15AM +, Roger Knecht wrote: Add cat command to print file content to standard out

Re: [PATCH v4] imx: add i.MX8MN DDR3L evk board support

2022-06-19 Thread Heiko Thiery
Hi, Am So., 19. Juni 2022 um 16:51 Uhr schrieb Michael Nazzareno Trimarchi : > > Hi > > Il dom 19 giu 2022, 16:47 Heiko Thiery ha scritto: >> >> Hi, >> >> Am So., 19. Juni 2022 um 16:40 Uhr schrieb Michael Nazzareno Trimarchi >> : >> > >> > Hi Heiko >> > >> > On Sun, Jun 19, 2022 at 8:12 AM

Re: [PATCH v4] imx: add i.MX8MN DDR3L evk board support

2022-06-19 Thread Michael Nazzareno Trimarchi
Hi Il dom 19 giu 2022, 16:47 Heiko Thiery ha scritto: > Hi, > > Am So., 19. Juni 2022 um 16:40 Uhr schrieb Michael Nazzareno Trimarchi > : > > > > Hi Heiko > > > > On Sun, Jun 19, 2022 at 8:12 AM Heiko Thiery > wrote: > > > > > > Hi, > > > > > > Am So., 19. Juni 2022 um 07:59 Uhr schrieb

Re: [PATCH v4] imx: add i.MX8MN DDR3L evk board support

2022-06-19 Thread Heiko Thiery
Hi [snip] > > > >> > Maybe something like this should work. Now question is about should > > > >> > be > > > >> > done in pre-reloc or not > > > >> > > > >> It took me a little while to understand what was meant by this. In the > > > >> meantime I could > > > >> change the PMIC/Regulator

Re: [PATCH v4] imx: add i.MX8MN DDR3L evk board support

2022-06-19 Thread Heiko Thiery
Hi, Am So., 19. Juni 2022 um 16:40 Uhr schrieb Michael Nazzareno Trimarchi : > > Hi Heiko > > On Sun, Jun 19, 2022 at 8:12 AM Heiko Thiery wrote: > > > > Hi, > > > > Am So., 19. Juni 2022 um 07:59 Uhr schrieb Michael Nazzareno Trimarchi > > : > > > > > > Hi > > > > > > Il sab 18 giu 2022, 23:56

Re: [PATCH v4] imx: add i.MX8MN DDR3L evk board support

2022-06-19 Thread Michael Nazzareno Trimarchi
Hi Heiko On Sun, Jun 19, 2022 at 8:12 AM Heiko Thiery wrote: > > Hi, > > Am So., 19. Juni 2022 um 07:59 Uhr schrieb Michael Nazzareno Trimarchi > : > > > > Hi > > > > Il sab 18 giu 2022, 23:56 Heiko Thiery ha scritto: > >> > >> Hi Michael, Hi Marek, > >> > >> Am Mi., 15. Juni 2022 um 08:43 Uhr

[PATCH 1/1] test: work around for EFI terminal size probing

2022-06-19 Thread Heinrich Schuchardt
When the UEFI sub-system is initialized it sends an escape sequence to the serial console to determine the terminal size. This stops the run_command_list() function of the console emulation from recognizing the U-Boot command line prompt. Add a 'print -e' command as first command in the command

Re: [PATCH v2] cmd: cat: add new command

2022-06-19 Thread Roger Knecht
On Thursday, June 9th, 2022 at 22:27, Roger Knecht wrote: > On Wednesday, June 8th, 2022 at 15:59, Tom Rini tr...@konsulko.com wrote: > > > On Sat, Jun 04, 2022 at 11:19:15AM +, Roger Knecht wrote: > > > > > Add cat command to print file content to standard out > > > > > > Signed-off-by:

[PATCH 1/1] doc: man-page for the printenv command

2022-06-19 Thread Heinrich Schuchardt
Privide a man-page for the printenv command. Signed-off-by: Heinrich Schuchardt --- doc/usage/cmd/printenv.rst | 90 ++ doc/usage/index.rst| 1 + 2 files changed, 91 insertions(+) create mode 100644 doc/usage/cmd/printenv.rst diff --git

[PATCH 1/1] cmd: correct return value for printenv -e

2022-06-19 Thread Heinrich Schuchardt
If printenv -e is executed and the specified variable is not found, the return value $? of the command should be 1 (false). Signed-off-by: Heinrich Schuchardt --- cmd/nvedit_efi.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cmd/nvedit_efi.c b/cmd/nvedit_efi.c index

Re: [PATCH v4] imx: add i.MX8MN DDR3L evk board support

2022-06-19 Thread Heiko Thiery
Hi, Am So., 19. Juni 2022 um 07:59 Uhr schrieb Michael Nazzareno Trimarchi : > > Hi > > Il sab 18 giu 2022, 23:56 Heiko Thiery ha scritto: >> >> Hi Michael, Hi Marek, >> >> Am Mi., 15. Juni 2022 um 08:43 Uhr schrieb Michael Nazzareno Trimarchi >> : >> > >> > Hi Heiko >> > >> > On Wed, Jun 15,