index
:
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
2009-01-19
Implement memcpy_far and checksum_far, and replace _fl variants.
Kevin O'Connor
1
-1
/
+1
2009-01-19
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
Kevin O'Connor
1
-3
/
+3
2009-01-15
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
1
-1
/
+1
2008-12-31
Use new 'struct disk_op_s' to issue ata requests.
Kevin O'Connor
1
-1
/
+0
2008-12-31
Return CDEMU parameters to ebda segment (instead of using globals).
Kevin O'Connor
1
-2
/
+3
2008-12-29
Introduce GET/SET_EBDA2() macros - they take a cached ebda seg.
Kevin O'Connor
1
-3
/
+4
2008-12-28
Move IPL definitions from ebda to global variables.
Kevin O'Connor
1
-9
/
+12
2008-12-28
Move most of ATA and CDEMU from ebda to global variables.
Kevin O'Connor
1
-2
/
+2
2008-12-10
Fix boot when CONFIG_CDROM_BOOT is disabled.
Kevin O'Connor
1
-1
/
+1
2008-11-08
Avoid casting EBDA variables ipl.description and pir_loc.
Kevin O'Connor
1
-2
/
+2
2008-08-29
Rename memcpy() to memcpy_far() and add regular memcpy() code.
Kevin O'Connor
1
-1
/
+1
2008-08-17
Misc minor improvements.
Kevin O'Connor
1
-4
/
+4
2008-07-21
Add additional config options to remove parts of code.
Kevin O'Connor
1
-0
/
+3
2008-07-12
Add workaround for older gcc's not fully supporting VISIBLE32.
Kevin O'Connor
1
-0
/
+4
2008-07-06
Convert bootup code (int18/int19) to 32bit mode.
Kevin O'Connor
1
-4
/
+2
2008-07-06
Move $PnP string from boot.c to romlayout.S.
Kevin O'Connor
1
-5
/
+0
2008-07-04
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
1
-1
/
+2
2008-06-28
Improve some debugging output.
Kevin O'Connor
1
-1
/
+1
2008-06-21
Init serial port before using it for debug - also reinit after option rom.
Kevin O'Connor
1
-0
/
+2
2008-06-12
Support config driven debugging of each irq handler.
Kevin O'Connor
1
-2
/
+2
2008-05-24
Improve control of debug messages.
Kevin O'Connor
1
-2
/
+2
2008-05-18
Establish boot order in post stage.
Kevin O'Connor
1
-17
/
+5
2008-04-05
Forward port new boot menu features from bochs bios.
Kevin O'Connor
1
-11
/
+39
2008-03-29
Cleanup boot order determination.
Kevin O'Connor
1
-20
/
+9
2008-03-29
Merge IPL segment into EBDA segment.
Kevin O'Connor
1
-5
/
+5
2008-03-22
Breakout cdrom emulation support into CONFIG_CDROM_EMU.
Kevin O'Connor
1
-0
/
+1
2008-03-12
Move ata_detect call to 32bit code.
Kevin O'Connor
1
-11
/
+0
2008-03-11
Don't save/restore flags and ebp on external calls - saves on stack space.
Kevin O'Connor
1
-1
/
+3
2008-03-09
Fix booting logic on failure.
Kevin O'Connor
1
-4
/
+11
2008-03-08
Minor cleanups.
Kevin O'Connor
1
-0
/
+3
2008-03-05
Rename VISIBLE macro for better control.
Kevin O'Connor
1
-4
/
+4
2008-03-04
Get CDROM emulation working.
Kevin O'Connor
1
-4
/
+19
2008-03-02
Bug fixes; get mouse working.
Kevin O'Connor
1
-1
/
+2
2008-03-02
Enhance included bios tables.
Kevin O'Connor
1
-0
/
+5
2008-03-01
Make disk access work.
Kevin O'Connor
1
-1
/
+1
2008-02-29
Initial support for ATA disks.
Kevin O'Connor
1
-0
/
+2
2008-02-27
Merge recent changes to bochs-bios CVS head.
Kevin O'Connor
1
-2
/
+4
2008-02-25
Version 0.1.2
rel-0.1.2
Kevin O'Connor
1
-75
/
+139
2008-02-25
Initial checkin.
rel-0.1.0
Kevin O'Connor
1
-0
/
+118