aboutsummaryrefslogtreecommitdiffstats
path: root/src/smm.c
Commit message (Expand)AuthorAgeFilesLines
* seabios: smm: move out piix4 specific smram logic to dev-i440fx.cIsaku Yamahata2010-07-241-33/+25
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-1/+1
* Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.Kevin O'Connor2009-12-261-1/+1
* Do garbage collection of unused sections.Kevin O'Connor2009-06-101-3/+1
* Change license from GPLv3 to LGPLv3.Kevin O'Connor2009-01-151-1/+1
* Minor - don't call smm_init() from init_bios_tables()Kevin O'Connor2008-12-101-0/+3
* Don't overwrite memory on smm init.Kevin O'Connor2008-12-061-15/+22
* Don't allow start_bdf with new auto max bus detection code.Kevin O'Connor2008-12-041-4/+4
* Overhaul PCI config functions.Kevin O'Connor2008-11-091-14/+12
* Synch pci ids and registers with Linux kernel source.Kevin O'Connor2008-11-081-0/+1
* Add dprintf() status writes during startup of bios table inits.Kevin O'Connor2008-11-081-0/+2
* Use defines for PCI ids.Kevin O'Connor2008-10-251-2/+4
* Add additional config options to remove parts of code.Kevin O'Connor2008-07-211-0/+2
* Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor2008-07-041-0/+2
* Separate SMM code into its own file (smm.c from rombios32.c).Kevin O'Connor2008-07-041-0/+120
* Revert "Commit missing files from last commit."Kevin O'Connor2008-03-081-118/+0
* Commit missing files from last commit.Kevin O'Connor2008-03-051-0/+118