1. 05498a2 src/soc: Get rid of whitespace before tab by Elyes HAOUAS · 6 years ago
  2. c515898 src/soc: Add and update license headers by Martin Roth · 6 years ago
  3. 3fcb218 soc/nvidia: Get rid of device_t by Elyes HAOUAS · 6 years ago
  4. 7a604bb soc/nvidia/tegra(124|210): Add distclean targets by Martin Roth · 6 years ago
  5. 235daa4 driver/uart: Introduce a way for mainboard to override the baudrate by Julien Viard de Galbert · 6 years ago
  6. b29078e mb/*/*: Remove rtc nvram configurable baud rate by Arthur Heymans · 7 years ago
  7. 2517484 nvidia/tegra*: Use xcompile for compiler prefix unless specified by Patrick Georgi · 7 years ago
  8. 0f2dd1e include/device: Split i2c.h into three by Nico Huber · 7 years ago
  9. 1ac0aa9 soc/nvidia/tegra*: force using our headers instead of compiler's/system's by Patrick Georgi · 7 years ago
  10. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  11. 26ce9af device/Kconfig: Introduce MAINBOARD_FORCE_NATIVE_VGA_INIT by Nico Huber · 7 years ago
  12. 7971582e Kconfig: Introduce HAVE_(VBE_)LINEAR_FRAMEBUFFER by Nico Huber · 7 years ago
  13. b46e9f6 soc/nvidia/tegra*: Move spi driver to use spi_bus_map by Furquan Shaikh · 7 years ago
  14. de705fa drivers/spi: Re-factor spi_crop_chunk by Furquan Shaikh · 7 years ago
  15. 8c5884e lib/edid.c: Differentiate between absent and non-conformant EDID by Arthur Heymans · 7 years ago
  16. 58c3938 vboot: Move remaining features out of vendorcode/google/chromeos by Julius Werner · 8 years ago
  17. 94d9411 vboot: Remove CHIPSET_PROVIDES_VERSTAGE_MAIN_SYMBOL Kconfig option by Julius Werner · 7 years ago
  18. 94f8699 spi: Define and use spi_ctrlr structure by Furquan Shaikh · 8 years ago
  19. 36b81af spi: Pass pointer to spi_slave structure in spi_setup_slave by Furquan Shaikh · 8 years ago
  20. 0dba025 spi: Fix parameter types for spi functions by Furquan Shaikh · 8 years ago
  21. 4a83f1c src/soc: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  22. 038e724 src/soc: Capitalize CPU, ACPI, RAM and ROM by Elyes HAOUAS · 8 years ago
  23. 9071670 nvidia/tegra124: Adjust memlayout to Chrome OS toolchain by Stefan Reinauer · 8 years ago
  24. 9cbc90a soc/nvidia/tegra124: remove cache_policiy option by Aaron Durbin · 8 years ago
  25. 2d0281c tegra124: Build verstage when CHROMEOS is selected by Paul Kocialkowski · 8 years ago
  26. bc141de tegra124: Actually align the framebuffer's bytes-per-line to 32 by Paul Kocialkowski · 8 years ago
  27. 0a0f9c5 Kconfig: Set VBOOT_OPROM_MATTERS for relevant non-x86 devices by Julius Werner · 8 years ago
  28. 8957dd6 tegra124: Align the framebuffer's bytes-per-line to 32 by Paul Kocialkowski · 8 years ago
  29. 2b6db97 edid: Make framebuffer row alignment configurable by Julius Werner · 8 years ago
  30. 6911219 edid: Add helper function to calculate bits-per-pixel dependent values by Julius Werner · 8 years ago
  31. f545208 nyan: Fix timestamps and CBFS SPI integration by Julius Werner · 9 years ago
  32. a7cac0c soc/*: fix uart's regwidth specification in cbtables by Patrick Georgi · 8 years ago
  33. 2ed0aa2 Correct some common spelling mistakes by Martin Roth · 9 years ago
  34. 86fc11d arm/arm64: Generalize bootblock C entry point by Julius Werner · 9 years ago
  35. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  36. e957832b vboot: remove remnants of VBOOT_STUB by Aaron Durbin · 9 years ago
  37. 5a4f289 tegra124: use the common verstage flow by Aaron Durbin · 9 years ago
  38. d972f78 linking: link bootblock.elf with .data and .bss sections again by Aaron Durbin · 9 years ago
  39. e5bad5c verstage: use common program.ld for linking by Aaron Durbin · 9 years ago
  40. 4460703 Drop "See file CREDITS..." comment by Stefan Reinauer · 9 years ago
  41. bc98cc6 bootmode: add display_init_required() by Aaron Durbin · 9 years ago
  42. 7dbf9c6 edid: Use edid_mode struct to reduce redundancy by David Hendricks · 9 years ago
  43. 775f833 tegra lp0: fix checkpatch errors by Stefan Reinauer · 9 years ago
  44. a9bc3bf tegra124/tegra210: Include stages.h in bootblock.c by Stefan Reinauer · 9 years ago
  45. 417f16b tegra124: verified boot fixups by Stefan Reinauer · 9 years ago
  46. 018216d tegra: Move pinmux enum constants from tegra/pinmux.h to soc-specific pinmux.h by Furquan Shaikh · 9 years ago
  47. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  48. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  49. c6588c5 coreboot: introduce boot_device by Aaron Durbin · 9 years ago
  50. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  51. 0946a1b vboot: remove uses of vboot2_verify_firmware() by Aaron Durbin · 9 years ago
  52. aae53ab kbuild: automatically include SOCs by Stefan Reinauer · 9 years ago
  53. cb6bb3b nvidia/tegra*: check bus number for i2c driver APIs by Yen Lin · 9 years ago
  54. 97db1fb soc: select generic gpio lib on (almost) all non-x86 SOCs by Stefan Reinauer · 9 years ago
  55. 9418476 arm(64): Manually clean up the mess left by write32() transition by Julius Werner · 9 years ago
  56. 2f37bd6 arm(64): Globally replace writel(v, a) with write32(a, v) by Julius Werner · 9 years ago
  57. d21a329 arm(64): Replace write32() and friends with writel() by Julius Werner · 9 years ago
  58. 23727ca vboot: make vboot2_verify_firmware return by Daisuke Nojiri · 10 years ago
  59. 731bfef chromeos: Move memlayout.h/symbols.h into common directory by Julius Werner · 10 years ago
  60. 9dccf1c uart: pass register width in the coreboot table by Vadim Bendebury · 10 years ago
  61. efcee76 CBFS: Automate ROM image layout and remove hardcoded offsets by Julius Werner · 10 years ago
  62. 742fc8d vboot: move vboot files to designated directory by Daisuke Nojiri · 10 years ago
  63. eaa9c45 gpio: Extend common GPIO header, simplify function names by Julius Werner · 10 years ago
  64. e5e3630 timer: Add generic udelay() implementation by Aaron Durbin · 10 years ago
  65. f0d21ff3 tegra124: Change all SoC headers to <soc/headername.h> system by Julius Werner · 10 years ago
  66. ec5e5e0 New mechanism to define SRAM/memory map with automatic bounds checking by Julius Werner · 10 years ago
  67. ac4fef8 tegra124: use known-good drive for fast-train only by Neil Chen · 10 years ago
  68. 8c440a6 tegra124: add support for full DP link training by Neil Chen · 10 years ago
  69. 825a5a8 tegra124: implement platform_prog_run() by Aaron Durbin · 9 years ago
  70. 512bfbc Nyans: replace cpu_reset with hard_reset by Daisuke Nojiri · 10 years ago
  71. 67514a7 cbfs: remove cbfs_core.h includes by Aaron Durbin · 9 years ago
  72. 2296774 tegra: Clean up USB code by Furquan Shaikh · 10 years ago
  73. efddcfb vboot2: separate verstage from bootblock by Daisuke Nojiri · 10 years ago
  74. 1b05d88 nyans: reduce code duplication in bootblock and romstages by Daisuke Nojiri · 10 years ago
  75. 5799097 vboot2: read secdata and nvdata by Daisuke Nojiri · 10 years ago
  76. 53a83fb tegra124: switch to stopwatch API by Aaron Durbin · 10 years ago
  77. fbff908 coreboot classes: Add dynamic classes to coreboot by Furquan Shaikh · 10 years ago
  78. c5cd57c nyan: Remove broken setup_display() from romstage by Julius Werner · 10 years ago
  79. d653ae8 coreboot arm: Define function for setting cntfrq register by Furquan Shaikh · 10 years ago
  80. 595a40c tegra124: Clean up ARM UART driver build by Marc Jones · 9 years ago
  81. ba118cc T124: perform ram_repair when CPU rail is powered on in warmboot by Yen Lin · 10 years ago
  82. 5840626 T124: perform ram_repair when CPU rail is powered on in coldboot by Yen Lin · 10 years ago
  83. b365530 tegra124: Correct cpu power on sequence and CPUPWRGOOD_TIME by Jimmy Zhang · 10 years ago
  84. ae98e83 CBMEM: Always use DYNAMIC_CBMEM by Kyösti Mälkki · 10 years ago
  85. bcc1d42 vboot2: implement select_firmware for pre-romstage verification by Daisuke Nojiri · 10 years ago
  86. 77b1655 vboot2: add verstage by Stefan Reinauer · 10 years ago
  87. 5780d6f Revert "vboot2: add verstage" by Paul Menzel · 10 years ago
  88. 320647a vboot2: add verstage by Daisuke Nojiri · 10 years ago
  89. 749559b tegra124: fix and fine tune the warm boot code by Joseph Lo · 10 years ago
  90. 1e3679d tegra124: configure DP with correct pixel clock by Vince Hsu · 10 years ago
  91. 37d7ac8 i2c: Add software_i2c driver for I2C debugging and emulation by Julius Werner · 10 years ago
  92. b4bd53a tegra124: Active dc/sor register change immediately by Vince Hsu · 10 years ago
  93. c09642e tegra124: display clock should be initialized before any access by Vince Hsu · 10 years ago
  94. 4dc3e28 tegra124: Add a utility function to read the cause of the most recent reset. by Gabe Black · 10 years ago
  95. 75f70179 nyan*: Add fast link training functions by Jimmy Zhang · 10 years ago
  96. 5a056d3 tegra124: modify panel init sequence by Ken Chang · 10 years ago
  97. 41359bd nyan*: enable CLAMP_INPUTS by Ken Chang · 10 years ago
  98. f574a32 ARM: Use LPAE for Virtual Address Translation by Daisuke Nojiri · 10 years ago
  99. cbae0de tegra124: change PLLD VCO calculation algorithm by Ken Chang · 10 years ago
  100. 0cbba82 tegra124: Allow "best" PLLD parameters for unmatched pixel clock. by Hung-Te Lin · 10 years ago