1. 2b8429d [lib] ptable: add basic partition table management. by Dima Zavin · 15 years ago
  2. ebec43f [scripts] default trace32 script to using aboot-surf8k project binaries by Dima Zavin · 15 years ago
  3. 42f13d3 [dev] gpio_keypad: get rid of compiler warnings by Dima Zavin · 15 years ago
  4. bfeab36 [msm][uart] do not try to read/write uart before it is initialized by Brian Swetland · 15 years ago
  5. 8504544 [aboot] leave icache disabled before starting linux by Brian Swetland · 15 years ago
  6. f4acf73 [msm7k] initialize uart3 by Brian Swetland · 15 years ago
  7. 31016c4 [qsd8k] clean up dcc/uart debug options by Brian Swetland · 15 years ago
  8. a8ec56d [qsd8k] initialize uart3 by Brian Swetland · 15 years ago
  9. 89f67ec [qsd8k] remove workaround for ES1 chips by Brian Swetland · 15 years ago
  10. a5e9095 [scripts] trace32 debug scripts for lk on 7k/8k by Brian Swetland · 15 years ago
  11. f8cefec [qsd8k] add support for the gpio keypad. by Dima Zavin · 15 years ago
  12. 0f88be2 [dev][keys] Initial support for gpio keypads. by Dima Zavin · 15 years ago
  13. 86aafc2 [qsd8k] gpio device support by Dima Zavin · 15 years ago
  14. 443afca [dev] add primitive keys state management (keys device) by Dima Zavin · 15 years ago
  15. afa6839 generic: add ops/defines to work with multi-word bitmaps. by Dima Zavin · 15 years ago
  16. d153278 [project] projects for aboot on surf 7k and surf 8k by Brian Swetland · 15 years ago
  17. 9c4c075 [app][aboot] Android Bootloader by Brian Swetland · 15 years ago
  18. d0da856 [msm] enable uart init code, include workaround for qsd8k clock issue by Brian Swetland · 15 years ago
  19. e35e75b [qsd8k] basic support for fbcon. by Dima Zavin · 15 years ago
  20. d5b0b6a [dev] add framebuffer console device. by Dima Zavin · 15 years ago
  21. 0d7b1b8 [msm] timer: provide uninit function, sync support on qsd8k by Brian Swetland · 15 years ago
  22. 3f92461 [msm7k] add missing irq numbers by Brian Swetland · 15 years ago
  23. 3e7e21a [msm] hsusb udc driver for the chipidea usb client peripheral by Brian Swetland · 15 years ago
  24. 9a2cd26 [dev][udc] simple interface for usb device controllers by Brian Swetland · 15 years ago
  25. a07d2fa [docs] provide rules for correct usage of events, mutexes, and timers by Brian Swetland · 15 years ago
  26. f1e5afd [lk] allow "make projectname" by Brian Swetland · 15 years ago
  27. 577036f get rid of project as a container of code, flatten it one level by Travis Geiselbrecht · 15 years ago
  28. c676001 remove project_init() by Travis Geiselbrecht · 15 years ago
  29. 668383c [app] change the app api to have an init and entry point by Travis Geiselbrecht · 15 years ago
  30. 3f14b66 [app] convert the existing apps to the app modules, add new shell app to by Travis Geiselbrecht · 15 years ago
  31. 6837223 [app] add the app module init system by Travis Geiselbrecht · 15 years ago
  32. ef67d2b remove nettests by Travis Geiselbrecht · 15 years ago
  33. 5bcbd9d move the stray .mk files from the root dir into a make/ subdir by Travis Geiselbrecht · 15 years ago
  34. 39deded move all of the references to app/console to lib/console by Travis Geiselbrecht · 15 years ago
  35. 0166fb2 move app/console to lib/console by Travis Geiselbrecht · 15 years ago
  36. bb777a1 [kernel] fix bug in event_signal with AUTOUNSIGNAL flag by Travis Geiselbrecht · 15 years ago
  37. 09eeebd [arm] only restore the relevant parts of cpsr in arm debug code by Travis Geiselbrecht · 15 years ago
  38. 3db8380 [arm] properly restore spsr on exception exit by Travis Geiselbrecht · 15 years ago
  39. c82fda9 [msm] fix dumb bugs in uart.c and debug.c by Brian Swetland · 15 years ago
  40. 977224f [arm][msm] hsusb_clock_init() for configuring USB clocks by Brian Swetland · 15 years ago
  41. d5b7ac1 [arm][msm7k] gpio device support by Brian Swetland · 15 years ago
  42. 12981aa [dev] minimal generic gpio device api by Brian Swetland · 15 years ago
  43. dfdb461 [msm] initial qsd8k support (tested on qsd8250 surf) by Brian Swetland · 15 years ago
  44. 9a47753 [msm] proc_comm initial support by Brian Swetland · 15 years ago
  45. 5240291 [arm] force 4 byte alignment of data segments in the linkscript by Brian Swetland · 15 years ago
  46. af7dab4 arm: arch_idle: don't use swfi on msm7k by Brian Swetland · 16 years ago
  47. eceda41 arm: mmu: deal with peripheral mapping on msm7k by Brian Swetland · 16 years ago
  48. 1c87cc2 [target][surf] add surf-test to the buildall script by Travis Geiselbrecht · 15 years ago
  49. 2500aa1 arm: add msm7k platform, common msm drivers, and surf-msm7k target by Brian Swetland · 15 years ago
  50. 345adb5 [usb] merge in some changes from another code base to make the usb by Travis Geiselbrecht · 15 years ago
  51. 0e71315 [usb][beagle] beagleboard test usb setup by Travis Geiselbrecht · 16 years ago
  52. 7689f35 [usb][omap3] working omap3 usb driver by Travis Geiselbrecht · 16 years ago
  53. 89fcb14 [usb] first stab at a usb device stack by Travis Geiselbrecht · 16 years ago
  54. 47e7539 get usbc building again after debug changes by Travis Geiselbrecht · 16 years ago
  55. 2c691e8 work in progress of usb controller and usb stack for omap3 by Travis Geiselbrecht · 16 years ago
  56. 6ec9c27 [omap3] start of twl4030 driver by Travis Geiselbrecht · 16 years ago
  57. bea5a4a [omap3] i2c driver by Travis Geiselbrecht · 16 years ago
  58. a8cf2b8 arm: provide __cpu_early_init hook by Brian Swetland · 15 years ago
  59. 7057769 arm: the dcc code works for V6 or V7, not just 1136 by Brian Swetland · 15 years ago
  60. 9c19412 provide linux-style readl()/writel() in reg.h by Brian Swetland · 15 years ago
  61. 7d7380c [ARM] fix missing newline at eof in dcc.S by Brian Swetland · 15 years ago
  62. 858b1ad [kernel] properly initialize the default thread context very early to avoid crash on pixies by travis geiselbrecht · 15 years ago
  63. c60a2e6 [kernel] simple thread local storage by travis geiselbrecht · 15 years ago
  64. 6c5fa8a [libc] move most vsprintfs to vsnprintfs by Travis Geiselbrecht · 15 years ago
  65. 9d564f1 [libc] add n versions of sprintf and vprintf by travis geiselbrecht · 15 years ago
  66. d647d76 add *~ to .gitignore -- remove emacs droppings by Brian Swetland · 16 years ago
  67. b57cdae update a printf in the kernel init to match reality by Travis Geiselbrecht · 16 years ago
  68. d98cea1 [kernel] fix the AUTOUNSIGNAL path on kernel events to wait until a thread waits on the event by travis geiselbrecht · 16 years ago
  69. eb94605 [IO] rework dprintf to take a debug level, defined in DEBUGLEVEL by Travis Geiselbrecht · 16 years ago
  70. 8d529ef [ARM] update atomic ops to use the ldr/strex instructions on armv6+ by Travis Geiselbrecht · 16 years ago
  71. b26a2d0 update the beagle test script to put in the right directory by Travis Geiselbrecht · 16 years ago
  72. f1cdea3 [INT] fix the mask/unmask interrupt api to not take oldstate argument by Travis Geiselbrecht · 16 years ago
  73. 0e6cd92 arm: mmu: remove duplicate definitions for MMU flags by Brian Swetland · 16 years ago
  74. e1d0b57 arm: add dcc "uart" functionality by Brian Swetland · 16 years ago
  75. 544bf4e add arm1136j-s as a valid ARM_CPU option by Brian Swetland · 16 years ago
  76. 97481e6 [EABI] test for eabi compatibility a little bit better than before by Travis Geiselbrecht · 16 years ago
  77. 82f7420 [EABI] add support for EABI/linux toolchains by Travis Geiselbrecht · 16 years ago
  78. dfd2eb6 [EABI] only typedef size_t if it hasn't been defined by the toolchain by Travis Geiselbrecht · 16 years ago
  79. 887061f synchronize with external depot by Travis Geiselbrecht · 16 years ago
  80. f54ab82 flatten the make system a little bit by providing only modules as a by Travis Geiselbrecht · 16 years ago
  81. 573f860 add local.mk to .gitignore by Travis Geiselbrecht · 16 years ago
  82. c322611 [omap3] make the L2 init actually work by Travis Geiselbrecht · 16 years ago
  83. bcc0773 [omap3] add the appropriate little smi blurb you have to do to enable the L2 by Travis Geiselbrecht · 16 years ago
  84. 5bfddfb remove lwip, never really worked anyway by Travis Geiselbrecht · 16 years ago
  85. 1d0df69 initial commit of lk (little kernel) project by Travis Geiselbrecht · 16 years ago