Age | Commit message (Expand) | Author |
2023-05-26 | treewide: Remove 'extern' from functions declaration | Elyes Haouas |
2022-12-28 | coding_style: Add more guidelines on error handling, die() and assert() | Julius Werner |
2021-07-06 | arch/x86: Use ENV_X86_64 instead of _x86_64_ | Patrick Rudolph |
2021-04-09 | include/assert.h: Use mock_assert() for ENV_TEST targets | Jakub Czapiga |
2020-08-19 | arch/x86/boot: Jump to payload in protected mode | Patrick Rudolph |
2020-08-03 | assert.h: Try to evaluate assertions at compile time | Julius Werner |
2020-07-26 | src/include: Add missing includes | Elyes HAOUAS |
2020-07-24 | assert.h: Do not use __FILE__ nor __LINE__ on timeless builds | Angel Pons |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-10 | assert.h: Simplify dead_code() | Nico Huber |
2020-04-05 | src/include: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-04-04 | assert.h: Add a tag parameter to dead_code() | Nico Huber |
2020-03-18 | assert.h: add assertions with descriptive failures | Eric Peers |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2019-05-17 | src/include/assert.h: add noreturn attribute to dead_code() | Alan Green |
2019-05-10 | assert.h: Undefine ASSERT macro in case vendorcode headers set it | Julius Werner |
2019-04-01 | assert: Make dead_code() work at link-time instead of compile-time | Julius Werner |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2017-07-16 | assert: Add new dead_code() macro to assert dead code paths | Julius Werner |
2017-03-09 | src/include: Move trailing statements to next line | Lee Leahy |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-04-17 | Fix non-x86 __PRE_RAM__ assertions and add FATAL_ASSERTS Kconfig option | Julius Werner |
2015-01-09 | misc: Drop print_ implementation from non-romcc boards | Stefan Reinauer |
2014-10-07 | gen: Add "assert" in assert.h. | Hung-Te Lin |
2010-08-30 | We call this cache as ram everywhere, so let's call it the same in Kconfig | Stefan Reinauer |
2010-08-03 | Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / | Stefan Reinauer |
2010-03-31 | Drop \r\n and \n\r as both print_XXX and printk now do this internally. | Stefan Reinauer |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2010-03-01 | Various cometic and coding-style fixes (trivial). | Uwe Hermann |
2010-02-28 | assert.h: have the same information on asserts in romcc and non-romcc code. | Stefan Reinauer |
2010-02-15 | Various license header consistency fixes (trivial). | Uwe Hermann |
2009-11-06 | Split the two usages of __ROMCC__: | Myles Watson |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |
2006-08-23 | Uwe Hermann: | Stefan Reinauer |
2005-10-05 | Updating FSF address in the code. | Stefan Reinauer |
2005-09-14 | Initial revision. | Steven J. Magnani |