1. ad6157e timestamps: Rename timestamps to make names more consistent by Jakub Czapiga · 2 years, 5 months ago
  2. 225be5f src: Remove unused 'include <types.h>' by Elyes HAOUAS · 4 years, 2 months ago
  3. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  4. e3218a2 mb/google/daisy: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  5. a2fe778 mainboard/google: Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  6. b773157 src: Remove unneeded 'include <arch/cache.h>' by Elyes HAOUAS · 4 years, 6 months ago
  7. 1252013 mb/google/daisy: Move 'PMIC_BUS' to Kconfig by Elyes HAOUAS · 4 years, 7 months ago
  8. c21df03 arch/x86: Drop spurious arch/stages.h includes by Kyösti Mälkki · 6 years ago
  9. 55d6238 src: Remove unneeded include <cbfs.h> by Elyes HAOUAS · 6 years ago
  10. 08fc8ff src/mainboard: Fix typo by Elyes HAOUAS · 6 years ago
  11. 0f2dd1e include/device: Split i2c.h into three by Nico Huber · 7 years ago
  12. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  13. 9796f60 coreboot: move TS_END_ROMSTAGE to one spot by Aaron Durbin · 9 years ago
  14. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  15. 1ed0c8c exynos5250: Change all SoC headers to <soc/headername.h> system by Julius Werner · 10 years ago
  16. e4f3e7a romstages: use common run_ramstage() by Aaron Durbin · 9 years ago
  17. f48b38b ARM romstages: Support and fix COLLECT_TIMESTAMPS by Kyösti Mälkki · 10 years ago
  18. 49c98dc snow: Rename snow to daisy. by Gabe Black · 10 years ago[Renamed from src/mainboard/google/snow/romstage.c]
  19. 85620db arm: Move exception_init() close to console_init() by Julius Werner · 11 years ago
  20. 22d0ca0 armv7: Move Exynos from 'cpu' to 'soc'. by Hung-Te Lin · 11 years ago
  21. 8128a56 trustzone: Pull trustzone init out of cpu.c and do it in romstage. by Gabe Black · 11 years ago
  22. ad4556f2 exynos5420: Make USB A-A booting work with early data cache by Julius Werner · 11 years ago
  23. 20f25dd Rename coreboot_ram stage to ramstage by Furquan Shaikh · 10 years ago
  24. ce011ec exynos5250: Implement support to boot with USB A-A firmware upload by Julius Werner · 11 years ago
  25. c0491d4 armv7/exynos: Fix and remove memory reset workarounds by Hung-Te Lin · 11 years ago
  26. 6628744 Exynos 5250: Enable dynamic CBMEM by Stefan Reinauer · 11 years ago
  27. da7b8e4 armv7/exynos: Prevent unexpected reboots in resume. by Hung-Te Lin · 11 years ago
  28. fe64060 exynos5250: De-switch-ify the pinmux configuration code. by Gabe Black · 11 years ago
  29. 919c804 ARMv7: Clean up console code by Stefan Reinauer · 11 years ago
  30. dc006c1 ARMv7: De-uboot-ify Exynos5250 GPIO code by Stefan Reinauer · 11 years ago
  31. 08dc357 ARMv7: De-uboot-ify Exynos5250 code by Stefan Reinauer · 11 years ago
  32. b98dec0 samsung/exynos5250: unify code by Stefan Reinauer · 11 years ago
  33. 043eb0e Wield battle axe at ARM port by Stefan Reinauer · 11 years ago
  34. 998d0c6 exynos5250/snow: deprecate time.h by David Hendricks · 11 years ago
  35. ab98cfe Revert "exynos5250/snow: deprecate time.h" by David Hendricks · 11 years ago
  36. 2fde966 exynos5250/snow: deprecate time.h by David Hendricks · 11 years ago
  37. bf92b19 Google/Snow: Temporary fix for resume failure. by Hung-Te Lin · 11 years ago
  38. 3f73eec Google/Snow: Enable suspend/resume. by Hung-Te Lin · 11 years ago
  39. 31039e3 google/snow: Revise romstage initialization code. by Hung-Te Lin · 11 years ago
  40. bd7f5f6 google/snow: Add "wakeup" module for suspend/resume. by Hung-Te Lin · 11 years ago
  41. 55c753d arm/exynos: Allow DRAM controller to be initialized without clearing RAM content. by Hung-Te Lin · 11 years ago
  42. 1a0b5e1 google/snow: enable 32KHz sleep clock by David Hendricks · 11 years ago
  43. e2b20f2 snow: Configure the power button as an input GPIO. by Gabe Black · 11 years ago
  44. acb9d44 snow: Fix the name of some constants in romstage.c. by Gabe Black · 11 years ago
  45. c0b972f Exynos5250: add a microsecond timer by Ronald G. Minnich · 11 years ago
  46. 1a5c9cd Snow: Set up the ChromeOS GPIOs as inputs during the ROM stage. by Gabe Black · 11 years ago
  47. b959fbb exynos5: Re-factor I2C code by David Hendricks · 11 years ago
  48. cfb7360 replace device/i2c.h with simpler version by David Hendricks · 11 years ago
  49. db9eaf4 snow/exynos5250: move board-specific power stuff to mainboard dir by David Hendricks · 11 years ago
  50. f9be756 armv7: add new dcache and MMU setup functions by David Hendricks · 11 years ago
  51. bba8090 armv7/exynos/snow: new cache maintenance API by David Hendricks · 11 years ago
  52. 0274919 exynos5250/snow: enable branch prediction by David Hendricks · 11 years ago
  53. d2bed05 exynos5250/snow: call PMIC's power_init() function by David Hendricks · 11 years ago
  54. 2323f35 google/snow: fix coding style by Stefan Reinauer · 11 years ago
  55. 6bde149 samsung/exynos5: add display port and framebuffer defines and initialization by Ronald G. Minnich · 11 years ago
  56. f4861df google/snow: Change MMC0 to work in 8 bit mode. by Ronald G. Minnich · 11 years ago
  57. f12e561 armv7/snow: Add S5P MSHC initialization in ROM stage. by Hung-Te Lin · 11 years ago
  58. a86e4ba snow: Set up MMU after DRAM is working by David Hendricks · 11 years ago
  59. 2d0b55b snow: remove superfluous printk's from romstage main by David Hendricks · 11 years ago
  60. 0f7b400 exynos/snow: set SPI clock rate in romstage main by David Hendricks · 11 years ago
  61. 87d6550 armv7/snow: Move clock initialization from bootblock to romstage. by Hung-Te Lin · 11 years ago
  62. 1c31879 Revert "armv7/snow: Move clock initialization from bootblock to romstage." by David Hendricks · 11 years ago
  63. 9029f4b armv7/snow: Move clock initialization from bootblock to romstage. by Hung-Te Lin · 11 years ago
  64. 5f83f6c armv7: Clean up arm/snow bootblock build process. by Hung-Te Lin · 11 years ago
  65. 439e0d2 armv7: Clean up: remove deprecated SPL. by Hung-Te Lin · 11 years ago
  66. 0d4f97e exynos/snow: Move core/memory clock-related and board ID code by David Hendricks · 11 years ago
  67. 0a5bc7f snow: make romstage init DRAM controller and call ramstage by Ronald G. Minnich · 11 years ago
  68. 90b4ce2 armv7: Clean up the mmu setup a bit by Ronald G. Minnich · 11 years ago
  69. 211a5d5 armv7/snow: get to romstage by David Hendricks · 11 years ago
  70. 929f9f1 armv7: add a wrapper for romstage's main() for ARM ISA by Gabe Black · 11 years ago
  71. 018724e remove argument in snow's romstage main() by David Hendricks · 11 years ago
  72. f89e6b2 Add minimal mainboard support for snow by Ronald G. Minnich · 12 years ago