/* * This file is part of the coreboot project. * * Copyright 2020 The coreboot project Authors. * * SPDX-License-Identifier: GPL-2.0-or-later */ #include void bootblock_mainboard_init(void) { /* TODO: Perform mainboard initialization */ }