Commits (21)
-
Steve Revill authored
* Added VFPSupport SWI definition. * Added some new industry standard file types. * Added some new sprite errors. Version 1.74. Tagged as 'HdrSrc-1_74'
a3bd3c3c -
Steve Revill authored
Finally... :) Version 1.75. Tagged as 'HdrSrc-1_75'
5b1e820c -
Jeffrey Lee authored
Detail: This should merge all of the Cortex HdrSrc changes into the trunk, so we don't have to worry about OMAP builds breaking each time the trunk HdrSrc changes Admin: Untested! Version 1.76. Tagged as 'HdrSrc-1_76'
934e1a24 -
Jeffrey Lee authored
Version 1.77. Tagged as 'HdrSrc-1_77'
772c02e4 -
Steve Revill authored
This component could fail during the install phase due to the INSTDIR symbol not being defined. The Makefile will now set this to the appropriate value if not already set. Version 1.78. Tagged as 'HdrSrc-1_78'
a6a7207c -
Steve Revill authored
Replaced LSL, LSR, etc, macros with myLSL, myLSR, etc. because the old macro names will clash with pseudo-opcodes that ARM have introduced which in turn will be supported by newer assemblers. Admin: this will cause some components to fail to build, especially with the existing toolchain. If you see these failures, simply replace any uses of these shift macros with the renamed 'my' shift macros (which are functionally identical). Version 1.79. Tagged as 'HdrSrc-1_79'
c9afa87c -
Ben Avison authored
Detail: Only change is "decloaking" of a couple of messages in the Wimp's private message block, originally for RISCOS Ltd. These are now publicly documented so I don't think there's any harm in revealing them in the headers. Admin: Message_ToggleBackdrop is required by a Pinboard source submission. Version 1.80. Tagged as 'HdrSrc-1_80'
42fca50a -
Jeffrey Lee authored
Detail: Makefile - Now uses the HALSize environment variable to select which HALSize file to export hdr/HALSize/64K, hdr/HALSize/96K, hdr/HALSize/128K - HALSize files for 64K, 96K, 128K HAL sizes hdr/MEMM/VMSAv6 - Fix the incorrect TEX definitions that were corrupting the page permissions and resulting in ROM pages being writeable. Admin: Tested on rev A2 BB-xM. Needs latest Env folder. Version 1.81. Tagged as 'HdrSrc-1_81'
3359afa1 -
Ben Avison authored
Detail: Suitable for ARMv6Z CPUs with VFPv2, e.g. ARM1176JZF-S Admin: Required by the S3C6410 HAL Version 1.82. Tagged as 'HdrSrc-1_82'
b3bff27a -
Jeffrey Lee authored
Detail: hdr/Machine/Machine - Use VMSAv6 and disable unaligned memory accesses when compiling for ARM11ZF (i.e. ARMv6) Admin: Tested with S3C6440 ROM build. Untested at runtime. Version 1.83. Tagged as 'HdrSrc-1_83'
2e57ccf9 -
Jeffrey Lee authored
Detail: hdr/MEMM/VMSAv6 - Updated the system control register info to accurately reflect which bits work on ARMv6. Added missing SW, HA, FI definitions. Admin: Tested on rev A2 BB-xM Version 1.84. Tagged as 'HdrSrc-1_84'
6c558c25 -
Jeffrey Lee authored
Detail: hdr/Debug - Corrected a bad use of mymrs from within the InsertTMLInitialisation macro Admin: Macro compiles OK, but is untested Version 1.85. Tagged as 'HdrSrc-1_85'
74700c34 -
Jeffrey Lee authored
Detail: hdr/Macros - BYTEWS, LDROSB, STROSB & VDWS macros are now located in the kernel sources, to help keep kernel workspace private and to allow them to adapt properly to zero page relocation Admin: Latest kernel sources required in order for ROM builds to function. This change will break the Interlace module, but everything else should hopefully be fine. Version 1.86. Tagged as 'HdrSrc-1_86'
474d5435 -
Ben Avison authored
Admin: Submission from Willi Theiß Version 1.87. Tagged as 'HdrSrc-1_87'
4f1bf10b -
Jeffrey Lee authored
Detail: Makefile - Always export Machine.All32, to provide a safe machine type for assembler-based host tools Admin: Required for building ColourTrans 1.79 Version 1.88. Tagged as 'HdrSrc-1_88'
f1af6001 -
Ben Avison authored
Detail: hdr.NewErrors: added new kernel error, requested by Rob Sprowson hdr.SWIs: added SWI chunks for SDIODriver and SDFS Admin: Untested Version 1.89. Tagged as 'HdrSrc-1_89'
e8953e67 -
Ben Avison authored
Version 1.90. Tagged as 'HdrSrc-1_90'
b8efc67b -
Ben Avison authored
Version 1.91. Tagged as 'HdrSrc-1_91'
dbdc5f7a -
Jeffrey Lee authored
Detail: hdr/Heap - Added definition for OS_Heap 7, HeapReason_GetAligned Admin: Heap changes tested in OMAP3 & Tungsten ROMs Version 1.92. Tagged as 'HdrSrc-1_92'
4027b21d -
Steve Revill authored
Version 1.93. Tagged as 'HdrSrc-1_93'
940584be -
Steve Revill authored
Changes provided by sprow. Version 1.94. Tagged as 'HdrSrc-1_94'
5cf1c1db
Showing
hdr/HALSize/128K
0 → 100644
hdr/HALSize/64K
0 → 100644
hdr/HALSize/96K
0 → 100644
hdr/ImageSize/20480K
0 → 100644
hdr/MEMM/VMSAv6
0 → 100644
hdr/Machine/ARM11ZF
0 → 100644
hdr/Machine/Archimedes
0 → 100644
hdr/Machine/CortexA8
0 → 100644
hdr/Machine/CortexA9
0 → 100644
This diff is collapsed.