- 2f8a008 Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do that, it also introduces sd_*, nand_*, and mmc_*. by Frank Gevaerts · 16 years ago
- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- af395f4 Do core interrupt masking in a less general fashion and save some instructions to decrease size and speed things up a little bit. Small fix to a few places where interrupts would get enabled again where they shouldn't have been (context switching calls when disabled). by Michael Sevakis · 17 years ago
- 80ded2a Really fix low-bat detection in the iAudio bootloader. * Improve naming of iriver and iaudio bootloader files. by Jens Arnold · 17 years ago[Renamed from bootloader/main.c]
- 698113d Prepare for a new bootloader 7-pre4 release for iriver H100 series. Synced to work properly with SVN, and hopefully fixed remote detection problem and audio thump for some users. Also pure H100/H115 should be supported now. Actual bootloaders will be released separately. by Miika Pekkarinen · 17 years ago
- 21ac311 * dont compile audio codec drivers for bootloader, as we dont need them -> saves time by Christian Gmeiner · 17 years ago
- ef12b3b Hardware controlled backlight brightness for iPod Video and Nano, retaining the software PWM fade in/ fade out. * Backlight handling cleanup, getting rid of one layer of 'lowlevelness'. * Use atomic GPIO bit manipulation for PP502x backlight handling. by Jens Arnold · 17 years ago
- 1672350 FS #7691 - improved USB detection on PP devices. This patch modifies the target-tree function usb_detect() on all targets from bool to int, returning USB_INSERTED or USB_EXTRACTED instead of true or false. This was done to enable the PP usb_detect() to check for USB_POWER (either a connection to a USB wall charger, or the user holding "charge mode" button) and return that as a third value. by Dave Chapman · 17 years ago
- 0b7391e Fix more yellow. by Jens Arnold · 17 years ago
- 0fac492 First step of powermanagement rework: * Move target specific stuff into target tree, starting with battery voltage tables and voltage reading. (This revealed some incorrect percent_to_voltage_charging mappings). * Voltage reading on 1st gen ipods is now correct. * Clean up obsolete config #defines. by Jens Arnold · 17 years ago
- 5832b59 Fix warnings and errors. Remove some added stuff that wasn't needed afterall. by Michael Sevakis · 17 years ago
- 0e16bd3 Fix bootloader error reporting as per patch FS#7314. Thanks again to James Teh. by Steve Bavin · 17 years ago
- 4855615 Kill a few warnings by Linus Nielsen Feltzing · 18 years ago
- ff17905 H300 bootloader: (Work in progress) Boot Rockbox on RTC alarm, add charging screen, move to a separate source file, backlight is on during USB mode (again) by Linus Nielsen Feltzing · 18 years ago
- 343c428 H100/H300 bootloader: Better remote control output, removed a wild pointer access when loading Rockbox, add a 2 second delay before rebooting when Rockbox is not found by Linus Nielsen Feltzing · 18 years ago
- 237ff9e Better working USB bootloader mode for H300 by Linus Nielsen Feltzing · 18 years ago
- ec549ec Put the X5 bootloader in a separate file by Linus Nielsen Feltzing · 18 years ago
- 46597c9 FS#6554 - Move bootloader code into a common file by Linus Nielsen Feltzing · 18 years ago
- 20171c1 Fixed the bootloader for H100 also. by Miika Pekkarinen · 18 years ago
- 886c302 Fixed the X5 bootloader. by Miika Pekkarinen · 18 years ago
- 35b0c3f Updated bootloader for H120/H140 and entirely disabled flashing code for H100 until somebody tests it. by Miika Pekkarinen · 18 years ago
- 6c2e1b8 first step in audio driver unification: renaming the functions to audio_* by Marcoen Hirschberg · 18 years ago
- 58825f6 Coldfire targets: Got the rest of the coldfire code out of backlight.c. Straightened up related items in configs and split backlight_set_brightness between the normal and boot/sim builds like the other functions. Should really have done all that in the first place. by Michael Sevakis · 18 years ago
- 0f5cb94 Big Patch adds primarily: Samplerate and format selection to recording for SWCODEC. Supprort for samplerates changing in playback (just goes with the recording part inseparably). Samplerates to all encoders. Encoders can be configured individually on a menu specific to the encoder in the recording menu. File creation is delayed until flush time to reduce spinups when splitting. Misc: statusbar icons for numbers are individual digits to display any number. Audio buffer was rearranged to maximize memory available to recording and properly reinitialized when trashed. ColdFire PCM stuff moved to target tree to avoid a complicated mess when adding samplerate switching. Some needed API changes and to neaten up growing gap between hardware and software codecs. by Michael Sevakis · 18 years ago
- 9e8fe0e General: changed local adc to voltage conversions in several places to use battery_voltage. Added battery_read_info function for unfiltered battery information. x5: removed adc_read as a distinct function. Removed adc tick task. adc_init is empty inline. Adjusted battery scale, voltage to level array and read 10 bits from the ADC for battery since 255 levels is not enough for true centivolt resolution. by Michael Sevakis · 18 years ago
- 973ee5d Gracefully shutdown unless firmware is found. by Miika Pekkarinen · 18 years ago
- c4a59a2 eeprom driver for the h3x0 series, cleaned up the h1x0 series driver a bit, added debug entry for h3x0 that allows to write to the eeprom by Peter D'Hoye · 18 years ago
- 22860a9 Fixed hold switch detection from bootloader when rockbox has been flashed. by Miika Pekkarinen · 18 years ago
- e1eb91b Bootloader support to search firmware also from flash. Bootloader <-> by Miika Pekkarinen · 18 years ago
- 78f425d Applied FS #5727 (fix backlight flicker on X5) by Michael Sevakis by Rani Hod · 18 years ago
- ce6527b iAudio X5 bootloader, plus some cleanup by Linus Nielsen Feltzing · 19 years ago
- 2fcd1b0 iAudio: don't call UDA1380 functions by Linus Nielsen Feltzing · 19 years ago
- 780cfff H300: Removed lcd_enable() and added a delay to let the hard drive settle before entering USB mode by Linus Nielsen Feltzing · 19 years ago
- 54da924 H300: Bootloader USB mode detection on EXTON wakeup by Linus Nielsen Feltzing · 19 years ago
- 1917cd5 H300: bootloader must call lcd_enable() since the backlight thread isn't running by Linus Nielsen Feltzing · 19 years ago
- 01917ec H300 bootloader USB mode by Linus Nielsen Feltzing · 19 years ago
- b68cb9b H300 bootloader: don't turn on the HD too soon by Linus Nielsen Feltzing · 19 years ago
- bbe919b iriver bootloader: Better handling of the Hold buttons, turn on the remote backlight when booting, look for /.rockbox/rockbox.iriver before trying /rockbox.iriver by Linus Nielsen Feltzing · 19 years ago
- e244f7f Added a dummy sys_poweroff() in the boot loader by Linus Nielsen Feltzing · 19 years ago
- 1310390 The iriver bootloader now doesn't reboot after USB mode, it just continues booting by Linus Nielsen Feltzing · 19 years ago
- e628b5c iriver bootloader: slightly faster startup, backlight off in usb mode, minor code policing by Linus Nielsen Feltzing · 19 years ago
- aa10422 Fixed RoLo for H100 targets by Linus Nielsen Feltzing · 19 years ago
- a2e8cf7 Automated version string handling in the boot loader by Linus Nielsen Feltzing · 19 years ago
- d2ca7fc Cleaned up the bootloader code a little by Linus Nielsen Feltzing · 19 years ago
- dfa8ecb iriver bootloader: enable backlight at boot, reset uda1380, warning when low battery, let the user try with USB when the ATA init fails by Linus Nielsen Feltzing · 19 years ago
- d1af08f Correct Rec+ON check in the iriver bootloader by Linus Nielsen Feltzing · 19 years ago
- a75f0e5 iriver bootloader: display the model number for which the rockbox.iriver was built, start original firmware with rec+play on the remote, bumped to version 3 by Linus Nielsen Feltzing · 19 years ago
- 62c768c Recovered from my major brain failure and reverted to using the same load address for both H110 and H120/140 by Linus Nielsen Feltzing · 19 years ago
- a39026a Removed the start-original-with-remote bootloader feature by Linus Nielsen Feltzing · 19 years ago
- e82df4e Bootloader adjustments for H110 by Linus Nielsen Feltzing · 19 years ago
- 0f38185 Boot from the correct address by Linus Nielsen Feltzing · 19 years ago
- 794220c iRiver: The hard drive power is now OFF by default by Linus Nielsen Feltzing · 20 years ago
- 8e958b5 Boot loader: correct handling of CPU frequency setting, better button handling, USB mode handling by Linus Nielsen Feltzing · 20 years ago
- 1c40d3c Ooops. DRAM can't start at 0x30000000 on iRiver by Linus Nielsen Feltzing · 20 years ago
- d4ad14c Correct check for BUTTON_RC_ON, reset cookie when Hold swicth is on by Linus Nielsen Feltzing · 20 years ago
- b8a00d2 iRiver boot: faster startup, don't start with Hold on, always start original when started with the remote, start the original if unable to load rockbox.iriver by Linus Nielsen Feltzing · 20 years ago
- 2a3856f Better feedback when booting by Linus Nielsen Feltzing · 20 years ago
- a0ed607 Cleaned up the hardware init in the boot loader by Linus Nielsen Feltzing · 20 years ago
- f1530d8 Boot loader safety measures by Linus Nielsen Feltzing · 20 years ago
- 2a77d3a Cleaning up by Linus Nielsen Feltzing · 20 years ago
- d397145 iRiver Boot loader by Linus Nielsen Feltzing · 20 years ago