1. d48bd24 [msm8x60]: Add support for fastboot erase. by Bikas Gurung · 14 years ago
  2. c95b5b1 [msm]: Check image size for emmc before write and align it to 512 bytes by Subbaraman Narayanamurthy · 14 years ago
  3. 40b227d [target]: Add code to use splash image as a character array by Chandan Uddaraju · 14 years ago
  4. f773dde [msm] Enable battery charging flag based on power-on status by David Ng · 14 years ago
  5. eb92bcc [app/aboot]: Add recovery and update support in froyo. by Subbaraman Narayanamurthy · 14 years ago
  6. 2943fd6 [msm]: Enable display driver by default for splash screen on 7627 & 8650 by Chandan Uddaraju · 14 years ago
  7. 67e957b Fix 'mount' issues with persist partition for Nandwrite by repo sync · 14 years ago
  8. d8c42bf [qsd8650a_st1x] With USB connection force device into fastboot mode. by Shashank Mittal · 14 years ago
  9. bedca15 [target/msm8660_surf]: Add keypad driver support. by Chandan Uddaraju · 14 years ago
  10. b5f9e50 [msm] Query scratch address for jtag flashing tools by Ajay Dudani · 14 years ago
  11. 23b8f42 [msm8x60]: Add support for msm8x60 in LK by Shashank Mittal · 14 years ago
  12. 1f6030f [app/aboot]: Fix "fastboot boot" issue on 7x30 target. by Chandan Uddaraju · 14 years ago
  13. 1434a60 [target/msm7630]: Add support for smem version 4. by Chandan Uddaraju · 14 years ago
  14. 8e49dec LK: Add support to write on modem partition by Shashank Mittal · 14 years ago
  15. d6d4504 [aboot:fastboot]: Add code to fix 'mount' issues with persist partition by Chandan Uddaraju · 14 years ago
  16. cd01f9b lk: Change boot.img header offset based on LK address for eMMC by Ajay Dudani · 14 years ago
  17. 024c033 Recovery: Add support in lk to read/write recovery messages. by Shashank Mittal · 14 years ago
  18. d43419e msm: Update partition tables to give additional 10M to system partition by Ajay Dudani · 14 years ago
  19. 3679bc5 fastboot: Allow runtime decision on memory scratch space by David Ng · 14 years ago
  20. 6e1711f msm7630: Update for new memory map by David Ng · 14 years ago
  21. 7f5b901 [qsd8250]: Add usb charging support in LK bootloader. by Chandan Uddaraju · 14 years ago
  22. 4f99a88 LK: Add support for splash screen on MSM7627_SURF by Shashank Mittal · 14 years ago
  23. 94183c0 [target]: Add support for "fastboot reboot" and "fastboot reboot-bootloader" for all targets. by Chandan Uddaraju · 14 years ago
  24. 26a5690 [app/aboot]: Add additional key for fastboot mode. by Chandan Uddaraju · 14 years ago
  25. de85d3f [target/(msm7627,qsd8250)]: Add support to boot into recovery mode and bootloader fastboot mode by Chandan Uddaraju · 14 years ago
  26. bbec2b0 [nandwrite]: Disable bootstrap2 and app thread creation for nandwrite by Chandan Uddaraju · 14 years ago
  27. 2412050 [platform]: Add code to enable display initialization only in fastboot mode. by Chandan Uddaraju · 14 years ago
  28. 5622892 [msm7627_surf/msm7627_ffa]: Add code to support flashing of images using jtag. by Chandan Uddaraju · 14 years ago
  29. 168f6cb [msm] Add nandwrite to support flashing apps images over JTAG by Ajay Dudani · 14 years ago
  30. 183a742 lk: Add eMMC boot support by David Ng · 14 years ago
  31. 885e4db [target]: Add code to get LINUX_MACHTYPE by calling a function for all targets by Chandan Uddaraju · 14 years ago
  32. 5fa471a [msm7630]: Add code to support qwerty keypad in lk bootloader by Chandan Uddaraju · 14 years ago
  33. 232ce81 [msm7630] Add support for msm7630 basic bootup by Ajay Dudani · 14 years ago
  34. c6860e1 [aboot]: Enable ATAG_MEM info for all the targets. by Chandan Uddaraju · 15 years ago
  35. dcc2e35 NAND: Add support for NAND devices with 4k page size by Shashank Mittal · 15 years ago
  36. da91983 [aboot/surf7k/surf8k] pass kernel addresses to aboot from the target with defines. by Chandan Uddaraju · 15 years ago
  37. c53a1a1 [arm][aboot]: Add code to change the default tool chain and the usb device product id. by Chandan Uddaraju · 15 years ago
  38. 2defe16 aboot: handle new base address (0x20000000) for qsd8k by Brian Swetland · 15 years ago
  39. ac0a926 msm: currently qsd8k has the dsp image below the kernel image by Brian Swetland · 15 years ago
  40. 42168f2 [aboot] pass partition table through atags by Dima Zavin · 15 years ago
  41. f9faf3a [aboot/surf7k/surf8k] pass machtype to aboot from the target with a define by Dima Zavin · 15 years ago
  42. b428360 [aboot] unless cancelled with 'back' key, default to booting from flash by Dima Zavin · 15 years ago
  43. 214cc64 [aboot] added fastboot commands for flash (erase, flash, continue) by Dima Zavin · 15 years ago
  44. 8504544 [aboot] leave icache disabled before starting linux by Brian Swetland · 15 years ago
  45. 9c4c075 [app][aboot] Android Bootloader by Brian Swetland · 15 years ago
  46. 668383c [app] change the app api to have an init and entry point by Travis Geiselbrecht · 15 years ago
  47. 3f14b66 [app] convert the existing apps to the app modules, add new shell app to by Travis Geiselbrecht · 15 years ago
  48. 6837223 [app] add the app module init system by Travis Geiselbrecht · 15 years ago
  49. ef67d2b remove nettests by Travis Geiselbrecht · 15 years ago
  50. 39deded move all of the references to app/console to lib/console by Travis Geiselbrecht · 15 years ago
  51. 0166fb2 move app/console to lib/console by Travis Geiselbrecht · 15 years ago
  52. eb94605 [IO] rework dprintf to take a debug level, defined in DEBUGLEVEL by Travis Geiselbrecht · 16 years ago
  53. 8d529ef [ARM] update atomic ops to use the ldr/strex instructions on armv6+ by Travis Geiselbrecht · 16 years ago
  54. 5bfddfb remove lwip, never really worked anyway by Travis Geiselbrecht · 16 years ago
  55. 1d0df69 initial commit of lk (little kernel) project by Travis Geiselbrecht · 16 years ago