1. 5a5c886 SMP: Add arch-agnostic boot_cpu() by Kyösti Mälkki · 11 years ago
  2. 972d5cf Move hexdump32() to lib/hexdump. by Kyösti Mälkki · 11 years ago
  3. ca4f4b8 mtrr: only add prefetchable resources as WRCOMB for VGA devices by Aaron Durbin · 10 years ago
  4. 2113099 uart8250: Drop xmodem support by Kyösti Mälkki · 11 years ago
  5. 207379d ne2k: Move under drivers/net by Kyösti Mälkki · 11 years ago
  6. 5148642 spkmodem: Move under drivers/pc80 by Kyösti Mälkki · 11 years ago
  7. e2227a2 usbdebug: Move under drivers/usb by Kyösti Mälkki · 10 years ago
  8. 7a4fa0a lib/memrange: Skip 0-sized resources. by Vladimir Serbinenko · 10 years ago
  9. ed9307d memranges: add memranges_update_tag() functionality by Aaron Durbin · 10 years ago
  10. 3d6ffe7 load_payload: Use 32-bit accesses to speed up decompression. by Vladimir Serbinenko · 10 years ago
  11. 75e2974 coreboot: config to cache ramstage outside CBMEM by Aaron Durbin · 11 years ago
  12. 16e899b cbmem: Export ACPI GNVS cbmem pointer in coreboot table by Duncan Laurie · 11 years ago
  13. f545abf rmodule: consolidate rmodule stage loading by Aaron Durbin · 11 years ago
  14. bf18b17 cbmem: add reference code ids by Aaron Durbin · 11 years ago
  15. e660651 coreboot_table: don't add CMOS checksum twice. by Vladimir Serbinenko · 11 years ago
  16. d1443aa CBMEM: Rename cbmem_reinit() by Kyösti Mälkki · 11 years ago
  17. 2d8520b CBMEM: Replace cbmem_initialize() with cbmem_recovery() by Kyösti Mälkki · 11 years ago
  18. 594ef81 lib: Add log2 ceiling function by Alexandru Gagniuc · 11 years ago
  19. 3dd0e72 lib/hexdump: Take const void * and size_t as arguments by Alexandru Gagniuc · 11 years ago
  20. af4bd59 lib: Make log2() available in romstage on ARM, not just x86 by Alexandru Gagniuc · 11 years ago
  21. 0af61b6 lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content by Vladimir Serbinenko · 11 years ago
  22. 4dba06a CBMEM: Fix allocation for static CBMEM by Kyösti Mälkki · 11 years ago
  23. 5b35300 CBMEM: Drop cbmem_base_check() by Kyösti Mälkki · 11 years ago
  24. cb28f3f CBMEM ACPI: Move resume handler by Kyösti Mälkki · 11 years ago
  25. d26da9c Coding style: punctuation cleanup [1/2]. by Idwer Vollering · 11 years ago
  26. c0d5eb2 Pit: graphics by Ronald G. Minnich · 11 years ago
  27. d0a81f7 Calculate transcoder flags based on pipe config by Furquan Shaikh · 11 years ago
  28. 2f38b07 Add simple hexdump function by Stefan Reinauer · 11 years ago
  29. aa04ed6 Added structure members x_mm and y_mm to edid decoding by Furquan Shaikh · 11 years ago
  30. 6b19071 FUI: Fill in link_m and link_n values by Furquan Shaikh · 11 years ago
  31. 4c5b161 EDID: add fields specialized to the needs of framebuffers by Ronald G. Minnich · 11 years ago
  32. 5ae3175 Drop obsolete CONSOLE_LOGBUF by Stefan Reinauer · 11 years ago
  33. 72dccce global: Fix usage of get_option() to make use of CB_CMOS_ codes by Alexandru Gagniuc · 11 years ago
  34. ce22cd0 Fix build with USE_OPTION_TABLE by Kyösti Mälkki · 11 years ago
  35. 44c0e4e CBMEM console: increase temporary buffer size for non-dynamic CBMEM by Kyösti Mälkki · 11 years ago
  36. 19d06b2 cbmem console: reduce temporary buffer size for dynamic CBMEM by Stefan Reinauer · 11 years ago
  37. a3c5ba3 CBMEM console: Prevent buffer overrun by Kyösti Mälkki · 11 years ago
  38. cb73a84 Clean up POST codes for Boot State machine by Duncan Laurie · 11 years ago
  39. 617f853 lib/coreboot_table: set type and size of framebuffer tag after fill_lb_framebuffer by Vladimir Serbinenko · 11 years ago
  40. ef40209 cbfs: 64-bit cleanups by Ronald G. Minnich · 11 years ago
  41. 7fda0e8 cbfs: remove unused code and prototype by Ronald G. Minnich · 11 years ago
  42. 2a58ecd Add new finalize functions for devices and chips by Marc Jones · 11 years ago
  43. ac16405 usbdebug: Fix boards without EARLY_CBMEM_INIT by Kyösti Mälkki · 11 years ago
  44. 2644793 Have option of timestamps, CBMEM console and usbdebug for most boards by Kyösti Mälkki · 11 years ago
  45. 29e9c22 timestamps: Fix some lost timestamps for romstage by Kyösti Mälkki · 11 years ago
  46. f8bf5a1 Revert "CBMEM: Always have early initialisation" by Kyösti Mälkki · 11 years ago
  47. fd4f413 Rename cpu/x86/car.h to arch/early_variables.h by Stefan Reinauer · 11 years ago
  48. cbf5bdf CBMEM: Always select CAR_MIGRATION by Kyösti Mälkki · 11 years ago
  49. de1fe7f CBMEM: Always have early initialisation by Kyösti Mälkki · 11 years ago
  50. a2f6af3 ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebug by Kyösti Mälkki · 11 years ago
  51. 52a2722 CBMEM console: Support late init by Kyösti Mälkki · 11 years ago
  52. f56ff90 timestamps: Only collect from BSP CPU by Kyösti Mälkki · 11 years ago
  53. 3d45c40 timestamps: Stash early timestamps in CAR_GLOBAL by Kyösti Mälkki · 11 years ago
  54. b766b1c timestamps: Use stash before CBMEM is usable by Kyösti Mälkki · 11 years ago
  55. d2dac0a usbdebug: Allow an USB hub on the debug dongle by Kyösti Mälkki · 11 years ago
  56. ecd8424 Fix whitespace leaked into tree by Kyösti Mälkki · 11 years ago
  57. 0fbbff4 CBMEM: Rename high_tables variables and make them static by Kyösti Mälkki · 11 years ago
  58. 625f103 CBMEM: Drop parameters from cbmem_init() by Kyösti Mälkki · 11 years ago
  59. d50cdf1 CBMEM: Drop parameter from cbmem_reinit() by Kyösti Mälkki · 11 years ago
  60. f9f74af CBMEM x86: Unify get_cbmem_toc() by Kyösti Mälkki · 11 years ago
  61. bc90e15 CBMEM: Backup top_of_ram instead of cbmem_toc by Kyösti Mälkki · 11 years ago
  62. c04afd6 CBMEM: Add cbmem_locate_table() by Kyösti Mälkki · 11 years ago
  63. dcb688e CBMEM: Unify get_top_of_ram() by Kyösti Mälkki · 11 years ago
  64. e1ea802 CBMEM tables: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  65. 1ae305e CBMEM: Add cbmem_late_set_table() and drop references to high_tables_base by Kyösti Mälkki · 11 years ago
  66. 690bf2f usbdebug: Use CAR migration by Kyösti Mälkki · 11 years ago
  67. e53cece usbdebug: Dump low-level protocol details by Kyösti Mälkki · 11 years ago
  68. 5c87d2f1 usbdebug: Adjust endpoint retry timeouts by Kyösti Mälkki · 11 years ago
  69. 2de841b3 usbdebug: Adjust transaction retries by Kyösti Mälkki · 11 years ago
  70. 2f39eae Remove NRV2B compression support by Patrick Georgi · 11 years ago
  71. dcccbd1 usbdebug: Fix control messages by Kyösti Mälkki · 11 years ago
  72. e29584c usbdebug: Use separate data toggle for each pipe by Kyösti Mälkki · 11 years ago
  73. 75d0062 usbdebug: Reference endpoints by pipes in calls by Kyösti Mälkki · 11 years ago
  74. 8101aa6 usbdebug: Support choice of EHCI controller by Kyösti Mälkki · 11 years ago
  75. 2410010 usbdebug: Change debug port scanning by Kyösti Mälkki · 11 years ago
  76. a2adaeb usbdebug: Only test two possible USB device numbers by Kyösti Mälkki · 11 years ago
  77. 16c0145 usbdebug: Halt host controller before resetting it by Kyösti Mälkki · 11 years ago
  78. 93b2bd7 usbdebug: Do not support logging from SMM by Kyösti Mälkki · 11 years ago
  79. 6bfe61d usbdebug: Add compatibility quirk for FX2 by Kyösti Mälkki · 11 years ago
  80. d799140 usbdebug: Block recursive calls of printk by Kyösti Mälkki · 11 years ago
  81. 8ff3d68 usbdebug: Add logging level to debugging by Kyösti Mälkki · 11 years ago
  82. eabfd3a Don't include LZMA in romstage if ramstage is not compressed. by Andrew Wu · 11 years ago
  83. ec3a462 CBFS: Change how the bss is zeroed when loading a stage. by Gabe Black · 11 years ago
  84. 0c605a5 CBFS: Change the signature of cbfs_decompress. by Gabe Black · 11 years ago
  85. 3be80cc usbdebug: Add option for verbose logging of connection by Kyösti Mälkki · 11 years ago
  86. ef84401 Add directive __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  87. e23c22d usbdebug: Fix missing include by Kyösti Mälkki · 11 years ago
  88. 026ff3e usbdebug: Split endpoint buffers by Kyösti Mälkki · 11 years ago
  89. c6b4416 CBFS: Use memmove instead of memcpy when loading a file from CBFS. by Gabe Black · 11 years ago
  90. 545c0ca Add a HAVE_ARCH_MEMMOVE option to allow overriding memmove. by Gabe Black · 11 years ago
  91. cbe2ede usbdebug: Cleanup dbgp_ehci_info call by Kyösti Mälkki · 11 years ago
  92. c65001f Fix CBMEM console use with CAR_MIGRATION by Kyösti Mälkki · 11 years ago
  93. 8ee04d7 usbdebug: Put ehci_debug_info in CAR_GLOBAL by Kyösti Mälkki · 11 years ago
  94. 41c10cd usbdebug: Move EHCI BAR relocation code by Kyösti Mälkki · 11 years ago
  95. 9e7806a usbdebug: Move ehci_debug_info allocation by Kyösti Mälkki · 11 years ago
  96. 4d409b5 usbdebug: Refactor disable logic by Kyösti Mälkki · 11 years ago
  97. e8b08ba Drop ELF remains from boot code by Stefan Reinauer · 11 years ago
  98. cbf2bd7 lib: Fix spelling by Martin Roth · 11 years ago
  99. 6adef08 Rename hardwaremain() to main() by Stefan Reinauer · 11 years ago
  100. 78c3e33 FUI: reorganize include files by Ronald G. Minnich · 11 years ago