|
1c75a68815
|
config: add CONFIG_PAGE_SIZE and CONFIG_INIT_PAGE_SIZE
|
2013-01-01 23:53:18 -05:00 |
|
|
806d00f471
|
mm.c/h -> frames.c/h: Naming indicating dealing with physical not virtual memory
|
2013-01-01 23:49:52 -05:00 |
|
|
a64668b239
|
Store device's names and add more startup messages
|
2012-10-07 23:41:02 -04:00 |
|
|
c64bfea238
|
fb: Generalize framebuffer device initialization
|
2012-10-07 23:40:56 -04:00 |
|
|
0b7e14c69b
|
serial: Allow more than one serial device to be registered
|
2012-10-07 10:28:33 -04:00 |
|
|
828beb45bd
|
Raspberry Pi VideoCore: Wait for framebuffer address if not available
Sometimes the VideoCore does not immediately provide the framebuffer
address, even after it has returned success via a mailbox read.
|
2012-10-06 18:54:37 -04:00 |
|
|
8cb4100463
|
init: Initialize serial subsystem before init_earlyinitcalls()
Otherwise, the serial sybsystem isn't initialized before the serial
drivers attempt to register themselves.
|
2012-10-06 14:53:00 -04:00 |
|
|
9d86813d8c
|
initcalls: Add initial implementation
Create simple serial subsystem which makes use of initcalls, and convert
existing serial drivers to its use.
|
2012-10-04 00:28:44 -04:00 |
|
|
3f624153e7
|
devices -> drivers
|
2012-10-04 00:08:56 -04:00 |
|