-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: pcengines/seabios
base: rel-1.10.0.1
head repository: pcengines/seabios
compare: rel-1.10.2.1
- 20 commits
- 33 files changed
- 7 contributors
Commits on Nov 21, 2016
-
drop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_CFG_NB_CPUS
since QEMU_CFG_NB_CPUS not going away anytime soon and serves the same purpose as just added "etc/boot-cpus" fw_cfg drop support for "etc/boot-cpus" while this code is not in use yet (i.e. QEMU with "etc/boot-cpus" hasn't been released) and reuse QEMU_CFG_NB_CPUS instead of it. Signed-off-by: Igor Mammedov <[email protected]> (cherry picked from commit b98c658)
Configuration menu - View commit details
-
Copy full SHA for 8891697 - Browse repository at this point
Copy the full SHA 8891697View commit details
Commits on Feb 24, 2017
-
ahci: Set upper 32-bit registers to zero
If the HBA supports 64-bit addressing, the registers may contain non-zero values, for example after reboot as a leftover from the OS driving the adapter. Reviewed-by: Paolo Bonzini <[email protected]> Signed-off-by: Ladi Prosek <[email protected]> (cherry picked from commit 106543d)
Configuration menu - View commit details
-
Copy full SHA for ca3ab93 - Browse repository at this point
Copy the full SHA ca3ab93View commit details -
You only want this information for debugging. As it also slows down the boot considerably, as, for example, for every character of the GRUB menu, something is sent over the serial console. Therefore, increase the debugging level to 9. Signed-off-by: Paul Menzel <[email protected]> (cherry picked from commit 970af16)
Configuration menu - View commit details
-
Copy full SHA for b0e3c67 - Browse repository at this point
Copy the full SHA b0e3c67View commit details -
ps2port: Disable keyboard/mouse prior to resetting ps2 controller
If one of the ps2 ports is enabled prior to the ps2 controller reset then it is possible a device event (eg, key press or mouse move) could be mistaken for the controller reset response code. This would result in a failure and the keyboard would be disabled during the boot. Always disabling the keyboard and mouse prior to reset ensures that the controller reset return code can be read properly. Tested-by: Paul Menzel <[email protected]> Signed-off-by: Kevin O'Connor <[email protected]> (cherry picked from commit dbf9dd2)
Configuration menu - View commit details
-
Copy full SHA for d2ac564 - Browse repository at this point
Copy the full SHA d2ac564View commit details -
QEMU DMA: Add DMA write capability
This allows BIOS to write data back to QEMU using the DMA interface and provides a higher-level abstraction to write to a fw_cfg file Signed-off-by: Ben Warren <[email protected]> Reviewed-by: Laszlo Ersek <[email protected]> Reviewed-by: Igor Mammedov <[email protected]> (cherry picked from commit f991822)
Configuration menu - View commit details
-
Copy full SHA for 2a1d88c - Browse repository at this point
Copy the full SHA 2a1d88cView commit details -
romfile-loader: Switch to using named structs
This is a little cleaner and matches how the command structures are defined in QEMU. Signed-off-by: Ben Warren <[email protected]> Reviewed-by: Laszlo Ersek <[email protected]> Reviewed-by: Igor Mammedov <[email protected]> (cherry picked from commit e5bebc7)
Configuration menu - View commit details
-
Copy full SHA for aa7219d - Browse repository at this point
Copy the full SHA aa7219dView commit details -
QEMU fw_cfg: Add command to write back address of file
This command is similar to ADD_POINTER, but instead of patching memory, it writes the pointer back to QEMU over the DMA interface. Signed-off-by: Ben Warren <[email protected]> Reviewed-by: Laszlo Ersek <[email protected]> Reviewed-by: Igor Mammedov <[email protected]> (cherry picked from commit bb9cbbc)
Configuration menu - View commit details
-
Copy full SHA for 31b6229 - Browse repository at this point
Copy the full SHA 31b6229View commit details -
QEMU fw_cfg: Add functions for accessing files by key
Due to memory contraints, when resuming from S3 the fw_cfg "files" API isn't available. This adds a simple API to get a file 'key', and to write to the file using the key as a reference. Signed-off-by: Ben Warren <[email protected]> Reviewed-by: Igor Mammedov <[email protected]> Reviewed-by: Laszlo Ersek <[email protected]> (cherry picked from commit 336b60b)
Configuration menu - View commit details
-
Copy full SHA for c45ca70 - Browse repository at this point
Copy the full SHA c45ca70View commit details -
QEMU fw_cfg: Write fw_cfg back on S3 resume
Any pointers to BIOS-allocated memory that were written back to QEMU fw_cfg files are replayed when resuming from S3 sleep. Signed-off-by: Ben Warren <[email protected]> Reviewed-by: Laszlo Ersek <[email protected]> Reviewed-by: Igor Mammedov <[email protected]> Signed-off-by: Kevin O'Connor <[email protected]> (cherry picked from commit 8f598a4)
Configuration menu - View commit details
-
Copy full SHA for 5f4c7b1 - Browse repository at this point
Copy the full SHA 5f4c7b1View commit details
Commits on Mar 14, 2017
-
resume: Don't attempt to use generic reboot mechanisms on QEMU
On QEMU it's necessary to manually reset the BIOS memory region between 0xc0000-0x100000 on a reboot. After this manual memory reset is completed, it's not valid to use the generic reset mechanisms. Rename qemu_prep_reset() to qemu_reboot() and change the function to immediately reboot after the code memcpy. This fixes a bug that could cause code corruption on reboots - calling the udelay() function (as invoked by i8042_reboot and/or pci_reboot) was not valid after the BIOS was memcpy'd. Reported-by: "Dr. David Alan Gilbert" <[email protected]> Tested-by: Dr. David Alan Gilbert <[email protected]> Signed-off-by: Kevin O'Connor <[email protected]> (cherry picked from commit c68aff5)
Configuration menu - View commit details
-
Copy full SHA for 3551613 - Browse repository at this point
Copy the full SHA 3551613View commit details
Commits on Mar 30, 2017
-
CHANGELOG: add pcengines changelog
Signed-off-by: Kamil Wcislo <[email protected]>
Kamil Wcislo committedMar 30, 2017 Configuration menu - View commit details
-
Copy full SHA for 46a7843 - Browse repository at this point
Copy the full SHA 46a7843View commit details -
scripts/buildversion: change to pcengines style versioning
Signed-off-by: Kamil Wcislo <[email protected]>
Kamil Wcislo committedMar 30, 2017 Configuration menu - View commit details
-
Copy full SHA for e2ff823 - Browse repository at this point
Copy the full SHA e2ff823View commit details -
hw/usb-xhci: patch to make XHCI work on AMD Mullins
Signed-off-by: Kamil Wcislo <[email protected]>
Kamil Wcislo committedMar 30, 2017 Configuration menu - View commit details
-
Copy full SHA for df3b362 - Browse repository at this point
Copy the full SHA df3b362View commit details -
hw/usb: increase USB_TIME_SIGATT to 500
Signed-off-by: Kamil Wcislo <[email protected]>
Kamil Wcislo committedMar 30, 2017 Configuration menu - View commit details
-
Copy full SHA for 082ed9f - Browse repository at this point
Copy the full SHA 082ed9fView commit details -
bootsplash: do not clear the screen for sgabios
Signed-off-by: Kamil Wcislo <[email protected]>
Kamil Wcislo committedMar 30, 2017 Configuration menu - View commit details
-
Copy full SHA for 177f3fa - Browse repository at this point
Copy the full SHA 177f3faView commit details -
coreboot: add get_cbmem_file function
Signed-off-by: Kamil Wcislo <[email protected]>
Kamil Wcislo committedMar 30, 2017 Configuration menu - View commit details
-
Copy full SHA for cb72a73 - Browse repository at this point
Copy the full SHA cb72a73View commit details -
hw/sdcard: increse sd card frequency and set HIGH_SPEED
Signed-off-by: Kamil Wcislo <[email protected]>
Kamil Wcislo committedMar 30, 2017 Configuration menu - View commit details
-
Copy full SHA for 6811f41 - Browse repository at this point
Copy the full SHA 6811f41View commit details -
serial: enable serial console for headless systems
Signed-off-by: Kamil Wcislo <[email protected]>
Kamil Wcislo committedMar 30, 2017 Configuration menu - View commit details
-
Copy full SHA for 1a23c21 - Browse repository at this point
Copy the full SHA 1a23c21View commit details -
boot: add runtime config for pxe and sgabios oproms
Signed-off-by: Kamil Wcislo <[email protected]>
Kamil Wcislo committedMar 30, 2017 Configuration menu - View commit details
-
Copy full SHA for dfba6a4 - Browse repository at this point
Copy the full SHA dfba6a4View commit details
Commits on Mar 31, 2017
-
CHANGELOG: update with info about rel-1.10.2.1
Signed-off-by: Kamil Wcislo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f830299 - Browse repository at this point
Copy the full SHA f830299View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff rel-1.10.0.1...rel-1.10.2.1