1. 9ab39de Add qemu detection to csm by Gerd Hoffmann · 10 years ago
  2. 07cf73b Merge bmp.h, boot.h, jpeg.h, and post.h into util.h. by Kevin O'Connor · 10 years ago
  3. 392d2aa Move standard bda type info from biosvar.h to std/bda.h. by Kevin O'Connor · 10 years ago
  4. 5a7545c Move fw/acpi.h to std/acpi.h. by Kevin O'Connor · 10 years ago
  5. b37a528 Move fw/smbios.h to std/smbios.h. by Kevin O'Connor · 10 years ago
  6. f6d700d Move fw/LegacyBios.h to std/LegacyBios.h and remove csm.h. by Kevin O'Connor · 10 years ago
  7. 8fb3a5e Move optionroms.h to std/optionrom.h and util.h. by Kevin O'Connor · 10 years ago
  8. 2d2fa31 Move function definitions for output.c from util.h to new file output.h. by Kevin O'Connor · 10 years ago
  9. 9dea590 Move malloc code from pmm.c to new files malloc.c and malloc.h. by Kevin O'Connor · 10 years ago
  10. 3df600b Move stacks.c definitions from util.h to new file stacks.h. by Kevin O'Connor · 10 years ago
  11. fa9c66a Rename util.c to string.c and introduce string.h. by Kevin O'Connor · 10 years ago
  12. ccee6e8 Move code cenetered around firmware initialization to src/fw/ by Kevin O'Connor · 10 years ago[Renamed from src/csm.c]
  13. 5d369d8 Move code centered around specific hardware devices to src/hw/ by Kevin O'Connor · 10 years ago
  14. 7093aa5 Add missing mathcp_setup() call to CSM code. by Kevin O'Connor · 10 years ago
  15. c6e8c07 Move internal timer code from clock.c to a new file timer.c. by Kevin O'Connor · 10 years ago
  16. aa7c234 PIC code cleanups. by Kevin O'Connor · 10 years ago
  17. d304fe4 Rename find_pmtimer() to find_acpi_features() by David Woodhouse · 11 years ago
  18. e52ad39 Use CONFIG_ prefix for Kconfig variables; use BUILD_ for others. by Kevin O'Connor · 11 years ago
  19. 89a2f96 Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG. by Kevin O'Connor · 11 years ago
  20. 84b7dcb Implement !CONFIG_BOOT for CSM by David Woodhouse · 11 years ago
  21. 0feab53 Implement !CONFIG_OPTIONROMS support for CSM by David Woodhouse · 11 years ago
  22. 4b1d2be Unify return path for CSM to go via csm_return() by David Woodhouse · 11 years ago
  23. 31fe26e Move find_pmtimer() to ACPI table setup where it logically belongs by David Woodhouse · 11 years ago
  24. 38c2ebf Fix rom_reserve()/rom_confirm() for CSM oprom dispatch by David Woodhouse · 11 years ago
  25. 5d47eb4 Enable PMTIMER for CSM build by David Woodhouse · 11 years ago
  26. 118469a Add CSM support by David Woodhouse · 11 years ago