index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
drivers
Age
Commit message (
Expand
)
Author
2008-08-19
misc fixes:
Stefan Reinauer
2008-08-19
make all drivers relocatable. Per default, an 1:1 mapping is assumed.
Stefan Reinauer
2008-08-19
add functions to query cursor position to video layer
Stefan Reinauer
2008-08-12
libpayload: fix type in keyboard driver. (trivial)
Stefan Reinauer
2008-08-11
Document all of the external code we use in libpayload (trivial).
Uwe Hermann
2008-08-11
Add support for line drawing characters and the alternate character set.
Ulf Jordan
2008-08-11
Make cursor positioning work by using both halves of the VGA cursor
Jonathan A. Kollasch
2008-08-11
these should be the last occurences of CONFIG_ without config.h in libpayload.
Stefan Reinauer
2008-08-11
video.c uses CONFIG_ variables, so it needs config.h (trivial)
Stefan Reinauer
2008-08-09
Bugfixes to serial output functions: vt100 has bold with \e[1m,
Ulf Jordan
2008-08-08
new menu structure for libpayload
Stefan Reinauer
2008-08-07
Add a full set of pci access functions.
Stefan Reinauer
2008-08-07
add get_option to libpayload, so coreboot cmos options can be queried.
Stefan Reinauer
2008-06-20
libpayload: Support curses for serial
Jordan Crouse
2008-05-14
libpayload: Fix the putc function
Jordan Crouse
2008-04-25
libpayload: Add gettimeofday() and friends
Jordan Crouse
2008-04-25
libpayload: Enable keyboard translation so that we can use scancode set 1
Jordan Crouse
2008-04-15
Move curses/speaker.c to drivers/ as it's not curses-specific (trivial).
Uwe Hermann
2008-04-11
Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial).
Uwe Hermann
2008-04-11
Various small consistency fixes (trivial):
Uwe Hermann
2008-04-11
libpayload: Add a Geode video driver
Jordan Crouse
2008-04-10
libpayload: Support functions for Geode
Jordan Crouse
2008-04-10
libpayload: Add video console framework
Jordan Crouse
2008-03-31
Fix the NVRAM access functions to work correctly for the
Uwe Hermann
2008-03-31
Rename drivers/cmos.c to drivers/nvram.c (trivial).
Uwe Hermann
2008-03-31
Due to popular demand, rename "CMOS" to "NVRAM" (trivial).
Uwe Hermann
2008-03-27
Add initial support for some basic CMOS read/write functions and the
Uwe Hermann
2008-03-22
Make cursor positioning work by using both halves of the
Jonathan A. Kollasch
2008-03-21
Cosmetics, fix typos (trivial).
Uwe Hermann
2008-03-20
Fix code to allow usage of -Wall in libpayload and the sample (trivial).
Uwe Hermann
2008-03-20
Cosmetics, coding style fixes (trivial).
Uwe Hermann
2008-03-19
libpayload: The initial chunk of code writen by AMD
Jordan Crouse