summaryrefslogtreecommitdiff
path: root/firmware/target/arm/system-arm.h (follow)
Commit message (Expand)AuthorAge
* Add CPU mode asserts to kernel on blocking functions.Michael Sevakis2017-01-21
* Create fimrware/asm directory for assembly optimized stuff.Thomas Martitz2012-01-22
* AS3525v1/2: Enable nested handling of interruptsMichael Sevakis2012-01-08
* Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis2011-03-02
* Byteswap routines don't really need 'asm volatile', just 'asm' since it shoul...Michael Sevakis2011-02-25
* Use thumb-compatible byte swap routines when building with -mthumb.Michael Sevakis2011-02-24
* Use __builtin_constant_p() to select the best byteswapping method: constant o...Michael Sevakis2011-01-30
* Change "r" back to "i" (i is for immediate, so no syntax error) and reclaim a...Thomas Martitz2009-11-15
* Fix a few possible problems discovered in -O0 / eabi experiments.Thomas Martitz2009-11-15
* ARMv6: Optimize interrupt enable/disable with cpsie and cpsid. Section off sy...Michael Sevakis2009-02-02
* Include divide-by-zero handling within plugins and codecs for ARM processors.Michael Sevakis2009-01-24
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Optimized byte-swapping macros for ARMv6.Michael Sevakis2008-04-16
* Wow. Fix those irq #defines for ARM and use the right one in power-c200_e200....Michael Sevakis2008-04-07
* Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis2008-03-26
* Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis2007-10-06
* Hopefully fix all the errors/warningsJonathan Gordon2007-09-20
* Beginning of an M:Robe 500i port. Currently only in the bootloader stage. N...Karl Kurbjun2007-09-20
* Clean up PP502x CPU clock setup code and use the full 80MHz when boosted.Jens Arnold2007-07-26
* Gigabeat: Add timer functionality. Rework tick timer setup to be exactly 100H...Michael Sevakis2007-07-06
* More PP502x clock setup rework. This should fix the freezes on PP5020 once an...Jens Arnold2007-07-03
* Gigabeat: Separate driver for audio codec. Tweak pcm driver to comply with in...Michael Sevakis2007-05-02
* This is how it should have been done.Michael Sevakis2007-04-30
* ARM/PP: more optimized set_irq_level()Michael Sevakis2007-04-30
* Do the target shuffle again a better way by including from higher levelsMichael Sevakis2007-04-14