Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
T8030: support boot to ramdisk launchd
Browse files Browse the repository at this point in the history
  • Loading branch information
TrungNguyen1909 committed Feb 7, 2021
1 parent 553032d commit 899c97e
Show file tree
Hide file tree
Showing 18 changed files with 2,386 additions and 3 deletions.
1 change: 1 addition & 0 deletions hw/arm/meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
arm_ss = ss.source_set()
arm_ss.add(files('boot.c'), fdt)
arm_ss.add(files('t8030.c', 'xnu_dtb.c', 'xnu_fb_cfg.c', 'xnu_file_mmio_dev.c', 'xnu_mem.c', 'xnu.c'))
arm_ss.add(when: 'CONFIG_PLATFORM_BUS', if_true: files('sysbus-fdt.c'))
arm_ss.add(when: 'CONFIG_ARM_VIRT', if_true: files('virt.c'))
arm_ss.add(when: 'CONFIG_ACPI', if_true: files('virt-acpi-build.c'))
Expand Down
650 changes: 650 additions & 0 deletions hw/arm/t8030.c

Large diffs are not rendered by default.

0 comments on commit 899c97e

Please sign in to comment.