1. e59ef70 coreboot: Add OWNERS file by Chris McDonald · 4 years, 11 months ago master
  2. edf528b Replace coreboot contents with README.txt file by Bernie Thompson · 5 years ago
  3. 796af17 IT8772F: Add switch to enable HWM(Hardware Monitor) by Ted Kuo · 9 years ago chromeos-2012
  4. 5383a41 UPSTREAM: cbfstool: correct size left calculation for "empty" entries by Aaron Durbin · 10 years ago
  5. 84defb4 baytrail: com1 is a reserved word in windows, rename to uart.c by Martin Roth · 11 years ago
  6. a4f2dd4 tegra124: Make tegra124 compilable with serial turned off. by Gabe Black · 11 years ago
  7. f0a1366 beltino: get ChromeOS up and running by Stefan Reinauer · 11 years ago
  8. 2d0cd21 lynxpoint: Export pch_enable_lpc() for SuperIO systems by Stefan Reinauer · 11 years ago
  9. 5ef9344 x86: add common definitions for control registers by Aaron Durbin · 11 years ago
  10. d49358f xcompile: always use -march=i686 by Aaron Durbin · 11 years ago
  11. 572f49e Provide libpayload configuration for rambi board by Bernie Thompson · 11 years ago
  12. ecec80e libpayload: usb: Refactor USB enumeration to fix SuperSpeed devices by Julius Werner · 11 years ago
  13. e512c8b libpayload: xhci: Use Event Data TRBs for transfer event generation by Julius Werner · 11 years ago
  14. 4c6dd4c tegra124: Call the set_avp_clock_to_clkm function in the bootblock. by Gabe Black · 11 years ago
  15. 161a39c tegra124: Implement the monotonic timer by reading the 1us timer register. by Gabe Black · 11 years ago
  16. d29e655 nyan: Use the new pinmux functions as part of UART setup. by Gabe Black · 11 years ago
  17. 5cd9f17 tegra124: Implement driver code for the pinmux, pingroup controls, and GPIOs. by Gabe Black · 11 years ago
  18. 9100d47 exynos: Fix the name of the chip_operations structures. by Gabe Black · 11 years ago
  19. be8c7a8 ARM: Use local versions of libgcc functions instead of linking against libgcc. by Gabe Black · 11 years ago
  20. 65139f2 arm: Update a stale comment in bootblock .S files by David Hendricks · 11 years ago
  21. 8f2b3ba PEPPY/HASWELL: move more support functions from mainboard to the intel i915 driver by Ronald G. Minnich · 11 years ago
  22. e6343a7 rambi: add per-sku SPD support by Aaron Durbin · 11 years ago
  23. 4f463fe baytrail: move early init to before mainboard by Aaron Durbin · 11 years ago
  24. 3f6facc baytrail: Add functions to peek at GPIO input values by Shawn Nematbakhsh · 11 years ago
  25. 79b6101 tegra124: Add base address for the pinmux and pingroup registers. by Gabe Black · 11 years ago
  26. 2c554f5 tegra: Change how tegra124 and tegra include files from each other. by Gabe Black · 11 years ago
  27. 4718e51 baytrail: set max frequency early in romstage by Aaron Durbin · 11 years ago
  28. 5059648 baytrail: adjust cache policy during romstage by Aaron Durbin · 11 years ago
  29. 286cede baytrail: add punit access functions by Aaron Durbin · 11 years ago
  30. b02ed95 bayleybay: remove unused graphics.c by Aaron Durbin · 11 years ago
  31. 64a827a baytrail: Change default GPIO configs to closer match power-on defaults by Shawn Nematbakhsh · 11 years ago
  32. a330fdd samus: Add ACPI MADT interrupt override for GPIO IRQ 14 by Duncan Laurie · 11 years ago factory-samus-4788.B
  33. 63a0c80 lynxpoint: Add interrupt for GPIO controller in ACPI device by Duncan Laurie · 11 years ago
  34. 0a13855 samnus: Change SPD to indicate LPDDR by Duncan Laurie · 11 years ago
  35. f6bceac rambi: add initial rambi mainboard support by Aaron Durbin · 11 years ago
  36. 53e3bed Tegra,Tegra124: proposed layout for file hierarchy with example by Ronald G. Minnich · 11 years ago
  37. e00379f ARMv4: Add a minimal version of cpu.h. by Gabe Black · 11 years ago
  38. f12424a libpayload: xhci: Ensure to reset dequeue pointer on stopped endpoints by Julius Werner · 11 years ago
  39. 655a216 baytrail: initialize punit by Aaron Durbin · 11 years ago
  40. 758a50a baytrail: load microcode in bootblock by Aaron Durbin · 11 years ago
  41. 59478ae baytrail: disable tco timer by Aaron Durbin · 11 years ago
  42. 9671472 libpayload: usb: Fix several minor USB stack bugs by Julius Werner · 11 years ago
  43. f160d44 libpayload: usb: Unify USB speed between XHCI stack and USB core by Julius Werner · 11 years ago
  44. 904eac5 baytrail: program PUNIT memory-mapped base address by Aaron Durbin · 11 years ago
  45. 145f5aa baytrail: add 316 microcode by Aaron Durbin · 11 years ago
  46. 83d99de baytrail: additional iosf changes by Aaron Durbin · 11 years ago
  47. 249a74c samus: Add coreboot board by Duncan Laurie · 11 years ago
  48. b02fa77 falco: Add support for Samsung memory by Duncan Laurie · 11 years ago
  49. 5d45fc4 baytrail: import and use updated mrc_wrapper.h by Aaron Durbin · 11 years ago
  50. bcd81f1 ARM: Remove the hack which excluded assembly barriers for tegra124 bootblock. by Gabe Black · 11 years ago
  51. c1aa76b tegra124: Switch the bootblock over the ARMv4 impelementation. by Gabe Black · 11 years ago
  52. 221dc76 ARM: Add an ARMv4 architecture version. by Gabe Black · 11 years ago
  53. 799514e ARM: Split out ARMv7 code and make it possible to have other arch versions. by Gabe Black · 11 years ago
  54. f0a2670 Makefile: Include ccopts variables in the static.c Make rules. by Gabe Black · 11 years ago
  55. 8423a41 ARM: Generalize armv7 as arm. by Gabe Black · 11 years ago
  56. 86f5e28 tegra124: Implement and enable serial console support for tegra124. by Gabe Black · 11 years ago
  57. a93900b UART 8250: Unconditionally provide register constants and use UART8250 prefix. by Gabe Black · 11 years ago
  58. d3045f3 uart: The uart.h header file uses uint32_t without including stdint.h. by Gabe Black · 11 years ago
  59. ae7d4d8 tegra124: Seperate out the non-UART specific hardcoded init in the bootblock. by Gabe Black · 11 years ago
  60. 049f95c Rearrange baitrail config options alphanumerically by Vadim Bendebury · 11 years ago
  61. d5a4294 PEPPY, Haswell: refactor and create set_translation_table function in haswell/gma.c by Ronald G. Minnich · 11 years ago
  62. c8bb8fe armv7: Move Exynos from 'cpu' to 'soc'. by Hung-Te Lin · 11 years ago
  63. 2a0adce tegra124: Re-enable waiting for the transmitter to empty in the test function. by Gabe Black · 11 years ago
  64. 65f1aa1 tegra124: Override the -march flag used by the bootblock. by Gabe Black · 11 years ago
  65. f7255d8 ARM: Hack out assembly barriers when on tegra124. by Gabe Black · 11 years ago
  66. e005918 tegra124: Add a test function which spams exclamation points on the UART. by Gabe Black · 11 years ago
  67. d143628 tegra124: Add a custom bootblock implementation. by Gabe Black · 11 years ago
  68. a66393f ARM: Make it possible to use a custom bootblock implementation. by Gabe Black · 11 years ago
  69. 512d942 ARM: Overhaul the ARM Makefile. by Gabe Black · 11 years ago
  70. d606f22 Makefile: Put the class flags after the generic flags. by Gabe Black · 11 years ago
  71. 3e69a47 tegra124: Add stack related config options to the Kconfig. by Gabe Black · 11 years ago
  72. 154876c snow: Fix a typo in devicetree.cb that was breaking the snow build. by Gabe Black · 11 years ago
  73. cf4a9b0 tegra124: Add some make rules which will wrap the bootblock in the BCT. by Gabe Black · 11 years ago
  74. 6bbcffe nyan: Add bct files for nyan. by Gabe Black · 11 years ago
  75. 3ae4417 nyan: Add a "special-class" for aggregating BCT files into bct.cfg. by Gabe Black · 11 years ago
  76. 8db03c3 arm: Get rid of the INTERMEDIATE variable used on exynos. by Gabe Black · 11 years ago
  77. c197ccf baytrail: start collecting timestamps by Aaron Durbin · 11 years ago
  78. f276df6 bayleybay: Add initial GPIO configuration table. by Shawn Nematbakhsh · 11 years ago
  79. 77ca452 baytrail: Add GPIO initial configuration infrastructure. by Shawn Nematbakhsh · 11 years ago
  80. 8cdaf73 Peppy graphics by Ronald G. Minnich · 11 years ago
  81. 17dc60f nyan: config: Add a coreboot config file for the nyan board. by Gabe Black · 11 years ago
  82. 3893c94 Use changed serial port config name for Bayleybay too by Vadim Bendebury · 11 years ago
  83. e9d8753 nyan: Add a stub mainboard. by Gabe Black · 11 years ago
  84. 462456f tegra124: Add a stub implementation of the tegra124 SOC. by Gabe Black · 11 years ago
  85. 7274ba3 libpayload: Add a nyan config. by Gabe Black · 11 years ago
  86. 9a10e39 libpayload: Change CONFIG_X86_SERIAL_CONSOLE to CONFIG_8250_SERIAL_CONSOLE by Gabe Black · 11 years ago
  87. fd4529f libpayload: usbmsc: Remove DETACHED state from MSC device structure by Julius Werner · 11 years ago
  88. 71ee403 baytrail: introduce pattrs by Aaron Durbin · 11 years ago
  89. a487dea lynxpoint: work around XHCI resume issues by Duncan Laurie · 11 years ago
  90. 3e62fcd lynxpoint: xhci: more suspend/resume changes by Duncan Laurie · 11 years ago
  91. cf1fe05 bolt: Set GPIO29 as input in S0, output+high in S3/S5 by Duncan Laurie · 11 years ago
  92. d9c8f93 Provide libpayload configuration for bayleybay board by Vadim Bendebury · 11 years ago
  93. 7316732 exynos5420: Don't map low addresses that lead nowhere by Julius Werner · 11 years ago
  94. 1146c57 ARM: Eliminate the unused interrupts.c. by Gabe Black · 11 years ago
  95. 0ce3898 exynos: Get rid of the unused reset.c. by Gabe Black · 11 years ago
  96. 9187925 baytrail: add dunit access and registers by Aaron Durbin · 11 years ago
  97. faef9c6 baytrail: set host memory map by Aaron Durbin · 11 years ago
  98. 246d4ed baytrail: add common pci_operations by Aaron Durbin · 11 years ago
  99. f89e573 baytrail: initialize graphics before MRC by Aaron Durbin · 11 years ago
  100. 05a43da baytrail: cache ROM space early in bootblock by Aaron Durbin · 11 years ago