summaryrefslogtreecommitdiff
path: root/src/include/assert.h
AgeCommit message (Expand)Author
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