summaryrefslogtreecommitdiffstats
path: root/src/core/btext.c
Commit message (Collapse)AuthorAgeFilesLines
* Dead code removal.Michael Brown2007-07-141-1/+0Star
| | | | Kill off use of etherboot.h outside drivers/net.
* Should be using the generic device probe mechanism, when (if) theyMichael Brown2007-07-031-3/+0Star
| | | | eventually get updated.
* We don't actually use the reset functions anywhere, and nothing reallyMichael Brown2007-07-031-1/+1
| | | | provides them.
* Warnings purge of src/coreMarty Connor2007-07-021-0/+4
|
* Removed vestigal FILO codeMarty Connor2006-06-291-24/+0Star
|
* Restructured PCI subsystem to fit the new device model.Michael Brown2006-05-161-1/+1
| | | | | | | | | | | | | | Generic PCI code now handles 64-bit BARs correctly when setting "membase"; drivers should need to call pci_bar_start() only if they want to use BARs other than the first memory or I/O BAR. Split rarely-used PCI functions out into pciextra.c. Core PCI code is now 662 bytes (down from 1308 bytes in Etherboot 5.4). 284 bytes of this saving comes from the pci/pciextra split. Cosmetic changes to lots of drivers (e.g. vendor_id->vendor in order to match the names used in Linux).
* Move init.h to gpxe/init.h.Michael Brown2006-04-301-1/+1
|
* gcc is rather over-aggressive about optimising out static data structuresMichael Brown2006-04-241-1/+1
| | | | even when __atribute__ (( unused )) is correctly set...
* Header rearrangement.Michael Brown2006-04-241-1/+1
| | | | | | | | | I want to get to the point where any header in include/ reflects a standard user-level header (e.g. a POSIX header), while everything that's specific to gPXE lives in include/gpxe/. Headers that reflect a Linux header (e.g. if_ether.h) should also be in include/gpxe/, with the same name as the Linux header and, preferably, the same names used for the definitions.
* Make vga_font const to avoid warning about large symbolMichael Brown2005-05-031-12/+12
|
* Created a bus/device API that allows for the ROM prefix to specify anMichael Brown2005-04-211-1/+1
| | | | | initial device, and will also allow for e.g. a device menu to be presented to the user.
* Removed pci_find_device_x; it was too ugly to live.Michael Brown2005-04-121-137/+2Star
|
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-081-28/+30
|
* Initial revisionMichael Brown2005-03-081-0/+5196