index
:
riscv-gnu-toolchain/qemu/roms/ipxe.git
8021x
8d337ec
HEAD
acpimac
aenq
aqc1xx
armlinux
asn1fix
assert
autoexec_pxe
autoexecpath
autovlan
bigint_output_constraints
cached_proxydhcp
cachedhcp
cc
centos7
ci
cleardhcp
cookie
coverity_scan
dell3440b
des
determinism
dhcpnak
dns_primary
edk2
efi_watchdog
efibridge
eficmdline
eficompress
efiinitrd
efiset
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
freebsd
fxsr
gcc12
gcmassert
guid
hackesp
hermon_link_poll
hermon_reset
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
issue123
itautec
kexec
kexec2
kexec3
keyvals
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
mult
naptest
netidx
netstate
nodejs
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
peerdist
pkcs8
pkgcache
processorbind
pxemenuscroll
rdrand
realtek_hack
riscv64
rndis_padding
rpl
rtlvlan
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
simpletextinputex
slash128
slash31
smbios3
snploop
snppad
srandtime
supplicant
sysmac
tcpwindow
temp
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmp
tmpintf
tpl
ubuntu2204
udpdrop
uri
uricolon
usbdisk
utf8
vbox
vetodhcp6
vgafix
wimboot
x25519
xen
xen-sg
xhci_fail
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2005-04-11
Changed guard name to avoid clash with INCLUDE_xxx namespace used by
Michael Brown
1
-3
/
+4
2005-04-11
Cleaner separation of functionality between post_reloc and
Michael Brown
1
-14
/
+8
2005-04-10
Almost all information in this file is now obsolete. Writing a new driver
Michael Brown
1
-91
/
+0
2005-04-10
initialise() doesn't take regs
Michael Brown
1
-2
/
+2
2005-04-10
arch_initialise() is now sufficiently generic that we may as well just
Michael Brown
5
-31
/
+30
2005-04-10
Use librm_arch_initialise for librm, arch_initialise for others.
Michael Brown
1
-4
/
+7
2005-04-10
Heading towards a sane set of control functions
Michael Brown
1
-27
/
+39
2005-04-10
All the icky stuff is now taken care of by librm_arch_initialise
Michael Brown
1
-30
/
+2
2005-04-10
Fix up init ordering.
Michael Brown
1
-5
/
+6
2005-04-10
arch_rm_main no longer exists.
Michael Brown
1
-1
/
+1
2005-04-10
Drag in relocate unless NORELOCATE is defined, since it's now called
Michael Brown
1
-0
/
+7
2005-04-10
Added post-relocation function table.
Michael Brown
3
-10
/
+40
2005-04-10
Removed obsolete initialisation calls.
Michael Brown
1
-5
/
+7
2005-04-10
Fixed debug messages
Michael Brown
1
-9
/
+15
2005-04-10
setup16() now calls initialise(); we don't have to do it.
Michael Brown
1
-8
/
+1
2005-04-10
Setup now calls initialise() directly, rather than expecting the
Michael Brown
1
-16
/
+24
2005-04-10
Add librm_base.
Michael Brown
1
-0
/
+5
2005-04-10
hooks.o is now a single object, rather than having separate hooks.o and
Michael Brown
3
-58
/
+38
2005-04-10
Make prot_call() able to transparently return via the newly installed copy
Michael Brown
2
-33
/
+73
2005-04-09
Don't build relocate() under KEEP_IT_REAL
Michael Brown
2
-0
/
+13
2005-04-09
lgdt needs data32 prefix, otherwise it loads only 24 bits. (sgdt
Michael Brown
1
-1
/
+1
2005-04-09
Add INIT_FNs to make sure that librm gets reallocated when needed.
Michael Brown
1
-29
/
+109
2005-04-09
Don't zero freed base memory; one block will contain librm.
Michael Brown
1
-17
/
+4
2005-04-09
Allow ourselves to be freed by basemem.c without being damaged.
Michael Brown
1
-0
/
+16
2005-04-09
Need to provide sizeof(struct free_base_memory_header) to assembly code.
Michael Brown
1
-0
/
+23
2005-04-09
Note basemem API change.
Michael Brown
1
-0
/
+10
2005-04-09
Add INIT_LIBRM before INIT_CONSOLE.
Michael Brown
1
-6
/
+7
2005-04-09
Rewritten in a much saner way, now that we don't have to worry about
Michael Brown
1
-196
/
+78
2005-04-09
Split out from etherboot.h
Michael Brown
1
-0
/
+10
2005-04-09
Removed basemem.c prototypes
Michael Brown
1
-13
/
+0
2005-04-09
basememsize() updates the BIOS FBMS counter at 40:13.
Michael Brown
1
-7
/
+16
2005-04-09
PM function called by prot_call() should be allowed to modifying
Michael Brown
1
-2
/
+15
2005-04-09
Add relocate.h
Michael Brown
1
-0
/
+7
2005-04-09
First version
Michael Brown
1
-0
/
+6
2005-04-09
Relocation code is arch-specific.
Michael Brown
1
-6
/
+0
2005-04-09
relocate() is called by arch_initialise().
Michael Brown
1
-1
/
+0
2005-04-09
Added a lot of explanatory comments.
Michael Brown
1
-49
/
+131
2005-04-09
callbacks.h no longer exists
Michael Brown
1
-1
/
+0
2005-04-09
#ifdef 0 out the UNDI loader routine, since it refers to the obsolete
Michael Brown
1
-3
/
+7
2005-04-09
Old callbacks mechanism is obsolete.
Michael Brown
1
-106
/
+0
2005-04-09
Removed references to old callback mechanism
Michael Brown
1
-4
/
+0
2005-04-09
callbacks.h no longer exists.
Michael Brown
1
-1
/
+0
2005-04-09
Callback mechanism now obsolete
Michael Brown
1
-45
/
+0
2005-04-09
Moved relocate.c to arch-specific dir, since it involves arch-specific
Michael Brown
1
-0
/
+0
2005-04-08
Merged mcb30-realmode-redesign back to HEAD
Michael Brown
100
-4262
/
+4876
2005-03-24
Merged this file into HEAD
Michael Brown
1
-0
/
+65
2005-03-09
Obsolete; not referenced by anything.
Michael Brown
1
-6
/
+0
2005-03-09
lzhuf is obsolete and no longer used
Michael Brown
2
-769
/
+0
2005-03-09
Obsolete; not reference by anything.
Michael Brown
1
-6
/
+0
2005-03-09
Obsolete; not referenced by anything.
Michael Brown
1
-33
/
+0
[next]