1. 0b0113f device/device.h: Rename pci_domain_scan_bus by Arthur Heymans · 11 months ago
  2. 44a48ce Kconfig: Bring HEAP_SIZE to a common, large value by Patrick Georgi · 9 months ago
  3. 42f1505 memlayout.ld: Increase RAMSTAGE size to more than 1MB everywhere by Patrick Georgi · 9 months ago
  4. bba14fe soc/cavium/cn81xx: Use correct size for MPIDR_EL1 register by Arthur Heymans · 1 year, 3 months ago
  5. 2710df7 treewide: stop calling custom TPM log "TCPA" by Sergii Dmytruk · 1 year, 8 months ago
  6. b433470 soc/cavium/cn81xx: Use write{32,64}p() by Elyes Haouas · 1 year, 7 months ago
  7. 285bf09 soc/cavium/cn81xx: Use read64p() by Elyes Haouas · 1 year, 7 months ago
  8. a51d9b0 src/soc/cavium: Remove unnecessary space after casts by Elyes Haouas · 1 year, 8 months ago
  9. 799c321 cbmem_top_chipset: Change the return value to uintptr_t by Elyes Haouas · 1 year, 8 months ago
  10. be03903 soc/cavium,ti: Do resource transition by Kyösti Mälkki · 3 years, 1 month ago
  11. 27d6299 device/resource: Add _kb postfix for resource allocators by Kyösti Mälkki · 2 years, 2 months ago
  12. 11cac78 Replace some ENV_ROMSTAGE with ENV_RAMINIT by Kyösti Mälkki · 2 years, 3 months ago
  13. 19baa9d i2c: Add configurable I2C transfer timeout by Jes Klinke · 2 years, 5 months ago
  14. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 6 months ago
  15. 4e9bb33 Rename ECAM-specific MMCONF Kconfigs by Shelley Chen · 2 years, 9 months ago
  16. 26f97f9 src/soc to src/superio: Fix spelling errors by Martin Roth · 2 years, 10 months ago
  17. 834b3ec cbfs: Simplify load/map API names, remove type arguments by Julius Werner · 4 years, 4 months ago
  18. baf27db cbfs: Enable CBFS mcache on most chipsets by Julius Werner · 4 years, 10 months ago
  19. cb795f0 soc/cavium: Drop unneeded empty lines by Elyes HAOUAS · 3 years, 11 months ago
  20. e3a1247 include/console/uart: make index parameter unsigned by Felix Held · 3 years, 10 months ago
  21. 225be5f src: Remove unused 'include <types.h>' by Elyes HAOUAS · 4 years, 2 months ago
  22. 46514c2 treewide: Add Kconfig variable MEMLAYOUT_LD_FILE by Furquan Shaikh · 4 years, 1 month ago
  23. 0c154af src: Remove redundant includes by Elyes HAOUAS · 4 years, 2 months ago
  24. fcf7d99 src: Remove unused 'include <bootmode.h>' by Elyes HAOUAS · 4 years, 2 months ago
  25. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 2 months ago
  26. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  27. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 2 months ago
  28. 2f8ba69 Replace DEVICE_NOOP with noop_(set|read)_resources by Nico Huber · 4 years, 3 months ago
  29. a461b69 Drop unnecessary DEVICE_NOOP entries by Nico Huber · 4 years, 3 months ago
  30. 5f249e6 soc/cavium: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  31. deeccbf Drop explicit NULL initializations from `device_operations` by Elyes HAOUAS · 4 years, 3 months ago
  32. c79e96b security/vboot: Decouple measured boot from verified boot by Bill XIE · 5 years ago
  33. 1c6d8a9 soc: Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  34. 8cf28db soc/{amd,cavium,mediatek,sifive}: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 8 months ago
  35. 8245bd2 fmap: Make FMAP_CACHE mandatory if it is configured in by Julius Werner · 4 years, 7 months ago
  36. 55009af Change all clrsetbits_leXX() to clrsetbitsXX() by Julius Werner · 4 years, 8 months ago
  37. d05f57c arch/arm64: Pass cbmem_top to ramstage via calling argument by Arthur Heymans · 4 years, 9 months ago
  38. 340e4b8 lib/cbmem_top: Add a common cbmem_top implementation by Arthur Heymans · 4 years, 9 months ago
  39. 57e8909 src/soc: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 9 months ago
  40. b3f24b4 arm64: Uprev Arm TF and adjust to BL31 parameter changes by Julius Werner · 5 years ago
  41. 0a8da74 arm64: Rename arm_tf.c/h to bl31.c/h by Julius Werner · 5 years ago
  42. 5cf9ccc src: Include <stdint.h> instead of <inttypes.h> by Jacob Garber · 5 years ago
  43. 76c4386 arch/non-x86: Flip HAVE_MONOTONIC_TIMER default by Kyösti Mälkki · 5 years ago
  44. 0e9116f device_tree: Make FDT property data non-const by Julius Werner · 5 years ago
  45. fbec63d device_tree: Have absolute paths start with '/' by Julius Werner · 5 years ago
  46. f36d53c device_tree: Drop sub-node path lookup from dt_find_node_by_path() by Julius Werner · 5 years ago
  47. 6702b68 device_tree: Add phandle caching and lookups by Julius Werner · 5 years ago
  48. cd4fe0f src: include <assert.h> when appropriate by Elyes HAOUAS · 5 years ago
  49. bf0970e src: Use include <delay.h> when appropriate by Elyes HAOUAS · 5 years ago
  50. add76f9 src: Use #include <timer.h> when appropriate by Elyes HAOUAS · 5 years ago
  51. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  52. c9b7d1f security/tpm: Fix TCPA log feature by Philipp Deppenwiese · 6 years ago
  53. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  54. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  55. 2201da3 soc/cavium/cn81xx: Drop VBOOT_RETURN_FROM_VERSTAGE by Patrick Rudolph · 5 years ago
  56. 6220f8d soc/cavium/cn81xx: Enable RNG for DRAM init by Patrick Rudolph · 5 years ago
  57. b94ecc4 soc/cavium/common: Make ecam0_get_bar_val common by Patrick Rudolph · 5 years ago
  58. 71c0a94 drivers/cavium: Add UART PCI driver by Patrick Rudolph · 6 years ago
  59. 7e0dea6 symbols.h: Add macro to define memlayout region symbols by Julius Werner · 5 years ago
  60. dff29e0 bootmem: add new memory type for BL31 by Ting Shen · 5 years ago
  61. ab0a774 cbmem_top: Fix comment and remove upper limit by Patrick Rudolph · 6 years ago
  62. 267684f soc/cavium/cn81xx: Replace uses of dev_find_slot() by Kyösti Mälkki · 6 years ago
  63. 1d748c5 console: Change BOOTBLOCK_CONSOLE default to `y` by Nico Huber · 6 years ago
  64. cb10346 soc/cavium: Remove white spaces before tabs by Elyes HAOUAS · 6 years ago
  65. 755db95 (console,drivers/uart)/Kconfig: Fix dependencies by Nico Huber · 6 years ago
  66. ead574e src: Get rid of duplicated includes by Elyes HAOUAS · 6 years ago
  67. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  68. c4e4193 src: Add missing include <stdint.h> by Elyes HAOUAS · 6 years ago
  69. 10d7845 soc/cavium/cn81xx: Drop dead do_soft_reset() implementation by Nico Huber · 6 years ago
  70. fe66a07 soc/cavium: dynamic UART initialization for cavium cn8100 by Jens Drenhaus · 6 years ago
  71. 7de4bb5 soc/cavium/cn81xx/spi: Add function to return SPI clock by Patrick Rudolph · 6 years ago
  72. 27667a2 soc/cavium/cn81xx: Don't use device_t in ramstage by Elyes HAOUAS · 6 years ago
  73. 31a4700c soc/cn81xx: Add vboot support by Philipp Deppenwiese · 6 years ago
  74. 70866e9 soc/cavium/cn81xx: Don't directly manipulate devicetree data by Patrick Rudolph · 6 years ago
  75. 0a7d690 device_tree/fit: Constify data structures by Patrick Rudolph · 6 years ago
  76. 52acef1 soc/cavium/cn81xx: Fix minor things by Patrick Rudolph · 6 years ago
  77. eead879 [HACK]cavium/cn81xx/soc: Don't advertise CAR area as usable by Patrick Rudolph · 6 years ago
  78. 73be9dd arm64: Remove set_cntfrq() function by Julius Werner · 6 years ago
  79. 5cdaa33 soc/cavium/cn81xx: Use ATF from blobs repo by Patrick Rudolph · 6 years ago
  80. e15556e soc/cavium/bootblock: Get rid of register X1 by Patrick Rudolph · 6 years ago
  81. 3f4f5a3 soc/cavium: Enable DRAM test by Patrick Rudolph · 6 years ago
  82. de4410c soc/cavium: Apply additional devicetree fixups by Patrick Rudolph · 6 years ago
  83. d0c6797 soc/cavium: Add PCI support by Patrick Rudolph · 6 years ago
  84. de8e689 bdk: Use Kconfig options instead of getenv() by Patrick Rudolph · 6 years ago
  85. 517c4c1 soc/cavium: Fix overflow before widen by Patrick Rudolph · 6 years ago
  86. ded0c77 Coverity: Fix CID1393976 by Patrick Rudolph · 6 years ago
  87. 88f81af soc/cavium: Add secondary CPU support by Patrick Rudolph · 6 years ago
  88. ae15fec soc/cavium/cn81xx: Set cntfrq_el0 by Patrick Rudolph · 6 years ago
  89. d0dcf87 soc/cavium: Clean uart code by Patrick Rudolph · 6 years ago
  90. 06c7d64 soc/cavium: Enable MMU by Patrick Rudolph · 6 years ago
  91. 8cbd569 cavium: Add CN81xx SoC and eval board support by David Hendricks · 7 years ago