Re: [U-Boot] [PATCH 08/34] binman: Add support for an x86 'reset' section

2019-09-26 Thread sjg
At present binman has a single entry type for the 16-bit code code needed to start up an x86 processor. This entry is intended to include both the reset vector itself as well as the code to move to 32-bit mode. However this is not very flexible since in some cases other data needs to be included a

[U-Boot] [PATCH 08/34] binman: Add support for an x86 'reset' section

2019-08-24 Thread Simon Glass
At present binman has a single entry type for the 16-bit code code needed to start up an x86 processor. This entry is intended to include both the reset vector itself as well as the code to move to 32-bit mode. However this is not very flexible since in some cases other data needs to be included a