diff options
author | Alexey Kardashevskiy | 2018-06-21 11:05:58 +0200 |
---|---|---|
committer | David Gibson | 2018-06-22 06:19:07 +0200 |
commit | d21bbcc655b4f611f3d9246d50dba0b6a404d784 (patch) | |
tree | 320edb6a79c4357ef540eecf47aa418a9d0910c4 /roms/SLOF | |
parent | target/ppc: Add missing opcode for icbt on PPC440 (diff) | |
download | qemu-d21bbcc655b4f611f3d9246d50dba0b6a404d784.tar.gz qemu-d21bbcc655b4f611f3d9246d50dba0b6a404d784.tar.xz qemu-d21bbcc655b4f611f3d9246d50dba0b6a404d784.zip |
pseries: Update SLOF firmware image to qemu-slof-20180621
The changes are:
1. fixed broken_sc1;
2. added switching between boot consoles;
3. added PXE boot.
The full list is:
> lib/libnet/pxelinux: Fix two off-by-one bugs in the pxelinux.cfg parser
> lib/libnet/pxelinux: Make the size handling for pxelinux_load_cfg more logical
> libc: Add a simple implementation of an assert() function
> libnet: Support UUID-based pxelinux.cfg file names
> slof: Add a helper function to get the contents of a property in C code
> libnet: Add support for DHCPv4 options 209 and 210
> libnet: Wire up pxelinux.cfg network booting
> libnet: Add functions for downloading and parsing pxelinux.cfg files
> libnet: Put code for determing TFTP error strings into a separate function
> libc: Add the snprintf() function
> libnet: Pass ip_version via struct filename_ip
> resolve ihandle and xt handle in the input command (like for the output)
> Fix output word
> obp-tftp: Make sure to not overwrite paflof in memory
> libnet: Get rid of unused huge_load and block_size parameters
> libc: Check for NULL pointers in free()
> libc: Implement strrchr()
> libnet: Get rid of unnecessary (char *) casts
> broken_sc1: check for H_PRIVILEGE
> OF: Use new property "stdout-path" for boot console
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'roms/SLOF')
m--------- | roms/SLOF | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/roms/SLOF b/roms/SLOF -Subproject 2317427ce76006723f7ae103a6998ab41dd79c6 +Subproject 7d37babcfa48a6eb08e726a8d13b745cb2eebe1 |