index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Global struct dev is now in main.c
Michael Brown
2005-04-12
1
-3
/
+0
*
print_drivers() is now unified.
Michael Brown
2005-04-12
1
-67
/
+6
*
Now obsolete. :)
Michael Brown
2005-04-12
1
-195
/
+0
*
All boot device drivers are now lumped together in boot_drivers
Michael Brown
2005-04-12
1
-6
/
+3
*
Matches new pci.c interface.
Michael Brown
2005-04-12
1
-114
/
+82
*
Add INIT_PCIBIOS
Michael Brown
2005-04-12
1
-4
/
+5
*
For pci_io.c
Michael Brown
2005-04-12
1
-0
/
+20
*
Replaced main loop with a trivial implementation so that we can try
Michael Brown
2005-04-12
1
-21
/
+40
*
16-bit PCI BIOS interface also now known to work.
Michael Brown
2005-04-12
1
-2
/
+0
*
main.c contains the global struct dev.
Michael Brown
2005-04-12
1
-0
/
+4
*
Obsoleted by new device probing mechanism.
Michael Brown
2005-04-12
2
-136
/
+0
*
New device probing mechanism
Michael Brown
2005-04-12
2
-107
/
+83
*
New PCI scan functions now work.
Michael Brown
2005-04-12
1
-77
/
+114
*
Improved debug messages
Michael Brown
2005-04-12
1
-0
/
+8
*
Should work for KEEP_IT_REAL as well now.
Michael Brown
2005-04-12
1
-3
/
+3
*
Nearly there...
Michael Brown
2005-04-12
1
-292
/
+383
*
Removed pci_find_device_x; it was too ugly to live.
Michael Brown
2005-04-12
1
-137
/
+2
*
New device probing mechanism written, not tested.
Michael Brown
2005-04-11
1
-0
/
+126
*
Moved functions that we want to keep to drivers/bus/pci.c
Michael Brown
2005-04-11
1
-142
/
+0
*
Moved in functions from old core/pci.c that we want to keep.
Michael Brown
2005-04-11
1
-0
/
+144
*
Renamed pci.c to pci_legacy.c in preparation for new bus managment
Michael Brown
2005-04-11
1
-0
/
+0
*
Removed references to no-longer-existent CFLAGS options.
Michael Brown
2005-04-11
1
-63
/
+8
*
Changed guard name to avoid clash with INCLUDE_xxx namespace used by
Michael Brown
2005-04-11
1
-3
/
+4
*
Cleaner separation of functionality between post_reloc and
Michael Brown
2005-04-11
1
-14
/
+8
*
Almost all information in this file is now obsolete. Writing a new driver
Michael Brown
2005-04-11
1
-91
/
+0
*
initialise() doesn't take regs
Michael Brown
2005-04-10
1
-2
/
+2
*
arch_initialise() is now sufficiently generic that we may as well just
Michael Brown
2005-04-10
5
-31
/
+30
*
Use librm_arch_initialise for librm, arch_initialise for others.
Michael Brown
2005-04-10
1
-4
/
+7
*
Heading towards a sane set of control functions
Michael Brown
2005-04-10
1
-27
/
+39
*
All the icky stuff is now taken care of by librm_arch_initialise
Michael Brown
2005-04-10
1
-30
/
+2
*
Fix up init ordering.
Michael Brown
2005-04-10
1
-5
/
+6
*
arch_rm_main no longer exists.
Michael Brown
2005-04-10
1
-1
/
+1
*
Drag in relocate unless NORELOCATE is defined, since it's now called
Michael Brown
2005-04-10
1
-0
/
+7
*
Added post-relocation function table.
Michael Brown
2005-04-10
3
-10
/
+40
*
Removed obsolete initialisation calls.
Michael Brown
2005-04-10
1
-5
/
+7
*
Fixed debug messages
Michael Brown
2005-04-10
1
-9
/
+15
*
setup16() now calls initialise(); we don't have to do it.
Michael Brown
2005-04-10
1
-8
/
+1
*
Setup now calls initialise() directly, rather than expecting the
Michael Brown
2005-04-10
1
-16
/
+24
*
Add librm_base.
Michael Brown
2005-04-10
1
-0
/
+5
*
hooks.o is now a single object, rather than having separate hooks.o and
Michael Brown
2005-04-10
3
-58
/
+38
*
Make prot_call() able to transparently return via the newly installed copy
Michael Brown
2005-04-10
2
-33
/
+73
*
Don't build relocate() under KEEP_IT_REAL
Michael Brown
2005-04-09
2
-0
/
+13
*
lgdt needs data32 prefix, otherwise it loads only 24 bits. (sgdt
Michael Brown
2005-04-09
1
-1
/
+1
*
Add INIT_FNs to make sure that librm gets reallocated when needed.
Michael Brown
2005-04-09
1
-29
/
+109
*
Don't zero freed base memory; one block will contain librm.
Michael Brown
2005-04-09
1
-17
/
+4
*
Allow ourselves to be freed by basemem.c without being damaged.
Michael Brown
2005-04-09
1
-0
/
+16
*
Need to provide sizeof(struct free_base_memory_header) to assembly code.
Michael Brown
2005-04-09
1
-0
/
+23
*
Note basemem API change.
Michael Brown
2005-04-09
1
-0
/
+10
*
Add INIT_LIBRM before INIT_CONSOLE.
Michael Brown
2005-04-09
1
-6
/
+7
*
Rewritten in a much saner way, now that we don't have to worry about
Michael Brown
2005-04-09
1
-196
/
+78
[next]