]> git.dujemihanovic.xyz Git - u-boot.git/commit
riscv: Remove common.h usage
authorTom Rini <trini@konsulko.com>
Thu, 12 Oct 2023 23:03:59 +0000 (19:03 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 24 Oct 2023 20:34:45 +0000 (16:34 -0400)
commit0b9441ae76db88b6871adc31b7e59355286f2847
treeb26e8ce64e83dd907910674f2977d56b590f516d
parent8991fed97dbd5fe79354b533b32c78742a126d02
riscv: Remove common.h usage

We can remove common.h from most cases of the code here, and only a few
places need an additional header instead.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Rick Chen <rick@andestech.com>
34 files changed:
arch/riscv/cpu/andesv5/cache.c
arch/riscv/cpu/andesv5/cpu.c
arch/riscv/cpu/andesv5/spl.c
arch/riscv/cpu/cpu.c
arch/riscv/cpu/fu540/dram.c
arch/riscv/cpu/fu740/dram.c
arch/riscv/cpu/generic/cpu.c
arch/riscv/cpu/generic/dram.c
arch/riscv/cpu/jh7110/dram.c
arch/riscv/cpu/jh7110/spl.c
arch/riscv/cpu/mtrap.S
arch/riscv/cpu/start.S
arch/riscv/include/asm/arch-andes/csr.h
arch/riscv/include/asm/arch-jh7110/eeprom.h
arch/riscv/include/asm/dma-mapping.h
arch/riscv/include/asm/smp.h
arch/riscv/lib/aclint_ipi.c
arch/riscv/lib/andes_plicsw.c
arch/riscv/lib/asm-offsets.c
arch/riscv/lib/boot.c
arch/riscv/lib/bootm.c
arch/riscv/lib/cache.c
arch/riscv/lib/fdt_fixup.c
arch/riscv/lib/image.c
arch/riscv/lib/interrupts.c
arch/riscv/lib/reset.c
arch/riscv/lib/sbi.c
arch/riscv/lib/sbi_ipi.c
arch/riscv/lib/sifive_cache.c
arch/riscv/lib/smp.c
arch/riscv/lib/spl.c
board/AndesTech/ae350/ae350.c
board/sifive/unmatched/hifive-platform-i2c-eeprom.c
board/sifive/unmatched/unmatched.c