|
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 |
|
|
3876937ae9
|
Add simple config system for both #ifdef's and conditional compilation
|
2012-10-03 00:19:28 -04:00 |
|
|
736155ce99
|
console: Initial commit of simple framebuffer console output
|
2012-10-02 23:17:25 -04:00 |
|
|
af22b6fe46
|
Add BCM2835 (Raspberry Pi) framebuffer and mailbox implementations
|
2012-09-30 22:48:44 -04:00 |
|
|
925192fca1
|
start_kernel.c: Use Raspberry Pi's mini_UART for print()
|
2012-09-29 23:29:35 -04:00 |
|
|
ccbee1d142
|
kmalloc: initial implementation
|
2012-09-28 01:00:08 -04:00 |
|
|
580ab1f584
|
Add GPLv2 license and source file headers
|
2012-09-26 23:59:58 -04:00 |
|
|
afba079256
|
Properly detect memory using atags and add it to the memory-management subsystem
|
2012-09-25 22:45:06 -04:00 |
|
|
d6e3899fc1
|
Enable the MMU even if the kernel is not loaded in physical memory at
the same place it was linked against.
|
2012-09-23 01:39:09 -04:00 |
|
|
ab29c2c442
|
mmu: Add initial implementation of identity mapping
|
2012-09-23 01:39:09 -04:00 |
|
|
563ad96efb
|
Add memory initialization to start_kernel.c
|
2012-09-23 01:39:07 -04:00 |
|
|
955d15803f
|
Add pl111 support
|
2012-09-10 22:44:54 -04:00 |
|
|
aaa714d89a
|
Start adding simple video console which uses framebuffer
|
2012-09-09 01:58:38 -04:00 |
|
|
332b86f520
|
framebuffer: fix 16- and 24-bit color. 8-bit still doesn't work.
|
2012-09-08 00:42:23 -04:00 |
|
|
8fbb809a5e
|
Move from 'hello.c' to 'start_kernel.c' to sound more professional...
...though at this point start_kernel.c just does a test of the video and
serial/printing capabilities and nothing else.
|
2012-09-07 23:56:32 -04:00 |
|