Re: [PATCH v1 04/43] acpi: Allow creating the GNVS to fail

2020-06-29 Thread Bin Meng
On Mon, Jun 15, 2020 at 11:57 AM Simon Glass wrote: > > In some cases an internal error may prevent this from working. Update the > function return value and report the error. At present the API for writing > tables does not easily support reporting errors, but once it is fully > updated to use a

Re: [PATCH v1 04/43] acpi: Allow creating the GNVS to fail

2020-06-25 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH v1 04/43] acpi: Allow creating the GNVS to fail > > In some cases an internal error may prevent this from working. Update the > function return value and report the error. At present the API for writing &g

[PATCH v1 04/43] acpi: Allow creating the GNVS to fail

2020-06-14 Thread Simon Glass
In some cases an internal error may prevent this from working. Update the function return value and report the error. At present the API for writing tables does not easily support reporting errors, but once it is fully updated to use a context pointer, this will be easier. Signed-off-by: Simon Gla