summaryrefslogtreecommitdiffstats
path: root/src/include/assert.h
Commit message (Expand)AuthorAgeFilesLines
* arch/x86: Use ENV_X86_64 instead of _x86_64_Patrick Rudolph2021-07-061-1/+1
* include/assert.h: Use mock_assert() for ENV_TEST targetsJakub Czapiga2021-04-091-0/+14
* arch/x86/boot: Jump to payload in protected modePatrick Rudolph2020-08-191-0/+11
* assert.h: Try to evaluate assertions at compile timeJulius Werner2020-08-031-2/+9
* src/include: Add missing includesElyes HAOUAS2020-07-261-0/+1
* assert.h: Do not use __FILE__ nor __LINE__ on timeless buildsAngel Pons2020-07-241-22/+32
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* assert.h: Simplify dead_code()Nico Huber2020-04-101-8/+3
* src/include: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* assert.h: Add a tag parameter to dead_code()Nico Huber2020-04-041-5/+5
* assert.h: add assertions with descriptive failuresEric Peers2020-03-181-0/+11
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* src/include/assert.h: add noreturn attribute to dead_code()Alan Green2019-05-171-1/+2
* assert.h: Undefine ASSERT macro in case vendorcode headers set itJulius Werner2019-05-101-0/+6
* assert: Make dead_code() work at link-time instead of compile-timeJulius Werner2019-04-011-8/+12
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-2/+2
* assert: Add new dead_code() macro to assert dead code pathsJulius Werner2017-07-161-0/+21
* src/include: Move trailing statements to next lineLee Leahy2017-03-091-2/+4
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* Fix non-x86 __PRE_RAM__ assertions and add FATAL_ASSERTS Kconfig optionJulius Werner2015-04-171-6/+7
* misc: Drop print_ implementation from non-romcc boardsStefan Reinauer2015-01-091-27/+0
* gen: Add "assert" in assert.h.Hung-Te Lin2014-10-071-1/+5
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-301-1/+1
* Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer2010-08-031-1/+1
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-311-2/+2
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-2/+2
* Various cometic and coding-style fixes (trivial).Uwe Hermann2010-03-011-7/+5
* assert.h: have the same information on asserts in romcc and non-romcc code.Stefan Reinauer2010-02-281-35/+46
* Various license header consistency fixes (trivial).Uwe Hermann2010-02-151-1/+5
* Split the two usages of __ROMCC__:Myles Watson2009-11-061-2/+2
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-301-2/+2
* Uwe Hermann:Stefan Reinauer2006-08-231-59/+51
* Updating FSF address in the code.Stefan Reinauer2005-10-051-1/+1
* Initial revision.Steven J. Magnani2005-09-141-0/+59