aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
13 daysesp: correctly terminate successful SCSI commandsHEADlatestmasterMark Cave-Ayland1-5/+14
13 daysesp: use ESP rather than DMA interrupt to detect end of transferMark Cave-Ayland1-8/+8
13 daysesp: clear FIFO before issuing ESP commandMark Cave-Ayland1-0/+2
2024-09-06README: change reference from LinuxBIOS to corebootMark Cave-Ayland1-2/+2
2024-09-06cuda: fix len calculation in cuda_adb_reqAmadeusz Sławiński via OpenBIOS1-1/+1
2024-04-30kernel: fix spelling of endiannessMark Cave-Ayland3-4/+4
2024-04-22.github/workflows: migrate release action to crowbarmaster/GH-Automatic-ReleasesMark Cave-Ayland2-2/+2
2024-04-22docker: switch from kernel crosstools compilers to Debian cross-compilersMark Cave-Ayland1-16/+2
2024-04-22switch-arch: disable generation of position independent code (-fno-pic)Mark Cave-Ayland1-5/+5
2024-04-22drivers/usb.c: rework descriptor read logic in get_descriptor()Mark Cave-Ayland1-9/+8
2024-04-22packages/pc-parts.c: fix bug in extended partition logicMark Cave-Ayland1-2/+5
2024-04-22arch/ppc/qemu/init.c: work around GCC bug for ppc64_patch_handlers()Mark Cave-Ayland1-0/+12
2024-04-22.github/workflows: update to latest action releasesMark Cave-Ayland3-10/+10
2024-04-16Tell linker that stack is not executableAmadeusz Sławiński1-4/+4
2024-04-16bootstrap: Check result of freadAmadeusz Sławiński1-1/+5
2024-04-16Disable stack protector on all architecturesAmadeusz Sławiński1-7/+7
2024-04-16Makefile.target: Enable few additional warningsAmadeusz Sławiński1-0/+2
2024-04-16Label fallthroughs in switch()esAmadeusz Sławiński2-1/+2
2024-04-16Change malloc to take size_t as argumentAmadeusz Sławiński7-7/+7
2024-04-16adb_kbd.c: Fix function key definitionsAmadeusz Sławiński1-1/+1
2023-01-26arch/ppc/qemu: Add parse hex words for compatibility with Apple OFBALATON Zoltan1-0/+8
2023-01-26Use parse-nhexBALATON Zoltan3-15/+3
2023-01-26Generalise parse-hexBALATON Zoltan2-31/+34
2023-01-26Limit binary dump bytes in .properties outputBALATON Zoltan1-3/+4
2022-02-24.github/workflows: add release.yml for generating an OpenBIOS releaseMark Cave-Ayland1-0/+101
2022-02-24.github/workflows: add main.yml for building OpenBIOS upon pushMark Cave-Ayland1-0/+103
2022-02-24.github/workflows: add build-openbios-builder.yml actionMark Cave-Ayland1-0/+42
2022-02-24docker: introduce Dockerfile.builder for openbios-builder containerMark Cave-Ayland1-0/+19
2022-02-23ppc: Do not generate .stabs ELF sections to prevent GDB from choking on themGlenn Washburn1-4/+0
2022-02-08arch/unix/unix.c: fix build on x86 architecture with modern gcc compilersMark Cave-Ayland1-0/+2
2022-02-08config/scripts/switch-arch: allow x86_64 prefix for x86 buildsMark Cave-Ayland1-1/+1
2022-02-08ppc: fix ciface_milliseconds using incorrect frequency for delayGlenn Washburn1-2/+3
2022-01-27cuda: fix get-time wordGlenn Washburn1-1/+1
2022-01-14ppc: Add PVRs for the MPC7450 familyFabiano Rosas1-0/+52
2022-01-14drivers: Spell QEMU all capsPhilippe Mathieu-Daudé1-1/+1
2022-01-14drivers/usb: Fix building with gcc 10.xBALATON Zoltan1-9/+7
2021-10-30cuda: fix reset-all and power-off wordsMark Cave-Ayland1-2/+2
2021-09-02escc: send software reset command before configuring the portMark Cave-Ayland1-0/+6
2021-09-02escc: add port index to uart_init_line()Mark Cave-Ayland1-3/+3
2021-02-15pci: Rename pci_xbox_blacklisted() as pci_xbox_ignore_device()Philippe Mathieu-Daudé1-5/+2
2021-02-1540p: simplify IRQ swizzlingPhilippe Mathieu-Daudé1-20/+7
2021-02-1540p: use is_apple() macroPhilippe Mathieu-Daudé1-1/+1
2021-02-1540p: Allow Raven controller to handle all IRQsPhilippe Mathieu-Daudé1-1/+1
2020-07-25PPC: mark first 4 pages of physical and virtual memory as unavailableMark Cave-Ayland1-3/+3
2020-07-02SPARC: add implementation of addr wordMark Cave-Ayland1-0/+15
2020-05-16virtio: limit ring size to a maximum of 128 descriptor entriesMark Cave-Ayland2-3/+9
2020-05-16pci: Enable bus-master on virtio_blkBrandon Bergren1-0/+3
2020-04-26SPARC32: fix kernel and initrd mapping to match SILOMark Cave-Ayland2-15/+19
2020-04-26SPARC64: fix kernel and initrd mapping to match SILOMark Cave-Ayland3-10/+11
2019-10-22ide: locate drives by iterating over the device tree during ob_ide_quiesce()Mark Cave-Ayland1-22/+8