463 Commits

Author SHA1 Message Date
3805a1837a why you need to request rebuild explicitly 2018-09-13 21:10:18 +01:00
d09ed087d8 readme: explain ./build-buildroot for kernel modules 2018-09-13 11:54:50 +01:00
df3ed08181 submodules: improve file headers
Notice that can't shallow clone from upstream, so just use my fork on
github for now.
2018-09-13 09:17:17 +01:00
c4d7fb3950 readme: fix graphics 2018-09-13 08:09:11 +01:00
191bc50337 fix configure 2018-09-13 08:08:41 +01:00
c318775cc6 reame: getting started is beautiful 2018-09-13 07:23:49 +01:00
2c0604f345 readem: fix broken refs 2018-09-13 06:55:30 +01:00
3f4ae17017 rename build to build-buildroot 2018-09-13 06:17:07 +01:00
7189742a29 hardware rant 2018-09-13 04:45:06 +01:00
c5b4f326ba dtb: mention linux in tree dts 2018-09-12 15:51:19 +01:00
3116ce68fa gem5 unit tests 2018-09-12 12:41:52 +01:00
d3f627d41e gcc project idea 2018-09-12 12:39:09 +01:00
5e83660e86 readme: add an awesome and simple qemu hack 2018-09-12 12:35:19 +01:00
1669470dd6 make intro awesome 2018-09-12 10:46:05 +01:00
8ae43f00ec dtb: make awesome 2018-09-12 09:37:46 +01:00
5c594c3634 gem5: initparam 2018-09-11 14:14:16 +01:00
0844628382 make initial docs shine 2018-09-10 11:45:09 +01:00
984e2dd835 init: make awesome 2018-09-09 23:09:31 +01:00
28e90dd4df Get rid of out/common, make buildroot, qemu, gem5 in out/
Rationale: previously we had archs on toplevel, e.g. out/x86_64

However, host tools like QEMU and gem5 can reuse a lot of the common build
files across archs. Therefore, we save space and time by putting them into
a single directory.

Therefore, the toplevel out/x86_64 was inconsistent, better put arch
inside guest tools that need separate build trees instead, e.g.
out/buildroot/x86_64/

Also common was pretty obscure as a name to say the best.
2018-09-09 22:21:54 +01:00
6f73a9eb30 bench-boot looks fine 2018-09-09 17:05:43 +01:00
b3f2ddd629 porting "done" 2018-09-09 15:08:44 +01:00
6d17b2ef84 readfile moved into run dir to allow multiple parallel runs
Set with --gem5-readefile helper
2018-09-09 13:03:49 +01:00
40cd607f56 bak 2018-09-09 11:33:57 +01:00
d38e1de17a expand common options 2018-09-09 11:05:11 +01:00
0a497bba7a expand a bunch of options, run and build are done 2018-09-09 10:41:43 +01:00
58de3f7243 port bisect-linux-boot-gem5 and zip-img
fix m5 build and a bunch other things
2018-09-08 23:46:29 +01:00
dd7614cbce some more docs, retore full Linux configs, wont touch that now 2018-09-08 08:54:39 +01:00
a99e041c8a rename kernel_module to kernel_modules, start README mass factorings 2018-09-08 07:14:31 +01:00
66fe5f6647 build runs, lots of uncommented and lots of untested though
Refactor everything. Create nice submodules/ and packages/ folders.
2018-09-07 10:08:59 +01:00
5796f1ee1d start refactoring build, completely broken atm' 2018-09-06 09:32:45 +01:00
485c071a4d get_elf_entry
trace2txt fully ported
2018-09-05 08:19:09 +01:00
1ff6a95ab3 run: generalize with main(), start porting trace-boot and qemu-trace2txt 2018-09-05 07:26:53 +01:00
09cb390904 ./rungdb-user ported, but I noticed that it is broken, again... on master... 2018-09-04 07:49:06 +01:00
a6a712acef init_env_poweroff: make into executable to reduce system noise 2018-09-02 21:54:16 +01:00
efa2e4c29f run: add --terminal and explain gem5 pdb 2018-08-31 19:00:32 +01:00
e3a09ba232 equal sign required after python silly argparse
https://stackoverflow.com/questions/16174992/cant-get-argparse-to-read-quoted-string-with-dashes-in-it
2018-08-31 18:44:19 +01:00
8c16820365 rungdb-user: failed attempt with rungdb factor 2018-08-31 18:02:51 +01:00
de682e80c7 do-release: rename to just release 2018-08-31 15:50:54 +01:00
1c0b6eb21c getvar: move docs to --help 2018-08-31 15:49:00 +01:00
0ea6a2ef5d bisect: previx all bisec scripts with bisect- 2018-08-31 15:41:49 +01:00
04b878dfa7 port runtc 2018-08-31 13:38:08 +01:00
3a5d85f38b ported bst-vs-heap 2018-08-31 09:44:56 +01:00
12d5794547 run: -l latest checkpoint restore
Run is in theory done now, but all edge functionality needs double testing.
2018-08-30 09:54:28 +01:00
ddfb34cdd4 run logging works 2018-08-30 09:06:04 +01:00
094b6c4275 rungdb, gem5-shell and ./run -u ported 2018-08-29 09:57:26 +01:00
17c38b0c81 ./run -g almost fully ported in theory, not extensively tested 2018-08-27 00:26:43 +01:00
561c08a286 run: port argparse 2018-08-26 22:35:47 +01:00
9b30ac217f common: convert scripts to python 2018-08-26 10:45:26 +01:00
f8c0502bb2 readme: link to m5ops.h as well 2018-08-25 14:34:14 +01:00
7ccc1d3a8f m5ops: move to factored .h file
Create empty subs for unsupported archs, much less messy for callers.

bst_vs_heap: create
2018-08-25 09:32:44 +01:00