Re: network configuration setup - dhcp

2021-04-19 Thread Ahmad Fatoum
Hello Neeraj, On 19.04.21 20:09, Neeraj Pal wrote: > Hello Ahmad, > > Yes, it would be very helpful and straightforward for future users to > set up DHCP networking. > Sure, I will submit a patch to add it in Documentation. > > planning to include this as an example under the link: >

Re: network configuration setup - dhcp

2021-04-19 Thread Neeraj Pal
Hello Ahmad, Yes, it would be very helpful and straightforward for future users to set up DHCP networking. Sure, I will submit a patch to add it in Documentation. planning to include this as an example under the link:

[PATCH] watchdog: imxwd: get and enable clock

2021-04-19 Thread Steffen Trumtrar
This it (at least) necessary for i.MX7s or otherwise barebox will hang when trying to access the registers of WDOG2/3/4. Signed-off-by: Steffen Trumtrar --- drivers/watchdog/imxwd.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/watchdog/imxwd.c

Re: RFC: types conflicts

2021-04-19 Thread Ahmad Fatoum
Hello Peter, On 7/8/20 11:02 PM, Peter Mamonov wrote: >>> I tried to build MicroPython using barebox toolchain and found a number of >>> conflicts between barebox and compiler headers. Below you will find the >>> patch >>> which demostrates some of them. In this particular example the problem

Re: network configuration setup - dhcp

2021-04-19 Thread Ahmad Fatoum
Hello Neeraj, On 17.04.21 06:41, Neeraj Pal wrote: > Hi, > > I successfully configured the networking on sandbox env. > So, below are the steps for anyone in need. > > On host (ubuntu) > - ip link show => barebox virtual ethernet device will be listed > - sudo brctl addif virbr0 barebox => I

Re: [PATCH v4 00/17] barebox deep probe support

2021-04-19 Thread Ahmad Fatoum
Hi, On 16.04.21 11:49, Sascha Hauer wrote: > Hi All, > > This is the fourth round of patches for barebox deep-probe support. With feedback addressed, Reviewed-by: Ahmad Fatoum > I picked up the series from Marco, it has the things fixed I mentioned > during the last review and some other

Re: [PATCH 09/17] common: add initial barebox deep-probe support

2021-04-19 Thread Ahmad Fatoum
Hi, On 16.04.21 11:49, Sascha Hauer wrote: > diff --git a/drivers/base/driver.c b/drivers/base/driver.c > index f60533c59e..ea23884624 100644 > --- a/drivers/base/driver.c > +++ b/drivers/base/driver.c > @@ -21,6 +21,7 @@ > > #include > #include > +#include > #include > #include >

Re: [PATCH 17/17] ARM: i.MX Phytec physom: Add deep-probe support

2021-04-19 Thread Ahmad Fatoum
Hi, On 16.04.21 11:49, Sascha Hauer wrote: > +BAREBOX_DEEP_PROBE_ENABLE("phytec,imx6q-pfla02"); > +BAREBOX_DEEP_PROBE_ENABLE("phytec,imx6dl-pfla02"); > +BAREBOX_DEEP_PROBE_ENABLE("phytec,imx6s-pfla02"); > +BAREBOX_DEEP_PROBE_ENABLE("phytec,imx6q-pcaaxl3"); >