Re: [U-Boot] [PATCH 34/69] x86: Add a script to aid code conversion from coreboot

2016-03-10 Thread Bin Meng
On Fri, Mar 11, 2016 at 2:11 PM, Bin Meng wrote: > Hi Simon, > > On Mon, Mar 7, 2016 at 10:28 AM, Simon Glass wrote: >> It is useful to automate the process of converting code from coreboot a >> little. Add a sed script which performs some common transformations. >> >> Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH 34/69] x86: Add a script to aid code conversion from coreboot

2016-03-10 Thread Bin Meng
Hi Simon, On Mon, Mar 7, 2016 at 10:28 AM, Simon Glass wrote: > It is useful to automate the process of converting code from coreboot a > little. Add a sed script which performs some common transformations. > > Signed-off-by: Simon Glass > --- > > doc/README.x86 | 9 + > scripts/

[U-Boot] [PATCH 34/69] x86: Add a script to aid code conversion from coreboot

2016-03-06 Thread Simon Glass
It is useful to automate the process of converting code from coreboot a little. Add a sed script which performs some common transformations. Signed-off-by: Simon Glass --- doc/README.x86 | 9 + scripts/coreboot.sed | 17 + 2 files changed, 26 insertions(+) create