summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updated to current APIMichael Brown2005-04-211-10/+8Star
* Made macros more like the previous driver API, to minimise requiredMichael Brown2005-04-212-6/+5Star
* Created a bus/device API that allows for the ROM prefix to specify anMichael Brown2005-04-2116-553/+722
* Force a standard format upon debug messages.Michael Brown2005-04-211-1/+1
* TypoMichael Brown2005-04-211-1/+2
* bswap_16() exists; no need to use __bswap_16()Michael Brown2005-04-211-2/+2
* Trying to create a bus API.Michael Brown2005-04-201-0/+161
* First versionsMichael Brown2005-04-192-0/+39
* Moved floppy.c to i386 arch, since it's i386-specific.Michael Brown2005-04-181-0/+0
* Added remaining bus functions.Michael Brown2005-04-181-12/+121
* Code fixed to operate correctly.Michael Brown2005-04-181-23/+26
* Extracted from firmware/pcbios/bios.cMichael Brown2005-04-181-0/+56
* Added arch/i386/drivers/busMichael Brown2005-04-181-1/+1
* Moved disk functions to drivers/bus/bios_disks.cMichael Brown2005-04-182-59/+0Star
* blib definition moved to Makefile.housekeeping.Michael Brown2005-04-181-3/+0Star
* Fix endianness of dhcp device id structure.Michael Brown2005-04-181-5/+8
* "make bin/xxx DEBUG=yyy,zzz" now works seemingly perfectly. :)Michael Brown2005-04-181-4/+5
* "make xxx DEBUG=yyy,zzz" now working, but the "up to date" message isMichael Brown2005-04-181-27/+27
* Be nice to emacsMichael Brown2005-04-181-0/+2
* Ignore buildserial-related files.Michael Brown2005-04-181-0/+1
* Note to self: save files before checking in.Michael Brown2005-04-181-4/+7
* Added warning about not using Config for single-object options.Michael Brown2005-04-182-4/+32
* This is, of course, the neater and much more obvious way to do it.Michael Brown2005-04-181-9/+3Star
* Fix BUILD_SERIAL.Michael Brown2005-04-185-65/+111
* Move RELOCATE into config.hMichael Brown2005-04-184-57/+33Star
* Moved console options to config.hMichael Brown2005-04-182-24/+17Star
* CONFIG_PCI and CONFIG_ISA no longer existMichael Brown2005-04-181-3/+1Star
* Save a few bytes by using naturally-sized ints.Michael Brown2005-04-182-5/+5
* Split out EISA driver into a separate file, since 3c509s can only take 16KMichael Brown2005-04-172-37/+40
* Avoid deleting .cvsignoreMichael Brown2005-04-171-2/+2
* Serial port configuration moved to config.hMichael Brown2005-04-171-22/+0Star
* WhoopsMichael Brown2005-04-171-1/+1
* Allow serial port options to be specified in a relatively friendly format.Michael Brown2005-04-172-14/+24
* Working format.Michael Brown2005-04-171-6/+5Star
* Add MKCONFIG utility, and add "-I ." to CFLAGS so that we can workMichael Brown2005-04-171-1/+2
* Use mkconfig.pl to generate fragments from config.hMichael Brown2005-04-171-2/+6
* If we end up with fragments that are older than config.h, set theMichael Brown2005-04-171-4/+29
* All .h files in this directory are generated from the top-level config.hMichael Brown2005-04-171-0/+1
* Generate phony targets, so that we don't get screwed by missing configMichael Brown2005-04-171-1/+2
* First versionMichael Brown2005-04-171-0/+163
* Experiment; let's see if we can get individual config header files working.Michael Brown2005-04-171-0/+36
* Found a home for MAKEROM_FLAGS_3c503.Michael Brown2005-04-171-2/+6
* 3c509/3c529 no longer use legacy INCLUDE_xxx mechanism.Michael Brown2005-04-171-9/+2Star
* xstart16() fixed up to use new REAL_EXEC mechanism.Michael Brown2005-04-171-23/+24
* Made copy_{to,from}_real volatile, so that they don't get optimised away.Michael Brown2005-04-171-18/+49
* We don't refer to _bss and _ebss any more.Michael Brown2005-04-171-4/+0Star
* Re-add the "." progress indicator.Michael Brown2005-04-171-0/+2
* Use only the header files that we needMichael Brown2005-04-176-6/+10
* Need stddef.h to get size_tMichael Brown2005-04-171-0/+1
* printf and sprintf now defined in vsprintf.h, drag in console.h to getMichael Brown2005-04-171-3/+1Star