1. 7fcd4d5 device/device.h: Rename busses for clarity by Arthur Heymans · 10 months ago
  2. bfb11be include/device/device.h: Remove CHIP_NAME() macro by Nicholas Sudsgaard · 5 months ago
  3. 0b0113f device/device.h: Rename pci_domain_scan_bus by Arthur Heymans · 10 months ago
  4. a4b391b nb/i440bx: Use newer function for resource declarations by Arthur Heymans · 12 months ago
  5. 27d6299 device/resource: Add _kb postfix for resource allocators by Kyösti Mälkki · 2 years, 1 month ago
  6. 46e93f9 nb/intel/i440bx: Use PARALLEL_MP by Arthur Heymans · 2 years, 7 months ago
  7. 43b7f41 src: Make PCI ID define names shorter by Felix Singer · 2 years, 4 months ago
  8. ffa5e8d nb/intel/i440bx: add resources during read_resources() by Furquan Shaikh · 4 years, 2 months ago
  9. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  10. 095f927 nb/intel/i440bx: Drop northbridge.h by Keith Hui · 4 years, 2 months ago
  11. 2f8ba69 Replace DEVICE_NOOP with noop_(set|read)_resources by Nico Huber · 4 years, 3 months ago
  12. a461b69 Drop unnecessary DEVICE_NOOP entries by Nico Huber · 4 years, 3 months ago
  13. 4b42983 src/northbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  14. deeccbf Drop explicit NULL initializations from `device_operations` by Elyes HAOUAS · 4 years, 3 months ago
  15. dc987fe src/northbridge: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 7 months ago
  16. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  17. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  18. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  19. 8a5283a src: Remove unneeded include <cbmem.h> by Elyes HAOUAS · 6 years ago
  20. 1e8c9ad src: Remove unneeded include <pc80/keyboard.h> by Elyes HAOUAS · 6 years ago
  21. 961d31b intel/i440bx: Drop tests for LATE_CBMEM_INIT by Kyösti Mälkki · 6 years ago
  22. 5474eb1 src/northbridge: Add and update license headers by Martin Roth · 6 years ago
  23. 322fa32 nb/intel/i440bx: Get rid of device_t by Elyes HAOUAS · 6 years ago
  24. 3de3031 {mb,nb,soc}: Remove references to pci_bus_default_ops() by Nico Huber · 6 years ago
  25. 64d2d10 nb/intel/i440: Get rid of device_t by Elyes HAOUAS · 6 years ago
  26. d0301c1 intel/i440bx: Implement EARLY_CBMEM_INIT support by Keith Hui · 7 years ago
  27. 70d92b9 CBMEM: Clarify CBMEM_TOP_BACKUP function usage by Kyösti Mälkki · 7 years ago
  28. 7c414e7 northbridge/intel/i440bx: Align code by Paul Menzel · 7 years ago
  29. 9f74462 northbridge/intel: Use DEVICE_NOOP macro over dummy symbol by Edward O'Callaghan · 10 years ago
  30. 42f4651 CBMEM northbridges: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  31. 33e5df3 Set PCI bus operations at buildtime for ramstage by Kyösti Mälkki · 11 years ago
  32. fd611f9 Drop CONFIG_WRITE_HIGH_TABLES by Stefan Reinauer · 11 years ago
  33. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 11 years ago
  34. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 11 years ago
  35. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  36. 0279036 Remove chip.h files without config structure by Kyösti Mälkki · 12 years ago
  37. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  38. 97be27e We hardcode highmemory size in every northbridge! This is bad, and especially if suspend to ram is involved. Let the default be taken from cbmem.h which also handles the suspend logic. by Rudolf Marek · 14 years ago
  39. 4b42a62 Factor out a few commonly duplicated functions from northbridge.c. by Uwe Hermann · 14 years ago
  40. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  41. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  42. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  43. 312673c Improve coreboot build output and eliminate some warnings: by Uwe Hermann · 15 years ago
  44. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  45. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  46. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  47. 032a965 Trivial white space fixes so that the next patches are easier to read. by Myles Watson · 15 years ago
  48. b5fb0c5 Add high tables support to all northbridges. by Stefan Reinauer · 15 years ago
  49. e562f72 Fix a LOT of implicit function declarations before they become errors. by Corey Osgood · 16 years ago
  50. f1cf1f7 Ever wondered where those "setting incorrect section attributes for by Stefan Reinauer · 17 years ago
  51. f5a6fd2 Various 440BX and Tyan S1846 related minor changes and fixes (trivial): by Uwe Hermann · 17 years ago
  52. f03e4e9 Fixup the 440BX northbridge.c (self-ack as this wasn't working anyway). by Uwe Hermann · 17 years ago
  53. e1dd5e9 Fixed a bug within the 440BX RAM size calculation. Since the DRB values by Ceri Coburn · 17 years ago
  54. 1a9c892 Initial Intel 440BX RAM initialization framework. by Uwe Hermann · 17 years ago
  55. a7aa29b Use the canonical name of the vendors/devices and the by Uwe Hermann · 18 years ago
  56. cb8eab4 add framework for i440bx chipset by Richard Smith · 18 years ago