1. 12403e3 [kernel] add some documentation by Travis Geiselbrecht · 14 years ago
  2. ca0b6a2 [arch] factor out the debug_cycle_count to arch specific code by Ajay Dudani · 13 years ago
  3. 9e60486 [lib][cbuf] simple circular buffer implementation by Travis Geiselbrecht · 15 years ago
  4. 671cb79 [kernel] sync with external source. support for dynamic timer by Travis Geiselbrecht · 15 years ago
  5. 9045c06 [kernel] dynamic timer support from external sources by Travis Geiselbrecht · 15 years ago
  6. 28da92a [debug] change the dgetc signature to match external sources by Travis Geiselbrecht · 15 years ago
  7. b0bd183 Added support for PCI config space read/write via PCI BIOS. Added some PCI commands to query/modify config space and enum devices. by Corey Tabaka · 15 years ago
  8. 8469724 Initial x86 port by Corey Tabaka · 15 years ago
  9. d2471ef Clean up more warnings in lk code by Greg Grisco · 13 years ago
  10. 9ef9b73 arch/arm/mmu: Update MMU implementation for ARMv7 architecture. by Amol Jadi · 13 years ago
  11. d625055 Clean up warnings in lk code by Greg Grisco · 13 years ago
  12. d8b7afc [usb]: Add support to enter test mode by Subbaraman Narayanamurthy · 13 years ago
  13. efb6c97 include/bits: Fix BIT macro. by Shashank Mittal · 13 years ago
  14. 404a706 LK: Add 8bit BCH ECC Nand support. by Channagoud Kadabi · 13 years ago
  15. 5f1c9d4 fastboot: Increasing the max allowed download size by Vivek Mehta · 13 years ago
  16. 97df7fd msm7630: Add support for 7630 fluid LCD panel by Wentao Xu · 13 years ago
  17. 8f0b045 [msm8660]: Add fastboot key detection for QT8660 by Subbaraman Narayanamurthy · 13 years ago
  18. 78ae675 [msm8660]: Enable MIPI display support for Toshiba MIPI panel. by Chandan Uddaraju · 14 years ago
  19. 402d097 [msm8x60]: Enable LCDC display for SURF and FFA devices by Shashank Mittal · 14 years ago
  20. f9b6e0d [msm8x60]: Autodetect 8660 SURF and FFA by Subbaraman Narayanamurthy · 14 years ago
  21. bedca15 [target/msm8660_surf]: Add keypad driver support. by Chandan Uddaraju · 14 years ago
  22. 8e49dec LK: Add support to write on modem partition by Shashank Mittal · 14 years ago
  23. a342574 [msm7630]: Add code to scan limited number of keys of Qwerty keypad. by Chandan Uddaraju · 14 years ago
  24. 3679bc5 fastboot: Allow runtime decision on memory scratch space by David Ng · 14 years ago
  25. 6e1711f msm7630: Update for new memory map by David Ng · 14 years ago
  26. 4f99a88 LK: Add support for splash screen on MSM7627_SURF by Shashank Mittal · 14 years ago
  27. 183a742 lk: Add eMMC boot support by David Ng · 14 years ago
  28. 5fa471a [msm7630]: Add code to support qwerty keypad in lk bootloader by Chandan Uddaraju · 14 years ago
  29. 60a888a [qsd8250_ffa]: Add code to change the FFA key mapping. by Chandan Uddaraju · 14 years ago
  30. f72ce81 [lk/include]: Add limits.h to make LK compatible to arm-eabi-gcc-4.4.0. by Chandan Uddaraju · 14 years ago
  31. dcc2e35 NAND: Add support for NAND devices with 4k page size by Shashank Mittal · 14 years ago
  32. 83d16d0 NAND: Add support for 16-bit NAND by Shashank Mittal · 14 years ago
  33. fbde0ac [dev] flash: Add interface to obtain flash layout info by Dima Zavin · 15 years ago
  34. e5f6435 [dev] flash: Split up flash_init and set_ptable into separate functions. by Dima Zavin · 15 years ago
  35. e12b411 [dev] flash: add flash ops definitions. by Dima Zavin · 15 years ago
  36. 2b8429d [lib] ptable: add basic partition table management. by Dima Zavin · 15 years ago
  37. 0f88be2 [dev][keys] Initial support for gpio keypads. by Dima Zavin · 15 years ago
  38. 443afca [dev] add primitive keys state management (keys device) by Dima Zavin · 15 years ago
  39. afa6839 generic: add ops/defines to work with multi-word bitmaps. by Dima Zavin · 15 years ago
  40. d5b0b6a [dev] add framebuffer console device. by Dima Zavin · 15 years ago
  41. 9a2cd26 [dev][udc] simple interface for usb device controllers by Brian Swetland · 15 years ago
  42. a07d2fa [docs] provide rules for correct usage of events, mutexes, and timers by Brian Swetland · 15 years ago
  43. c676001 remove project_init() by Travis Geiselbrecht · 15 years ago
  44. 668383c [app] change the app api to have an init and entry point by Travis Geiselbrecht · 15 years ago
  45. 6837223 [app] add the app module init system by Travis Geiselbrecht · 15 years ago
  46. 0166fb2 move app/console to lib/console by Travis Geiselbrecht · 15 years ago
  47. 12981aa [dev] minimal generic gpio device api by Brian Swetland · 15 years ago
  48. 345adb5 [usb] merge in some changes from another code base to make the usb by Travis Geiselbrecht · 15 years ago
  49. 89fcb14 [usb] first stab at a usb device stack by Travis Geiselbrecht · 16 years ago
  50. 2c691e8 work in progress of usb controller and usb stack for omap3 by Travis Geiselbrecht · 16 years ago
  51. bea5a4a [omap3] i2c driver by Travis Geiselbrecht · 16 years ago
  52. 9c19412 provide linux-style readl()/writel() in reg.h by Brian Swetland · 15 years ago
  53. 858b1ad [kernel] properly initialize the default thread context very early to avoid crash on pixies by travis geiselbrecht · 15 years ago
  54. c60a2e6 [kernel] simple thread local storage by travis geiselbrecht · 15 years ago
  55. 9d564f1 [libc] add n versions of sprintf and vprintf by travis geiselbrecht · 15 years ago
  56. eb94605 [IO] rework dprintf to take a debug level, defined in DEBUGLEVEL by Travis Geiselbrecht · 16 years ago
  57. f1cdea3 [INT] fix the mask/unmask interrupt api to not take oldstate argument by Travis Geiselbrecht · 16 years ago
  58. dfd2eb6 [EABI] only typedef size_t if it hasn't been defined by the toolchain by Travis Geiselbrecht · 16 years ago
  59. 887061f synchronize with external depot by Travis Geiselbrecht · 16 years ago
  60. 1d0df69 initial commit of lk (little kernel) project by Travis Geiselbrecht · 16 years ago