summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* Added __constant_memcpy() based on version in Linux's string.h.Michael Brown2006-04-241-12/+135
* They can come back when they have someone to support them.Michael Brown2006-03-1789-8563/+0Star
* Prefix semantics have changedMichael Brown2006-03-161-0/+5
* Merge from Etherboot 5.4Michael Brown2006-03-161-1/+2
|\
* | Merge from Etherboot 5.4Michael Brown2006-03-162-18/+83
|\|
* | Merge from Etherboot 5.4Michael Brown2006-03-163-1/+301
|\|
* | Fix up building with gcc 4.0.1 / gas 2.16.91Michael Brown2006-01-172-4/+4
* | Some versions of doxygen seem to object to "@ret None" or similar.Michael Brown2005-05-241-2/+2
* | Fixes for gcc >= 3.2 from Georg BaumMichael Brown2005-05-243-7/+7
* | Split PXE code into preboot, udp, tftp, undi and loader units.Michael Brown2005-05-243-24/+5Star
* | Moved pxe_loader.c to pxe_image.c to avoid name clashMichael Brown2005-05-241-0/+0
* | Rearranging PXE header filesMichael Brown2005-05-241-3/+3
* | DoxygenationMichael Brown2005-05-201-1/+15
* | Update to cope with changes in registers.hMichael Brown2005-05-209-45/+44Star
* | Don't use anonymous entries in a struct; it seems to aggravate gcc 3.4.3.Michael Brown2005-05-201-8/+95
* | Synced across updates from Etherboot 5.4 treeMichael Brown2005-05-1910-197/+279
|\|
* | DoxygenationMichael Brown2005-05-191-4/+11
* | Add a const to avoid a warningMichael Brown2005-05-191-1/+2
* | Added doxygen comments and errno values.Michael Brown2005-05-181-29/+135
* | There is no arch/i386/firmware/linuxbios directoryMichael Brown2005-05-181-1/+1
|/
* Moved NBI support to nbi.c, modified to work with new load mechanismMichael Brown2005-05-172-201/+306
* First versionMichael Brown2005-05-171-0/+7
* Moved os_regs into start32.SMichael Brown2005-05-171-1/+5
* Added debug messagesMichael Brown2005-05-171-0/+5
* Added copy_phys_to_physMichael Brown2005-05-171-0/+5
* Added "image" directoryMichael Brown2005-05-171-0/+1
* Use __unused instead of __used for static data structures.Michael Brown2005-05-171-1/+1
* Use the heap functions to allocate a load buffer.Michael Brown2005-05-131-43/+44
* Include string.h, because we need to define copy_{to,from}_physMichael Brown2005-05-091-0/+1
* First versionMichael Brown2005-05-091-0/+64
* off_t should be signed.Michael Brown2005-05-091-11/+11
* Add off_t and physaddr_t, and the copy_{to,from}_phys helper routines.Michael Brown2005-05-092-0/+11
* Add memcpyMichael Brown2005-05-091-0/+13
* #if 0 out the whole file for now; it cannot be linked because the baseMichael Brown2005-05-031-1/+1
* isa.c uses the new table infrastructure.Michael Brown2005-04-271-9/+1Star
* dev.c uses the new tables infrastructure.Michael Brown2005-04-271-9/+0Star
* Missing includeMichael Brown2005-04-271-0/+2
* Post-relocation functions use the generic table mechanism.Michael Brown2005-04-273-10/+8Star
* console.c uses the generic table mechanismMichael Brown2005-04-271-7/+4Star
* ISA bus driver updated to report devices as present only if a driverMichael Brown2005-04-263-7/+10
* PCI_DRIVER changedMichael Brown2005-04-261-2/+1Star
* BIOS floppy handling code moved to where it will really live.Michael Brown2005-04-252-79/+87
* Added arch/i386/drivers/diskMichael Brown2005-04-251-1/+3
* Added "name" field to bus structure.Michael Brown2005-04-251-94/+125
* Prevent hundreds of errors from "make symcheck". The prefix exit pathMichael Brown2005-04-2311-29/+0Star
* Coerced into compiling.Michael Brown2005-04-221-13/+13
* isapnp_read_port can be set directly, rather than via a function call.Michael Brown2005-04-221-1/+1
* Created a bus/device API that allows for the ROM prefix to specify anMichael Brown2005-04-213-5/+32
* First versionsMichael Brown2005-04-192-0/+39
* Moved floppy.c to i386 arch, since it's i386-specific.Michael Brown2005-04-181-0/+88