1. 3eefeea build system: improve portability by Patrick Georgi · 10 years ago
  2. 77c7ecf mainboard: Remove commented include lines for mc146818rtc.h by Edward O'Callaghan · 10 years ago
  3. b9597b0 tegra124: allow tegra124 devices to run vboot rmodule by Aaron Durbin · 10 years ago
  4. e7cb1bc Big, Blaze: Set I2S1 Source to CLK_M to Fix Beep by Daisuke Nojiri · 10 years ago
  5. b19136f nyan: tpm: Increase the TPM frequency to 400 KHz. by Gabe Black · 10 years ago
  6. 6541b28 tegra124: i2c: Reset the controller when there's an error. by Gabe Black · 10 years ago
  7. 8253bd9 tegra124: fix the dangerous VPR write order by Joseph Lo · 10 years ago
  8. bab7896 tegra124: Add some functions for resetting peripherals. by Gabe Black · 10 years ago
  9. 14ade70 Nyan: Set I2S1 Source to CLK_M by Daisuke Nojiri · 10 years ago
  10. 4a12cfe nyan: Move some pinmux and clock/reset configuration to ROM stage. by Gabe Black · 10 years ago
  11. bd5925a t124: Clean up display init functions by Jimmy Zhang · 10 years ago
  12. 4e16a2e blaze: Create a nyan_blaze mainboard, copied from nyan_big by Tom Warren · 10 years ago
  13. 764cd1b AMD Trinity: Update the Trinity SMU Firmware by Zheng Bao · 10 years ago
  14. 0a1699e intel: use crosscompiler readelf, instead of global by Patrick Georgi · 10 years ago
  15. 7c6e489 arm: Put assembly functions into separate sections by Julius Werner · 10 years ago
  16. 168b0f9 vboot: provide empty vboot_verify_firmware() by Aaron Durbin · 11 years ago
  17. 8ba1b36 qemu-armv7: Minimal changes to pass compiling qemu-v7 platform. by Hung-Te Lin · 10 years ago
  18. f4b209f ipq8064: Make timer code compile by Vadim Bendebury · 10 years ago
  19. 028d816 ipq8064: Configure proper bootblock stack and load address by Vadim Bendebury · 10 years ago
  20. e83c80c Use sbl blobs from a private location by Vadim Bendebury · 10 years ago
  21. 9d91aba ipq806x: Add support for GPIO operations by Furquan Shaikh · 10 years ago
  22. d551e82 nyan*: Switching unused pin to GPIO by Neil Chen · 10 years ago
  23. 1f4e283 nyan: big: Only delay when and as long as necessary in the PMIC setup code. by Gabe Black · 10 years ago
  24. 41c9260 nyan: big: Set the i2c controller frequencies appropriately. by Gabe Black · 10 years ago
  25. 51f6fb2 tegra124: Add a macro specifically for configuring the I2C controller clocks. by Gabe Black · 10 years ago
  26. f6280bc tegra124: Fix some bugs in the clock configuration macros. by Gabe Black · 10 years ago
  27. df761ea t124: Skip PLLP init to 408MHz by Jimmy Zhang · 10 years ago
  28. c225e4c t124: nyan: Enable lock bit on pll by Jimmy Zhang · 10 years ago
  29. 78a1b8c Nyan: Set DMA Reserve to 2MB by Daisuke Nojiri · 10 years ago
  30. 479cfeb tegra124: fix OSC initialization on LP0 resume by Andrew Bresticker · 10 years ago
  31. 25bf775 tegra124: fix PLLU parameters by Andrew Bresticker · 10 years ago
  32. 4fa158c nyan: Select the CD570M Tegra124 model. by Gabe Black · 10 years ago
  33. 3178503 tegra124: Make the PLLX frequency selectable by model. by Gabe Black · 10 years ago
  34. 6940c0d nyan: Update 924MHz BCT w/latest qual'd cfg, use 924 as default speed for 2GB by Tom Warren · 10 years ago
  35. b9a4b71 nyan: nyan_big: Mark the address range covering the SRAM as cachable. by Gabe Black · 10 years ago
  36. c1e41b7 nyan: Add 4GB bct support by Jimmy Zhang · 10 years ago
  37. 83ed805 nyan: big: Check dram_end when setting up caching in ROM stage. by Gabe Black · 10 years ago
  38. 558e9b5 libpayload: Add minimal support for PL011 UART by Marcelo Povoa · 10 years ago
  39. d4d29a1 libpayload: timer: Move the timer drivers from depthcharge to libpayload. by Gabe Black · 10 years ago
  40. ab41b9d libpayload: usb: Remove automatic clear_stall() calls from transfers by Julius Werner · 10 years ago
  41. 7234d60 libpayload: usb: Fix up usb_shutdown() code paths by Julius Werner · 10 years ago
  42. badf0f9 libpayload: Remove config.panther by Marc Jones · 10 years ago
  43. e311869 libpayload: Update defconfigs by Marc Jones · 10 years ago
  44. ebeadd1 vendorcode/amd/agesa/f1{0,2,4,5}: Typo in header guard by Edward O'Callaghan · 10 years ago
  45. 0a5834b ipq806x: Typecast address to void * in read/write operations by Furquan Shaikh · 10 years ago
  46. 75b4beb ipq806x: Add an include/ folder to ipq806x by Furquan Shaikh · 10 years ago
  47. 40412c6 gm45: Don't crash if less than 4G of RAM are present. by Vladimir Serbinenko · 10 years ago
  48. 476f731 Copy u-boot sources as is and modify the tree to still build by Vadim Bendebury · 10 years ago
  49. 9cb70ae Include IPQ8064 SBLs code in the coreboot bootblock by Vadim Bendebury · 10 years ago
  50. bf04eda tegra124: enable JTAG in Security Mode by Jimmy Zhang · 10 years ago
  51. 7f0cb15 tegra124: Program PWM1 to drive panel backlight by Andrew Chew · 10 years ago
  52. 372a5bbd tegra124: Port a PWM clocking change to big. by Gabe Black · 10 years ago
  53. 301f84c tegra124: Add pwm_controller registers by Andrew Chew · 10 years ago
  54. c38c6f7 tegra124: Enable PWM clock, and set up PWM1 pin by Andrew Chew · 10 years ago
  55. 1ecbc8c tegra124: Fix PWM pinmux functions by Andrew Chew · 10 years ago
  56. 33ddd1f tegra124: Add PWM base address by Andrew Chew · 10 years ago
  57. 5b5db87 src/lib/Makefile.inc: Allow rmodules to link under Clang by Edward O'Callaghan · 10 years ago
  58. 9cb5a3a src/lib/rmodule.ld: DISCARD (.note|.note.*) sections by Edward O'Callaghan · 10 years ago
  59. 5cbbc70 tegra124: nyan: Keep in memory structures below 4GB. by Gabe Black · 10 years ago
  60. f220df6 nyan: Use asm volatile instead of plain asm so it doesn't get optimized out. by Gabe Black · 10 years ago
  61. 1dba878 blobs: Update to IPQ blob commit by Marc Jones · 10 years ago
  62. 5547a68 AMD Kabini: Update SMU firmware from 0.4 to 0.9 by Zheng Bao · 10 years ago
  63. 93e8161 asus/f2a85-m: Disable SD controller by Tobias Diedrich · 10 years ago
  64. 1aa3e2d mainboard/asus/f2a85-m: Correct APIC routing for Bus 0, Dev 21 by Tobias Diedrich · 10 years ago
  65. 1e7408c asus/f2a85-m/devicetree.cb: Correctly align option by Tobias Diedrich · 10 years ago
  66. a955fef drivers/intel/gma/intel_dp.c: Fix printf type-specifier by Edward O'Callaghan · 10 years ago
  67. e900802 cpu/x86/smm/Makefile.inc: Fix up linkage rules by Edward O'Callaghan · 10 years ago
  68. 129e2f3 lib/malloc.c: Remove pre-proc guard around include by Edward O'Callaghan · 10 years ago
  69. fd9defc arm: Redesign, clarify and clean up cache related code by Julius Werner · 10 years ago
  70. 3e570d4 AGESA f14: Add "const" modifiers by Edward O'Callaghan · 10 years ago
  71. c32b4a4 abuild: pass compiler configuration options to tool building step by Patrick Georgi · 10 years ago
  72. fac95e3 inteltool: add more hardware IDs and PCIEXBAR/PXPEPBAR read support by Felix Held · 10 years ago
  73. a6aecc4 libpayload: serial: Move the depthcharge serial drivers into libpayload. by Gabe Black · 10 years ago
  74. d1069e0 sch: Move to implicit length patching by Vladimir Serbinenko · 10 years ago
  75. 48b6b97 src: Too many terminators ';;' at end of stmts, stop Skynet by Edward O'Callaghan · 10 years ago
  76. 27cf247 car globals: add "used" attribute by Patrick Georgi · 10 years ago
  77. 5560188 i945: consolidate sb & nb early inits by Vladimir Serbinenko · 10 years ago
  78. 385743a i945: Consolidate common GNVS init by Vladimir Serbinenko · 10 years ago
  79. 39bbc8c Kconfig: Hide DYNAMIC_CBMEM. by Vladimir Serbinenko · 10 years ago
  80. bcb3abe lenovo/wacom: Move to implicit length patching by Vladimir Serbinenko · 10 years ago
  81. f7c75db i82801ix: Move to implicit length patching by Vladimir Serbinenko · 10 years ago
  82. 1bad88e i82801gx: Move to implicit length patching by Vladimir Serbinenko · 10 years ago
  83. be0fd0a haswell: Move to implicit length patching by Vladimir Serbinenko · 10 years ago
  84. 226d784 ibexpeak, bd82x6x: Move to implicit length patching by Vladimir Serbinenko · 10 years ago
  85. b1709bd Provide ability to integrate with QComm SBLs by Vadim Bendebury · 10 years ago
  86. 25a282d arm: Thumb ALL the things! by Julius Werner · 10 years ago
  87. a38ccfd build: Add ccopts back into the build by Marc Jones · 10 years ago
  88. 430363a acpigen: Add new function acpigen_pop_len by Vladimir Serbinenko · 10 years ago
  89. 689ddf6 fsp_rangeley: Switch to per-device ACPI by Vladimir Serbinenko · 10 years ago
  90. 67bfbfd ibexpeak: Move to common FADT by Vladimir Serbinenko · 10 years ago
  91. 5b044ae bd82x6x: Move to common FADT. by Vladimir Serbinenko · 10 years ago
  92. 986e85c intel: Use 'FORCEWAKE_ACK_HSW' define over '0x130044' by Edward O'Callaghan · 10 years ago
  93. 31cef1f device/dram/ddr3.c: Fix sizeof on array func param overflow by Edward O'Callaghan · 10 years ago
  94. cfa06c7 blobs: Update to IPQ blob commit by Marc Jones · 10 years ago
  95. bf9d122 mainboard: Trivial - Make AGESA board include consistent by Edward O'Callaghan · 10 years ago
  96. 0d84a2c drivers/ioapic: DEVICE_NOOP some stub function callbacks by Edward O'Callaghan · 10 years ago
  97. 2014111 drivers/net/ne2k.c: Collect headers and defines to top of file by Edward O'Callaghan · 10 years ago
  98. e81b1f1 cpu/intel/fsp_model_406dx: Invaild include path by Edward O'Callaghan · 10 years ago
  99. 2837ab2 northbridge: DEVICE_NOOP some stub function callbacks by Edward O'Callaghan · 10 years ago
  100. 5ad6ec5 inteltool: Fix message in case of multiple LPC controllers by Mathias Krause · 10 years ago