1. 67f63e7 src/device + util/sconfig: Introduce new device 'mdio' by Mario Scheithauer · 1 year, 10 months ago
  2. c0fc38e sconfig: Allow to specify device operations by Nico Huber · 2 years ago
  3. ac136250 commonlib: Substitude macro "__unused" in compiler.h by Bill XIE · 2 years, 1 month ago
  4. 437da71 SMBIOS/SCONFIG: Allow devtree-defined Type 41 entries by Angel Pons · 3 years ago
  5. 0df32c8 sconfig: Emit device structure pointers if alias names are provided by Furquan Shaikh · 2 years, 11 months ago
  6. 5cd979e util/sconfig: Update static.c to include boot/coreboot_tables.h by Tim Wawrzynczak · 3 years ago
  7. d56d2a8 util/sconfig: Extract handling of SMBIOS data by Angel Pons · 3 years ago
  8. 39e0297 util/sconfig: Always generate SMBIOS CPP guards by Angel Pons · 3 years ago
  9. b9c22e0 util/sconfig: Compare probe conditions for override device match by Furquan Shaikh · 3 years ago
  10. 2995588 util/sconfig: Remove unused devicetree keywords ESPI & LPC by Martin Roth · 3 years, 1 month ago
  11. e59ad2e sconfig: Emit probe_list in all stages by Furquan Shaikh · 3 years, 3 months ago
  12. 54c3662 util/sconfig: Fix null pointer dereferences by Tim Wawrzynczak · 3 years, 3 months ago
  13. 13e240c util/sconfig: Add support for discontiguous FW_CONFIG fields by Tim Wawrzynczak · 3 years, 4 months ago
  14. 9d1bf81 sconfig: Use get_chip_instance() to set base_chip_instance by Furquan Shaikh · 3 years, 6 months ago
  15. 3a7db27 sconfig: Handle smbios_slot_desc in overridetree by Frans Hendriks · 3 years, 7 months ago
  16. fceca92 util/sconfig: Emit chip config pointers for PCI devices on root bus by Furquan Shaikh · 3 years, 7 months ago
  17. 708f25e util/sconfig: Change __pci*|__pnp* device pointers to const by Furquan Shaikh · 3 years, 7 months ago
  18. dbb667a device + util/sconfig: introduce new device `gpio` by Michael Niewöhner · 3 years, 8 months ago
  19. 7f6a484 sconfig: Apply 'hidden' state from override tree by Duncan Laurie · 3 years, 10 months ago
  20. 5193312 util/sconfig: Report which key is duplicate by Patrick Georgi · 3 years, 10 months ago
  21. 24b4af6 fw_config: Convert fw_config to a 64-bit field by Tim Wawrzynczak · 3 years, 11 months ago
  22. ba4a490 sconfig: Split up sconfig-generated static.h by Tim Wawrzynczak · 3 years, 11 months ago
  23. e335c2e sconfig: Allow chipset to provide a base devicetree by Duncan Laurie · 4 years, 1 month ago
  24. cbd0bd8 sconfig: Add function for parse+override of tree by Duncan Laurie · 4 years, 2 months ago
  25. 51c8373 sconfig: Switch to getopt by Duncan Laurie · 4 years, 2 months ago
  26. 8e1ea52 sconfig: Allow to link devices to other device's drivers by Nico Huber · 4 years, 2 months ago
  27. b2a10f8 devicetree: Remove weak declarations for ops by Kyösti Mälkki · 5 years ago
  28. 47b7b34 sconfig: Add support for firmware configuration by Duncan Laurie · 4 years, 3 months ago
  29. 57bbcb3 util/sconfig: Move default includes out of emit_chips() by Nico Huber · 4 years, 3 months ago
  30. d09459f util/sconfig: Refactor and fix add_register() by Nico Huber · 4 years, 3 months ago
  31. 3f3f53c util/sconfig: Add LPC and ESPI buses by Raul E Rangel · 4 years, 3 months ago
  32. 7333a11 util/: Replace GPLv2 boiler plate with SPDX header by Patrick Georgi · 4 years, 3 months ago
  33. ea063cb AUTHORS, util/: Drop individual copyright notices by Patrick Georgi · 4 years, 3 months ago
  34. bbade24 util/sconfig: Drop use of ref_count for chip_instance by Furquan Shaikh · 4 years, 4 months ago
  35. 9f681d2 util/sconfig: Move chip instance id assignment to emit_chips() by Furquan Shaikh · 4 years, 4 months ago
  36. 4ebe953 util/sconfig: Drop id from struct device maintained by sconfig by Furquan Shaikh · 4 years, 4 months ago
  37. d47afe9 util/sconfig: emit NULL sibling fields by Aaron Durbin · 4 years, 5 months ago
  38. 466ca2c Add configurable ramstage support for minimal PCI scanning by Ronald G. Minnich · 4 years, 10 months ago
  39. c61d415 util/sconfig: Fix illogical override rule for resource by Bill XIE · 4 years, 9 months ago
  40. 17e9bcb util/sconfig: Issue header for exposed PCI and PNP names by Nico Huber · 5 years ago
  41. 5e2a2cd util/sconfig: Expose usable PCI and PNP device names by Kyösti Mälkki · 5 years ago
  42. 1557a67 device: Move pci_irqs outside DEVTREE_EARLY by Kyösti Mälkki · 5 years ago
  43. ac14a40 util/sconfig: Fix compile error with older glibc-headers by Werner Zeh · 5 years ago
  44. e29a6ac util/sconfig: Add commonlib/helpers.h by Kyösti Mälkki · 5 years ago
  45. 5ccce7c util/sconfig: Declare the repeated devicetree storage by Kyösti Mälkki · 5 years ago
  46. fa40e82 util/sconfig: Move 'static' at beginning of declaration by Elyes HAOUAS · 5 years ago
  47. ac24d3c sconfig: Add SMBIOS type 9 entries by Patrick Rudolph · 5 years ago
  48. 4d99b27 util/sconfig: Throw an error if override tree has no devices by Furquan Shaikh · 5 years ago
  49. 936dbe1 sconfig: Allow setting device status in device tree by Hung-Te Lin · 6 years ago
  50. 50ddc0b util/sconfig: Get rid of ops from struct device by Furquan Shaikh · 6 years ago
  51. 27efc50 util/sconfig: Add support for overriding base tree properties/node by Furquan Shaikh · 6 years ago
  52. 39ac797 util/sconfig: Enable parsing of override device tree by Furquan Shaikh · 6 years ago
  53. de39fc7 util/sconfig: Prepare sconfig to allow parsing multiple trees by Furquan Shaikh · 6 years ago
  54. 4ca3a8a util/sconfig: Get rid of rescnt in struct device by Furquan Shaikh · 6 years ago
  55. 9319826 util/sconfig: Re-factor device structure in parse tree by Furquan Shaikh · 6 years ago
  56. 7398ded util/sconfig: Make queue handling more generic within main.c by Furquan Shaikh · 6 years ago
  57. 82e8c69 sconfig/main.c: Fix number of arguments in fprintf by Maulik V Vaghela · 6 years ago
  58. 5ad79cd util/sconfig: Get rid of unused parameter to walk_device_tree by Furquan Shaikh · 6 years ago
  59. b72ab9e util/sconfig: Get rid of nextdev member in struct device by Furquan Shaikh · 6 years ago
  60. c56ae2f util/sconfig: Get rid of struct header by Furquan Shaikh · 6 years ago
  61. 369e1f0 util/sconfig: Add helper function for allocating memory by Furquan Shaikh · 6 years ago
  62. a9b6429 util/sconfig: Get rid of bus pointer in device structure by Furquan Shaikh · 6 years ago
  63. a0cc5a6 util/sconfig: Re-factor emitting of headers to static.c by Furquan Shaikh · 6 years ago
  64. 79e8412 util/sconfig: Re-factor sconfig to not assume chip as device by Furquan Shaikh · 6 years ago
  65. bae9f85 devicetree: Add USB device type by Duncan Laurie · 6 years ago
  66. ca2ed9f sconfig: Add a new mmio resource type by Justin TerAvest · 7 years ago
  67. e4d7abc lib: provide clearer devicetree semantics by Aaron Durbin · 7 years ago
  68. e670029 sconfig: Add a new "SPI" device type by Furquan Shaikh · 8 years ago
  69. bec0753 sconfig: Reformat C code by Martin Roth · 8 years ago
  70. c9c27bb sconfig: Remove mainboard chip.h support by Martin Roth · 8 years ago
  71. 824255e sconfig: Remove bootblock and Kconfig modes by Martin Roth · 8 years ago
  72. 25f8a4f sconfig: Update command line parameters by Martin Roth · 8 years ago
  73. 3205170 sconfig: pass in devicetree filename by Martin Roth · 9 years ago
  74. 4650f5b sconfig: Add a new generic device type by Duncan Laurie · 8 years ago
  75. b7ce5fe sconfig: Add 10bit addressing mode to i2c device type by Duncan Laurie · 8 years ago
  76. 2e78aa5 util/sconfig: Fix warnings by Stefan Reinauer · 8 years ago
  77. 92bcaa2 sconfig: remove warning about root_complex by Patrick Georgi · 9 years ago
  78. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  79. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  80. ffda804b sconfig: add cpu device type by Aaron Durbin · 10 years ago
  81. 6fa6843 sconfig: improve argument parsing by Patrick Georgi · 10 years ago
  82. 80fd01d util/sconfig/main.c: Remove assigned but unused variable `link` by Paul Menzel · 10 years ago
  83. 1f68880 sconfig: more careful string resource handling by Patrick Georgi · 10 years ago
  84. ddf54b1 util/sconfig: fix check for count of command line arguments by Daniele Forsi · 10 years ago
  85. 7358643 sconfig: don't "const" structs twice by Patrick Georgi · 11 years ago
  86. 6aeb4a2 AMD: Drop empty root_complex by Kyösti Mälkki · 11 years ago
  87. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 12 years ago
  88. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 12 years ago
  89. e773c92 Make mainboard_ops and mainboard.c file optional by Kyösti Mälkki · 12 years ago
  90. b6f765e Provide weak empty declarations of all chip_ops used on a board by Patrick Georgi · 12 years ago
  91. 1a2a6ee Cleanup sconfig by Kyösti Mälkki · 12 years ago
  92. a93c3fe Drop redundant CHIP_NAME in mainboard.c by Kyösti Mälkki · 12 years ago
  93. aada2e1 Every chip must have chip_operations by Kyösti Mälkki · 12 years ago
  94. fee73df Auto-declare chip_operations by Kyösti Mälkki · 12 years ago
  95. a675d49 Fix SMBIOS generation by Stefan Reinauer · 12 years ago
  96. 57879c9 Make the device tree available in the rom stage by Stefan Reinauer · 12 years ago
  97. 188e3c2 Drop mainboard chip.h by Stefan Reinauer · 12 years ago
  98. 116327e sconfig: typo fix by Patrick Georgi · 12 years ago
  99. 0fa50a1 MPTAPLE: generate from devicetree.cb by Sven Schnelle · 12 years ago
  100. 2dbfcb7 sconfig: Some fixes by Patrick Georgi · 12 years ago