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