coreboot-kgpe-d16/src/arch/riscv
Elyes HAOUAS d50cde279b src: Remove unused '#include <cbfs.h>'
Found using:
diff <(git grep -l '#include <cbfs.h>' -- src/) <(git grep -l 'cbfs_boot_map_optionrom\|cbfs_boot_map_optionrom_revision\|cbfs_boot_locate\|cbfs_boot_map_with_leak\|cbfs_locate_file_in_region\|cbfs_boot_load_file\|cbfs_load_and_decompress\|cbfs_prog_stage_load\|cbfs_boot_region_device' -- src/) |grep '<' |grep -v vendorcode

Also add missing 'include <cbfs.h>' in src/soc/qualcomm/sc7180/qupv3_config.c

Change-Id: Icaecb5b910888f34cddedab7b2f64eaf6d01ad66
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41682
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-06-02 07:42:56 +00:00
..
include treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
Kconfig Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol 2019-11-25 09:17:38 +00:00
Makefile.inc src: Remove leading blank lines from SPDX header 2020-05-18 07:00:27 +00:00
arch_timer.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
boot.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
bootblock.S treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
fit_payload.c src: Remove unused '#include <cbfs.h>' 2020-06-02 07:42:56 +00:00
fp_asm.S treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
mcall.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
misaligned.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
misc.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
opensbi.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
payload.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
pmp.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
ramstage.S treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
romstage.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
sbi.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
smp.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
tables.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
trap_handler.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
trap_util.S treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
virtual_memory.c src: Remove unused '#include <stdint.h>' 2020-05-13 08:48:17 +00:00