index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Replace CONFIG_SCREEN_AND_DEBUG with "etc/screen-and-debug" file.
Kevin O'Connor
2011-07-05
1
-0
/
+1
*
Calculate vgahook responses during setup instead of in 16bit code.
Kevin O'Connor
2011-07-02
1
-2
/
+3
*
Remove dev-i440fx.c/h - move code closer to its callers.
Kevin O'Connor
2011-06-19
1
-7
/
+0
*
Add support for use as Xen HVM BIOS.
Ian Campbell
2011-06-13
1
-0
/
+1
*
Move support for copying out BIOS tables into its own file.
Ian Campbell
2011-06-13
1
-0
/
+5
*
Move the CBFS payload setup to later in the boot.
Kevin O'Connor
2011-01-08
1
-0
/
+1
*
Extract space trimming code from ATA and use in USB and bootorder code.
Kevin O'Connor
2011-01-08
1
-0
/
+1
*
Remove drive->desc field.
Kevin O'Connor
2010-12-29
1
-0
/
+2
*
Add strchr() function.
Kevin O'Connor
2010-12-24
1
-0
/
+1
*
util: add memset_fl()
Gerd Hoffmann
2010-12-05
1
-0
/
+1
*
Enhance call32() to pass a parameter to called function.
Kevin O'Connor
2010-11-25
1
-0
/
+1
*
pci: introduce pci_region to manage pci io/memory/prefmemory regions.
Isaku Yamahata
2010-11-13
1
-0
/
+29
*
Cleanup - it's no longer necessary to manually reset global variables.
Kevin O'Connor
2010-09-25
1
-2
/
+0
*
Add memalign_tmp() helper function.
Kevin O'Connor
2010-09-15
1
-0
/
+9
*
Try to hard-reboot on rerun of post even on emulators.
Kevin O'Connor
2010-09-15
1
-1
/
+3
*
Only show bootsplash during boot menu.
Kevin O'Connor
2010-08-25
1
-0
/
+1
*
Bootsplash fixes and cleanups.
Kevin O'Connor
2010-07-26
1
-1
/
+4
*
Minor - introduce GDT_GRANLIMIT macro.
Kevin O'Connor
2010-07-25
1
-5
/
+9
*
seabios: smm: move out piix4 specific smram logic to dev-i440fx.c
Isaku Yamahata
2010-07-24
1
-0
/
+4
*
seabios: shadow: make device finding more generic.
Isaku Yamahata
2010-07-24
1
-0
/
+2
*
seabios: acpi: move out endian conversion helper function.
Isaku Yamahata
2010-07-24
1
-0
/
+10
*
seabios: pciinit: use pci device initializer helper function.
Kevin O'Connor
2010-07-10
1
-0
/
+2
*
Initial bootsplash support.
Kevin O'Connor
2010-06-28
1
-0
/
+4
*
Unify optionrom cbfs/qemu_cfg rom pulling code.
Kevin O'Connor
2010-06-13
1
-2
/
+1
*
Introduce memcpy_fl - a memcpy on "flat" pointers.
Kevin O'Connor
2010-06-06
1
-0
/
+1
*
Don't use RTC to time boot menu delay.
Kevin O'Connor
2010-05-23
1
-1
/
+0
*
Generalize timer based delay code.
Kevin O'Connor
2010-05-23
1
-0
/
+3
*
Rename check_time() to check_tsc().
Kevin O'Connor
2010-05-23
1
-1
/
+1
*
Allow wait_irq to be called in 32bit code.
Kevin O'Connor
2010-05-23
1
-10
/
+4
*
Force use of indirect function calls in inline assembler.
Kevin O'Connor
2010-03-20
1
-1
/
+1
*
Don't move EBDA while an optionrom is running (CONFIG_THREAD_OPTIONROMS).
Kevin O'Connor
2010-03-20
1
-0
/
+1
*
Backup and restore registers when calling out to user funcs.
Kevin O'Connor
2010-03-13
1
-3
/
+6
*
Introduce simple "mutex" locking code.
Kevin O'Connor
2010-02-28
1
-0
/
+3
*
Add a generic "internal error" warning function.
Kevin O'Connor
2010-02-28
1
-0
/
+3
*
Cleanup - build drive description in temp memory during init.
Kevin O'Connor
2010-02-21
1
-0
/
+6
*
Optimize ntohl() code.
Kevin O'Connor
2010-02-15
1
-7
/
+15
*
Introduce standard warnings for allocation failures and timeouts.
Kevin O'Connor
2010-02-14
1
-6
/
+32
*
Support USB interrupt schedules on OHCI and UHCI.
Kevin O'Connor
2010-02-13
1
-0
/
+2
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-35
/
+35
*
Add __noreturn define for __attribute__((noreturn)).
Kevin O'Connor
2010-01-01
1
-3
/
+2
*
Implement native 32bit APM support.
Kevin O'Connor
2010-01-01
1
-1
/
+1
*
Add support for 32bit PCI BIOS entry.
Kevin O'Connor
2009-12-30
1
-0
/
+1
*
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
2009-12-26
1
-1
/
+1
*
move htonl() + friends to util.h
Gerd Hoffmann
2009-12-18
1
-0
/
+7
*
Enhance experimental option rom "threading" - enable preemption.
Kevin O'Connor
2009-12-13
1
-10
/
+20
*
Move stack manipulation code from util.c to new file stacks.c.
Kevin O'Connor
2009-12-10
1
-18
/
+27
*
Move ps2 specific keyboard and mouse code to ps2port.c.
Kevin O'Connor
2009-12-09
1
-0
/
+1
*
Clear thread info on each boot.
Kevin O'Connor
2009-12-09
1
-0
/
+1
*
Introduce optimized iomemcpy function for copying from io memory.
Kevin O'Connor
2009-12-05
1
-0
/
+1
*
Update snprintf to return the number of bytes used.
Kevin O'Connor
2009-11-24
1
-1
/
+1
[prev]
[next]