Re: [PATCH 2/2] build/DTC: fix sed usage in DTC command

2021-02-13 Thread Warner Losh
ad drop the cat concatenation done before the sed call and use > sed itself to edit and concatenate the files. > > No functional change intended. > > Signed-off-by: Roger Pau Monné > Reviewed by: Warner Losh > --- > Cc: Masahiro Yamada > Cc: Simon Glass > Cc: Michal Si

Re: [PATCH 1/2] scripts/check-config.sh: fix to be compatible with BSD sed

2021-02-13 Thread Warner Losh
ional change intended. > > Signed-off-by: Roger Pau Monné > Reviewed by: Warner Losh > --- > Cc: Masahiro Yamada > Cc: Simon Glass > Cc: Michal Simek > Cc: Wolfgang Wallner > Cc: Jan Kiszka > --- > scripts/check-config.sh | 8 > 1 file changed,

Re: [U-Boot] [PATCH 03/12] libfdt: Safer access to strings section

2018-04-14 Thread Warner Losh
On Fri, Apr 13, 2018 at 9:43 PM, David Gibson wrote: > On Fri, Apr 13, 2018 at 12:53:19PM -0400, Tom Rini wrote: > > On Thu, Apr 12, 2018 at 02:39:19PM +1000, David Gibson wrote: > > > On Tue, Apr 10, 2018 at 10:42:45AM -0400, Simon Glass wrote: > > > > +U-Boot, Tom,

Re: [U-Boot] [PATCH 03/12] libfdt: Safer access to strings section

2018-04-14 Thread Warner Losh
On Sat, Apr 14, 2018, 12:55 AM David Gibson wrote: > On Fri, Apr 13, 2018 at 12:53:19PM -0400, Tom Rini wrote: > > On Thu, Apr 12, 2018 at 02:39:19PM +1000, David Gibson wrote: > > > On Tue, Apr 10, 2018 at 10:42:45AM -0400, Simon Glass wrote: > > > > +U-Boot, Tom,

Re: [U-Boot] [PATCH v2 1/4] kconfig: Add API kconfig file

2017-01-22 Thread Warner Losh
On Fri, Jan 20, 2017 at 8:51 PM, Simon Glass wrote: > Hi, > > On 17 January 2017 at 08:50, Emmanuel Vadot wrote: >> Add kconfig file to enable API support >> >> Signed-off-by: Emmanuel Vadot >> --- >> Kconfig | 2 ++ >>

Re: [U-Boot] [PATCH v2 2/4] kconfig: Add a FREEBSD option

2017-01-22 Thread Warner Losh
On Fri, Jan 20, 2017 at 8:51 PM, Simon Glass wrote: > Hi, > > On 17 January 2017 at 08:50, Emmanuel Vadot wrote: >> Add a FreeBSD option that enable the API and enable the data cache >> command as it is needed to boot the FreeBSD loader. >> >>

Re: [U-Boot] [PATCH v2 0/4] Add FreeBSD kconfig options

2017-01-17 Thread Warner Losh
11 support needs to continue past FreeBSD 12's release. Finally, as Emmanuel has said, there's still some rough edges to FreeBSD/arm's EFI support that need to be worked through in parallel before people will switch to the new way. Warner Losh <i...@freebsd.org> ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 1/4] kconfig: Add API kconfig file

2017-01-17 Thread Warner Losh
his option enable the U-Boot API. >> >> "enables" > > I'll change that, thanks for reviewing. > >> Should the help say, e.g., "userspace API" for clarity? > > I don't know, I'm for whatever is best. It isn't a userspace API, per se, since

Re: [U-Boot] [PATCH v2 7/9] libfdt: Add overlay application function

2016-06-15 Thread Warner Losh
> On Jun 15, 2016, at 4:23 AM, Pantelis Antoniou > wrote: > The correct way is to get cracking on the machine readable yaml based bindings > and enforce it through there. Machine readable bindings with enforcement would be enabling technology to solve a lot of