1. c583920 nb/intel/i945: Initialize console in bootblock by Arthur Heymans · 4 years, 9 months ago[Renamed (96%) from src/mainboard/lenovo/x60/romstage.c]
  2. dc584c3 nb/intel/i945: Move boilerplate romstage to a common location by Arthur Heymans · 4 years, 9 months ago
  3. 399b6c1 sb/intel/i82801gx: Add common early code by Arthur Heymans · 4 years, 9 months ago
  4. fecf777 sb/intel/i82801gx: Add common LPC decode code by Arthur Heymans · 4 years, 9 months ago
  5. 6df210b mb/(ich7): Use macro instead of magic number by Elyes HAOUAS · 4 years, 10 months ago
  6. 2437fe9 sb/intel/i82801gx: Move CIR init to a common place by Arthur Heymans · 4 years, 11 months ago
  7. cd7a70f soc/intel: Use common romstage code by Kyösti Mälkki · 5 years ago
  8. 157b189 cpu/intel: Enter romstage without BIST by Kyösti Mälkki · 5 years ago
  9. 146c098 mainboards: Remove floating __PRE_RAM__ comments by Kyösti Mälkki · 5 years ago
  10. 7fbed22 intel/i945: Fix udelay() prototypes by Kyösti Mälkki · 5 years ago
  11. 8b7a161 src/mainboard: Remove unneeded include <arch/io.h> by Elyes HAOUAS · 5 years ago
  12. 66b35ba mb/lenovo/x60: Use system_reset() by Elyes HAOUAS · 5 years ago
  13. 425e75a sb/intel/i82801gx: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIB by Patrick Rudolph · 5 years ago
  14. 346d201 nb/intel/i945: Use DEBUG_RAM_SETUP by Kyösti Mälkki · 5 years ago
  15. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  16. d889508 mb/(ICH7): Remove initialization already done at early_init.c by Elyes HAOUAS · 6 years ago
  17. 3855c01 device/pnp: Add header files for PNP ops by Kyösti Mälkki · 5 years ago
  18. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  19. 522a1b5 mb/lenovo/[xtz]60: Introduce and use RCBA64 macro by Peter Lemenkov · 6 years ago
  20. e232455 mb/lenovo/*/romstage: Use macros instead of magic numbers by Peter Lemenkov · 6 years ago
  21. 4513020 cpu/intel: Use the common code to initialize the romstage timestamps by Arthur Heymans · 6 years ago
  22. 6267f5d sb/intel/i82801gx: Autodisable functions based on devicetree by Arthur Heymans · 6 years ago
  23. f765d4f src: Remove unneeded include <lib.h> by Elyes HAOUAS · 6 years ago
  24. 81dd52b intel/i945: Factor out ram init time stamps by Paul Menzel · 8 years ago
  25. 2527648 src/mb: Remove some unneeded includes by Elyes HAOUAS · 6 years ago
  26. e308cc6 mb: Get rid of unneeded include <cbmem.h> by Elyes HAOUAS · 6 years ago
  27. b451df2 mb/*/*/romstage.c: Clean up targets with i82801gx by Arthur Heymans · 7 years ago
  28. 000cc59 mb/lenovo/*60: Remove not existing DIMMs from SPD map by Arthur Heymans · 7 years ago
  29. 62902ca sb/ich7: Use common/gpio.h to set up GPIOs by Arthur Heymans · 8 years ago
  30. 7676730 mb/lenovo/x60: Remove PCI reset code from romstage by Paul Menzel · 8 years ago
  31. 4bf48e8 lenovo/x60: transition away from device_t by Antonello Dettori · 8 years ago
  32. 6e1884f lenovo/x60: add info message if dock is present by Alexander Couzens · 8 years ago
  33. d6f7fd5 lenovo/x60: add GPIOs initialisation before dock check by Antonello Dettori · 8 years ago
  34. 15fa992 intel/model_6ex: Prepare for dynamic CONFIG_RAMTOP by Kyösti Mälkki · 8 years ago
  35. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  36. 9796f60 coreboot: move TS_END_ROMSTAGE to one spot by Aaron Durbin · 9 years ago
  37. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  38. 77757c2 mainboard/*/romstage.c: Sanitize system header inclusions by Edward O'Callaghan · 10 years ago
  39. 4aad743 i82801gx: Enable upper CMOS in bootblock. by Vladimir Serbinenko · 10 years ago
  40. 546953c Replace hlt with halt() by Patrick Georgi · 10 years ago
  41. 5560188 i945: consolidate sb & nb early inits by Vladimir Serbinenko · 10 years ago
  42. a0a3727 intel/cpu: rename car.h to romstage.h by Aaron Durbin · 10 years ago
  43. 1ab2027 Intel: Add common header file for CAR setup by Edward O'Callaghan · 10 years ago
  44. 206f370 i945 boards: Drop disabled ram_check() calls by Kyösti Mälkki · 10 years ago
  45. 12d681b intel/i945 gm45: Use acpi_s3_resume_allowed() by Kyösti Mälkki · 10 years ago
  46. 2d8520b CBMEM: Replace cbmem_initialize() with cbmem_recovery() by Kyösti Mälkki · 11 years ago
  47. cbf5bdf CBMEM: Always select CAR_MIGRATION by Kyösti Mälkki · 11 years ago
  48. 3d45c40 timestamps: Stash early timestamps in CAR_GLOBAL by Kyösti Mälkki · 11 years ago
  49. e28bd4a timestamps intel: Move timestamp scratchpad to chipset by Kyösti Mälkki · 11 years ago
  50. ab6d27e lenovo/x60/romstage.c: Collect timestamps in romstage by Paul Menzel · 11 years ago
  51. c2f1777 Lenovo ThinkPad X60: Clean up `romstage.c` by Paul Menzel · 11 years ago
  52. 4560ca5 Lenovo ThinkPad X60: Init CBMEM early for CBMEM console support. by Denis 'GNUtoo' Carikli · 11 years ago
  53. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  54. 483ec41 X60: fix docking by Sven Schnelle · 13 years ago
  55. 4c2bfb6 remove usbdebug.h include from mainboard/romstage code by Sven Schnelle · 13 years ago
  56. b629d14 i945 GMA: restore tft brightness from cmos by Sven Schnelle · 13 years ago
  57. d8c68a9 i82801gx: replace cafed00d/cafebabe by defines by Sven Schnelle · 13 years ago
  58. 42fa7fe run uart_init() from console_init, just like the other console initialization functions. by Stefan Reinauer · 13 years ago
  59. b3ae186 * Set USBDEBUG_DEFAULT_PORT in all southbridges and use that value by Stefan Reinauer · 13 years ago
  60. df6fd56 X60: use pnp_write_config() instead of custom function by Sven Schnelle · 13 years ago
  61. fea6bd1 X60: add dock code for Ultrabase X6 by Sven Schnelle · 13 years ago
  62. 541269b [i945] Add SPD adress mapping by Sven Schnelle · 13 years ago
  63. ddb3f0a Lenovo ThinkPad X60: Enable SMI handler by Sven Schnelle · 14 years ago
  64. e2ca71e Lenovo ThinkPad X60 / X60s Support by Sven Schnelle · 14 years ago