- 3f20d13 fix copyright by Amaury Pouly · 11 years ago
- 38032a4 sansa connect bootloader: fix red by Marcin Bukat · 11 years ago
- 0b29691 Move load_firmware() to separate file by Marcin Bukat · 13 years ago
- 2f6c060 imx233: fix bootloader for stmp3600 and stmp3700 by Amaury Pouly · 11 years ago
- 7c5b65b imx233: rewrite power using new registers by Amaury Pouly · 11 years ago
- fa4e1ba Introduce HiFi E.T MA9 port. by Andrew Ryabinin · 12 years ago
- cdb71c7 Fix red. by Andrew Ryabinin · 12 years ago
- 61f9dbc rk27xx: initialize i2c driver in bootloader. by Andrew Ryabinin · 12 years ago
- 95fe4eb Another optimization for the OF in the mi4 format. by Szymon Dziok · 12 years ago
- 2724888 imx233: display battery voltage in bootloader (along with percent) by Amaury Pouly · 12 years ago
- b43171d rk27xx: support entering rkusb mode on rk2706A by Marcin Bukat · 12 years ago
- ba3b6ce pp bootloader: speed up loading of the OF in the mi4 format by Szymon Dziok · 13 years ago
- 620982a Make Meizu M3 compile again by Bertrik Sikken · 13 years ago
- 07138ba imx233: move the freescale partition handling to its own file by Amaury Pouly · 13 years ago
- 7ca2081 remove debug-target.h by Rafaël Carré · 13 years ago
- a3e3791 rk27xx: Print rockbox version in bootloader. by Andrew Ryabinin · 13 years ago bootloader_hifimanhm60x_v1 bootloader_hifimanhm801_v1
- 79a667d rk27xx: Add failsafe mode to the bootloader by Marcin Bukat · 13 years ago
- 4b56ee0 Refactor and unify objcopy calls in the build system. Also now properly handles DEBUG builds on hosted targets to keep debug symbols if necessary. by Thomas Martitz · 13 years ago
- 045c69c Fix bootloaders. by Thomas Martitz · 13 years ago
- 69978d7 center logo horizontaly in bootloader version of show_logo() by Marcin Bukat · 13 years ago
- a4fd5bf imx233: enable charging in bootloader USB mode by including powermgmt by Amaury Pouly · 13 years ago
- ecbda69 rename rkw.h header file by Marcin Bukat · 13 years ago
- 0263fe3 rk27xx: Implement dualboot capable bootloader by Marcin Bukat · 13 years ago
- c4450b9 imx233: print power up source in the bootloader by Amaury Pouly · 13 years ago
- 164cb21 unwarminder: fix bootloader builds by Marcin Bukat · 13 years ago
- c1bd9b0 Rework powermgmt to enable code re-use on appliation and sims. by Thomas Martitz · 13 years ago
- 0ff5c5d The connect is not a PP and doesn't have ATA storage by Rafaël Carré · 13 years ago
- 36bc6a1 Gigabeat S: Revert removal of usb_plugged in r31489 by Michael Sevakis · 13 years ago
- 568c441 usb-target.h: remove by Rafaël Carré · 13 years ago
- 2115eac usb_plugged() is PP only by Rafaël Carré · 13 years ago
- 0b885f2 imx233: print rockbox version in bootloader by Amaury Pouly · 13 years ago bootloader_fuzeplus_v1
- 0976982 Swap red and yellow for green on r31339's cranky builds. by Michael Sevakis · 13 years ago
- 6a67707 Commit to certain names for cache coherency APIs and discard the aliases. by Michael Sevakis · 13 years ago
- bfd69f2 Fix the real issue with AMS bootloader USB mode. A call to usb_enable was missing in usb.c when using the USB stack and USB_DETECT_BY_CORE was not enabled. Try to do it in a clean-ish way. by Michael Sevakis · 13 years ago
- 845cd59 Sansa AMS: fix usb in bootloader by Rafaël Carré · 13 years ago
- e8a8a1b Sandisk Sansa Connect port (FS #12363) by Tomasz Moń · 13 years ago
- 9a70c42 Add the ability to create a prefilled struct bitmap along with generated images. by Thomas Martitz · 13 years ago
- 158e14a Fix file descriptor leak by Thomas Jarosch · 13 years ago
- 2164aab Added HiFiMAN HM-801 target. FS#12355. This also renames tda1543.{ch} used by HM-60x to dummy_codec.{ch} as it works for PCM1704 used by HM-801. by Andrew Ryabinin · 13 years ago
- 32f763c Add HiFiMAN HM-60x target(s). FS#12319 by Andrew Ryabinin with some (small) modification by me. This also splits rk27xx lcd driver into lcdif-rk27xx and lcd controller specific part. Some modifications to the pcm driver have been made to allow using codecs in slave mode (as TDA1543 used in hifiman is slave only i2s codec). by Marcin Bukat · 13 years ago
- 1322b58 imx233/fuze+: rework crt0 and linker script to be able to load at any address and self-copy at the right one by Amaury Pouly · 13 years ago
- d945c36 imx233/fuze+: rework linker script to load the bootloader at ram start + 1Mb to leave a load for the firmware by Amaury Pouly · 13 years ago
- 7e3a3f4 Remove return value from show_logo() in bootloader/ by Bertrik Sikken · 13 years ago
- 333b9ed imx233/fuze+: fix apps linker script, add comment in bootloader by Amaury Pouly · 13 years ago
- 25f0060 imx233/fuze+: don't reboot after usb more, enter usb more after storage init, remove useless printf by Amaury Pouly · 13 years ago
- 7d4fed5 imx233:fuze+: major memory and usb rework by Amaury Pouly · 13 years ago
- 2b9e944 Rework c200wipe to use proper partitioning and formatting code, which makes the code size-independent. by Frank Gevaerts · 13 years ago
- 463b3ed Initial framework for the Sandisk Sansa Clip Zip by Bertrik Sikken · 13 years ago
- 82f70b8 imx233/fuze+: add SD detection support by Amaury Pouly · 13 years ago bootloader_ams_v4
- 5a26811 imx233/fuze+: make SOURCES more correct, implement i2c for fmradio by Amaury Pouly · 13 years ago
- 8c954e2 sansa AMS bootloader: make strings static by Rafaël Carré · 13 years ago
- e595582 bootloaders: cleanup by Rafaël Carré · 13 years ago
- 82ecc75 imx233/fuze+: make config.h more correct, remove logo from bootloader, update linker file and crt0 to produce a single blob into dram by Amaury Pouly · 13 years ago
- 617d1e9 imx233/fuze+: ssp, dma, mmc now work properly, partially implement cpu frequency changing, implement panic waiting by Amaury Pouly · 13 years ago
- 91ce4b2 Optional dual-boot support in iAudio X5 and M5 bootloader, based on FS#5289. by Jens Arnold · 13 years ago
- 2cf3313 fuze+: add more clocking code, add dma code, add ssp code, add stub usb code, update storage to SD + MMC, beginning of the driver by Amaury Pouly · 13 years ago
- dceceef Move dbg_hw_info() into target tree. FS#11735 by me by Marcin Bukat · 14 years ago
- 976a169 Rockchip rk27xx port initial commit. This is still work in progress. by Marcin Bukat · 14 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 · 14 years ago
- 08fb3f6 Sansa Fuze+: initial commit (bootloader only, LCD basically working) by Amaury Pouly · 14 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 · 15 years ago
- 5d236b2 Generate C file / header for svn version string by Rafaël Carré · 15 years ago
- ab4a162 Fix gigabeat S includes so it builds again by Frank Gevaerts · 15 years ago
- 77dfff5 Fix some more snprintf related warnings. by Thomas Martitz · 15 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 · 15 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 · 15 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 · 15 years ago
- 69fa42d HD200 - rework bootloader logic by Marcin Bukat · 15 years ago