mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
hw/openrisc: Split re-usable boot time apis out to boot.c
These will be shared with the virt platform. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Stafford Horne <shorne@gmail.com>
This commit is contained in:
parent
61fd710b8d
commit
7025114b1c
4 changed files with 157 additions and 100 deletions
|
@ -1,5 +1,6 @@
|
|||
openrisc_ss = ss.source_set()
|
||||
openrisc_ss.add(files('cputimer.c'))
|
||||
openrisc_ss.add(files('boot.c'))
|
||||
openrisc_ss.add(when: 'CONFIG_OR1K_SIM', if_true: [files('openrisc_sim.c'), fdt])
|
||||
|
||||
hw_arch += {'openrisc': openrisc_ss}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue