[U-Boot] [PATCH v1 07/11] lib: add oid registry utility

2019-10-11 Thread AKASHI Takahiro
Imported from linux kernel v5.3. Signed-off-by: AKASHI Takahiro --- include/linux/oid_registry.h | 117 lib/Kconfig | 5 + lib/Makefile | 16 +++ lib/build_OID_registry | 203 +++ lib/oid_registry.c

Re: [U-Boot] [PATCH v1 07/11] lib: add oid registry utility

2019-10-12 Thread Heinrich Schuchardt
On 10/11/19 9:41 AM, AKASHI Takahiro wrote: Imported from linux kernel v5.3. Please, indicate in the commit message which files are verbatim copies and which files had to be adjusted. E.g. in lib/oid_registry.c you adjusted the includes. Signed-off-by: AKASHI Takahiro --- include/linux/oi