Skip to content

Update disk image source to addhypercall and gem5bridge-driver #69

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 27 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
8a789ab
resources: Refactor arm and x86 disk image directories (#38)
Harshil2107 Sep 13, 2024
5c517ff
resources: add packer files to make x86 and arm npb image (#50)
Harshil2107 Sep 13, 2024
a926465
Reorganize the resources repository (#51)
Harshil2107 Sep 13, 2024
725a491
resources: Delete the old npb directory contents (#55)
Harshil2107 Sep 16, 2024
6853781
Update links to iso for x86 and riscv images (#57)
Harshil2107 Oct 4, 2024
3c7c110
resources: Update ROI (#54)
Harshil2107 Oct 7, 2024
237f940
Merging develop into stable for gem5 v24.1.0.0 release (#62)
erin-le Dec 9, 2024
22c4d89
resources: Update make.def to make is.D.x for x86 image (#58)
Harshil2107 Dec 17, 2024
4a1ac06
resources: Disable systemd services for x86 image (#63)
Harshil2107 Dec 19, 2024
8459cdf
resources: Add hypercall for x86 base disk image
Harshil2107 Feb 4, 2025
e6c5228
resources: Update scripts to add and build gem5 bridge driver for x86…
Harshil2107 Feb 4, 2025
fa35116
resources: Update exit event call to hypercall for the arm disk images
Harshil2107 Feb 4, 2025
c6e44ec
resources: Add dockerfile to make kernel and modules for arm disk image
Harshil2107 Feb 4, 2025
ef1b6ef
resources: Update serial-getty service to override service section
Harshil2107 Feb 5, 2025
0f24310
resources: split post-installation.sh to smaller scripts
Harshil2107 Feb 5, 2025
c4bd6eb
resources: update arm packer file to run correct shell script
Harshil2107 Feb 5, 2025
bfb74f1
resources: update gem5_init to insert the gem5 bridge driver
Harshil2107 Feb 5, 2025
17e8740
resources: Add a script to increase system entropy for arm
Harshil2107 Feb 5, 2025
c2b0f3b
resources: Update documentation for building disk images
Harshil2107 Feb 5, 2025
ec7c7b6
resources: Update github clone link to clone from staging branch
Harshil2107 Feb 5, 2025
6edc682
resources: Update the increase-system-entropy script
Harshil2107 Feb 5, 2025
695c7dd
resources: Update make command in dockerfile to use nproc
Harshil2107 Feb 5, 2025
05d7bce
resources: update NPB disk image to use hypercall instead of workbegi…
Harshil2107 Feb 6, 2025
f26c38b
resources: Update Dockerfile for building kernel and modules for 22.0…
Harshil2107 Feb 6, 2025
819ed59
resources: Update documentation for building base disk images
Harshil2107 Feb 18, 2025
2e2224c
resources: add a script to disable systemd services for arm isa
Harshil2107 May 16, 2025
f480e52
resources: Update disk image download links
Harshil2107 May 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ __pycache__/
*.pyc
m5out/
packer

# For jekyll
_site
.jekyll-cache
Expand Down
201 changes: 0 additions & 201 deletions src/arm-ubuntu/README.md

This file was deleted.

95 changes: 0 additions & 95 deletions src/arm-ubuntu/arm-ubuntu-24-04.pkr.hcl

This file was deleted.

27 changes: 0 additions & 27 deletions src/arm-ubuntu/build.sh

This file was deleted.

25 changes: 0 additions & 25 deletions src/arm-ubuntu/files/gem5_init.sh

This file was deleted.

Loading