summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/interface/pcbios
Commit message (Expand)AuthorAgeFilesLines
...
* [pci] Use single "busdevfn" field in struct pci_deviceMichael Brown2011-02-171-3/+2Star
* [init] Remove concept of "shutdown exit flags"Michael Brown2011-01-271-2/+6
* [int13] Dump out MBR at DBGLVL_EXTRAMichael Brown2010-10-181-0/+2
* [int13] Fix typo in debug messageMichael Brown2010-09-221-1/+1
* [int13] Include disk signature in debugging outputMichael Brown2010-09-221-0/+2
* [int13] Add infrastructure to support EDD version 4.0Michael Brown2010-09-221-23/+216
* [block] Replace gPXE block-device API with an iPXE asynchronous interfaceMichael Brown2010-09-148-1064/+696Star
* [ioapi] Move get_memmap() to the I/O API groupPiotr JaroszyƄski2010-08-162-2/+2
* [build] Rename gPXE to iPXEMichael Brown2010-04-2013-51/+51
* [sanboot] Prevent leaking a stack reference for "keep-san" AoEStefan Hajnoczi2010-01-151-21/+33
* [int13] Guard against BIOSes that "fix" the drive countMichael Brown2009-11-181-6/+48
* [int13] Fix number of sectors returned by INT 13,15Michael Brown2009-11-181-2/+6
* [autoboot] Ensure that an error message is always printed for a boot failureMichael Brown2009-11-182-4/+0Star
* [sanboot] Extend the "keep-san" option to non-iSCSI SAN protocolsMichael Brown2009-11-044-17/+35
* [iscsi] Use the "Ethernet-compatible" MAC address in the iBFTMichael Brown2009-10-231-4/+8
* [iscsi] Fix printing of non-existent strings in iBFT debug messagesMichael Brown2009-10-231-1/+2
* [infiniband] Add support for the SRP Boot Firmware TableMichael Brown2009-08-102-0/+111
* [infiniband] Add support for SRP over InfinibandMichael Brown2009-08-101-0/+63
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-1811-0/+22
* [int13] Improve debugging messagesMichael Brown2009-03-311-4/+11
* [iscsi] Include credentials in iBFT only if used during iSCSI loginMichael Brown2009-02-201-3/+53
* [umalloc] Avoid problems when _textdata_memsz is a multiple of 4kBMichael Brown2009-02-151-3/+3
* [efi] Use EFI-native mechanism for accessing SMBIOS tableMichael Brown2008-12-051-0/+84
* [netdevice] Kill off the various guess_boot_netdev() functionsMichael Brown2008-11-212-36/+2Star
* [blockdev] Move block device operations to structure block_device_operationsLaurent Vivier2008-11-191-6/+6
* [i386] Move iSCSI and AoE boot code to arch/i386/interface/pcbiosMichael Brown2008-11-194-0/+641
* [i386] Rename __cdecl to __asmcallMichael Brown2008-11-191-1/+1
* [i386] Free allocated base memory on exit, if possibleMichael Brown2008-11-181-11/+0Star
* [umalloc] Formalise the user memory allocation APIMichael Brown2008-10-131-0/+200
* [nap] Formalise the CPU sleeping APIMichael Brown2008-10-131-0/+14
* [timer] Formalise the timer APIMichael Brown2008-10-121-0/+63
* [pci] Formalise the PCI I/O APIMichael Brown2008-10-121-0/+113
* [int13] Pairwise swap drive numbers, instead of shifting all drive numbersMichael Brown2008-07-161-21/+28
* Added more verbose memory-map debugging.Michael Brown2007-09-211-0/+9
* Auto-assign drive number only if set to 0xff; almost all applicationsMichael Brown2007-08-231-2/+3
* Applied a modified version of holger's regparm patches.Michael Brown2007-07-291-1/+1
* Don't overwrite %dl with a (potentially) modified drive number if weMichael Brown2007-07-251-1/+1
* Remove INT 13,4b handler; it represents an incomplete feature (CD-ROMMichael Brown2007-07-191-35/+0Star
* Completed definition of struct int13_cdrom_specification, and moved toMichael Brown2007-07-191-9/+9
* Dump first 64 bytes of chained ISR when debugging is enabled.Michael Brown2007-07-101-0/+6
* We probably ought not to call INT13 with interrupts disabled.Michael Brown2007-07-101-0/+1
* Always increase number of BIOS drives when registeringMichael Brown2007-07-091-3/+5
* Change %dl fixup rules for INT13:Michael Brown2007-07-091-11/+16
* Proof of concept; works, but has several hard-coded hacks.Michael Brown2007-07-091-7/+46
* Set CF by default, clear on success (rather than clearing and settingMichael Brown2007-07-091-2/+4
* Split bootsector execution code out into bootsector.c.Michael Brown2007-01-291-69/+58Star
* Allow boot sector to completely destroy real-mode stack, but stillMichael Brown2007-01-091-10/+15
* Added debugging statementsMichael Brown2007-01-081-1/+19
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-271-1/+0Star
* added stdio.h to includes for DBG compilationMarty Connor2006-09-271-0/+1