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-08-27
Add a Doxygen config file and a Makefile target 'doxy' or 'doxygen' which
Uwe Hermann
2008-08-26
fix string function prototypes in libpayload according to sysv/4.3bsd.
Stefan Reinauer
2008-08-26
Fix some Doxygen warnings and/or typos (trivial).
Uwe Hermann
2008-08-26
How could -ffreestanding slip through here. Required because libpayload is not
Stefan Reinauer
2008-08-23
A missing semicolon prevents libpayload to compile, this patch fixes that.
Jakob Bornecrantz
2008-08-19
trivial fix for memcpy return code in case someone uses it.
Stefan Reinauer
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 readline()
Stefan Reinauer
2008-08-19
* add readline()
Stefan Reinauer
2008-08-19
replace static functions by macros, because otherwise every unused function
Patrick Georgi
2008-08-19
add functions to query cursor position to video layer
Stefan Reinauer
2008-08-19
libpayload: Fix the memcpy functions
Jordan Crouse
2008-08-19
fix typo in ctype.c
Stefan Reinauer
2008-08-18
Add a kconfig option to choose between outputing ACS characters or
Ulf Jordan
2008-08-18
Fix tinycurses color output on the VGA console.
Ulf Jordan
2008-08-18
Add more information to the libpayload README (trivial).
Uwe Hermann
2008-08-16
add block io functions
Stefan Reinauer
2008-08-16
trivial fix: ipchksum takes an unspecified input blob, not explicitly a numbe...
Stefan Reinauer
2008-08-14
* fix memory allocator bug that lead to freelist corruption on the first malloc
Stefan Reinauer
2008-08-13
add PCI_BUS macro (trivial)
Stefan Reinauer
2008-08-12
Fix incorrect mapping of ACS_PI for VGA console. A pi should look like pi and
Ulf Jordan
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
No really, _these_ should be the last occurences of CONFIG_ without
Jordan Crouse
2008-08-11
these should be the last occurences of CONFIG_ without config.h in libpayload.
Stefan Reinauer
2008-08-11
these use CONFIG_ variables, too.
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-09
Fix signedness problem in memcmp.
Ulf Jordan
2008-08-08
compile fix (trivial)
Stefan Reinauer
2008-08-08
new menu structure for libpayload
Stefan Reinauer
2008-08-08
fix some more warnings.
Stefan Reinauer
2008-08-08
fix warnings when starting make menuconfig
Stefan Reinauer
2008-08-08
Drop useless .gitignore files.
Uwe Hermann
2008-08-08
Update the kconfig copy in libpayload to a much more recent one. Among
Uwe Hermann
2008-08-07
Add a full set of pci access functions.
Stefan Reinauer
2008-08-07
fix stack protection detection with Jordan's suggestion
Stefan Reinauer
2008-08-07
fix cross compilationor libpayload / coreinfo by honoring
Stefan Reinauer
2008-08-07
add get_option to libpayload, so coreboot cmos options can be queried.
Stefan Reinauer
2008-08-04
Add missing #include.
Uwe Hermann
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
[next]