summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Global struct dev is now in main.cMichael Brown2005-04-121-3/+0Star
* print_drivers() is now unified.Michael Brown2005-04-121-67/+6Star
* Now obsolete. :)Michael Brown2005-04-121-195/+0Star
* All boot device drivers are now lumped together in boot_driversMichael Brown2005-04-121-6/+3Star
* Matches new pci.c interface.Michael Brown2005-04-121-114/+82Star
* Add INIT_PCIBIOSMichael Brown2005-04-121-4/+5
* For pci_io.cMichael Brown2005-04-121-0/+20
* Replaced main loop with a trivial implementation so that we can tryMichael Brown2005-04-121-21/+40
* 16-bit PCI BIOS interface also now known to work.Michael Brown2005-04-121-2/+0Star
* main.c contains the global struct dev.Michael Brown2005-04-121-0/+4
* Obsoleted by new device probing mechanism.Michael Brown2005-04-122-136/+0Star
* New device probing mechanismMichael Brown2005-04-122-107/+83Star
* New PCI scan functions now work.Michael Brown2005-04-121-77/+114
* Improved debug messagesMichael Brown2005-04-121-0/+8
* Should work for KEEP_IT_REAL as well now.Michael Brown2005-04-121-3/+3
* Nearly there...Michael Brown2005-04-121-292/+383
* Removed pci_find_device_x; it was too ugly to live.Michael Brown2005-04-121-137/+2Star
* New device probing mechanism written, not tested.Michael Brown2005-04-111-0/+126
* Moved functions that we want to keep to drivers/bus/pci.cMichael Brown2005-04-111-142/+0Star
* Moved in functions from old core/pci.c that we want to keep.Michael Brown2005-04-111-0/+144
* Renamed pci.c to pci_legacy.c in preparation for new bus managmentMichael Brown2005-04-111-0/+0
* Removed references to no-longer-existent CFLAGS options.Michael Brown2005-04-111-63/+8Star
* Changed guard name to avoid clash with INCLUDE_xxx namespace used byMichael Brown2005-04-111-3/+4
* Cleaner separation of functionality between post_reloc andMichael Brown2005-04-111-14/+8Star
* Almost all information in this file is now obsolete. Writing a new driverMichael Brown2005-04-111-91/+0Star
* initialise() doesn't take regsMichael Brown2005-04-101-2/+2
* arch_initialise() is now sufficiently generic that we may as well justMichael Brown2005-04-105-31/+30Star
* Use librm_arch_initialise for librm, arch_initialise for others.Michael Brown2005-04-101-4/+7
* Heading towards a sane set of control functionsMichael Brown2005-04-101-27/+39
* All the icky stuff is now taken care of by librm_arch_initialiseMichael Brown2005-04-101-30/+2Star
* Fix up init ordering.Michael Brown2005-04-101-5/+6
* arch_rm_main no longer exists.Michael Brown2005-04-101-1/+1
* Drag in relocate unless NORELOCATE is defined, since it's now calledMichael Brown2005-04-101-0/+7
* Added post-relocation function table.Michael Brown2005-04-103-10/+40
* Removed obsolete initialisation calls.Michael Brown2005-04-101-5/+7
* Fixed debug messagesMichael Brown2005-04-101-9/+15
* setup16() now calls initialise(); we don't have to do it.Michael Brown2005-04-101-8/+1Star
* Setup now calls initialise() directly, rather than expecting theMichael Brown2005-04-101-16/+24
* Add librm_base.Michael Brown2005-04-101-0/+5
* hooks.o is now a single object, rather than having separate hooks.o andMichael Brown2005-04-103-58/+38Star
* Make prot_call() able to transparently return via the newly installed copyMichael Brown2005-04-102-33/+73
* Don't build relocate() under KEEP_IT_REALMichael Brown2005-04-092-0/+13
* lgdt needs data32 prefix, otherwise it loads only 24 bits. (sgdtMichael Brown2005-04-091-1/+1
* Add INIT_FNs to make sure that librm gets reallocated when needed.Michael Brown2005-04-091-29/+109
* Don't zero freed base memory; one block will contain librm.Michael Brown2005-04-091-17/+4Star
* Allow ourselves to be freed by basemem.c without being damaged.Michael Brown2005-04-091-0/+16
* Need to provide sizeof(struct free_base_memory_header) to assembly code.Michael Brown2005-04-091-0/+23
* Note basemem API change.Michael Brown2005-04-091-0/+10
* Add INIT_LIBRM before INIT_CONSOLE.Michael Brown2005-04-091-6/+7
* Rewritten in a much saner way, now that we don't have to worry aboutMichael Brown2005-04-091-196/+78Star