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