summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/drivers
Commit message (Expand)AuthorAgeFilesLines
* Make cursor positioning work by using both halves of the VGA cursorJonathan A. Kollasch2008-08-111-4/+4
* these should be the last occurences of CONFIG_ without config.h in libpayload.Stefan Reinauer2008-08-112-1/+2
* video.c uses CONFIG_ variables, so it needs config.h (trivial)Stefan Reinauer2008-08-111-0/+1
* Bugfixes to serial output functions: vt100 has bold with \e[1m,Ulf Jordan2008-08-091-2/+2
* new menu structure for libpayloadStefan Reinauer2008-08-081-2/+6
* Add a full set of pci access functions.Stefan Reinauer2008-08-071-26/+48
* add get_option to libpayload, so coreboot cmos options can be queried.Stefan Reinauer2008-08-072-0/+107
* libpayload: Support curses for serialJordan Crouse2008-06-201-0/+57
* libpayload: Fix the putc functionJordan Crouse2008-05-141-2/+2
* libpayload: Add gettimeofday() and friendsJordan Crouse2008-04-251-0/+40
* libpayload: Enable keyboard translation so that we can use scancode set 1Jordan Crouse2008-04-251-0/+56
* Move curses/speaker.c to drivers/ as it's not curses-specific (trivial).Uwe Hermann2008-04-152-0/+102
* Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial).Uwe Hermann2008-04-113-4/+0
* Various small consistency fixes (trivial):Uwe Hermann2008-04-111-2/+2
* libpayload: Add a Geode video driverJordan Crouse2008-04-115-0/+4992
* libpayload: Support functions for GeodeJordan Crouse2008-04-102-0/+93
* libpayload: Add video console frameworkJordan Crouse2008-04-104-213/+304
* Fix the NVRAM access functions to work correctly for theUwe Hermann2008-03-311-5/+31
* Rename drivers/cmos.c to drivers/nvram.c (trivial).Uwe Hermann2008-03-312-1/+1
* Due to popular demand, rename "CMOS" to "NVRAM" (trivial).Uwe Hermann2008-03-312-9/+9
* Add initial support for some basic CMOS read/write functions and theUwe Hermann2008-03-272-0/+70
* Make cursor positioning work by using both halves of theJonathan A. Kollasch2008-03-221-4/+4
* Cosmetics, fix typos (trivial).Uwe Hermann2008-03-211-29/+29
* Fix code to allow usage of -Wall in libpayload and the sample (trivial).Uwe Hermann2008-03-201-1/+1
* Cosmetics, coding style fixes (trivial).Uwe Hermann2008-03-203-74/+65
* libpayload: The initial chunk of code writen by AMDJordan Crouse2008-03-194-0/+453
OpenPOWER on IntegriCloud