1. 86fc11d arm/arm64: Generalize bootblock C entry point by Julius Werner · 9 years ago
  2. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  3. e957832b vboot: remove remnants of VBOOT_STUB by Aaron Durbin · 9 years ago
  4. 5a4f289 tegra124: use the common verstage flow by Aaron Durbin · 9 years ago
  5. d972f78 linking: link bootblock.elf with .data and .bss sections again by Aaron Durbin · 9 years ago
  6. e5bad5c verstage: use common program.ld for linking by Aaron Durbin · 9 years ago
  7. 4460703 Drop "See file CREDITS..." comment by Stefan Reinauer · 9 years ago
  8. bc98cc6 bootmode: add display_init_required() by Aaron Durbin · 9 years ago
  9. 7dbf9c6 edid: Use edid_mode struct to reduce redundancy by David Hendricks · 9 years ago
  10. 775f833 tegra lp0: fix checkpatch errors by Stefan Reinauer · 9 years ago
  11. a9bc3bf tegra124/tegra210: Include stages.h in bootblock.c by Stefan Reinauer · 9 years ago
  12. 417f16b tegra124: verified boot fixups by Stefan Reinauer · 9 years ago
  13. 018216d tegra: Move pinmux enum constants from tegra/pinmux.h to soc-specific pinmux.h by Furquan Shaikh · 9 years ago
  14. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  15. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  16. c6588c5 coreboot: introduce boot_device by Aaron Durbin · 9 years ago
  17. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  18. 0946a1b vboot: remove uses of vboot2_verify_firmware() by Aaron Durbin · 9 years ago
  19. aae53ab kbuild: automatically include SOCs by Stefan Reinauer · 9 years ago
  20. cb6bb3b nvidia/tegra*: check bus number for i2c driver APIs by Yen Lin · 9 years ago
  21. 97db1fb soc: select generic gpio lib on (almost) all non-x86 SOCs by Stefan Reinauer · 9 years ago
  22. 9418476 arm(64): Manually clean up the mess left by write32() transition by Julius Werner · 9 years ago
  23. 2f37bd6 arm(64): Globally replace writel(v, a) with write32(a, v) by Julius Werner · 9 years ago
  24. d21a329 arm(64): Replace write32() and friends with writel() by Julius Werner · 9 years ago
  25. 23727ca vboot: make vboot2_verify_firmware return by Daisuke Nojiri · 10 years ago
  26. 731bfef chromeos: Move memlayout.h/symbols.h into common directory by Julius Werner · 9 years ago
  27. 9dccf1c uart: pass register width in the coreboot table by Vadim Bendebury · 10 years ago
  28. efcee76 CBFS: Automate ROM image layout and remove hardcoded offsets by Julius Werner · 10 years ago
  29. 742fc8d vboot: move vboot files to designated directory by Daisuke Nojiri · 10 years ago
  30. eaa9c45 gpio: Extend common GPIO header, simplify function names by Julius Werner · 10 years ago
  31. e5e3630 timer: Add generic udelay() implementation by Aaron Durbin · 10 years ago
  32. f0d21ff3 tegra124: Change all SoC headers to <soc/headername.h> system by Julius Werner · 10 years ago
  33. ec5e5e0 New mechanism to define SRAM/memory map with automatic bounds checking by Julius Werner · 10 years ago
  34. ac4fef8 tegra124: use known-good drive for fast-train only by Neil Chen · 10 years ago
  35. 8c440a6 tegra124: add support for full DP link training by Neil Chen · 10 years ago
  36. 825a5a8 tegra124: implement platform_prog_run() by Aaron Durbin · 9 years ago
  37. 512bfbc Nyans: replace cpu_reset with hard_reset by Daisuke Nojiri · 10 years ago
  38. 67514a7 cbfs: remove cbfs_core.h includes by Aaron Durbin · 9 years ago
  39. 2296774 tegra: Clean up USB code by Furquan Shaikh · 10 years ago
  40. efddcfb vboot2: separate verstage from bootblock by Daisuke Nojiri · 10 years ago
  41. 1b05d88 nyans: reduce code duplication in bootblock and romstages by Daisuke Nojiri · 10 years ago
  42. 5799097 vboot2: read secdata and nvdata by Daisuke Nojiri · 10 years ago
  43. 53a83fb tegra124: switch to stopwatch API by Aaron Durbin · 10 years ago
  44. fbff908 coreboot classes: Add dynamic classes to coreboot by Furquan Shaikh · 10 years ago
  45. c5cd57c nyan: Remove broken setup_display() from romstage by Julius Werner · 10 years ago
  46. d653ae8 coreboot arm: Define function for setting cntfrq register by Furquan Shaikh · 10 years ago
  47. 595a40c tegra124: Clean up ARM UART driver build by Marc Jones · 9 years ago
  48. ba118cc T124: perform ram_repair when CPU rail is powered on in warmboot by Yen Lin · 10 years ago
  49. 5840626 T124: perform ram_repair when CPU rail is powered on in coldboot by Yen Lin · 10 years ago
  50. b365530 tegra124: Correct cpu power on sequence and CPUPWRGOOD_TIME by Jimmy Zhang · 10 years ago
  51. ae98e83 CBMEM: Always use DYNAMIC_CBMEM by Kyösti Mälkki · 10 years ago
  52. bcc1d42 vboot2: implement select_firmware for pre-romstage verification by Daisuke Nojiri · 10 years ago
  53. 77b1655 vboot2: add verstage by Stefan Reinauer · 10 years ago
  54. 5780d6f Revert "vboot2: add verstage" by Paul Menzel · 10 years ago
  55. 320647a vboot2: add verstage by Daisuke Nojiri · 10 years ago
  56. 749559b tegra124: fix and fine tune the warm boot code by Joseph Lo · 10 years ago
  57. 1e3679d tegra124: configure DP with correct pixel clock by Vince Hsu · 10 years ago
  58. 37d7ac8 i2c: Add software_i2c driver for I2C debugging and emulation by Julius Werner · 10 years ago
  59. b4bd53a tegra124: Active dc/sor register change immediately by Vince Hsu · 10 years ago
  60. c09642e tegra124: display clock should be initialized before any access by Vince Hsu · 10 years ago
  61. 4dc3e28 tegra124: Add a utility function to read the cause of the most recent reset. by Gabe Black · 10 years ago
  62. 75f70179 nyan*: Add fast link training functions by Jimmy Zhang · 10 years ago
  63. 5a056d3 tegra124: modify panel init sequence by Ken Chang · 10 years ago
  64. 41359bd nyan*: enable CLAMP_INPUTS by Ken Chang · 10 years ago
  65. f574a32 ARM: Use LPAE for Virtual Address Translation by Daisuke Nojiri · 10 years ago
  66. cbae0de tegra124: change PLLD VCO calculation algorithm by Ken Chang · 10 years ago
  67. 0cbba82 tegra124: Allow "best" PLLD parameters for unmatched pixel clock. by Hung-Te Lin · 10 years ago
  68. 066b164 tegra124: Always enable DC when attaching SOR. by Hung-Te Lin · 10 years ago
  69. 47e3cf8 nyan*: debug: Add sor registers dump function by Jimmy Zhang · 10 years ago
  70. e57c303 tegra124: clock: Enforce PLL constraints for VCO and CF by Julius Werner · 10 years ago
  71. d712ec4 nyan*: Set SOR_NV_PDISP_SOR_DP_SPARE0 register by Jimmy Zhang · 10 years ago
  72. 84b8be6 nyan*: merge a couple of sor setting difference from kernel driver by Jimmy Zhang · 10 years ago
  73. f682ad0 nyan*: Apply sor fix from kernel dc driver by Jimmy Zhang · 10 years ago
  74. 3af0d31 tegra124: Initialize display panel by EDID. by Hung-Te Lin · 10 years ago
  75. 2d43a48 tegra124: set MOT bit for I2C-over-AUX by Ken Chang · 10 years ago
  76. 1a8e0af tegra124: Setup clock PLLD by approximating display panel pixel clock. by Hung-Te Lin · 10 years ago
  77. 0c9cc5e tegra124: Release DMA channel at end of transaction by David Hendricks · 10 years ago
  78. 04465637 tegra124: Use correct mask for APB bus width by David Hendricks · 10 years ago
  79. 46e0975 nyan: Enable the cbmem console on nyan and allocate space for it in SRAM. by Gabe Black · 10 years ago
  80. 9d32739 tegra124: More improvements to the clock initialization macros. by Gabe Black · 10 years ago
  81. f296c94 tegra: spi: Read the command1 register to ensure the write to it completes. by Gabe Black · 10 years ago
  82. e5b2127 tegra124: A couple clock fixes. by Gabe Black · 10 years ago
  83. c04d3dd7 tegra124: Add tegra_dc_i2c_aux_read to allow reading EDID. by Hung-Te Lin · 10 years ago
  84. 042f849 tegra124: Skip display init when vboot says we don't need it. by Gabe Black · 10 years ago
  85. ec9293f spi: Eliminate the spi_cs_activate and spi_cs_deactivate functions. by Gabe Black · 10 years ago
  86. 967058f spi: Factor EC protocol details out of the SPI drivers. by Gabe Black · 10 years ago
  87. 546953c Replace hlt with halt() by Patrick Georgi · 10 years ago
  88. 2dc0132 tegra124: remove spurious error message by Patrick Georgi · 10 years ago
  89. 68e4cbd tegra124: actually parse is_lvds by Patrick Georgi · 10 years ago
  90. b9597b0 tegra124: allow tegra124 devices to run vboot rmodule by Aaron Durbin · 10 years ago
  91. 6541b28 tegra124: i2c: Reset the controller when there's an error. by Gabe Black · 10 years ago
  92. 8253bd9 tegra124: fix the dangerous VPR write order by Joseph Lo · 10 years ago
  93. bab7896 tegra124: Add some functions for resetting peripherals. by Gabe Black · 10 years ago
  94. bd5925a t124: Clean up display init functions by Jimmy Zhang · 10 years ago
  95. 7c6e489 arm: Put assembly functions into separate sections by Julius Werner · 10 years ago
  96. 51f6fb2 tegra124: Add a macro specifically for configuring the I2C controller clocks. by Gabe Black · 10 years ago
  97. f6280bc tegra124: Fix some bugs in the clock configuration macros. by Gabe Black · 10 years ago
  98. df761ea t124: Skip PLLP init to 408MHz by Jimmy Zhang · 10 years ago
  99. c225e4c t124: nyan: Enable lock bit on pll by Jimmy Zhang · 10 years ago
  100. 479cfeb tegra124: fix OSC initialization on LP0 resume by Andrew Bresticker · 10 years ago