1. 56b8309 build system: rename __BOOT_BLOCK__ and __VER_STAGE__ by Patrick Georgi · 9 years ago
  2. d08057a intel/fsp_baytrail: Add PCI Root Port IRQ Routing by Martin Roth · 10 years ago
  3. 9e94dbf ACPI: Get S3 resume state from romstage_handoff by Kyösti Mälkki · 10 years ago
  4. 2c4aab3 coreboot: fix munged license text by Aaron Durbin · 10 years ago
  5. 0f9c9de fsp_baytrail: Add I2C driver by Werner Zeh · 10 years ago
  6. b5a374d fsp_baytrail: Add new microcode for Bay Trail M by Werner Zeh · 10 years ago
  7. 4104e6c x86: Fix pointer arithmetic regressions from MMIO changes by Kevin Paul Herbert · 10 years ago
  8. eb73a21 soc/fsp_baytrail: Fix use of microcode-related Kconfig variables by Alexandru Gagniuc · 10 years ago
  9. 033bb4b acpi: Generate valid ACPI processor objects by Timothy Pearson · 10 years ago
  10. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  11. 2a84445 fsp_baytrail: Add macros to define 20K pull-up and down by Werner Zeh · 10 years ago
  12. b474abe Baytrail_fsp: Make ME path configurable in menuconfig by Werner Zeh · 10 years ago
  13. 2213843 fsp_baytrail: Get FSP reserved memory from the FSP HOB list by Martin Roth · 10 years ago
  14. cd02ef1 Intel FSP platforms: Fix timestamps by Kyösti Mälkki · 10 years ago
  15. 582b2ae FSP & CBMEM: Fix broken cbmem CAR transition. by Martin Roth · 10 years ago
  16. ae98e83 CBMEM: Always use DYNAMIC_CBMEM by Kyösti Mälkki · 10 years ago
  17. f1e3c76 CBMEM: Do not use get_top_of_ram() with DYNAMIC_CBMEM by Kyösti Mälkki · 10 years ago
  18. 0a11a61 CBMEM: Move cbmemc_reinit() by Kyösti Mälkki · 10 years ago
  19. 77b1655 vboot2: add verstage by Stefan Reinauer · 10 years ago
  20. 735e10a soc/intel/fsp_baytrail/gpio.c: Silence unused variable warning by Edward O'Callaghan · 10 years ago
  21. 9b29aad Revert "Re-factor 'to_flash_offset()' into 'spi_flash.h'" by Kyösti Mälkki · 10 years ago
  22. 9270553 Re-factor 'to_flash_offset()' into 'spi_flash.h' by Edward O'Callaghan · 10 years ago
  23. 3a6550d timestamps: Switch from tsc_t to uint64_t by Stefan Reinauer · 11 years ago
  24. 270e300 fsp_baytrail: Initialize LPC pads in bootblock for port 80 by Martin Roth · 10 years ago
  25. c9be93f fsp_baytrail: Remove GPIO_NC1 #define by Martin Roth · 10 years ago
  26. 002178a baytrail SOCs: Add missing comma in gpio.h by Martin Roth · 10 years ago
  27. 52669ef fsp_baytrail: Add code to read GPIOs in romstage by Martin Roth · 10 years ago
  28. 71b2145 CBMEM console: Fix boards with BROKEN_CAR_MIGRATE by Kyösti Mälkki · 10 years ago
  29. 13a845a Intel FSP: Move to DYNAMIC_CBMEM by Kyösti Mälkki · 10 years ago
  30. ec9293f spi: Eliminate the spi_cs_activate and spi_cs_deactivate functions. by Gabe Black · 10 years ago
  31. 87f3b4e spi: Remove the spi_set_speed and spi_cs_is_valid functions. by Gabe Black · 10 years ago
  32. a0a71b0 fsp platfoms: add prototype & consolidate main entry-point by Martin Roth · 10 years ago
  33. 7c96629 intel/fsp_baytrail: Spelling fixes by Martin Roth · 10 years ago
  34. 59bff09 fsp_baytrail: Update function disable code by Martin Roth · 10 years ago
  35. bc78fcf fsp_baytrail: Kconfig update for Gold 3 FSP by Martin Roth · 10 years ago
  36. bb27316 fsp_baytrail: Update microcode for Gold 3 FSP release by Martin Roth · 10 years ago
  37. e10108a FSP platform microcode: Update to remove Kconfig variable by Martin Roth · 10 years ago
  38. 30eda3e fsp_baytrail: remove register option for TSEG size by Martin Roth · 10 years ago
  39. bdfe98f fsp_baytrail: update printk to use FSP_INFO_LEVEL by Martin Roth · 10 years ago
  40. 12d86e7 fsp_baytrail: update for UPD_DEVICE_CHECK macro by Martin Roth · 10 years ago
  41. 5c8e7a4 fsp_baytrail: update to add the UPD_MEMDOWN_CHECK macro by Martin Roth · 10 years ago
  42. 8d936ce fsp_baytrail: update for UPD_SPD_CHECK macro by Martin Roth · 10 years ago
  43. e8d1901 fsp_baytrail: update to add the UPD_DEFAULT_CHECK macro by Martin Roth · 10 years ago
  44. 546953c Replace hlt with halt() by Patrick Georgi · 10 years ago
  45. 796fe06 Mark non-executable files non-executable by Patrick Georgi · 10 years ago
  46. 609d22f intel: Remove IRQ1 from possible PIRQ assignemnt. by Vladimir Serbinenko · 10 years ago
  47. c7e6cae intel/fsp_baytrail: add new CPUID for Baytrail I step D0 by Herve ELter · 10 years ago
  48. fc1c1b5 intel/fsp_baytrail: add Gold3 FSP support by York Yang · 10 years ago
  49. c36af7b Replace includes of build.h with version.h by Kyösti Mälkki · 10 years ago
  50. 91050b7 fsp_baytrail: Fix ACPI 'Object is not referenced' warnings by Martin Roth · 10 years ago
  51. e55a7c5 fsp_baytrail: Update chip.h UPD entries to match names in fspvpd.h by Martin Roth · 10 years ago
  52. 0625a8b {cpu,soc}: Use DEVICE_NOOP macro over dummy symbol by Edward O'Callaghan · 10 years ago
  53. b3f08c6 cmos: Rename the CMOS related functions. by Gabe Black · 10 years ago
  54. 1729cd8 x86 romstage: Move stack just below RAMTOP by Kyösti Mälkki · 10 years ago
  55. 8ffc085 intel/fsp_baytrail: Add padding so device_nvs location matches ACPI by Scott Radcliffe · 10 years ago
  56. bf9d6a8 baytrail: Add padding to the end of device_nvs to match ACPI by Scott Radcliffe · 10 years ago
  57. 375e6ce intel/fsp_baytrail: Clear the GNVS area prior to filling by Scott Radcliffe · 10 years ago
  58. 762d53d intel/fsp_baytrail: Include header for "southcluster_smm_save_gpio_route" by Kayalvizhi Dhandapani · 10 years ago
  59. a16055a intel/fsp_baytrail: fix error "unknown type device_t", when SMM Module added by Kayalvizhi Dhandapani · 10 years ago
  60. 454625c intel/fsp_baytrail: Fix SMM/SMI by Kayalvizhi Dhandapani · 10 years ago
  61. ed0c838 intel/fsp_baytrail: Add S3 suspend/resume Support by Mohan D'Costa · 10 years ago
  62. bfca984 soc/intel/fsp_baytrail: set up for including irqroute.h twice by Martin Roth · 10 years ago
  63. aaaef06 fsp_baytrail/.../gpio.h: Add GPIO_NC1 for GPIOS on func 1 by Martin Roth · 10 years ago
  64. 53847a2 src/.../Kconfig: various small fixes to texts by Daniele Forsi · 10 years ago
  65. a47ab1b soc,Makefile.inc: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  66. 398bb14 soc,ASL: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  67. 1110495 SPI: Split writes using spi_crop_chunk() by Kyösti Mälkki · 10 years ago
  68. 730e3b0 soc: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  69. 93d9f92 spi: Change spi_xfer to work in units of bytes instead of bits. by Gabe Black · 10 years ago
  70. 1e18735 spi: Remove unused parameters from spi_flash_probe and setup_spi_slave. by Gabe Black · 10 years ago
  71. e96f4b1 baytrail_fsp: Fix the mmconf Kconfig by Martin Roth · 10 years ago
  72. fbd1503 fsp_baytrail: Minor Kconfig updates by Martin Roth · 10 years ago
  73. de38eea fsp_baytrail: Add the default FSP location by Martin Roth · 10 years ago
  74. c0602d4 fsp_baytrail: Add Baytrail B0/B1 "Super SKU" microcode by Martin Roth · 10 years ago
  75. a0b4a8d ACPI: Remove CBMEM TOC from GNVS by Kyösti Mälkki · 10 years ago
  76. 0baaa2d fsp_baytrail: remove version from default vbios path by Martin Roth · 10 years ago
  77. d866e58 fsp_baytrail: Fix CONFIG_ENABLE_FSP_FAST_BOOT by Martin Roth · 10 years ago
  78. ae6e0c6 cpu/intel/fsp_model_206ax: change realpath to readlink by Martin Roth · 10 years ago
  79. 433659a fsp_baytrail: Add the FSP version of Intel's Bay Trail-I chip by Martin Roth · 10 years ago