1. 97b5382 [lib][tga] routines to decode Targa files by Travis Geiselbrecht · 14 years ago
  2. a59792c add license file by Travis Geiselbrecht · 14 years ago
  3. 99b2d1d [lib] simple library routines for drawing text and keeping a graphical console by Travis Geiselbrecht · 14 years ago
  4. 4c68d02 [armemu][display] add driver for the display controller by Travis Geiselbrecht · 14 years ago
  5. e06c67c [lib] generic graphics routines by Travis Geiselbrecht · 14 years ago
  6. 84ec880 [armemu] add test code for block device by Travis Geiselbrecht · 14 years ago
  7. 96f6dfe [armemu] add block device by Travis Geiselbrecht · 14 years ago
  8. e856083 [main] add init routines for fs and bio layer, will move to better spot later by Travis Geiselbrecht · 14 years ago
  9. f86c43c [lib][fs] simple file system layer by Travis Geiselbrecht · 14 years ago
  10. 84aa16c [stdlib] add countof() by Travis Geiselbrecht · 14 years ago
  11. b29c3ba [lib][bcache] add a simple block device cache by Travis Geiselbrecht · 14 years ago
  12. 2dc9c97 [lib][partition] add simple block device partition scanner (MBR only) by Travis Geiselbrecht · 14 years ago
  13. 5248673 [lib][bio] add simple block io layer by Travis Geiselbrecht · 14 years ago
  14. f6e2207 [error] add some more ERR_ defines by Travis Geiselbrecht · 14 years ago
  15. c713ab8 [arm] fix problem with gcc 4.4 to ensure the boot code is in the binary by Ajay Dudani · 13 years ago
  16. 12403e3 [kernel] add some documentation by Travis Geiselbrecht · 14 years ago
  17. e74d63d [armemu] fix the armemu build by adding timer routine and default config file by Travis Geiselbrecht · 14 years ago
  18. 5eaef67 get the sam7ex256 platform building again by Travis Geiselbrecht · 14 years ago
  19. 78d0e6c [make] make the spotless target not depend on anything by Travis Geiselbrecht · 14 years ago
  20. ca0b6a2 [arch] factor out the debug_cycle_count to arch specific code by Ajay Dudani · 13 years ago
  21. 2ce7b97 [omap5912] use the cbuf to do proper blocking getc by Travis Geiselbrecht · 15 years ago
  22. 9e60486 [lib][cbuf] simple circular buffer implementation by Travis Geiselbrecht · 15 years ago
  23. dbc2c68 [platform] fix the dgetc signature problem by Travis Geiselbrecht · 15 years ago
  24. beb8d43 [heap] bring heap debugging stuff from external source by Travis Geiselbrecht · 15 years ago
  25. 671cb79 [kernel] sync with external source. support for dynamic timer by Travis Geiselbrecht · 15 years ago
  26. 9045c06 [kernel] dynamic timer support from external sources by Travis Geiselbrecht · 15 years ago
  27. 28da92a [debug] change the dgetc signature to match external sources by Travis Geiselbrecht · 15 years ago
  28. d890c35 Fixed typo in pci dump message. by Corey Tabaka · 15 years ago
  29. 4030150 Fixed a latent bug due to an erroneous reg spec. This would have gone undetected unless edi was clobbered between the bug and the previous asm block. by Corey Tabaka · 15 years ago
  30. ad21b8d Minor cleanup and a hack to idle the cpu in getc loops. by Corey Tabaka · 15 years ago
  31. 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
  32. b3f6cac Reorganization to better fit platform/target conventions. by Corey Tabaka · 15 years ago
  33. 7e9d615 Added check for compiler support of -fno-stack-protector and changed toolchain prefix to i386-elf- for x86 port. by Corey Tabaka · 15 years ago
  34. 79382bc Cleaned up x86 platform memmap defs. Fill in later as needed. by Corey Tabaka · 15 years ago
  35. 8469724 Initial x86 port by Corey Tabaka · 15 years ago
  36. 0a81a32 Merge "Clean up more warnings in lk code" by Linux Build Service Account · 13 years ago
  37. 23b9de5 Merge "arch/arm: Add dsb() function for ARMv6 and ARMv7 devices." by Linux Build Service Account · 13 years ago
  38. d2471ef Clean up more warnings in lk code by Greg Grisco · 13 years ago
  39. 4f37813 Merge "msm7627_surf: Pass complete memory given by NONHLOS to kernel via atag" by Linux Build Service Account · 13 years ago
  40. 6f7f81d Merge "Build:use is-android-codename instead of is-flavor" by Linux Build Service Account · 13 years ago
  41. 97d0f09 arch/arm: Add dsb() function for ARMv6 and ARMv7 devices. by Shashank Mittal · 13 years ago
  42. d2adce2 msm7627_surf: Pass complete memory given by NONHLOS to kernel via atag by Channagoud Kadabi · 13 years ago
  43. 6cdbd7c msm: Remove obsolete targets by Ajay Dudani · 13 years ago
  44. ce306ff target init.c: Moving displaying of splash before aboot_init by Kinson Chik · 13 years ago
  45. e67872e apq8064: Initial support by Amol Jadi · 13 years ago
  46. 6e75477 Allow MBR/EBR partition to be flashed by Greg Grisco · 13 years ago
  47. 3950326 msm8960: Add support to shutdown device. by Shashank Mittal · 13 years ago
  48. 35f686f Revert "[qsd8250]: Add usb charging support in LK bootloader." by Ajay Dudani · 13 years ago
  49. aeda4e6 msm: cleanup timer code by Amol Jadi · 13 years ago
  50. 2411981 Merge "msm7627a: Update cache size to be 8M for 8 bit bch ecc NAND" by Linux Build Service Account · 13 years ago
  51. dd17d1e Merge "init: Turn off backlight when splash is disabled" by Linux Build Service Account · 13 years ago
  52. c24e6e1 Merge "platform/mipi_dsi: (cleanup) separating mmss and mdp from dsi" by Linux Build Service Account · 13 years ago
  53. efb709f msm8660_surf: Increase scratch space to allow flashing larger images by Ajay Dudani · 13 years ago
  54. 500afb7 msm7627a: Update cache size to be 8M for 8 bit bch ecc NAND by Channagoud Kadabi · 13 years ago
  55. 4d84d3e Merge "msm: Move modem-up dependency to target specific code." by Linux Build Service Account · 13 years ago
  56. c1ad946 init: Turn off backlight when splash is disabled by Kinson Chik · 13 years ago
  57. fe93103 platform/mipi_dsi: (cleanup) separating mmss and mdp from dsi by Kinson Chik · 13 years ago
  58. d92dc60 Build:use is-android-codename instead of is-flavor by Satya Durga Srinivasu Prabhala · 13 years ago
  59. f91907f msm8960: Optimize delays for display splash by Kinson Chik · 13 years ago
  60. 2dfe339 msm: Move modem-up dependency to target specific code. by Amol Jadi · 13 years ago
  61. 46d2898 Merge "msm7627a: Generate signed unified header in secure-boot for 7x27A" by Linux Build Service Account · 13 years ago
  62. 3add772 Merge "build: standardize BUILD_ID featurization" by Linux Build Service Account · 13 years ago
  63. db1edb3 msm_shared: Move qgic code to msm_shared by Amol Jadi · 13 years ago
  64. edc1f5d msm7627_surf: Fix key mapping issues for surf & ffa by Channagoud Kadabi · 13 years ago
  65. 1b8189a build: standardize BUILD_ID featurization by Satya Durga Srinivasu Prabhala · 13 years ago
  66. 5097b53 msm7627a: Generate signed unified header in secure-boot for 7x27A by Aparna Mallavarapu · 13 years ago
  67. 8225456 msm_shared/mmc: cleanup mmc clock by Amol Jadi · 13 years ago
  68. 6df1607 msm8660: Add support to shutdown the device in case of RTC alarm. by Shashank Mittal · 13 years ago
  69. 6f0c4ef Merge changes Iee22366b,Ie07e87f0,Iee9daddf by Linux Build Service Account · 13 years ago
  70. da05574 msm8960: Configure MMU to enable caching. by Amol Jadi · 13 years ago
  71. 4421e65 msm8x60: Configure MMU to enable caching by Amol Jadi · 13 years ago
  72. 9ef9b73 arch/arm/mmu: Update MMU implementation for ARMv7 architecture. by Amol Jadi · 13 years ago
  73. d25b3a4 msm_shared: Add backlight control commands for Novatek DSI panel by Chandan Uddaraju · 13 years ago
  74. 9f17928 Merge "msm8960: Enabling splash screen for lk" by Linux Build Service Account · 13 years ago
  75. e5c9343 msm8960: Enabling splash screen for lk by Kinson Chik · 13 years ago
  76. 98c31bb Merge "msm8960: Add support for SDRAM without bus specific information" by Linux Build Service Account · 13 years ago
  77. 2b98908 Merge "msm_shared: gsbi cleanup" by Linux Build Service Account · 13 years ago
  78. e495d1e msm8960: Add support for SDRAM without bus specific information by Ajay Dudani · 13 years ago
  79. 9120c89 Merge "[msm8x60]: Add PM8058 battery alarm support" by Linux Build Service Account · 13 years ago
  80. c52c8a3 msm_shared: gsbi cleanup by Amol Jadi · 13 years ago
  81. da01139 Merge "msm_shared/rules.mk: removing ifneq in the rules.mk" by Linux Build Service Account · 13 years ago
  82. d625055 Clean up warnings in lk code by Greg Grisco · 13 years ago
  83. f910f9e msm_shared/rules.mk: removing ifneq in the rules.mk by Kinson Chik · 13 years ago
  84. d8b7afc [usb]: Add support to enter test mode by Subbaraman Narayanamurthy · 13 years ago
  85. ab41594 Merge "msm7627a: Modify the signed Image format for 7x27a." by Linux Build Service Account · 13 years ago
  86. be7733b msm8960: Determine usable memory for kernel based on ram partition table by Ajay Dudani · 13 years ago
  87. 079d7c2 msm7627a: Modify the signed Image format for 7x27a. by Aparna Mallavarapu · 13 years ago
  88. 2787125 Revert "[msm7630/DMM] : Reserve EBI-1 memory as unstable." by Ajay Dudani · 13 years ago
  89. d5ebc8f msm7627a: Ignore the extra 1MB of IRAM being passed by NON-HLOS by Aparna Mallavarapu · 13 years ago
  90. 4e4ba4c Merge "msm8960: Fix restart reason address." by Linux Build Service Account · 13 years ago
  91. 23a884b Merge "pm8921: Change log level from info to critical" by Linux Build Service Account · 13 years ago
  92. 62a0d3e msm8660: Add support for Dragonboard variant by Ajay Dudani · 13 years ago
  93. e28a607 aboot: Use kernel & ramdisk physical addresses from boot.img header by Ajay Dudani · 13 years ago
  94. 0e445b0 [lk]: Add support for SSD implementation of image upgrade by Subbaraman Narayanamurthy · 13 years ago
  95. 690515d [msm_shared/nand]: Fix RAM address corruption by Channagoud Kadabi · 13 years ago
  96. ef7b943 pm8921: Change log level from info to critical by Kinson Chik · 13 years ago
  97. 0207df7 msm8960: Fix restart reason address. by Shashank Mittal · 13 years ago
  98. 8685492 Merge "msm_shared/mmc: Reduce the delay in sending CMD1" by Linux Build Service Account · 13 years ago
  99. 1dbb17d Merge "pm8921: ldo config" by Linux Build Service Account · 13 years ago
  100. 1863a35 Merge "include/bits: Fix BIT macro." by Linux Build Service Account · 13 years ago