1. 8bb59ca lib: Add __fls() (Find Last Set) by Jianjun Wang · 2 years, 9 months ago
  2. 00c834d lib: Fix log2_ceil() for 0xffffffff by Yu-Ping Wu · 2 years, 9 months ago
  3. 2a29d45 lib/hexdump: remove hexdump32 and use hexdump instead by Felix Held · 3 years, 3 months ago
  4. e1aa983 lib/ramtest: Fix ram_check() declarations by Kyösti Mälkki · 5 years ago
  5. e0ce60c lib and libpayload: Add popcnt functions by Angel Pons · 3 years, 10 months ago
  6. 7ded1af lib and libpayload: add 64-bit versions of clz, __ffs and log2 by Tim Wawrzynczak · 3 years, 11 months ago
  7. cb01c2a src/include: improve the description of hexstrtobin by Anna Karas · 4 years, 2 months ago
  8. 0c154af src: Remove redundant includes by Elyes HAOUAS · 4 years, 3 months ago
  9. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  10. 32859fc src/include: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  11. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  12. 1cb9cd5 Drop ROMCC code and header guards by Arthur Heymans · 4 years, 9 months ago
  13. f5cf60f Move calls to quick_ram_check() before CBMEM init by Kyösti Mälkki · 5 years ago
  14. 8f9c866 lib: remove ulzma() by Aaron Durbin · 8 years ago
  15. b955284 hexstrtobin: Add a library function to decode ASCII hex into binary by Duncan Laurie · 8 years ago
  16. a25b5d2 lzma: Port size-checking ulzman() version to coreboot by Julius Werner · 9 years ago
  17. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  18. 1b0ab81 lib/hexdump: Add xxd hint by Lee Leahy · 9 years ago
  19. 7a8a4ab lib: Unify log2() and related functions by Julius Werner · 9 years ago
  20. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  21. ec5e5e0 New mechanism to define SRAM/memory map with automatic bounds checking by Julius Werner · 10 years ago
  22. 560c643 Primitive memory test by David Hendricks · 11 years ago
  23. bae775a arch/x86: Declare GDT symbols and move_gdt() by Kyösti Mälkki · 10 years ago
  24. 60ec2ff lib/hexdump: Use `size_t` for length parameter of `hexdump32()` by Paul Menzel · 10 years ago
  25. 2458f42 AMD: Add common header file for CAR setup by Kyösti Mälkki · 10 years ago
  26. 972d5cf Move hexdump32() to lib/hexdump. by Kyösti Mälkki · 11 years ago
  27. 594ef81 lib: Add log2 ceiling function by Alexandru Gagniuc · 11 years ago
  28. 3dd0e72 lib/hexdump: Take const void * and size_t as arguments by Alexandru Gagniuc · 11 years ago
  29. af4bd59 lib: Make log2() available in romstage on ARM, not just x86 by Alexandru Gagniuc · 11 years ago
  30. 142b52c AMD boards (non-AGESA): Cleanup post_cache_as_ram.c includes by Kyösti Mälkki · 11 years ago
  31. 2f38b07 Add simple hexdump function by Stefan Reinauer · 11 years ago
  32. 5239ba2 ramtest.c: Add silent ram_check by Alexandru Gagniuc · 11 years ago
  33. 3f5f6d8 Drop prototype guarding for romcc by Stefan Reinauer · 11 years ago
  34. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  35. 75dbc38 Clean up stack checking code by Stefan Reinauer · 12 years ago
  36. 9764d4c Implement stack overflow checking for the BSP by Ronald G. Minnich · 12 years ago
  37. 7916f4c AMD Geode cpus: apply un-written naming rules by Kyösti Mälkki · 13 years ago
  38. 3ad8c54 lib: add ram_check_nodie by Sven Schnelle · 13 years ago
  39. d4814bd more ifdef -> if fixes by Stefan Reinauer · 13 years ago
  40. 85b0fa1 drop one more version of doing serial uart output differently. by Stefan Reinauer · 14 years ago
  41. 8677a23 After this has been brought up many times before, rename src/arch/i386 to by Stefan Reinauer · 14 years ago
  42. b54deb7 Fix console prototypes for non-romcc boards. by Myles Watson · 14 years ago
  43. 3426195 Get rid of a few warnings: by Myles Watson · 14 years ago
  44. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 15 years ago
  45. 5817078 Create lib.h for homeless prototypes. by Myles Watson · 15 years ago