Re: [PATCH 4/4] bootm: add global.bootm.provide_hostname option

2024-03-20 Thread Marco Felsch
Hi Ahmad, On 24-03-14, Ahmad Fatoum wrote: > Hello Marco, > > Cc += Leonard > > On 13.03.24 20:45, Marco Felsch wrote: > > + if (!barebox_hostname_is_valid(hostname)) { > > + pr_err("Provided hostname is not compatible to systemd > > hostname requirements\n"); > > +

[PATCH] i2c: add EFI i2c master driver

2024-03-20 Thread Tomas Marek
Add an I2C master driver which uses EFI interface to implement access to I2C bus. Signed-off-by: Tomas Marek --- drivers/i2c/busses/Kconfig | 6 + drivers/i2c/busses/Makefile | 1 + drivers/i2c/busses/i2c-efi.c | 258 +++ efi/guid.c | 1

[PATCH] clk: fix clk_set_rate command help text

2024-03-20 Thread Denis Orlov
It was at odds with the list of options, with the former mentioning RATE and the latter mentioning HZ as a parameter. It seems that every other clk-related command uses HZ, so use it here too. Signed-off-by: Denis Orlov --- commands/clk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

[PATCH] common: deep-probe: fix DEEP_PROBE_UNKNOWN misspelling

2024-03-20 Thread Antony Pavlov
Signed-off-by: Antony Pavlov --- common/deep-probe.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/deep-probe.c b/common/deep-probe.c index 931e5a17709..b270a10f7fe 100644 --- a/common/deep-probe.c +++ b/common/deep-probe.c @@ -7,18 +7,18 @@ #include enum d