1. 8adde5a [project/target]: Add 3 new projects and the corresponding make files. by Chandan Uddaraju · 14 years ago
  2. 2defe16 aboot: handle new base address (0x20000000) for qsd8k by Brian Swetland · 15 years ago
  3. ac0a926 msm: currently qsd8k has the dsp image below the kernel image by Brian Swetland · 15 years ago
  4. 0616520 msm: qsd8k has the shared memory region at a different address by Brian Swetland · 15 years ago
  5. 5582c7d [msm] nand: Add a verify-after-write option. by Dima Zavin · 15 years ago
  6. 1cf2363 [surf7k/surf8k] fix flash partition table init. by Dima Zavin · 15 years ago
  7. ca337f5 [msm] nand: Add implementation for getting the flash layout. by Dima Zavin · 15 years ago
  8. fbde0ac [dev] flash: Add interface to obtain flash layout info by Dima Zavin · 15 years ago
  9. e5f6435 [dev] flash: Split up flash_init and set_ptable into separate functions. by Dima Zavin · 15 years ago
  10. 3862693 [scripts] trace32: make switching between 7k and 8k easier. by Dima Zavin · 15 years ago
  11. 42168f2 [aboot] pass partition table through atags by Dima Zavin · 15 years ago
  12. ddf61a2 [msm] factor out debug code into shared area, make configurable by Brian Swetland · 15 years ago
  13. b3d66d9 [qsd8k] remove unused variables and some chatter in lcdc init by Brian Swetland · 15 years ago
  14. 60ce24c [msm7k] fix warning in gpio.c by Brian Swetland · 15 years ago
  15. f9faf3a [aboot/surf7k/surf8k] pass machtype to aboot from the target with a define by Dima Zavin · 15 years ago
  16. 6e274c2 [msm7k] enable fbcon output for debug messages by Dima Zavin · 15 years ago
  17. 36785e3 [msm7k] mddi support for msm7k and surf-msm7k wvga panel. by Dima Zavin · 15 years ago
  18. 25ed994 [dev] fbcon: flush the display after newline/scroll. by Dima Zavin · 15 years ago
  19. d085013 [msm7k] add gpio keypad config and flash init by Dima Zavin · 15 years ago
  20. b428360 [aboot] unless cancelled with 'back' key, default to booting from flash by Dima Zavin · 15 years ago
  21. d6455cd [dev][gpio_keypad] make the init function wait for one full scan by Dima Zavin · 15 years ago
  22. 214cc64 [aboot] added fastboot commands for flash (erase, flash, continue) by Dima Zavin · 15 years ago
  23. 9c6992d [surf-qsd8k] initialize flash by Dima Zavin · 15 years ago
  24. 9caac25 [msm] parse qcom partition table info from SMEM by Dima Zavin · 15 years ago
  25. a404bce [msm] support reading/parsing SMEM allocations info table. by Dima Zavin · 15 years ago
  26. 03cf431 [msm] nand flash driver by Dima Zavin · 15 years ago
  27. e12b411 [dev] flash: add flash ops definitions. by Dima Zavin · 15 years ago
  28. 2b8429d [lib] ptable: add basic partition table management. by Dima Zavin · 15 years ago
  29. ebec43f [scripts] default trace32 script to using aboot-surf8k project binaries by Dima Zavin · 15 years ago
  30. 42f13d3 [dev] gpio_keypad: get rid of compiler warnings by Dima Zavin · 15 years ago
  31. bfeab36 [msm][uart] do not try to read/write uart before it is initialized by Brian Swetland · 15 years ago
  32. 8504544 [aboot] leave icache disabled before starting linux by Brian Swetland · 15 years ago
  33. f4acf73 [msm7k] initialize uart3 by Brian Swetland · 15 years ago
  34. 31016c4 [qsd8k] clean up dcc/uart debug options by Brian Swetland · 15 years ago
  35. a8ec56d [qsd8k] initialize uart3 by Brian Swetland · 15 years ago
  36. 89f67ec [qsd8k] remove workaround for ES1 chips by Brian Swetland · 15 years ago
  37. a5e9095 [scripts] trace32 debug scripts for lk on 7k/8k by Brian Swetland · 15 years ago
  38. f8cefec [qsd8k] add support for the gpio keypad. by Dima Zavin · 15 years ago
  39. 0f88be2 [dev][keys] Initial support for gpio keypads. by Dima Zavin · 15 years ago
  40. 86aafc2 [qsd8k] gpio device support by Dima Zavin · 15 years ago
  41. 443afca [dev] add primitive keys state management (keys device) by Dima Zavin · 15 years ago
  42. afa6839 generic: add ops/defines to work with multi-word bitmaps. by Dima Zavin · 15 years ago
  43. d153278 [project] projects for aboot on surf 7k and surf 8k by Brian Swetland · 15 years ago
  44. 9c4c075 [app][aboot] Android Bootloader by Brian Swetland · 15 years ago
  45. d0da856 [msm] enable uart init code, include workaround for qsd8k clock issue by Brian Swetland · 15 years ago
  46. e35e75b [qsd8k] basic support for fbcon. by Dima Zavin · 15 years ago
  47. d5b0b6a [dev] add framebuffer console device. by Dima Zavin · 15 years ago
  48. 0d7b1b8 [msm] timer: provide uninit function, sync support on qsd8k by Brian Swetland · 15 years ago
  49. 3f92461 [msm7k] add missing irq numbers by Brian Swetland · 15 years ago
  50. 3e7e21a [msm] hsusb udc driver for the chipidea usb client peripheral by Brian Swetland · 15 years ago
  51. 9a2cd26 [dev][udc] simple interface for usb device controllers by Brian Swetland · 15 years ago
  52. a07d2fa [docs] provide rules for correct usage of events, mutexes, and timers by Brian Swetland · 15 years ago
  53. f1e5afd [lk] allow "make projectname" by Brian Swetland · 15 years ago
  54. 577036f get rid of project as a container of code, flatten it one level by Travis Geiselbrecht · 15 years ago
  55. c676001 remove project_init() by Travis Geiselbrecht · 15 years ago
  56. 668383c [app] change the app api to have an init and entry point by Travis Geiselbrecht · 15 years ago
  57. 3f14b66 [app] convert the existing apps to the app modules, add new shell app to by Travis Geiselbrecht · 15 years ago
  58. 6837223 [app] add the app module init system by Travis Geiselbrecht · 15 years ago
  59. ef67d2b remove nettests by Travis Geiselbrecht · 15 years ago
  60. 5bcbd9d move the stray .mk files from the root dir into a make/ subdir by Travis Geiselbrecht · 15 years ago
  61. 39deded move all of the references to app/console to lib/console by Travis Geiselbrecht · 15 years ago
  62. 0166fb2 move app/console to lib/console by Travis Geiselbrecht · 15 years ago
  63. bb777a1 [kernel] fix bug in event_signal with AUTOUNSIGNAL flag by Travis Geiselbrecht · 15 years ago
  64. 09eeebd [arm] only restore the relevant parts of cpsr in arm debug code by Travis Geiselbrecht · 15 years ago
  65. 3db8380 [arm] properly restore spsr on exception exit by Travis Geiselbrecht · 15 years ago
  66. c82fda9 [msm] fix dumb bugs in uart.c and debug.c by Brian Swetland · 15 years ago
  67. 977224f [arm][msm] hsusb_clock_init() for configuring USB clocks by Brian Swetland · 15 years ago
  68. d5b7ac1 [arm][msm7k] gpio device support by Brian Swetland · 15 years ago
  69. 12981aa [dev] minimal generic gpio device api by Brian Swetland · 15 years ago
  70. dfdb461 [msm] initial qsd8k support (tested on qsd8250 surf) by Brian Swetland · 15 years ago
  71. 9a47753 [msm] proc_comm initial support by Brian Swetland · 15 years ago
  72. 5240291 [arm] force 4 byte alignment of data segments in the linkscript by Brian Swetland · 15 years ago
  73. af7dab4 arm: arch_idle: don't use swfi on msm7k by Brian Swetland · 16 years ago
  74. eceda41 arm: mmu: deal with peripheral mapping on msm7k by Brian Swetland · 16 years ago
  75. 1c87cc2 [target][surf] add surf-test to the buildall script by Travis Geiselbrecht · 15 years ago
  76. 2500aa1 arm: add msm7k platform, common msm drivers, and surf-msm7k target by Brian Swetland · 15 years ago
  77. 345adb5 [usb] merge in some changes from another code base to make the usb by Travis Geiselbrecht · 15 years ago
  78. 0e71315 [usb][beagle] beagleboard test usb setup by Travis Geiselbrecht · 16 years ago
  79. 7689f35 [usb][omap3] working omap3 usb driver by Travis Geiselbrecht · 16 years ago
  80. 89fcb14 [usb] first stab at a usb device stack by Travis Geiselbrecht · 16 years ago
  81. 47e7539 get usbc building again after debug changes by Travis Geiselbrecht · 16 years ago
  82. 2c691e8 work in progress of usb controller and usb stack for omap3 by Travis Geiselbrecht · 16 years ago
  83. 6ec9c27 [omap3] start of twl4030 driver by Travis Geiselbrecht · 16 years ago
  84. bea5a4a [omap3] i2c driver by Travis Geiselbrecht · 16 years ago
  85. a8cf2b8 arm: provide __cpu_early_init hook by Brian Swetland · 15 years ago
  86. 7057769 arm: the dcc code works for V6 or V7, not just 1136 by Brian Swetland · 15 years ago
  87. 9c19412 provide linux-style readl()/writel() in reg.h by Brian Swetland · 15 years ago
  88. 7d7380c [ARM] fix missing newline at eof in dcc.S by Brian Swetland · 15 years ago
  89. 858b1ad [kernel] properly initialize the default thread context very early to avoid crash on pixies by travis geiselbrecht · 15 years ago
  90. c60a2e6 [kernel] simple thread local storage by travis geiselbrecht · 15 years ago
  91. 6c5fa8a [libc] move most vsprintfs to vsnprintfs by Travis Geiselbrecht · 15 years ago
  92. 9d564f1 [libc] add n versions of sprintf and vprintf by travis geiselbrecht · 15 years ago
  93. d647d76 add *~ to .gitignore -- remove emacs droppings by Brian Swetland · 16 years ago
  94. b57cdae update a printf in the kernel init to match reality by Travis Geiselbrecht · 16 years ago
  95. d98cea1 [kernel] fix the AUTOUNSIGNAL path on kernel events to wait until a thread waits on the event by travis geiselbrecht · 16 years ago
  96. eb94605 [IO] rework dprintf to take a debug level, defined in DEBUGLEVEL by Travis Geiselbrecht · 16 years ago
  97. 8d529ef [ARM] update atomic ops to use the ldr/strex instructions on armv6+ by Travis Geiselbrecht · 16 years ago
  98. b26a2d0 update the beagle test script to put in the right directory by Travis Geiselbrecht · 16 years ago
  99. f1cdea3 [INT] fix the mask/unmask interrupt api to not take oldstate argument by Travis Geiselbrecht · 16 years ago
  100. 0e6cd92 arm: mmu: remove duplicate definitions for MMU flags by Brian Swetland · 16 years ago