Age | Commit message (Expand) | Author |
2011-06-05 | Move dbg_hw_info() into target tree. FS#11735 by me | Marcin Bukat |
2011-04-23 | Split off target-specific parts from firmware/drivers/serial.c | Bertrik Sikken |
2011-03-02 | Remove redundant function prototype | Thomas Jarosch |
2011-03-02 | Fix red on Archos Recorder | Thomas Jarosch |
2011-03-02 | Fix red | Thomas Jarosch |
2011-03-01 | Move drivers/i2c.c into target tree as it contains SH specific bits. Leave as... | Marcin Bukat |
2011-03-01 | Move ata_mmc.c into target tree as it is SH (ondio) specific. Associated head... | Marcin Bukat |
2011-02-25 | Byteswap routines don't really need 'asm volatile', just 'asm' since it shoul... | Michael Sevakis |
2011-01-30 | Use __builtin_constant_p() to select the best byteswapping method: constant o... | Michael Sevakis |
2011-01-02 | Rework ATA driver to get rid of lots of target-specific constants and allow f... | Michael Sparmann |
2010-11-06 | move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me. | Marcin Bukat |
2010-10-31 | Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111... | Marcin Bukat |
2010-06-02 | Threading: Split processor support code into respective target files. C files... | Michael Sevakis |
2010-05-17 | Do s/SWAP_WORDS/ATA_SWAP_WORDS/ to prevent namespace clashes. | Maurus Cuelenaere |
2010-05-06 | Fix the remaining reds. | Thomas Martitz |
2010-05-06 | Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t... | Thomas Martitz |
2010-04-11 | Fix an almost 3 years old bug introduced when moving the archos power handlin... | Jens Arnold |
2010-04-07 | Make ATA code not bother to retry requests that return IDNF (specified sector... | Torne Wuff |
2009-11-14 | Set DRMODE_SOLID, uniform colors, and sysfont before clearing LCD to display ... | Andrew Mahone |
2009-10-17 | Revise r23225 a bit, removing the debug_printf function and implementing more... | Nils Wallménius |
2009-06-29 | Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.h | Rafaël Carré |
2009-06-29 | Remove the TIMER_* macros and declare target-specific functions in timer.h | Rafaël Carré |
2009-06-29 | Remove int_prio argument from timer_register, and move the only use for it in... | Rafaël Carré |
2009-06-29 | Move SH7034 timer code in the target tree | Rafaël Carré |
2009-06-06 | Replace 1UL in BIT_N with 1U to avoid turning it into a 64-bit operation on 6... | Andrew Mahone |
2009-06-06 | Add a system-wide BIT_N macro, implemented via an LUT on SH, and use it in th... | Andrew Mahone |
2009-04-25 | Remove unnecessary #include "adc.h" | Bertrik Sikken |
2009-04-14 | FS#9635 - On V1, V2 and FM Archos recorders, ensure instant backlight switch-... | Boris Gjenero |
2009-03-23 | Correct Björn's name in various file headers. | Nicolas Pennequin |
2009-02-20 | Reclaim .iram areas in DRAM by overlapping their load addresses with the unin... | Michael Sevakis |
2009-02-11 | Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS... | Michael Sevakis |
2009-01-31 | Various files: make function implementations consistent with their declaratio... | Bertrik Sikken |
2009-01-08 | Clean up panicf and introduce system_exception_wait to do further target task... | Michael Sevakis |
2008-12-24 | Simplify powermgmt thread loops so it calls functions turn (no more power_thr... | Michael Sevakis |
2008-12-03 | Straighten out some powermanagement stuff. Give target complete control over ... | Michael Sevakis |
2008-10-29 | Move kernel tick initialization and handling to the target tree for ones rema... | Michael Sevakis |
2008-09-23 | Disable bidirectional text handling and arabic joining in the bootloaders in ... | Jens Arnold |
2008-09-15 | Fix some more #includes | Bertrik Sikken |
2008-09-12 | Make local function static and add missing #includes for Archos player | Bertrik Sikken |
2008-09-12 | Make local function static in mp3_playback.c and match usb_init_device protot... | Bertrik Sikken |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-05-05 | Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ... | Nicolas Pennequin |
2008-04-29 | Make sure the linker considers crt0*.o before all files specified on the comm... | Jens Arnold |
2008-03-27 | split boot.lds and move it into the target tree | Marcoen Hirschberg |
2008-03-26 | Do core interrupt masking in a less general fashion and save some instruction... | Michael Sevakis |
2008-03-24 | Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(... | Jens Arnold |
2008-03-20 | Change files to use the public function sleep() and not the intenal kernel fu... | Michael Sevakis |
2008-03-13 | Split up app.lds to the respective target directories. The portalplayer devi... | Karl Kurbjun |
2008-03-04 | Move some sh specific assembler files into the target tree | Nils Wallménius |
2008-01-14 | * Apply a a recent, small optimisation from the archos bitmap lcd driver to t... | Jens Arnold |