1. 2cd211f lk/openssl: Adding openssl to compile in lk build by Kinson Chik · 13 years ago
  2. df5ae14 Merge "msm: Increase system ptn size by 30MB for 7627/7630/7627a targets" by Linux Build Service Account · 13 years ago
  3. f220524 Merge "msm: Increase max flash size for 7627/7630/7627a targets" by Linux Build Service Account · 13 years ago
  4. 93fde8d Merge "fastboot: Add support to send INFO messages through fastboot." by Linux Build Service Account · 13 years ago
  5. 6a5609f fastboot: Add support to send INFO messages through fastboot. by Shashank Mittal · 13 years ago
  6. 6ba6907 openssl/lk: Removing the Android.mk files from openssl by Kinson Chik · 13 years ago
  7. a8fa74c openssl/lk: Adding openssl 1.0.0a to LK by Kinson Chik · 13 years ago
  8. 45869c3 msm7x27A: Enhance splash screen to support HVGA resolution by Aparna Mallavarapu · 13 years ago
  9. 1073a5e Clean up more warnings by Greg Grisco · 13 years ago
  10. 0c82c69 Merge "msm7627a: splash screen support" by Linux Build Service Account · 13 years ago
  11. 5e831c4 Merge "msm8960: Support non-interleaved memory configuration" by Linux Build Service Account · 13 years ago
  12. f712f5e msm7627a: splash screen support by Aparna Mallavarapu · 13 years ago
  13. dd8e189 Merge "[NAND]: Avoid reading bad block marker for each page" by Linux Build Service Account · 13 years ago
  14. ebb0b5b msm8960: Support non-interleaved memory configuration by Ajay Dudani · 13 years ago
  15. 0c10937 msm8960: Correct conversion for MTP_MSM from HW-ID to machine-type by Trevor Bourget · 13 years ago
  16. b2fb6ba [NAND]: Avoid reading bad block marker for each page by Channagoud Kadabi · 13 years ago
  17. 4cd89c4 msm: Increase max flash size for 7627/7630/7627a targets by Srilakshmi Punuru · 13 years ago
  18. 8d6150c [msm8660/LCD]: add AUO wvga panel support by Wentao Xu · 13 years ago
  19. 32a9d4f Merge "gitignore: Adding rule to ignore cscope files." by Linux Build Service Account · 13 years ago
  20. b2028ce Merge "msm8960: Add Conversion for LiQUID from HW-ID to machine-type" by Linux Build Service Account · 13 years ago
  21. 3b3f5d1 Merge "mmc: Cleanup mmc code and unify mbr and gpt" by Linux Build Service Account · 13 years ago
  22. 98b8091 Merge "msm8960: Enable crypto for msm8960." by Linux Build Service Account · 13 years ago
  23. 6a9871b msm8960: Add Conversion for LiQUID from HW-ID to machine-type by Amir Samuelov · 13 years ago
  24. 75122c9 msm: Increase system ptn size by 30MB for 7627/7630/7627a targets by Srilakshmi Punuru · 13 years ago
  25. d4c453b [pc] Use cbuf lib instead of custom queue. by Corey Tabaka · 14 years ago
  26. 42353ca [pc] Make platform_read_key idle on wait queue. by Corey Tabaka · 14 years ago
  27. 8b99c68 [arm] add arch_sync_cache_range by Travis Geiselbrecht · 14 years ago
  28. 6111706 [armemu] set the display params in the armemu.conf file by Travis Geiselbrecht · 14 years ago
  29. d4c88e2 [armemu] read the display size from the emulator by Travis Geiselbrecht · 14 years ago
  30. 95590fd [scripts] update do-armemu-test to create a default block device file if it doesn't already exist by Travis Geiselbrecht · 14 years ago
  31. f26b92f [scripts] spiff up buildall to report projects that fail to build by Travis Geiselbrecht · 14 years ago
  32. 800410c [armemu-test] turn on as much as possible by Travis Geiselbrecht · 14 years ago
  33. 801509f [lib][text] simple library to draw static text by Travis Geiselbrecht · 14 years ago
  34. 97b5382 [lib][tga] routines to decode Targa files by Travis Geiselbrecht · 14 years ago
  35. a59792c add license file by Travis Geiselbrecht · 14 years ago
  36. 99b2d1d [lib] simple library routines for drawing text and keeping a graphical console by Travis Geiselbrecht · 14 years ago
  37. 4c68d02 [armemu][display] add driver for the display controller by Travis Geiselbrecht · 14 years ago
  38. e06c67c [lib] generic graphics routines by Travis Geiselbrecht · 14 years ago
  39. 84ec880 [armemu] add test code for block device by Travis Geiselbrecht · 14 years ago
  40. 96f6dfe [armemu] add block device by Travis Geiselbrecht · 14 years ago
  41. e856083 [main] add init routines for fs and bio layer, will move to better spot later by Travis Geiselbrecht · 14 years ago
  42. f86c43c [lib][fs] simple file system layer by Travis Geiselbrecht · 14 years ago
  43. 84aa16c [stdlib] add countof() by Travis Geiselbrecht · 14 years ago
  44. b29c3ba [lib][bcache] add a simple block device cache by Travis Geiselbrecht · 14 years ago
  45. 2dc9c97 [lib][partition] add simple block device partition scanner (MBR only) by Travis Geiselbrecht · 14 years ago
  46. 5248673 [lib][bio] add simple block io layer by Travis Geiselbrecht · 14 years ago
  47. f6e2207 [error] add some more ERR_ defines by Travis Geiselbrecht · 14 years ago
  48. c713ab8 [arm] fix problem with gcc 4.4 to ensure the boot code is in the binary by Ajay Dudani · 13 years ago
  49. 12403e3 [kernel] add some documentation by Travis Geiselbrecht · 14 years ago
  50. e74d63d [armemu] fix the armemu build by adding timer routine and default config file by Travis Geiselbrecht · 14 years ago
  51. 5eaef67 get the sam7ex256 platform building again by Travis Geiselbrecht · 14 years ago
  52. 78d0e6c [make] make the spotless target not depend on anything by Travis Geiselbrecht · 14 years ago
  53. ca0b6a2 [arch] factor out the debug_cycle_count to arch specific code by Ajay Dudani · 13 years ago
  54. 2ce7b97 [omap5912] use the cbuf to do proper blocking getc by Travis Geiselbrecht · 15 years ago
  55. 9e60486 [lib][cbuf] simple circular buffer implementation by Travis Geiselbrecht · 15 years ago
  56. dbc2c68 [platform] fix the dgetc signature problem by Travis Geiselbrecht · 15 years ago
  57. beb8d43 [heap] bring heap debugging stuff from external source by Travis Geiselbrecht · 15 years ago
  58. 671cb79 [kernel] sync with external source. support for dynamic timer by Travis Geiselbrecht · 15 years ago
  59. 9045c06 [kernel] dynamic timer support from external sources by Travis Geiselbrecht · 15 years ago
  60. 28da92a [debug] change the dgetc signature to match external sources by Travis Geiselbrecht · 15 years ago
  61. d890c35 Fixed typo in pci dump message. by Corey Tabaka · 15 years ago
  62. 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
  63. ad21b8d Minor cleanup and a hack to idle the cpu in getc loops. by Corey Tabaka · 15 years ago
  64. 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
  65. b3f6cac Reorganization to better fit platform/target conventions. by Corey Tabaka · 15 years ago
  66. 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
  67. 79382bc Cleaned up x86 platform memmap defs. Fill in later as needed. by Corey Tabaka · 15 years ago
  68. 8469724 Initial x86 port by Corey Tabaka · 15 years ago
  69. f1a4351 mmc: Cleanup mmc code and unify mbr and gpt by Kinson Chik · 13 years ago
  70. 1fcde7a msm8960: Enable crypto for msm8960. by Shashank Mittal · 13 years ago
  71. 3890b10 gitignore: Adding rule to ignore cscope files. by Shashank Mittal · 13 years ago
  72. 0a81a32 Merge "Clean up more warnings in lk code" by Linux Build Service Account · 13 years ago
  73. 23b9de5 Merge "arch/arm: Add dsb() function for ARMv6 and ARMv7 devices." by Linux Build Service Account · 13 years ago
  74. d2471ef Clean up more warnings in lk code by Greg Grisco · 13 years ago
  75. 4f37813 Merge "msm7627_surf: Pass complete memory given by NONHLOS to kernel via atag" by Linux Build Service Account · 13 years ago
  76. 6f7f81d Merge "Build:use is-android-codename instead of is-flavor" by Linux Build Service Account · 13 years ago
  77. 97d0f09 arch/arm: Add dsb() function for ARMv6 and ARMv7 devices. by Shashank Mittal · 13 years ago
  78. d2adce2 msm7627_surf: Pass complete memory given by NONHLOS to kernel via atag by Channagoud Kadabi · 13 years ago
  79. 6cdbd7c msm: Remove obsolete targets by Ajay Dudani · 13 years ago
  80. ce306ff target init.c: Moving displaying of splash before aboot_init by Kinson Chik · 13 years ago
  81. e67872e apq8064: Initial support by Amol Jadi · 13 years ago
  82. 6e75477 Allow MBR/EBR partition to be flashed by Greg Grisco · 13 years ago
  83. 3950326 msm8960: Add support to shutdown device. by Shashank Mittal · 13 years ago
  84. 35f686f Revert "[qsd8250]: Add usb charging support in LK bootloader." by Ajay Dudani · 13 years ago
  85. aeda4e6 msm: cleanup timer code by Amol Jadi · 13 years ago
  86. 2411981 Merge "msm7627a: Update cache size to be 8M for 8 bit bch ecc NAND" by Linux Build Service Account · 13 years ago
  87. dd17d1e Merge "init: Turn off backlight when splash is disabled" by Linux Build Service Account · 13 years ago
  88. c24e6e1 Merge "platform/mipi_dsi: (cleanup) separating mmss and mdp from dsi" by Linux Build Service Account · 13 years ago
  89. efb709f msm8660_surf: Increase scratch space to allow flashing larger images by Ajay Dudani · 13 years ago
  90. 500afb7 msm7627a: Update cache size to be 8M for 8 bit bch ecc NAND by Channagoud Kadabi · 13 years ago
  91. 4d84d3e Merge "msm: Move modem-up dependency to target specific code." by Linux Build Service Account · 13 years ago
  92. c1ad946 init: Turn off backlight when splash is disabled by Kinson Chik · 13 years ago
  93. fe93103 platform/mipi_dsi: (cleanup) separating mmss and mdp from dsi by Kinson Chik · 13 years ago
  94. d92dc60 Build:use is-android-codename instead of is-flavor by Satya Durga Srinivasu Prabhala · 13 years ago
  95. f91907f msm8960: Optimize delays for display splash by Kinson Chik · 13 years ago
  96. 2dfe339 msm: Move modem-up dependency to target specific code. by Amol Jadi · 13 years ago
  97. 46d2898 Merge "msm7627a: Generate signed unified header in secure-boot for 7x27A" by Linux Build Service Account · 13 years ago
  98. 3add772 Merge "build: standardize BUILD_ID featurization" by Linux Build Service Account · 13 years ago
  99. db1edb3 msm_shared: Move qgic code to msm_shared by Amol Jadi · 13 years ago
  100. edc1f5d msm7627_surf: Fix key mapping issues for surf & ffa by Channagoud Kadabi · 13 years ago