x86: coreboot: make it possible to process unhandled tags
authorChristian Gmeiner <christian.gmeiner@gmail.com>
Wed, 17 Apr 2019 12:42:05 +0000 (14:42 +0200)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 19 May 2019 08:17:33 +0000 (16:17 +0800)
commitb52e9f0cb748d2a2ae26db62072294b9cccdb86f
tree78edab49e80a12125a54e8056853aed57d7005f9
parent98b3156b0df4b0df9cb3a0bbfc240d0c4edd2638
x86: coreboot: make it possible to process unhandled tags

coreboot makes it possible to add own entries into coreboot's
table at a per mainboard basis. As there might be some custom
ones it makes sense to provide a way to process them.

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/coreboot/tables.c