index
:
rocket-tools/riscv-gnu-toolchain/qemu/roms/seabios-hppa.git
alpha-port
bigfont
devel
devel-2022
devel-4-do-not-use
devel-btlb
devel-btlb-2
devel-last-for-v16
devel-with-sti64bit
devel2
devel3
devel4
devel5
devel64
hp3000
hp3000-console
hppa-reboot-fix
hppa-target
hppa-target-2
master
master-new-v7
master-old
master-prerelease
parisc-qemu-4.1.0
parisc-qemu-5.0
parisc-qemu-5.1
parisc-qemu-5.1-next
parisc-qemu-6
parisc_firmware
seabios-hppa-v3-rc
seabios-hppa-v3-rc2
serial-port-fix-test
toc-support
upstream
v6-test
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
boot.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-06
Abstract reset call (and possible 16bit mode switch) into reset() function.
Kevin O'Connor
1
-4
/
+1
2014-06-04
cdemu: store internal cdemu fields in standard "el-torito" spec format.
Kevin O'Connor
1
-1
/
+1
2014-02-17
Enhance nullTrailingSpace() so that it can also skip leading spaces.
Kevin O'Connor
1
-1
/
+1
2014-01-22
debug: Only call serial_debug_preinit() at startup.
Kevin O'Connor
1
-2
/
+0
2013-12-12
change boot order load log level
Gerd Hoffmann
1
-2
/
+2
2013-12-04
Move low-level hardware writing from output.c to new file hw/serialio.c.
Kevin O'Connor
1
-2
/
+2
2013-09-28
Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.
Kevin O'Connor
1
-4
/
+4
2013-09-18
Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.
Kevin O'Connor
1
-1
/
+0
2013-09-18
Split disk.h into block.h and std/disk.h.
Kevin O'Connor
1
-1
/
+2
2013-09-18
Move fw/LegacyBios.h to std/LegacyBios.h and remove csm.h.
Kevin O'Connor
1
-1
/
+0
2013-09-18
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
1
-5
/
+6
2013-09-18
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
1
-0
/
+1
2013-09-18
Move romfile definitions from util.h to new file romfile.h.
Kevin O'Connor
1
-0
/
+1
2013-09-18
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
1
-0
/
+1
2013-09-18
Move keyboard calling code from util.c to boot.c.
Kevin O'Connor
1
-1
/
+43
2013-09-02
Move code cenetered around firmware initialization to src/fw/
Kevin O'Connor
1
-2
/
+2
2013-09-02
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
1
-3
/
+3
2013-08-02
Support custom boot menu prompt and custom boot menu key.
Kevin O'Connor
1
-3
/
+5
2013-07-21
Rename check_timer() function (and similar) to irqtimer_check().
Kevin O'Connor
1
-2
/
+2
2013-06-13
Another fix for hlist_for_each_entry_safe.
Kevin O'Connor
1
-1
/
+1
2013-06-08
Convert boot.c to use standard list manipulation code.
Kevin O'Connor
1
-20
/
+17
2013-03-08
Use VARVERIFY32INIT on global variables that point to "tmp" memory.
Kevin O'Connor
1
-2
/
+2
2013-03-05
Cache boot-fail-wait to avoid romfile access after POST.
Kevin O'Connor
1
-6
/
+9
2013-02-12
Convert basic integer fw_cfg entries into romfile entries.
Kevin O'Connor
1
-1
/
+1
2013-02-12
Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().
Kevin O'Connor
1
-2
/
+2
2013-02-07
Add CSM support
David Woodhouse
1
-0
/
+7
2013-02-05
POST: Reorganize post init functions for better grouping and reusability.
Kevin O'Connor
1
-11
/
+5
2013-02-05
Normalize POST initialization function name suffixes.
Kevin O'Connor
1
-4
/
+4
2013-01-12
boot: Support "halt" in the boot order to prevent default boot attempts.
Kevin O'Connor
1
-0
/
+8
2012-12-21
Minor: Separate UUID display from F12 boot prompt.
Kevin O'Connor
1
-1
/
+1
2012-06-13
Support USB MSC devices with multiples LUNs
Kevin O'Connor
1
-3
/
+9
2012-06-02
Cache romfile entries.
Kevin O'Connor
1
-2
/
+2
2012-05-28
Rename call16 to farcall16.
Kevin O'Connor
1
-2
/
+2
2012-05-28
Rename wait_irq to yield_toirq.
Kevin O'Connor
1
-1
/
+1
2012-05-20
Convert disk code EBDA variables to VARLOW variables.
Kevin O'Connor
1
-4
/
+2
2012-05-20
Convert boot code EBDA variables to VARLOW variables.
Kevin O'Connor
1
-7
/
+6
2012-05-13
Automatically reboot after 60 second delay on failed boot.
Kevin O'Connor
1
-6
/
+25
2012-03-10
usb: Build path via chain of usbdevice_s.
Kevin O'Connor
1
-9
/
+16
2012-03-06
add virtio-scsi driver
Paolo Bonzini
1
-0
/
+14
2012-01-14
BCVs should inherrit the legacy harddrive priority.
Kevin O'Connor
1
-1
/
+1
2011-11-22
usb: fix boot paths
Paolo Bonzini
1
-2
/
+2
2011-07-10
Remove now unneeded find_pci().
Kevin O'Connor
1
-13
/
+0
2011-07-10
Push use of 'struct pci_device' to bootprio_find_pci_rom().
Kevin O'Connor
1
-2
/
+2
2011-07-10
Push use of 'struct pci_device' to bootprio_find_ata_device().
Kevin O'Connor
1
-3
/
+3
2011-07-10
Push use of 'struct pci_device' to bootprio_find_fdc_device().
Kevin O'Connor
1
-3
/
+3
2011-07-10
Push use of 'struct pci_device' to bootprio_find_pci_device().
Kevin O'Connor
1
-2
/
+2
2011-07-10
Push use of 'struct pci_device' to bootprio_find_usb().
Kevin O'Connor
1
-2
/
+2
2011-07-05
Replace CONFIG_BOOTMENU_WAIT with dynamic "etc/boot-menu-wait" file.
Kevin O'Connor
1
-1
/
+4
2011-06-20
Replace PCIPaths code with struct pci_device.
Kevin O'Connor
1
-15
/
+24
2011-05-10
Add config option (CONFIG_BOOTORDER) to disable bootorder support.
Kevin O'Connor
1
-0
/
+15
[next]