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
/
util
/
options
Age
Commit message (
Expand
)
Author
2011-05-10
Fix compilation error due to non-unix style line endings in cmos.layout file ...
Patrick Georgi
2011-01-18
Fix fwrite tests.
Patrick Georgi
2011-01-18
Move option table (cmos.layout's binary representation)
Patrick Georgi
2010-09-25
- Fix race condition in option_table.h generation by moving the include
Stefan Reinauer
2010-07-06
Re-integrate "USE_OPTION_TABLE" code.
Edwin Beasant
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-15
Avoid strdup(0) in build_opt_tbl
Patrick Georgi
2010-03-30
build_opt_tbl: error instead of null pointer access if no checksum is defined.
Stefan Reinauer
2010-03-29
This patch drops the coreboot CMOS checksum ranges from Kconfig because
Stefan Reinauer
2010-03-24
Drop unneeded code that checks for CONFIG_ variables in
Stefan Reinauer
2009-11-21
Make the kconfig-style build work in mingw:
Patrick Georgi
2009-09-29
Make the error messages somewhat less incomprehensible. I forget
Ronald G. Minnich
2009-07-18
strdup the input of dirname, as dirname is free
Patrick Georgi
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-06-03
Revert "CMOS: Add set_option and rework get_option."
Luc Verhaegen
2009-06-03
CMOS: Add set_option and rework get_option.
Luc Verhaegen
2009-05-09
I would have liked to get an ack, but the error this corrects is pretty
Ronald G. Minnich
2009-04-30
Remove warnings from compilation of the s2892 with and without CBFS.
Myles Watson
2009-04-22
* Allow coreboot to use the full 256 bytes of CMOS memory
Stefan Reinauer
2008-12-02
build_opt_tbl:
Stefan Reinauer
2008-11-30
ok, another attempt to the build_opt_tbl problem:
Stefan Reinauer
2008-01-18
rename linuxbios_* files, too.
Stefan Reinauer
2007-10-24
smaller changes to silence build warnings. (trivial)
Stefan Reinauer
2007-04-06
Trivial patch:
Stefan Reinauer
2005-09-09
Remove unnecessary #include that prevents cross-compilation with gcc 3.4.3 un...
Steven J. Magnani
2004-03-11
- Moved hlt() to it's own header.
Eric Biederman
2003-10-11
- O2, enums, and switch statements work in romcc
Eric Biederman
2003-09-26
get rid of pointer/int cast warnings on 64bit.
Stefan Reinauer
2003-04-22
- Initial checkin of the freebios2 tree
Eric Biederman