summaryrefslogtreecommitdiffstats
path: root/cbtable.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up physmap, fix unaligned mapping problemsCarl-Daniel Hailfinger2014-03-051-3/+4
* Remove exit call and mayfail parameter from physmap_common()Niklas Söderlund2013-09-141-2/+2
* Introduce msg_*warnStefan Tauner2013-01-041-3/+3
* Some ISO C fixesCarl-Daniel Hailfinger2012-08-271-0/+1
* Refactor the -p internal:mainboard handlingStefan Tauner2012-08-201-85/+46
* Move show_id to where it belongsStefan Tauner2012-08-111-0/+80
* Portability fixes and cleanupsCarl-Daniel Hailfinger2012-08-091-1/+1
* Replace --mainboard with -p internal:mainboardCarl-Daniel Hailfinger2012-01-041-5/+14
* Coreboot table handling: make debug message msg_pdbgStefan Reinauer2011-04-011-1/+1
* Fix sparse warning: Using plain integer as NULL pointerPeter Huewe2011-01-241-1/+1
* Rename Direct I/O library to DirectHWCarl-Daniel Hailfinger2010-10-061-1/+1
* Remove duplicate includes from the codeStefan Reinauer2010-10-061-1/+0
* Implement libpayload support and improve life for DOS based flashrom, tooPatrick Georgi2010-09-251-2/+2
* Split off programmer.h from flash.hCarl-Daniel Hailfinger2010-07-271-0/+1
* Remove unneeded #include statements completelyCarl-Daniel Hailfinger2010-05-301-0/+2
* Convert various prints to use msg_p* and msg_g* respectivelySean Nelson2010-05-071-11/+11
* Create a physical memory mapping function which requests cached readonly memoryCarl-Daniel Hailfinger2010-02-021-3/+13
* Enable -Wshadow, clean code for thatMichael Karcher2010-01-121-4/+4
* Internal (onboard) programming was the only feature which could not be disabledCarl-Daniel Hailfinger2009-12-131-0/+14
* Remove unnecessary #include filesCarl-Daniel Hailfinger2009-08-091-3/+0
* Boards with coreboot have a cbtable containing vendor and board nameCarl-Daniel Hailfinger2009-07-301-0/+2
* Drop unused/duplicated #includes and some dead codeUwe Hermann2009-05-161-3/+0
* Fix spelling error in commentDaniel McLellan2009-05-141-1/+1
* Some coding style and consistency fixesUwe Hermann2009-04-151-1/+1
* This patch adds "high coreboot table support" to coreboot version 2Stefan Reinauer2009-03-171-8/+22
* Darwin / Mac OS XStefan Reinauer2009-01-261-4/+13
* Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() callStefan Reinauer2009-01-261-7/+1
* Forgot some things in r3899Peter Stuge2009-01-261-3/+3
* Little readability improvement in cbtable.c:coreboot_init()Peter Stuge2009-01-261-15/+13
* Check all mmap() calls and print helpful Linux error messagePeter Stuge2009-01-231-0/+1
* Rename linuxbios_* files in utils repositoryStefan Reinauer2008-01-181-0/+218
OpenPOWER on IntegriCloud