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