- dceceef Move dbg_hw_info() into target tree. FS#11735 by me by Marcin Bukat · 13 years ago
- 976a169 Rockchip rk27xx port initial commit. This is still work in progress. by Marcin Bukat · 13 years ago
- 86e8c28 fuze+: implement Synaptics RMI driver on top of i2c, add touchpad debug screen, bootloader enters debug screen by default by Amaury Pouly · 13 years ago
- 08fb3f6 Sansa Fuze+: initial commit (bootloader only, LCD basically working) by Amaury Pouly · 13 years ago
- fff80b0 M:Robe 500 bootloader: change the order of the backlight/lcd setup. by Karl Kurbjun · 14 years ago
- 480c663 i.MX31: Now that it matters because there's a debug screeen that allows changing things while running, some DVFS/DPTC stuff has to be done more carefully. Trim out some stuff and group functions better as well. by Michael Sevakis · 14 years ago
- 863c03f Gigabeat S: Renovate bootloader a bit to show splash, implement verbose, shutdown on low battery, handle hold-switch-on and wait only so long for USB if a USB charger is inserted at boot instead of being connected to a host. 'Bootloader USB mode' display is just part of normal printf stream now. Move interrupt stacks into .bss area so they aren't loaded (for firmware too). by Michael Sevakis · 14 years ago
- 453550a Try to get some control over #ifdef hell in usb.c by refactoring and inline function use. SYS_USB_DISCONNECTED_ACK hasn't been doing anything useful for the USB thread; remove it. USB thread simply ignores that value. Observe only valid usb_state transitions. by Michael Sevakis · 14 years ago
- 5bf25bb Fix typo on macro made during previous PPBL commits. by Michael Sevakis · 14 years ago
- d0178ba Display messages only when entering USB mode in Portal Player bootloader to keep timed-out charger-only connects going into verbose mode. by Michael Sevakis · 14 years ago
- 7b7cfc3 Fix r29054 red...yeah? by Michael Sevakis · 14 years ago
- 71651ca Fix r29053 red and a leftover use of 'usb' variable as a bool rather than int in main-pp.c. by Michael Sevakis · 14 years ago
- 3a11277 Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time being. Add HAVE_BOOTLOADER_USB_MODE to config if BOOTLOADER is defined to enable it. Clean up some kernel stuff a little to support it. Mess up a bunch of other stuff (hopefully not too badly). by Michael Sevakis · 14 years ago
- 0afad89 SA9200 boot: Add OF.ebn to the list of OF filenames to check. by Michael Sevakis · 14 years ago
- 89a7a81 Gigabeat S: Make it a removable mass-storage device. Windows will assign a drive to only the main data partition by default. To access the bootloader partition instead, press 'Vol -' while it connects (in bootloader and firmware). Hopefully doesn't break anything for anyone. by Michael Sevakis · 14 years ago
- 67feb81 MPIO bootloader - turn off backlight when hold is on. Usefull feature when charging during night. by Marcin Bukat · 14 years ago
- 0358e7b MPIO HD200, HD300: Make USB bridge handling more correct (this doesn't solve problems with USB inside rockbox on HD300 unfortunately). by Marcin Bukat · 14 years ago
- a73102f HD300: Fix bootloader hang when RTC alarm fires. Make entering bootmenu more reliable. Add some comments. by Marcin Bukat · 14 years ago
- 15a0a3c Rename bootloader file for MPIO players as it supports both HD200 and HD300. by Marcin Bukat · 14 years ago
- 9a24892 MPIO HD300 - initial commit by Marcin Bukat · 14 years ago
- 650a294 MPIO HD200: fix red (I missed bootloader and simulator when renaming buttons) by Marcin Bukat · 14 years ago
- 082c7d3 Set svn properties by Marcin Bukat · 14 years ago bootloader_mpiohd200_v1
- 38edf67 MPIO HD200 - squash long standing bug in bootloader which prevented booting OF if doing coldstart on battery only. by Marcin Bukat · 14 years ago
- c599da3 Commit FS#11663 by me - Patch: iPod Nano 2G Bootloader: Boot OF if MENU button is held by Michael Sparmann · 14 years ago
- 0e2286f Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and a bit further cleanup in main gets rid of a warning when compiling for android. by Thomas Martitz · 14 years ago
- 240923a Rockbox as an application: Commit current Android port progress. by Thomas Martitz · 14 years ago
- a6478fd fix yellow by Marcin Bukat · 14 years ago
- 78d54fa HD200 - Add delay when leaving bootloader USB mode. Add more comments in bootloader. by Marcin Bukat · 14 years ago
- 57484bd HD200 - add support for remote in bootloader by Marcin Bukat · 14 years ago
- b8286d4 Move -Wl,-z,defs to GLOBAL_LDOPTS (instead of GCCOPTS), to avoid noise in older gcc output when not linking by Frank Gevaerts · 14 years ago
- 64d3a22 sansa AMS bootloader: build if USE_ROCKBOX_USB isn't defined by Rafaël Carré · 14 years ago
- 1ec8212 Sansa AMS bootloader: enter USB mode only when needed by Rafaël Carré · 14 years ago
- fd715fa as3525*: enable MMU in bootloader by Rafaël Carré · 14 years ago
- f9b0f81 Sansa AMS: fix bootloader USB mode by Rafaël Carré · 14 years ago
- b812465 as3525: bootloader USB mode by Rafaël Carré · 14 years ago
- cd87971 HD200 - use ide_power_enable() in bootloader by Marcin Bukat · 14 years ago
- a5248a2 Update Samsung YP-S3 bootloader demo by Bertrik Sikken · 14 years ago
- 5d236b2 Generate C file / header for svn version string by Rafaël Carré · 14 years ago
- ab4a162 Fix gigabeat S includes so it builds again by Frank Gevaerts · 14 years ago
- 77dfff5 Fix some more snprintf related warnings. by Thomas Martitz · 14 years ago
- 0a1d7c2 Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. by Thomas Martitz · 14 years ago
- c61e89c Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. by Thomas Martitz · 14 years ago
- 0defb84 Gigabeat S bootloader: Fix archaic call placement in dptc_stop which hangs the bootloader before jumping to FW. Let the backlight LED ramp up after unplugging USB which just looks better. by Michael Sevakis · 14 years ago
- 69fa42d HD200 - rework bootloader logic by Marcin Bukat · 14 years ago
- 28d54c6 Add MPIO HD200 port - new files by Marcin Bukat · 14 years ago
- b09d3ae Add MPIO HD200 port - changed files by Marcin Bukat · 14 years ago
- 0d24df8 FS#11199: ipod bootloader: reboot to disk mode on cable insert, following a fatal error by Torne Wuff · 14 years ago
- 011b0fa Gigabeat S: Fix bootloader red from r25547 commit. by Michael Sevakis · 14 years ago
- 2dbafc1 Fix some forgotten storage_(read|write)_sectors() calls by Frank Gevaerts · 14 years ago
- dee432f as3525v2: silence bootloader by Rafaël Carré · 14 years ago
- 492fafe Packard Bell Vibe 500: remove the old bootloader code (actually a lack of code) and make the main-pp.c acting like a true bootloader for the DAP. It's the first step to integrate the DAP with the RBUtil. by Szymon Dziok · 14 years ago
- 97c1497 Clip+ : make the bootloader not verbose by default by Rafaël Carré · 15 years ago
- e5c8152 Add more information to the battery debug screen for Nano2G by Michael Sparmann · 15 years ago
- dfe4643 Remove tabs by Andree Buschmann · 15 years ago
- 12af292 Make Clip+ bootloader build by Rafaël Carré · 15 years ago
- 553626a Add initial Packard Bell Vibe 500 port, by Szymon Dziok by Frank Gevaerts · 15 years ago
- 6fef14b Set svn:keywords property on .c and .h files that didn't already have it. Correct svn:executable property on some files. by Bertrik Sikken · 15 years ago
- 5cebdcd More tabs removed by Andree Buschmann · 15 years ago
- 2392bb4 FS#10047 : Clipv2 by Rafaël Carré · 15 years ago
- 6908cc5 Merry Christmas Gogear HDD6330 owners! This is the start of the HDD6330 port. At the moment, it's essentially a copy of the HDD1630 port with a minimal LCD driver. The touchpad doesn't work as expected, but you can still kind of navigate and listen to music/radio. by Mark Arigo · 15 years ago
- 2d722a1 make tpj1022 bootloader compile again by Robert Kukla · 15 years ago
- d25baec make mini2440 bootloader compile again, and remove a few warnings from sd driver. by Dominik Wenger · 15 years ago
- 90b576f Many more drivers for mini2440. Now the main binary compiles and runs. by Dominik Wenger · 15 years ago
- 52ca187 Meizu M6 SP: update lcd driver, it is now possible to display a rockbox logo (with some limitations, see comments in lcd-m6sp.c) by Bertrik Sikken · 15 years ago
- 5b4938a Working Bootloader for mini2440. by Dominik Wenger · 15 years ago
- 41c4970 Initial mini2440 port. by Dominik Wenger · 15 years ago
- a70c7bf Nano2G bootloader - fix dual-booting the Apple firmware. by Dave Chapman · 15 years ago
- f2bf463 Nano2G: Initial (non-working) attempt to load an encrypted copy of the original firmware from the "osbk" image in the firmware partition. Code based on iloader. by Dave Chapman · 15 years ago
- b68d7f5 Samsung YP-S3: make bootloader compile again by Bertrik Sikken · 15 years ago
- b04a7a8 Make the Nano2G bootloader actually function as a bootloader. The resulting bootloader-ipodnano2g.ipod file needs to be encrypted on a target using the crypt_firmware plugin to create bootloader-ipodnano2g.ipodx, which can then be written to the firmware partition using the ipodpatcher patch at FS#10609. Dual-booting doesn't work yet - only Rockbox can be run. by Dave Chapman · 15 years ago
- 0152fe6 bootloader/telechips: disable irqs before jumping to rockbox by Vitja Makarov · 15 years ago
- 164d28a Make Samsung YH* bootloaders non-verbose (i.e. show the bootlogo) (backported from the ams/pp bootloader branch) by Thomas Martitz · 15 years ago
- e2ccabf Samsung YH925: Reset the LCD orientation to what the OF expects before branching to it in dualbooting by Thomas Martitz · 15 years ago
- bfd42d6 Onda VX747/VX777 bootloader: power off after holding the poweroff button for 2 seconds (BUTTON_REPEAT doesn't seem to work in bootloader) by Maurus Cuelenaere · 15 years ago
- f7b4ed3 Onda VX747/VX777 bootloader: make boot menu more robust + add reset Rockbox configuration option by Maurus Cuelenaere · 15 years ago
- 304c622 fix more red by Nils Wallménius · 15 years ago
- 47608e0 fix red by Nils Wallménius · 15 years ago
- caf2011 Onda's: add touchscreen boot menu for targets without/not much physical buttons (VX777) by Maurus Cuelenaere · 15 years ago
- 5aeaa84 Samsung YP-S3: add beginning of a low-level NAND driver and update bootloader demo program to display the NAND ids. by Bertrik Sikken · 15 years ago
- 4632fc0 Samsung YP-S3: allow player to stay powered up without the USB cable plugged and implement power_off by Bertrik Sikken · 15 years ago
- 0dc5cc8 Samsung YP-S3: update bootloader demo app with test code for the wmcodec (volume control of fm radio) by Bertrik Sikken · 15 years ago
- ee0ab03 Samsung YP-S3: update backlight brightness curve again (can't go all the way down to 1/256 brightness) and update yp-s3 bootloader demo. by Bertrik Sikken · 15 years ago
- 2fb7384 Start of a Rockbox port to the Samsung YP-S3. by Bertrik Sikken · 15 years ago
- 4ce26ff Onda VX747: don't fully init the LCD when not doing an USB_BOOT compile (fixes flashes when booting up) by Maurus Cuelenaere · 15 years ago
- 3865035 Various Nano2g changes - enable the rest of crt0.S (including clock setup) and make the nano2g bootloader do something useful (displaying gpio ports). Also add checks for the fifo-full condition in the LCD driver - required after enabling all the crt0.S inits by Dave Chapman · 15 years ago
- cf9935d Onda VX747: add dual-boot capability + make it possible to permanently 'stick' Rockbox to your DAP by Maurus Cuelenaere · 15 years ago
- 0270e4c Get the Nano2G bootloader running - it now runs and displays a logo on one type of Nano2G LCD. by Dave Chapman · 15 years ago
- eea149b FS#10436 - add the Sansa View to the build system. The bootloader builds but doesn't do anything useful yet. by Robert Keevil · 15 years ago
- afe43d3 Basic changes to add nano 2g to the build system, based on the Meizu M3 port. The bootloader builds, but does nothing due to lack of any drivers. by Dave Chapman · 15 years ago
- 80fbb4e Update initialisation and display of debug info in meizu M3 bootloader by Bertrik Sikken · 15 years ago
- c468273 Onda VX747: clean up bootloader a bit and make sure storage doesn't get init'd twice by Maurus Cuelenaere · 15 years ago
- 278b8f8 Onda VX747 bootloader: don't init storage twice by Maurus Cuelenaere · 15 years ago
- f62388f TCC78x: Enable interrupts/threading in the bootloader (required now that the storage driver yields). by Rob Purchase · 15 years ago
- 743dcf7 Implement PWM backlight driver for the Meizus. Update Meizu M3 bootloader to control brightness with the touch strip. by Bertrik Sikken · 15 years ago
- 5829420 * Commit a modified FS#10354 (thanks to Davide Quarta) - add support the VX747+ in scramble and configure by Maurus Cuelenaere · 15 years ago
- 3520d8e Sansa c200v2 : lcd & backlight support, using the c200v1 lcd driver by Rafaël Carré · 15 years ago
- f504153 FS#10048 : enable MMU and data cache on Sansa AMS to give a major speed up by Rafaël Carré · 15 years ago
- 758bb3b 3 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio working on 820 & 925 (untested on the 920). No battery readings. No recording. No plugins. Keymap needs work. by Mark Arigo · 15 years ago
- 4633446 Sansa AMS: Centralise mapping of RAM and IRAM in as3525.h via #defines. This will hopefully make ongoing mmu work easier as less places need to be changed. by Thomas Martitz · 15 years ago
- 49fccaf FS#9730 by Torne Wuff - support installing Rockbox in the firmware partition in place of the main Apple firmware. This image is only loaded if no rockbox.ipod is found so does not affect current behaviour. The advantage is a small increase in boottime. This patch also adds documentation to bootloader/ipod.c in the form of a comment describing the booting behaviour. by Dave Chapman · 15 years ago