1. 3d45c40 timestamps: Stash early timestamps in CAR_GLOBAL by Kyösti Mälkki · 11 years ago
  2. e28bd4a timestamps intel: Move timestamp scratchpad to chipset by Kyösti Mälkki · 11 years ago
  3. ccf4fdd am335x: Update the config vars selected by CPU_TI_AM335X. by Gabe Black · 11 years ago
  4. d50cdf1 CBMEM: Drop parameter from cbmem_reinit() by Kyösti Mälkki · 11 years ago
  5. bc90e15 CBMEM: Backup top_of_ram instead of cbmem_toc by Kyösti Mälkki · 11 years ago
  6. c984f4f AMD AGESA: Place CAR_GLOBAL in BSP stack by Kyösti Mälkki · 11 years ago
  7. 93b2bd7 usbdebug: Do not support logging from SMM by Kyösti Mälkki · 11 years ago
  8. 59c3a06 AMD AGESA: Remove INVD instruction when transitioning from CAR by Bruce Griffith · 11 years ago
  9. c66f1cb Include boot_cpu.c for romstage builds by Kyösti Mälkki · 11 years ago
  10. ac90d80 AMD Kabini: Split DSDT into common sections by Mike Loptien · 11 years ago
  11. da940c5 Make EARLY_CONSOLE optional by Kyösti Mälkki · 11 years ago
  12. 5d7d09c AMD Kabini: Add CPU AGESA wrapper for new AMD processor family by Siyuan Wang · 11 years ago
  13. 8eaf1e7 cpu/intel/model_67x: Add missing include by Kyösti Mälkki · 11 years ago
  14. b5e777c X86: make the SIPI num_starts a config variable by Ronald G. Minnich · 11 years ago
  15. bf0988b AMD Fam15tn: Split DSDT into common sections by Steve Goodrich · 11 years ago
  16. 630e4e8 am335x: Make the default media for the bootblock sram instead of NAND flash. by Gabe Black · 11 years ago
  17. 6cfe223 am335x: Add the config variable ROMSTAGE_BASE to the CPU's Kconfig. by Gabe Black · 11 years ago
  18. 4c3ab73 cpu: Fix spelling by Martin Roth · 11 years ago
  19. 2c516ed usbdebug: Drop old includes by Kyösti Mälkki · 11 years ago
  20. 33e5df3 Set PCI bus operations at buildtime for ramstage by Kyösti Mälkki · 11 years ago
  21. 8ee04d7 usbdebug: Put ehci_debug_info in CAR_GLOBAL by Kyösti Mälkki · 11 years ago
  22. a5dc091 i2c: Change the type of the data parameter to uint8_t. by Gabe Black · 11 years ago
  23. f473df1 armv7/exynos5420: Remove the extra reopen when reading SPI. by Hung-Te Lin · 11 years ago
  24. a965a37 armv7/exynos5420: Apply new implementation for SPI transmission. by Hung-Te Lin · 11 years ago
  25. 8644207 armv7/exynos5420: Add output ability and half-duplex mode in SPI driver. by Hung-Te Lin · 11 years ago
  26. cab3621 armv7/exynos5420: Revise SPI open/close/reset procedure. by Hung-Te Lin · 11 years ago
  27. ed1742c armv7/exynos5420: Provide configuration for SPI0~SPI2. by Hung-Te Lin · 11 years ago
  28. ffa5bad armv7/exynos5420: Change SPI module to standard <spi-generic> interface. by Hung-Te Lin · 11 years ago
  29. 45d524d2 armv7/exynos5420: Clean up unused header and constants in spi.c by Hung-Te Lin · 11 years ago
  30. 16cb010 armv7/exynos5420: Revise SPI device list in cpu.h by Hung-Te Lin · 11 years ago
  31. e42030d arm/exynos: Correct SPI session commands. by Hung-Te Lin · 11 years ago
  32. 8b95c13 AMD: Kconfig cleanup by Kyösti Mälkki · 11 years ago
  33. f396ad5 exynos5420: i2c: Fix error handling. by Gabe Black · 11 years ago
  34. 7c2ae7a exynos5420: Clock the mmc blocks off of the mpll. by Gabe Black · 11 years ago
  35. be58278 exynos5420: use speed parameter in i2c_init() for HSI2C by David Hendricks · 11 years ago
  36. 2d2e37f exynos5420: Change some clock settings. by Gabe Black · 11 years ago
  37. cf7509cf exynos5420: Fix the way the rate of the input clock for i2c buses is found. by Gabe Black · 11 years ago
  38. 7dd5814 snow: Add flush to UART driver. by Hung-Te Lin · 11 years ago
  39. 3a0d0d8 Exynos5420: Initialize USB PHY by Stefan Reinauer · 11 years ago
  40. 2ad63c2 Exynos5250: Initialize USB PHY by Stefan Reinauer · 11 years ago
  41. 062c17b Exynos: Only compile UART in if serial console is selected by Stefan Reinauer · 11 years ago
  42. 0051510 Exynos5420: add code to make sure resume will work on DRAM. by Ronald G. Minnich · 11 years ago
  43. d2f45c6 Simplify early / bootblock console code by Stefan Reinauer · 11 years ago
  44. 46b57bb exynos5420: Switch to fixed size types in dmc.h. by Gabe Black · 11 years ago
  45. becb3f6 exynos5420: Revamp the high speed I2C driver. by Gabe Black · 11 years ago
  46. 3511b92 Samsung CPUs: Unify Kconfig by Stefan Reinauer · 11 years ago
  47. 83fd239 exynos5420: update I2C code, add HSI2C/USI support by David Hendricks · 11 years ago
  48. 3245056 ARM: when setting a GPIO to put, set the value, then the direction by Ronald G. Minnich · 11 years ago
  49. c883fdc exynox5420: Remove the 5250 clock registers and fix the SPI frequency. by Gabe Black · 11 years ago
  50. e6af929 PIT: memory setup by Ronald G. Minnich · 11 years ago
  51. eb9517c exynos5420: add I2C8-10 to clock_get_periph_rate() by David Hendricks · 11 years ago
  52. e6a44eb exynos5420: Implement support for the pinmux as functions. by Gabe Black · 11 years ago
  53. fe64060 exynos5250: De-switch-ify the pinmux configuration code. by Gabe Black · 11 years ago
  54. fbb11cf ARM: Separate the early console (romstage) from the bootblock console. by Gabe Black · 11 years ago
  55. 2d81125 exynos5420: Clear the framebuffer before making it uncacheable by Stefan Reinauer · 11 years ago
  56. 6c184d6 exynos5420: Don't disable and re-enable the MMU when uncaching the framebuffer by Stefan Reinauer · 11 years ago
  57. f175191 exynos5420: Simplify the graphics code by eliminating the unused color map by Stefan Reinauer · 11 years ago
  58. 1162103 exynos5420: Fix some problems with the clock management code. by Gabe Black · 11 years ago
  59. d63bddc armv7: Reserve space BL1 and checksum header by specifying bootblock offset. by Hung-Te Lin · 11 years ago
  60. 32ab283 cpu: Add CPU microcode file to cbfs with 16-byte alignment by Aaron Durbin · 11 years ago
  61. 7cced0d ec: Add romstage function for checking and rebooting EC by Duncan Laurie · 11 years ago
  62. 5420e09 exynos5420: Replace the 5250 clock logic with 5420. by Gabe Black · 11 years ago
  63. 99ed2a8 exynos5420: Make the ps_hold_setup function public. by Gabe Black · 11 years ago
  64. 998ab0d Exynos5420: Clean up console code by Stefan Reinauer · 11 years ago
  65. 39fda6d exynos5250: Clear the framebuffer before making it uncacheable. by Gabe Black · 11 years ago
  66. 986162b exynos5250: Don't disable and re-enable the MMU when uncaching the framebuffer. by Gabe Black · 11 years ago
  67. 1e797bd exynos5250: Simplify the graphics code by eliminating the unused color map. by Gabe Black · 11 years ago
  68. 63dd2cb exynos5250: When enabling the I2S pins, turn off pull ups/downs. by Gabe Black · 11 years ago
  69. ea9c98d exynos5420: Replace the 5250 GPIO code with code that should work on 5420. by Gabe Black · 11 years ago
  70. 919c804 ARMv7: Clean up console code by Stefan Reinauer · 11 years ago
  71. b2d811a pit: Fix some settings for the exynos5420 CPU. by Gabe Black · 11 years ago
  72. 607c0b6 pit: Create an exynos5420 directory which is nearly a copy of exynos5250. by Gabe Black · 11 years ago
  73. dc006c1 ARMv7: De-uboot-ify Exynos5250 GPIO code by Stefan Reinauer · 11 years ago
  74. 08dc357 ARMv7: De-uboot-ify Exynos5250 code by Stefan Reinauer · 11 years ago
  75. f73de9b Update 3rdparty hash for latest ARM BL1 binaries by Stefan Reinauer · 11 years ago
  76. b98dec0 samsung/exynos5250: unify code by Stefan Reinauer · 11 years ago
  77. 043eb0e Wield battle axe at ARM port by Stefan Reinauer · 11 years ago
  78. 8cfa33e am335x: Implement support for the UART. by Gabe Black · 11 years ago
  79. 94f631c am335x: Fix the address of the pinmux registers. by Gabe Black · 11 years ago
  80. 0d8d482 AMD S3 resume: Add framwork to write bigger data by Siyuan Wang · 11 years ago
  81. 7f5897a Do CAR variable migration only once by Aaron Durbin · 11 years ago
  82. 52e665b Add initial support for DMP Vortex86EX CPU. by Andrew Wu · 11 years ago
  83. 5acc76c am335x: Add pinmux support based on the functions in U-Boot by Gabe Black · 11 years ago
  84. ee941b38 qemu: add q35 support by Gerd Hoffmann · 11 years ago
  85. 156ff13 cpu/amd/geode_lx/cache_as_ram.inc: Use $ for constant value instead of memory reference by Christopher Kilgour · 11 years ago
  86. e49679d usbdebug: Drop temporary disables of log output by Kyösti Mälkki · 11 years ago
  87. 6c4f3ce AMD S3 resume: use a function to replace duplicated code by Siyuan Wang · 11 years ago
  88. 22dcdd9 Add support for Intel Nehalem CPU by Vladimir Serbinenko · 11 years ago
  89. 3a09179f Revert "Add support for Intel Ibex Peak (Mobile 5) southbridge" by Stefan Reinauer · 11 years ago
  90. 0210119 Add support for Intel Ibex Peak (Mobile 5) southbridge by Stefan Reinauer · 11 years ago
  91. 942e69d am335x: Add struct `am335x_uart` for uart registers by David Hendricks · 11 years ago
  92. 6e5c86f am335x: Revert how the header load size is calculated to an earlier method. by Gabe Black · 11 years ago
  93. 1ef5ff2 am335x: Make the iROM load only the bootblock and ROM stage. by Gabe Black · 11 years ago
  94. ddbfc64 am335x: Build an omap style header and an image with it at the front. by Gabe Black · 11 years ago
  95. 641f00c fam15 vendorcode: Change license to BSD from AMD software license by Siyuan Wang · 11 years ago
  96. cbf3073 qemu: add x86 cpu by Gerd Hoffmann · 11 years ago
  97. 775551c VIA Nano: Add microcode updates files by Alexandru Gagniuc · 11 years ago
  98. 66da043 haswell: allow for disabled hyperthreading by Aaron Durbin · 11 years ago
  99. 3aa5816 am335x: Clean up/fix some settings in the am335x Kconfig. by Gabe Black · 11 years ago
  100. c4fd297 cpu/amd/geode_lx/Kconfig: Select TSC_MONOTONIC_TIMER by Christian Gmeiner · 11 years ago