William Roberts <williamr@symbian.org> [Tue, 26 Oct 2010 11:41:47 +0100] rev 82
Remove debug print statements, report total number of lines marked.
William Roberts <williamr@symbian.org> [Tue, 26 Oct 2010 11:32:26 +0100] rev 81
Add support for marking sys\bin files not in a list (-x) and specifying the command (-c)
William Roberts <williamr@symbian.org> [Mon, 25 Oct 2010 17:26:54 +0100] rev 80
Add support for "slim", which is "stem" + removal of some exports and checking of import details
For this to work, the static_dependencies.txt file needs to contain the augmented dependency information.
To help with this, it can now consume a mixture of both rom_content.csv lines and static_dependencies.txt lines: the
best way to update the information would be something like
(edit rom_content.csv to add "slim" to XXX.dll)
findstr /i "xxx.dll" rom_content.csv > slim.txt
findstr /i "xxx.dll" static_dependencies.txt >> slim.txt
perl ..\tools\static_dependencies.pl -u static_dependencies.txt slim.txt > new_dependencies.txt
This will notice the "slim" marking for xxx.dll, and record the detailed import and export lists for
xxx.dll and everything which links to it. The new information will look something like
sys\bin\xxx.dll /epoc32/release/armv5/urel/stem_xxx.dll exports=1-98.100-102:euser[100039e5].dll
sys\bin\yyy.dll /epoc32/release/armv5/urel/yyy.dll euser[100039e5].dll:xxx[102750c7].dll@2.4-5.77.104-106:scppnwdl.dll
sys\bin\zzz.dll /epoc32/release/armv5/urel/zzz.dll euser[100039e5].dll:xxx[102750c7].dll@23.25.74-77:scppnwdl.dll
Only executables for which there is a "slim" marking will have this level of detail.
The filtering script now does the detailed cross-checking of imports to exports for "slim" executables.
In this case, it will observe the stem_xxx.dll does not export ordinal 104, and so the filtering will include
deleting sys\bin\yyy.dll (xxx.dll Missing ordinal 104)
sys\bin\zzz.dll will be acceptable, because it only uses ordinals which are still present in stem_xxx.dll
William Roberts <williamr@symbian.org> [Mon, 25 Oct 2010 11:49:16 +0100] rev 79
Tidy up MMP files - use NOEXPORTLIBRARY throughout, and don't rebuild the (unchanged) eiksrvui resource file
William Roberts <williamr@symbian.org> [Thu, 21 Oct 2010 14:18:35 +0100] rev 78
Remember more information from rom_content.csv, to add IBY and package information to filter.log
William Roberts <williamr@symbian.org> [Thu, 21 Oct 2010 13:11:05 +0100] rev 77
Don't count files already deleted from the ROM in the "Deleting X would remove N files" analysis
William Roberts <williamr@symbian.org> [Wed, 20 Oct 2010 23:13:37 +0100] rev 76
Further tweak to avoid reporting deletion roots already marked as "Out".
William Roberts <williamr@symbian.org> [Wed, 20 Oct 2010 22:45:30 +0100] rev 75
Extend filter_obyfile.pl to report on good exes to delete - see new info in filter.log
markw <markw@symbian.org> [Wed, 20 Oct 2010 17:33:27 +0100] rev 74
Fix static_dependencies.txt file after changing export libraries for VFP OpenVG.
markw <markw@symbian.org> [Wed, 20 Oct 2010 17:08:15 +0100] rev 73
Resolve ROM linking issues (via use of NOEXPORTLIBRARY in MMP files) and update rom content and static dependencies.
Stemkit Syborg ROM now built with VFP OpenVG software reference by default.
markw <markw@symbian.org> [Wed, 20 Oct 2010 12:07:07 +0100] rev 72
Build OpenVG reference implementation for VFPv2.
markw <markw@symbian.org> [Wed, 20 Oct 2010 11:50:05 +0100] rev 71
Modify MMP files to build OpenVG ref. impl. from stemkit and add to bld.inf.
markw <markw@symbian.org> [Wed, 20 Oct 2010 10:26:40 +0100] rev 70
Add original MMP files to build the OpenVG reference implementation.
markw <markw@symbian.org> [Wed, 20 Oct 2010 10:19:12 +0100] rev 69
Add __SOFTFP decorators to OpenVG APIs in line with header file. This allows us to build as softvfp or vfpv2.
markw <markw@symbian.org> [Wed, 20 Oct 2010 10:16:24 +0100] rev 68
Add API wrapper files for OpenVG reference implementation.
Tom Pritchard <tomp@symbian.org> [Tue, 19 Oct 2010 10:39:36 +0100] rev 67
We now rebuild the Timezone Localization resources so the TZServer doesn't fall over on subsequent boots
William Roberts <williamr@symbian.org> [Mon, 18 Oct 2010 12:30:30 +0100] rev 66
Add weatherinfo demo to syborg_stem_rom.oby
Removed "Out" from etel.dll because it's too severe and kills the startup scripts
Didn't add "In" to weatherinfo.exe because we are currently losing QtGui.dll due to dependency on MediaClientAudio.dll
Tom Pritchard <tomp@symbian.org> [Mon, 18 Oct 2010 11:09:15 +0100] rev 65
Chucked out a few more things from the start-up
William Roberts <williamr@symbian.org> [Fri, 15 Oct 2010 17:48:01 +0100] rev 64
Mark eiksrvui.dll as "stem", and update static_dependencies.txt
William Roberts <williamr@symbian.org> [Fri, 15 Oct 2010 17:29:33 +0100] rev 63
Create stem_avkon.dll, to break dependency on phoneclient.dll
William Roberts <williamr@symbian.org> [Fri, 15 Oct 2010 16:43:47 +0100] rev 62
Original files from sf/mw/classicui/uifw/AvKon which will be modified to break avkon.dll dependency on phoneclient.dll
markw <markw@symbian.org> [Fri, 15 Oct 2010 16:48:18 +0100] rev 61
Break Eiksrvui.dll dependency on MediaClientAudio.dll
markw <markw@symbian.org> [Fri, 15 Oct 2010 16:37:36 +0100] rev 60
Add files to break eiksrvui.dll dependency on MediaClientAudio.dll
William Roberts <williamr@symbian.org> [Fri, 15 Oct 2010 15:53:13 +0100] rev 59
Update working symborg_stem_rom.oby with the improved patchdata lines.
William Roberts <williamr@symbian.org> [Fri, 15 Oct 2010 15:51:44 +0100] rev 58
Update original with the imaker output produced from the revised buildrom.pl, and the revised syborg_stem_rom.oby from repair_obyfile.pl
William Roberts <williamr@symbian.org> [Fri, 15 Oct 2010 15:50:31 +0100] rev 57
Update buildrom.pm to keep better information for patchdata, with corresponding changes in repair_obyfile.pl and filter_obyfile.pl
William Roberts <williamr@symbian.org> [Fri, 15 Oct 2010 14:51:12 +0100] rev 56
Create stem_SVGEngine.dll, which breaks the dependency on mediaclientaudio.dll
William Roberts <williamr@symbian.org> [Fri, 15 Oct 2010 14:49:09 +0100] rev 55
Create stem_cone.dll, breaking dependency on mediaclientaudio.dll and mediaclient.dll
William Roberts <williamr@symbian.org> [Fri, 15 Oct 2010 14:46:27 +0100] rev 54
Original source files from mw/svgt and mw/classicui for stem_cone.dll and stem_SVGEngine.dll
William Roberts <williamr@symbian.org> [Fri, 15 Oct 2010 14:34:27 +0100] rev 53
Mark USB as out, mark cone.dll and SVGEngine.dll as Stem, add stem_cone.dll and stem_SVGEngine.dll static dependencies.
William Roberts <williamr@symbian.org> [Fri, 15 Oct 2010 13:02:36 +0100] rev 52
Catch the "no cpp.exe" problem before it triggers an "Unknown arg: -fm" message.
markw <markw@symbian.org> [Fri, 15 Oct 2010 10:02:23 +0100] rev 51
Merge SVGEngine dependency change to tip.
markw <markw@symbian.org> [Fri, 15 Oct 2010 09:59:24 +0100] rev 50
Break SVGEngine dependency on MediaClientAudio.dll.
William Roberts <williamr@symbian.org> [Fri, 15 Oct 2010 09:56:49 +0100] rev 49
Add support for -D_DEBUG to turn on debugging in syborg_stem_rom.oby, and remove debug_stem_rom.oby
This is "sensible debugging", selected by using DEBUG_DIR instead of BUILD_DIR in the oby file - as per the ancient buildrom conventions.
markw <markw@symbian.org> [Fri, 15 Oct 2010 09:48:18 +0100] rev 48
Adding files needed to break SVGEngine dependency on MediaClientAudio.dll.
Tom Pritchard <tomp@symbian.org> [Thu, 14 Oct 2010 17:47:38 +0100] rev 47
Merge with Mark's CONE changes
Tom Pritchard <tomp@symbian.org> [Thu, 14 Oct 2010 17:38:46 +0100] rev 46
Merging working startup config changes back to the default branch
Tom Pritchard <tomp@symbian.org> [Thu, 14 Oct 2010 17:36:00 +0100] rev 45
Updating the default syborg_stem_rom.oby (and making a copy of the original in the originals folder)
Tom Pritchard <tomp@symbian.org> [Thu, 14 Oct 2010 17:01:03 +0100] rev 44
Removing spurious extra kerneltrace statement
Tom Pritchard <tomp@symbian.org> [Thu, 14 Oct 2010 16:50:21 +0100] rev 43
Updated the rom_content.csv & dependency list for the minimal startup config
markw <markw@symbian.org> [Thu, 14 Oct 2010 17:03:24 +0100] rev 42
Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
Tom Pritchard <tomp@symbian.org> [Thu, 14 Oct 2010 16:46:54 +0100] rev 41
Fix up the filter_obyfile.pl to make it not double "stem_" things
Tom Pritchard <tomp@symbian.org> [Thu, 14 Oct 2010 16:46:13 +0100] rev 40
Fix up def file for backend.dll
Tom Pritchard <tomp@symbian.org> [Thu, 14 Oct 2010 14:01:31 +0100] rev 39
Removed "startup.exe" from startup as it seems to hog the foreground and prevent the matrix menu from showing.
Tom Pritchard <tomp@symbian.org> [Thu, 14 Oct 2010 12:43:19 +0100] rev 38
Catch-up to latest
Tom Pritchard <tomp@symbian.org> [Thu, 14 Oct 2010 12:39:29 +0100] rev 37
Adding "Profiling Starter" app so we can see what's going on during boot
Tom Pritchard <tomp@symbian.org> [Wed, 13 Oct 2010 17:18:04 +0100] rev 36
Catch-up with latest changes
William Roberts <williamr@symbian.org> [Wed, 13 Oct 2010 22:48:43 +0100] rev 35
Mark most of the non-QT applications as "Out", hoping to reduce some of the clutter
William Roberts <williamr@symbian.org> [Wed, 13 Oct 2010 22:27:53 +0100] rev 34
Add "application" to all of the rom_content.csv lines for applications (i.e. executables with a matching _reg.rsc file)
The script bulk_marking.pl was used to do the update
findstr /i _reg.rsc static_dependencies.txt | perl ..\tools\bulk_marking.pl -m application -u WR - rom_content.csv > new_content.csv
William Roberts <williamr@symbian.org> [Wed, 13 Oct 2010 21:40:50 +0100] rev 33
Use UDEB system starter in debug_stem_rom.oby, and add tools\summarise_kerneltrace.pl to filter out most of the kerneltracing detail
William Roberts <williamr@symbian.org> [Wed, 13 Oct 2010 17:17:03 +0100] rev 32
Add a "hacks" directory, seeded with the Syborg F10 KeyOfDeath change
Tom Pritchard <tomp@symbian.org> [Wed, 13 Oct 2010 17:04:31 +0100] rev 31
Catch-up changes from default branch
Tom Pritchard <tomp@symbian.org> [Wed, 13 Oct 2010 12:07:40 +0100] rev 30
First pass at stripping down the system startup (currently boots to a white screen responding to key input, but at least doesn't panic or go into shutdown)
William Roberts <williamr@symbian.org> [Wed, 13 Oct 2010 11:58:50 +0100] rev 29
Add udeb_stem_rom.oby, which is syborg_stem_rom.oby with a UDEB version of ekern.exe and a kerneltrace statement to enable KPANIC and KPROC tracing
William Roberts <williamr@symbian.org> [Tue, 12 Oct 2010 22:46:12 +0100] rev 28
Add matrixmenu.exe as "In", and tried to remove 4 multimedia DLLs but only managed 1 because of bad dependencies on MediaClientAudio.dll
William Roberts <williamr@symbian.org> [Tue, 12 Oct 2010 22:42:38 +0100] rev 27
Add filter_obyfile.pl -l filter.log and -d filtered.oby options, to capture details of the deletions