1. 31bcda2 smm: Use a C struct to define the layout of the SMM area. by Kevin O'Connor · 10 years ago
  2. f4c511c smm: Replace SMI assembler code with C code. by Kevin O'Connor · 10 years ago
  3. 2126994 smm: unify SMM handlers by Paolo Bonzini · 10 years ago
  4. 457ba42 smm: complete SMM setup by Paolo Bonzini · 10 years ago
  5. 40d0312 piix: add and use dev-piix.h by Paolo Bonzini · 10 years ago
  6. a217de9 acpi: remove PORT_ACPI_PM_BASE constant by Gerd Hoffmann · 10 years ago
  7. 4a3f195 smm: remove code to handle ACPI disable/enable by Paolo Bonzini · 10 years ago
  8. 028f348 Minor - replace some tab characters that slipped into the code. by Kevin O'Connor · 10 years ago
  9. 4ade523 Remove ioport.h; disperse its contents to other header files. by Kevin O'Connor · 11 years ago
  10. 2d2fa31 Move function definitions for output.c from util.h to new file output.h. by Kevin O'Connor · 11 years ago
  11. fa9c66a Rename util.c to string.c and introduce string.h. by Kevin O'Connor · 11 years ago
  12. b9c6a96 Split x86 specific functions out of util.c/h to new files x86.c/h. by Kevin O'Connor · 11 years ago
  13. ccee6e8 Move code cenetered around firmware initialization to src/fw/ by Kevin O'Connor · 11 years ago[Renamed from src/smm.c]
  14. 5d369d8 Move code centered around specific hardware devices to src/hw/ by Kevin O'Connor · 11 years ago
  15. fd459e8 Minor cleanups to smm assembler. by Kevin O'Connor · 11 years ago
  16. cdbac7f smm: Don't use PCIDevices list in smm_setup(). by Kevin O'Connor · 11 years ago
  17. a2a86e2 Group QEMU platform setup together and move to paravirt.c. by Kevin O'Connor · 11 years ago
  18. 897fb11 Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen(). by Kevin O'Connor · 11 years ago
  19. d83c87b Normalize POST initialization function name suffixes. by Kevin O'Connor · 12 years ago
  20. 72a590e seabios: add q35 initialization functions. by Isaku Yamahata · 12 years ago
  21. 12c991e SMM: Disable use of SMM when running under Xen by Ian Campbell · 12 years ago
  22. 0cd7005 Convert pci_find_device/class to use 'struct pci_device'. by Kevin O'Connor · 13 years ago
  23. 278b19f Convert pci_init_device to use 'struct pci_device'. by Kevin O'Connor · 13 years ago
  24. 6e4583c Remove dev-i440fx.c/h - move code closer to its callers. by Kevin O'Connor · 13 years ago
  25. aec19c9 seabios: smm: move out piix4 specific smram logic to dev-i440fx.c by Isaku Yamahata · 14 years ago
  26. 1ca05b0 Be sure to add "void" to all function prototypes that take no args. by Kevin O'Connor · 15 years ago
  27. 52a300f Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT. by Kevin O'Connor · 15 years ago
  28. c069394 Do garbage collection of unused sections. by Kevin O'Connor · 15 years ago
  29. b1b7c2a Change license from GPLv3 to LGPLv3. by Kevin O'Connor · 16 years ago
  30. 4bbd3b3 Minor - don't call smm_init() from init_bios_tables() by Kevin O'Connor · 16 years ago
  31. e682cbc Don't overwrite memory on smm init. by Kevin O'Connor · 16 years ago
  32. 4132e02 Don't allow start_bdf with new auto max bus detection code. by Kevin O'Connor · 16 years ago
  33. be19cdc Overhaul PCI config functions. by Kevin O'Connor · 16 years ago
  34. 2ed2f58 Synch pci ids and registers with Linux kernel source. by Kevin O'Connor · 16 years ago
  35. 7b49cd9 Add dprintf() status writes during startup of bios table inits. by Kevin O'Connor · 16 years ago
  36. 415c2dc Use defines for PCI ids. by Kevin O'Connor · 16 years ago
  37. 4096702 Add additional config options to remove parts of code. by Kevin O'Connor · 16 years ago
  38. 9521e26 Extract 'struct bregs' out of biosvar.h; clean up header includes. by Kevin O'Connor · 16 years ago
  39. f7ba6d7 Separate SMM code into its own file (smm.c from rombios32.c). by Kevin O'Connor · 16 years ago
  40. ef5789e Revert "Commit missing files from last commit." by Kevin O'Connor · 16 years ago
  41. a75284d Commit missing files from last commit. by Kevin O'Connor · 16 years ago