Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
lk
/
b2028cee4c96adf7339a183922c2d696d8e273c0
/
include
8b99c68
[arm] add arch_sync_cache_range
by Travis Geiselbrecht
· 14 years ago
801509f
[lib][text] simple library to draw static text
by Travis Geiselbrecht
· 14 years ago
97b5382
[lib][tga] routines to decode Targa files
by Travis Geiselbrecht
· 14 years ago
99b2d1d
[lib] simple library routines for drawing text and keeping a graphical console
by Travis Geiselbrecht
· 14 years ago
e06c67c
[lib] generic graphics routines
by Travis Geiselbrecht
· 14 years ago
f86c43c
[lib][fs] simple file system layer
by Travis Geiselbrecht
· 15 years ago
84aa16c
[stdlib] add countof()
by Travis Geiselbrecht
· 15 years ago
b29c3ba
[lib][bcache] add a simple block device cache
by Travis Geiselbrecht
· 15 years ago
2dc9c97
[lib][partition] add simple block device partition scanner (MBR only)
by Travis Geiselbrecht
· 15 years ago
5248673
[lib][bio] add simple block io layer
by Travis Geiselbrecht
· 15 years ago
f6e2207
[error] add some more ERR_ defines
by Travis Geiselbrecht
· 15 years ago
12403e3
[kernel] add some documentation
by Travis Geiselbrecht
· 15 years ago
ca0b6a2
[arch] factor out the debug_cycle_count to arch specific code
by Ajay Dudani
· 13 years ago
9e60486
[lib][cbuf] simple circular buffer implementation
by Travis Geiselbrecht
· 15 years ago
671cb79
[kernel] sync with external source. support for dynamic timer
by Travis Geiselbrecht
· 15 years ago
9045c06
[kernel] dynamic timer support from external sources
by Travis Geiselbrecht
· 15 years ago
28da92a
[debug] change the dgetc signature to match external sources
by Travis Geiselbrecht
· 15 years ago
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
· 16 years ago
8469724
Initial x86 port
by Corey Tabaka
· 16 years ago
d2471ef
Clean up more warnings in lk code
by Greg Grisco
· 13 years ago
9ef9b73
arch/arm/mmu: Update MMU implementation for ARMv7 architecture.
by Amol Jadi
· 13 years ago
d625055
Clean up warnings in lk code
by Greg Grisco
· 13 years ago
d8b7afc
[usb]: Add support to enter test mode
by Subbaraman Narayanamurthy
· 13 years ago
efb6c97
include/bits: Fix BIT macro.
by Shashank Mittal
· 13 years ago
404a706
LK: Add 8bit BCH ECC Nand support.
by Channagoud Kadabi
· 14 years ago
5f1c9d4
fastboot: Increasing the max allowed download size
by Vivek Mehta
· 14 years ago
97df7fd
msm7630: Add support for 7630 fluid LCD panel
by Wentao Xu
· 14 years ago
8f0b045
[msm8660]: Add fastboot key detection for QT8660
by Subbaraman Narayanamurthy
· 14 years ago
78ae675
[msm8660]: Enable MIPI display support for Toshiba MIPI panel.
by Chandan Uddaraju
· 14 years ago
402d097
[msm8x60]: Enable LCDC display for SURF and FFA devices
by Shashank Mittal
· 14 years ago
f9b6e0d
[msm8x60]: Autodetect 8660 SURF and FFA
by Subbaraman Narayanamurthy
· 14 years ago
bedca15
[target/msm8660_surf]: Add keypad driver support.
by Chandan Uddaraju
· 14 years ago
8e49dec
LK: Add support to write on modem partition
by Shashank Mittal
· 15 years ago
a342574
[msm7630]: Add code to scan limited number of keys of Qwerty keypad.
by Chandan Uddaraju
· 15 years ago
3679bc5
fastboot: Allow runtime decision on memory scratch space
by David Ng
· 15 years ago
6e1711f
msm7630: Update for new memory map
by David Ng
· 15 years ago
4f99a88
LK: Add support for splash screen on MSM7627_SURF
by Shashank Mittal
· 15 years ago
183a742
lk: Add eMMC boot support
by David Ng
· 15 years ago
5fa471a
[msm7630]: Add code to support qwerty keypad in lk bootloader
by Chandan Uddaraju
· 15 years ago
60a888a
[qsd8250_ffa]: Add code to change the FFA key mapping.
by Chandan Uddaraju
· 15 years ago
f72ce81
[lk/include]: Add limits.h to make LK compatible to arm-eabi-gcc-4.4.0.
by Chandan Uddaraju
· 15 years ago
dcc2e35
NAND: Add support for NAND devices with 4k page size
by Shashank Mittal
· 15 years ago
83d16d0
NAND: Add support for 16-bit NAND
by Shashank Mittal
· 15 years ago
fbde0ac
[dev] flash: Add interface to obtain flash layout info
by Dima Zavin
· 16 years ago
e5f6435
[dev] flash: Split up flash_init and set_ptable into separate functions.
by Dima Zavin
· 16 years ago
e12b411
[dev] flash: add flash ops definitions.
by Dima Zavin
· 16 years ago
2b8429d
[lib] ptable: add basic partition table management.
by Dima Zavin
· 16 years ago
0f88be2
[dev][keys] Initial support for gpio keypads.
by Dima Zavin
· 16 years ago
443afca
[dev] add primitive keys state management (keys device)
by Dima Zavin
· 16 years ago
afa6839
generic: add ops/defines to work with multi-word bitmaps.
by Dima Zavin
· 16 years ago
d5b0b6a
[dev] add framebuffer console device.
by Dima Zavin
· 16 years ago
9a2cd26
[dev][udc] simple interface for usb device controllers
by Brian Swetland
· 16 years ago
a07d2fa
[docs] provide rules for correct usage of events, mutexes, and timers
by Brian Swetland
· 16 years ago
c676001
remove project_init()
by Travis Geiselbrecht
· 16 years ago
668383c
[app] change the app api to have an init and entry point
by Travis Geiselbrecht
· 16 years ago
6837223
[app] add the app module init system
by Travis Geiselbrecht
· 16 years ago
0166fb2
move app/console to lib/console
by Travis Geiselbrecht
· 16 years ago
12981aa
[dev] minimal generic gpio device api
by Brian Swetland
· 16 years ago
345adb5
[usb] merge in some changes from another code base to make the usb
by Travis Geiselbrecht
· 16 years ago
89fcb14
[usb] first stab at a usb device stack
by Travis Geiselbrecht
· 16 years ago
2c691e8
work in progress of usb controller and usb stack for omap3
by Travis Geiselbrecht
· 16 years ago
bea5a4a
[omap3] i2c driver
by Travis Geiselbrecht
· 16 years ago
9c19412
provide linux-style readl()/writel() in reg.h
by Brian Swetland
· 16 years ago
858b1ad
[kernel] properly initialize the default thread context very early to avoid crash on pixies
by travis geiselbrecht
· 16 years ago
c60a2e6
[kernel] simple thread local storage
by travis geiselbrecht
· 16 years ago
9d564f1
[libc] add n versions of sprintf and vprintf
by travis geiselbrecht
· 16 years ago
eb94605
[IO] rework dprintf to take a debug level, defined in DEBUGLEVEL
by Travis Geiselbrecht
· 16 years ago
f1cdea3
[INT] fix the mask/unmask interrupt api to not take oldstate argument
by Travis Geiselbrecht
· 16 years ago
dfd2eb6
[EABI] only typedef size_t if it hasn't been defined by the toolchain
by Travis Geiselbrecht
· 16 years ago
887061f
synchronize with external depot
by Travis Geiselbrecht
· 16 years ago
1d0df69
initial commit of lk (little kernel) project
by Travis Geiselbrecht
· 16 years ago