1. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  2. 8c12d6e ChromeOS mainboards: Move more Kconfig symbols under CHROMEOS by Martin Roth · 9 years ago
  3. c0c115b Google Kconfig: Add MAINBOARD_HAS_NATIVE_VGA_INIT in good places by Martin Roth · 9 years ago
  4. 967cd9a ChromeOS: Fix Kconfig dependencies by Martin Roth · 9 years ago
  5. 417f16b tegra124: verified boot fixups by Stefan Reinauer · 9 years ago
  6. 3756de0 google/nyan: remove timestamp leftovers from upstreaming by Patrick Georgi · 9 years ago
  7. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  8. 342535c Remove Kconfig variable that has no effect by Patrick Georgi · 9 years ago
  9. c6100e5 chromeos: remove vboot_verify_firmware() by Aaron Durbin · 9 years ago
  10. be3e0a0 boards: remove VBOOT_(REFCODE|RAMSTAGE|ROMSTAGE)_INDEX by Aaron Durbin · 9 years ago
  11. a1361d4 mainboards: Add CHROMEOS_VBNV_* where appropriate by Patrick Georgi · 9 years ago
  12. 2f37bd6 arm(64): Globally replace writel(v, a) with write32(a, v) by Julius Werner · 10 years ago
  13. 139e106 kconfig: automatically include mainboards by Stefan Reinauer · 9 years ago
  14. f780c40 CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstool by Julius Werner · 10 years ago
  15. 36fd82d nyan/rush/veyron: Align ChromeOS GPIOs to new model by Julius Werner · 10 years ago
  16. eaa9c45 gpio: Extend common GPIO header, simplify function names by Julius Werner · 10 years ago
  17. f0d21ff3 tegra124: Change all SoC headers to <soc/headername.h> system by Julius Werner · 10 years ago
  18. ec5e5e0 New mechanism to define SRAM/memory map with automatic bounds checking by Julius Werner · 10 years ago
  19. 512bfbc Nyans: replace cpu_reset with hard_reset by Daisuke Nojiri · 10 years ago
  20. 2296774 tegra: Clean up USB code by Furquan Shaikh · 10 years ago
  21. efddcfb vboot2: separate verstage from bootblock by Daisuke Nojiri · 10 years ago
  22. 1b05d88 nyans: reduce code duplication in bootblock and romstages by Daisuke Nojiri · 10 years ago
  23. 5e1a2d3 Include board ID calculations only when necessary by Vadim Bendebury · 10 years ago
  24. e4f3e7a romstages: use common run_ramstage() by Aaron Durbin · 9 years ago
  25. f9fb0d9 Use a common boardid.h instead of per board copies by Vadim Bendebury · 10 years ago
  26. c5cd57c nyan: Remove broken setup_display() from romstage by Julius Werner · 10 years ago
  27. f48b38b ARM romstages: Support and fix COLLECT_TIMESTAMPS by Kyösti Mälkki · 10 years ago
  28. 0a11a61 CBMEM: Move cbmemc_reinit() by Kyösti Mälkki · 10 years ago
  29. cb2351e nyan: Ignore the recovery GPIO. by Todd Broch · 10 years ago
  30. a859aa3 nyan*: Set GEN2 I2C pads to open-drain mode by Ken Chang · 10 years ago
  31. d72d8aa nyan*: Log boot reason in eventlog by David Hendricks · 10 years ago
  32. c852206 nyan*: Detect watchdog resets and reset the whole machine. by Gabe Black · 10 years ago
  33. bb932c5 nyan*: I2C: Implement bus clear when 'ARB_LOST' error occurs by Tom Warren · 10 years ago
  34. 86bd91a nyan*: Clear VDDIO_SDMMC3 to reset SD card reader. by Hung-Te Lin · 10 years ago
  35. 6a16f69 nyan*: Disable SD card reader power gpio. by Hung-Te Lin · 10 years ago
  36. 75f70179 nyan*: Add fast link training functions by Jimmy Zhang · 10 years ago
  37. a0b02e7 nyan*: cbmem: Move the call to cbmemc_reinit. by Gabe Black · 10 years ago
  38. 5a056d3 tegra124: modify panel init sequence by Ken Chang · 10 years ago
  39. 41359bd nyan*: enable CLAMP_INPUTS by Ken Chang · 10 years ago
  40. f6e17c0 nyan*: Add eventlog support by David Hendricks · 10 years ago
  41. cdb61a6 i2c: Replace the i2c API. by Gabe Black · 10 years ago
  42. 1a8e0af tegra124: Setup clock PLLD by approximating display panel pixel clock. by Hung-Te Lin · 10 years ago
  43. c05a905 nyan*: pinmux: fix PWM1/2 conflicts by Tom Warren · 10 years ago
  44. 846f344 tegra124: set safe values for href_to_sync and vref_to_sync by Jimmy Zhang · 10 years ago
  45. 46e0975 nyan: Enable the cbmem console on nyan and allocate space for it in SRAM. by Gabe Black · 10 years ago
  46. cad7c4e nyans: prepare for vboot verification of ramstage by Aaron Durbin · 10 years ago
  47. 83cbeda nyan*: Fix unexpected symbol (CR) when converting DOS-formatted BCT config. by Neil Chen · 10 years ago
  48. 92dfa9c nyan*: Reduce the EC SPI bus frequency to 3 MHz. by Gabe Black · 10 years ago
  49. 967058f spi: Factor EC protocol details out of the SPI drivers. by Gabe Black · 10 years ago
  50. b19136f nyan: tpm: Increase the TPM frequency to 400 KHz. by Gabe Black · 10 years ago
  51. 14ade70 Nyan: Set I2S1 Source to CLK_M by Daisuke Nojiri · 10 years ago
  52. 4a12cfe nyan: Move some pinmux and clock/reset configuration to ROM stage. by Gabe Black · 10 years ago
  53. bd5925a t124: Clean up display init functions by Jimmy Zhang · 10 years ago
  54. d551e82 nyan*: Switching unused pin to GPIO by Neil Chen · 10 years ago
  55. 1f4e283 nyan: big: Only delay when and as long as necessary in the PMIC setup code. by Gabe Black · 10 years ago
  56. 41c9260 nyan: big: Set the i2c controller frequencies appropriately. by Gabe Black · 10 years ago
  57. 78a1b8c Nyan: Set DMA Reserve to 2MB by Daisuke Nojiri · 10 years ago
  58. 4fa158c nyan: Select the CD570M Tegra124 model. by Gabe Black · 10 years ago
  59. 6940c0d nyan: Update 924MHz BCT w/latest qual'd cfg, use 924 as default speed for 2GB by Tom Warren · 10 years ago
  60. b9a4b71 nyan: nyan_big: Mark the address range covering the SRAM as cachable. by Gabe Black · 10 years ago
  61. c1e41b7 nyan: Add 4GB bct support by Jimmy Zhang · 10 years ago
  62. 83ed805 nyan: big: Check dram_end when setting up caching in ROM stage. by Gabe Black · 11 years ago
  63. 7f0cb15 tegra124: Program PWM1 to drive panel backlight by Andrew Chew · 11 years ago
  64. c38c6f7 tegra124: Enable PWM clock, and set up PWM1 pin by Andrew Chew · 11 years ago
  65. 5cbbc70 tegra124: nyan: Keep in memory structures below 4GB. by Gabe Black · 11 years ago
  66. f220df6 nyan: Use asm volatile instead of plain asm so it doesn't get optimized out. by Gabe Black · 11 years ago
  67. fd9defc arm: Redesign, clarify and clean up cache related code by Julius Werner · 11 years ago
  68. 64982c50 tegra/nyan*: sdram updates by Tom Warren · 11 years ago
  69. cb0d772 Add board_info for all Google/Intel boards mitting the file by Stefan Reinauer · 10 years ago
  70. 5c8d3d2 big: Create a nyan_big mainboard which is a copy of nyan. by Gabe Black · 11 years ago
  71. 24d4f7f tegra124/nyan: memory and display updates by Andrew Bresticker · 11 years ago
  72. 1101a71 spi: add Kconfig variable for dual-output read enable by David Hendricks · 11 years ago
  73. 85620db arm: Move exception_init() close to console_init() by Julius Werner · 11 years ago
  74. edf6b57 tegra124/nyan: display, clock, and other updates by Julius Werner · 11 years ago
  75. 2fc3b62 tegra124/nyan: various fixes and additions by Hung-Te Lin · 11 years ago
  76. d40be11 tegra124/nyan: rougly stable code base by Gabe Black · 11 years ago
  77. 91b30d3 nyan: Add a stub mainboard. by Gabe Black · 11 years ago