Subversion Repositories QNX 8.QNX8 IFS tool

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
44 2024-09-22 16:15:59 pmbaty / ifstool: fixed startup size discrepancy between mkifs and ifstool. Updated executables in SDP. Also updated startup (now recompiled using the faster build script).  
43 2024-09-19 06:30:36 pmbaty / ifstool: more consistent fix with procnto/startup environments + preserved the QNX_info section in procnto-smp-instr  
42 2024-09-19 06:18:32 pmbaty / ifstool: fixed minor problem with the order of environment variables in startup and procnto  
41 2024-09-19 06:06:46 pmbaty / ifstool: resolved the 2 last unknowns and got rid of the --startupfile and --bootfile arguments  
38 2024-07-16 16:28:18 pmbaty / ifstool: misc (harmless) fixes pointed out by LLVM  
35 2024-07-16 04:02:24 pmbaty / ifstool: added ability to "ingest" startup definition scripts from external files (-l argument) + removed prebuilt binary (we use the one installed in the SDP now)  
34 2024-07-15 18:59:05 pmbaty / ifstool: can now create UEFI executables (tested with SITRE's build file and mine) + improved alignment with mkifs  
33 2024-07-14 18:42:40 pmbaty / ifstool: added support for UEFI boot prefix analysis in --dump and --info modes  
31 2024-07-12 18:46:20 pmbaty / ifstool: better alignment with mkifs when ordering files in IFS. Aligned build scripts with mkext2fsimg so that the QNX binaries are generated along the Win32 ones.  
30 2024-07-12 17:56:42 pmbaty / ifstool: fixed kernel offset computation in large images (it must be the address of the next page after the directory entries)  
26 2024-07-11 00:35:17 pmbaty / toolchain-src-ifstool: implemented ACL8 (full package) and LZO (minilzo) compression  
25 2024-06-30 18:31:38 pmbaty / mke2fs, mkext2fsimg: updated make.cmd build script so as to build both variants (aarch64 and x86_64) of the tools + integration in the native toolchain
ifstool, mkext2fsimg: fixed a misinterpretation of the QNX docs relative to pathname resolution
mke2fs: added version number display
x86_64-pc-nto-qnx8.0.0-toolchain.tar.gz: reduced size by almost 40% by stripping the ELF binaries from $QNX_HOST and $QNX_TARGET at the exception of static libraries and boot files
 
24 2024-06-26 19:27:50 pmbaty / mkext2fsimg: added envvar parsing à la mkqnx6fs. the tool is now able to populate a complete ext2 root filesystem for QNX8.
ifstool: added envvar parsing à la mkifs
 
22 2024-06-20 18:53:24 pmbaty / ifstool: now with boot script compiler  
21 2024-06-18 17:31:40 pmbaty / ifstool: housekeeping  
20 2024-06-18 16:53:25 pmbaty / ifstool: resolved all procnto kernel prelinking mysteries  
19 2024-06-17 20:16:04 pmbaty / mkifs, mkext2fsimg: source hardening + improved alignment with QNX docs  
18 2024-06-17 16:59:38 pmbaty / ifstool: added support for [+|-ignore] and [+|-optional] attributes in IFS build files  
17 2024-06-17 15:10:13 pmbaty / ifstool: improved feature alignment with mkifs  
16 2024-06-16 17:58:17 pmbaty / ifstool: major refactoring: cleaner code, same level of functionality  
15 2024-06-12 18:52:58 pmbaty / ifstool: added --hexdump (undocumented) and -v options + updated precompiled kernel blob to match [image=0x2000000]  
14 2024-06-12 11:17:54 pmbaty / ifstool: added --dump option and fixed ELF program header patch to image_base  
12 2024-06-04 20:10:07 pmbaty / ifstool: added a few TODO notes at the top for the day I'll come back at it  
11 2024-06-04 19:54:18 pmbaty / ifstool: this version now produces BYTE IDENTICAL output to QNX's mkifs :)  
10 2024-06-04 14:54:15 pmbaty / ifstool: first version that creates successful bootable images. So long, Windows! B)  
9 2024-06-02 17:43:06 pmbaty / ifstool: added endianness-agnostic ELF accessor macros  
8 2024-06-01 17:44:05 pmbaty / ifstool: almost there. The generated IFS files look good. They don't boot yet, but we're close.  
7 2024-06-01 11:47:03 pmbaty / ifstool: fixes, fixes, fixes...  
6 2024-05-30 16:45:48 pmbaty / ifstool: all checksum computations fixed  
5 2024-05-30 14:46:59 pmbaty / ifstool: fixed image checksum computation  
4 2024-05-30 13:03:45 pmbaty / ifstool: added a version number to the utility  
3 2024-05-30 12:58:57 pmbaty / ifstool: the --info flag is now quite effective :)  
2 2024-05-29 21:39:43 pmbaty / ifstool: added --info option (WIP)  
1 2024-05-29 15:24:44 pmbaty / added the source code of a portable tool to create bootable IFS files on QNX itself. COMPLETELY UNTESTED so far, debugging and testing is yet to be done.