| Commit message (Expand) | Author | Age | Files | Lines |
* | printf: Use inttype.h macros for format strings | Thomas Heijligen | 2023-04-27 | 1 | -4/+4 |
* | cbtables.c/search_lb_records: Drop unused variable `count` | Felix Singer | 2022-12-06 | 1 | -3/+0 |
* | physmap: rename to hwaccess_physmap, create own header | Thomas Heijligen | 2021-12-22 | 1 | -0/+1 |
* | cbtable.c: Use correct format specifier for `size_t` | Angel Pons | 2021-03-16 | 1 | -1/+1 |
* | cbtable.c: don't assume high addresses can fully map 1 MiB | Edward O'Callaghan | 2021-01-25 | 1 | -8/+57 |
* | tree: Remove unneeded semicolons after loops | David Hendricks | 2020-06-24 | 1 | -1/+1 |
* | cbtable.c: Factor out lb_table_validation logic | Edward O'Callaghan | 2019-11-28 | 1 | -10/+18 |
* | cbtable.c: Factor out lb_header_validation logic | Edward O'Callaghan | 2019-11-28 | 1 | -12/+20 |
* | Fix -Wsign-compare trouble | Nico Huber | 2019-07-31 | 1 | -3/+3 |
* | Remove unneeded white spaces | Elyes HAOUAS | 2018-06-24 | 1 | -2/+2 |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | Fix whitespace errors | Elyes HAOUAS | 2018-04-24 | 1 | -1/+1 |
* | Make image parameter of cb_check_image const | Nico Huber | 2017-01-13 | 1 | -7/+7 |
* | cbtable.c: Do not unnecessarily duplicate strings | Paul Menzel | 2014-11-01 | 1 | -8/+4 |
* | Clean up physmap, fix unaligned mapping problems | Carl-Daniel Hailfinger | 2014-03-05 | 1 | -3/+4 |
* | Remove exit call and mayfail parameter from physmap_common() | Niklas Söderlund | 2013-09-14 | 1 | -2/+2 |
* | Introduce msg_*warn | Stefan Tauner | 2013-01-04 | 1 | -3/+3 |
* | Some ISO C fixes | Carl-Daniel Hailfinger | 2012-08-27 | 1 | -0/+1 |
* | Refactor the -p internal:mainboard handling | Stefan Tauner | 2012-08-20 | 1 | -85/+46 |
* | Move show_id to where it belongs | Stefan Tauner | 2012-08-11 | 1 | -0/+80 |
* | Portability fixes and cleanups | Carl-Daniel Hailfinger | 2012-08-09 | 1 | -1/+1 |
* | Replace --mainboard with -p internal:mainboard | Carl-Daniel Hailfinger | 2012-01-04 | 1 | -5/+14 |
* | Coreboot table handling: make debug message msg_pdbg | Stefan Reinauer | 2011-04-01 | 1 | -1/+1 |
* | Fix sparse warning: Using plain integer as NULL pointer | Peter Huewe | 2011-01-24 | 1 | -1/+1 |
* | Rename Direct I/O library to DirectHW | Carl-Daniel Hailfinger | 2010-10-06 | 1 | -1/+1 |
* | Remove duplicate includes from the code | Stefan Reinauer | 2010-10-06 | 1 | -1/+0 |
* | Implement libpayload support and improve life for DOS based flashrom, too | Patrick Georgi | 2010-09-25 | 1 | -2/+2 |
* | Split off programmer.h from flash.h | Carl-Daniel Hailfinger | 2010-07-27 | 1 | -0/+1 |
* | Remove unneeded #include statements completely | Carl-Daniel Hailfinger | 2010-05-30 | 1 | -0/+2 |
* | Convert various prints to use msg_p* and msg_g* respectively | Sean Nelson | 2010-05-07 | 1 | -11/+11 |
* | Create a physical memory mapping function which requests cached readonly memory | Carl-Daniel Hailfinger | 2010-02-02 | 1 | -3/+13 |
* | Enable -Wshadow, clean code for that | Michael Karcher | 2010-01-12 | 1 | -4/+4 |
* | Internal (onboard) programming was the only feature which could not be disabled | Carl-Daniel Hailfinger | 2009-12-13 | 1 | -0/+14 |
* | Remove unnecessary #include files | Carl-Daniel Hailfinger | 2009-08-09 | 1 | -3/+0 |
* | Boards with coreboot have a cbtable containing vendor and board name | Carl-Daniel Hailfinger | 2009-07-30 | 1 | -0/+2 |
* | Drop unused/duplicated #includes and some dead code | Uwe Hermann | 2009-05-16 | 1 | -3/+0 |
* | Fix spelling error in comment | Daniel McLellan | 2009-05-14 | 1 | -1/+1 |
* | Some coding style and consistency fixes | Uwe Hermann | 2009-04-15 | 1 | -1/+1 |
* | This patch adds "high coreboot table support" to coreboot version 2 | Stefan Reinauer | 2009-03-17 | 1 | -8/+22 |
* | Darwin / Mac OS X | Stefan Reinauer | 2009-01-26 | 1 | -4/+13 |
* | Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() call | Stefan Reinauer | 2009-01-26 | 1 | -7/+1 |
* | Forgot some things in r3899 | Peter Stuge | 2009-01-26 | 1 | -3/+3 |
* | Little readability improvement in cbtable.c:coreboot_init() | Peter Stuge | 2009-01-26 | 1 | -15/+13 |
* | Check all mmap() calls and print helpful Linux error message | Peter Stuge | 2009-01-23 | 1 | -0/+1 |
* | Rename linuxbios_* files in utils repository | Stefan Reinauer | 2008-01-18 | 1 | -0/+218 |