1. 3813ca5 treewide: Remove 'extern' from functions declaration by Elyes Haouas · 1 year, 7 months ago
  2. 2bd18ed coding_style: Add more guidelines on error handling, die() and assert() by Julius Werner · 1 year, 8 months ago
  3. adcf782 arch/x86: Use ENV_X86_64 instead of _x86_64_ by Patrick Rudolph · 4 years ago
  4. 45d37d5 include/assert.h: Use mock_assert() for ENV_TEST targets by Jakub Czapiga · 3 years, 5 months ago
  5. e563815 arch/x86/boot: Jump to payload in protected mode by Patrick Rudolph · 6 years ago
  6. 2aedc97 assert.h: Try to evaluate assertions at compile time by Julius Werner · 4 years, 1 month ago
  7. 5817c56 src/include: Add missing includes by Elyes HAOUAS · 4 years, 1 month ago
  8. 4645197 assert.h: Do not use __FILE__ nor __LINE__ on timeless builds by Angel Pons · 4 years, 2 months ago
  9. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  10. db2c8df assert.h: Simplify dead_code() by Nico Huber · 4 years, 4 months ago
  11. 32859fc src/include: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  12. 7c45c83 assert.h: Add a tag parameter to dead_code() by Nico Huber · 4 years, 4 months ago
  13. 9d49598 assert.h: add assertions with descriptive failures by Eric Peers · 4 years, 8 months ago
  14. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  15. 997207d src/include/assert.h: add noreturn attribute to dead_code() by Alan Green · 5 years ago
  16. a73e5a7 assert.h: Undefine ASSERT macro in case vendorcode headers set it by Julius Werner · 5 years ago
  17. 988ac29 assert: Make dead_code() work at link-time instead of compile-time by Julius Werner · 5 years ago
  18. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  19. b8534f7 assert: Add new dead_code() macro to assert dead code paths by Julius Werner · 7 years ago
  20. e0f5dfc src/include: Move trailing statements to next line by Lee Leahy · 7 years ago
  21. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  22. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  23. d82e0cf Fix non-x86 __PRE_RAM__ assertions and add FATAL_ASSERTS Kconfig option by Julius Werner · 9 years ago
  24. d686522 misc: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 10 years ago
  25. 34c5933 gen: Add "assert" in assert.h. by Hung-Te Lin · 10 years ago
  26. 704b596 We call this cache as ram everywhere, so let's call it the same in Kconfig by Stefan Reinauer · 14 years ago
  27. 8c4f31b Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / by Stefan Reinauer · 14 years ago
  28. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  29. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  30. 2bb4acf Various cometic and coding-style fixes (trivial). by Uwe Hermann · 14 years ago
  31. 55259bd assert.h: have the same information on asserts in romcc and non-romcc code. by Stefan Reinauer · 14 years ago
  32. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 15 years ago
  33. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  34. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  35. eca92fb Uwe Hermann: by Stefan Reinauer · 18 years ago
  36. 6ab43fc Updating FSF address in the code. by Stefan Reinauer · 19 years ago
  37. af0cf12 Initial revision. by Steven J. Magnani · 19 years ago