- 22 May, 2012 1 commit
-
-
John Ballance authored
Detail: Recent changes in the broadcom startup code now accomodated. frame buffer will now determine whether it is L2 cached or not, and be set up accordingly. ATAGs not currently read, so ram size defaulted. ** note that there will be further updates to this over the following days ** trackikng startup code changes. added HAL_TimerIRQClear entry Admin: (highlight level of testing that has taken place) (bugfix number if appropriate) Version 0.03. Tagged as 'BCM2835-0_03'
-
- 20 May, 2012 1 commit
-
-
John Ballance authored
Will now compile against initial developemnt start.elf, and against the start.elf in general release at this date. (compile switch UseALBlob in hdr.BCM2835). Extended header defs, Updated IRQ stuff, HAL_FramebufferAddress Reworked Timers, + a number of other bits. Still work in progress. Detail: (list files and functions that have changed) Admin: Compiled and working - as far as it goes -. Will enable use with the current start.elf, and is (subject to any minor changes introduced) ready for use with the version due for release shortly which will provide the correct transparency operation, and a better aligned frame buffer Version 0.02. Tagged as 'BCM2835-0_02'
-
- 13 May, 2012 1 commit
-
-
Ben Avison authored
-
- 10 May, 2012 2 commits
-
-
Ben Avison authored
-
Ben Avison authored
Detail: Covers the basic functionality, but does require a customised start.elf to function. The vast majority is an entirely new implementation and is BSD licenced, but 4% (the Makefile and a handful of simple macros) are copied from pre-existing Castle-licenced code, so it lives under the "mixed" hierarchy. If other HALs are anything to go by, we'll end up having to add more Castle code (at least some C runtime functions) so it's probably juast as well. Admin: Code received from Adrian Lees
-