index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
Age
Commit message (
Expand
)
Author
2008-06-20
libpayload: Support curses for serial
Jordan Crouse
2008-05-27
libpayload: Add PAYLOAD_INFO macro
Jordan Crouse
2008-05-27
libpayload: Add a function to verify the checksum on a LAR file
Jordan Crouse
2008-05-20
libpayload: Add an exec() and i386_do_exec() function
Jordan Crouse
2008-05-20
libpayload: Add larfptr function
Jordan Crouse
2008-05-20
libpayload: Fix curses subwindows
Jordan Crouse
2008-05-14
libpayload: implement wborder function
Jordan Crouse
2008-05-14
libpayload: Fix the putc function
Jordan Crouse
2008-05-11
Fix the build when serial console support is disabled (trivial).
Uwe Hermann
2008-05-07
libpayload: Add LAR walking support
Jordan Crouse
2008-04-25
libpayload: Add gettimeofday() and friends
Jordan Crouse
2008-04-25
libpayload: Fix a small but aggressive bug in printf()
Jordan Crouse
2008-04-25
libpayload: Enable keyboard translation so that we can use scancode set 1
Jordan Crouse
2008-04-25
libpayload: Fix malloc allocation
Jordan Crouse
2008-04-25
libpayload: Add the null terminator to the end of the duplicated string
Jordan Crouse
2008-04-21
libpayload: Fix keyboard buglet
Jordan Crouse
2008-04-15
Move curses/speaker.c to drivers/ as it's not curses-specific (trivial).
Uwe Hermann
2008-04-12
Correct upper boundary for isxdigit.
Ulf Jordan
2008-04-11
Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial).
Uwe Hermann
2008-04-11
Rewrite and filling of libc/ctype.c (thus adjusting copyright line).
Uwe Hermann
2008-04-11
Convert BIN2HEX/HEX2BIN to functions and add the abs() family
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-04-10
libpayload: Avoid .svn files in the header install
Jordan Crouse
2008-04-09
Make the sample Makefile a bit more generic, so it can be adapted more
Uwe Hermann
2008-04-09
libpayload: Implement gcc wrappers for libpayload
Jordan Crouse
2008-04-08
Add missing prototypes for libc/rand.c functions (trivial).
Uwe Hermann
2008-04-08
Small curses fixes/additions for libpayload (trivial).
Uwe Hermann
2008-04-08
libpayload: Add a timeout function for getchar and getch
Jordan Crouse
2008-04-07
Add rand/rand_r/srand functions for generating pseudo-random bytes.
Uwe Hermann
2008-04-05
libpayload: remove unneeded stack stuff
Jordan Crouse
2008-04-04
Add BIN2HEX and HEX2BIN macros (trivial).
Uwe Hermann
2008-04-03
Add a SHA-1 implementation to libpayload.
Uwe Hermann
2008-04-02
Add missing snprintf() to libc/printf.c (trivial).
Uwe Hermann
2008-03-31
Libpayload fixes to prevent triple-faults when running in QEMU.
Klaus Schnass
2008-03-31
Fix the NVRAM access functions to work correctly for the
Uwe Hermann
2008-03-31
Whitespace fixes (trivial).
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-29
[libpayload] Work around sign-extending issue
Jordan Crouse
2008-03-27
Add initial support for some basic CMOS read/write functions and the
Uwe Hermann
2008-03-27
Drop -Os in libpayload for now, it causes run-time problems for some
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-21
Quickfix for libpayload's strcpy() to properly NUL-terminate strings (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-20
Change kconfig references from 'buildrom' to 'libpayload'.
Christopher Kilgour
[next]