seabios/src
Stefan Berger 4e57a54703 Add implementations for sha256, sha384, and sha512
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2021-06-30 16:58:48 -04:00
..
fw dsdt: add support for pnp ids as strings 2020-10-13 11:01:08 +02:00
hw nvme: drive desc should not include the newline 2021-05-31 07:34:34 +02:00
std acpi: add xsdt support 2020-05-15 13:38:47 +02:00
Kconfig acpi: add dsdt parser 2020-05-15 13:55:29 +02:00
apm.c apm: Remove old Bochs mechanism for shutdown/suspend/standby. 2014-04-07 17:35:47 -04:00
asm-offsets.c Use an aligned stack offset when entering on the extra stack 2014-11-12 12:17:57 -05:00
biosvar.h memmap: Introduce SYMBOL() macro to access linker script symbols 2015-10-15 10:52:13 -04:00
block.c geometry: Apply LCHS values for boot devices 2019-11-18 14:58:37 +01:00
block.h geometry: Apply LCHS values for boot devices 2019-11-18 14:58:37 +01:00
bmp.c bootsplash: Added support for 16/24/32bpp in one function 2019-02-04 21:20:27 -05:00
boot.c usb boot: add xhci mmio example 2020-10-15 11:16:26 +02:00
bootsplash.c bootsplash: Added support for 16/24/32bpp in one function 2019-02-04 21:20:27 -05:00
bregs.h Minor - fix some typos in comments. 2014-04-05 09:19:04 -04:00
byteorder.h Move fw/acpi.h to std/acpi.h. 2013-09-18 20:48:34 -04:00
cdrom.c cdrom: Demote `scsi_is_ready` return print to debug level 2020-05-21 13:38:27 -04:00
clock.c add serial console support 2017-09-22 11:13:22 -04:00
code16gcc.s Direct compile 16bit C code instead of including via .S files. 2012-02-11 10:49:45 -05:00
config.h add serial console support 2017-09-22 11:13:22 -04:00
cp437.c cp437: add license to cp437.c 2019-10-28 10:27:31 -04:00
cp437.h std: add cp437 to unicode map 2017-09-22 11:13:22 -04:00
disk.c block: Rename disk_op_s->drive_gf to drive_fl 2017-09-27 19:02:28 -04:00
e820map.c e820: Update debugging messages to report 64bit values 2015-10-15 10:52:13 -04:00
e820map.h e820: Rename memmap.c to e820map.c and use consistent "e820_" prefix 2015-10-15 10:52:13 -04:00
entryfuncs.S Use an aligned stack offset when entering on the extra stack 2014-11-12 12:17:57 -05:00
farptr.h Remove ioport.h; disperse its contents to other header files. 2013-09-28 22:10:31 -04:00
font.c build: Get fixed address variables from 32bit compile pass (not 16bit) 2014-06-11 16:22:51 -04:00
gen-defs.h Add tool for generating assembler offset definition file. 2008-11-16 18:14:33 -05:00
jpeg.c Merge bmp.h, boot.h, jpeg.h, and post.h into util.h. 2013-09-18 20:48:35 -04:00
kbd.c kbd: make enqueue_key public, add ascii_to_keycode 2017-09-22 11:13:22 -04:00
list.h malloc: Introduce common helper alloc_new_detail() 2015-10-15 10:52:13 -04:00
malloc.c malloc: Rename csm_malloc_preinit() to malloc_csm_preinit() 2015-10-15 14:15:26 -04:00
malloc.h malloc: Rename csm_malloc_preinit() to malloc_csm_preinit() 2015-10-15 14:15:26 -04:00
memmap.h memmap: Introduce SYMBOL() macro to access linker script symbols 2015-10-15 10:52:13 -04:00
misc.c add serial console support 2017-09-22 11:13:22 -04:00
mouse.c stacks: Use macro wrappers for call32() and stack_hop_back() 2015-10-15 14:15:19 -04:00
optionroms.c optionrom: disallow int19 redirect for pnp roms. 2019-05-22 08:01:20 +02:00
output.c output: add support for uppercase hex numbers 2020-10-13 11:01:08 +02:00
output.h Minor - remove unused includes from pci.c. 2014-04-08 00:09:52 -04:00
pcibios.c pci: Split low-level pci code from higher-level 'struct pci_device' code 2016-02-03 10:38:42 -05:00
pmm.c pmm: use tmp zone on oom 2018-06-22 07:44:07 +02:00
pnpbios.c Move pnpbios definition to new file std/pnpbios.h. 2013-09-18 20:48:34 -04:00
post.c add serial console support 2017-09-22 11:13:22 -04:00
resume.c resume: Don't attempt to use generic reboot mechanisms on QEMU 2017-03-13 11:47:36 -04:00
romfile.c romfile: add support for constant files. 2017-09-22 11:13:22 -04:00
romfile.h romfile: add support for constant files. 2017-09-22 11:13:22 -04:00
romlayout.S add serial console support 2017-09-22 11:13:22 -04:00
sercon.c sercon: vbe modeset is int 10h function 4f02 not 4f00 2020-03-17 13:43:11 +01:00
serial.c Move most of the VAR16FIXED() defs to misc.c. 2014-06-04 11:06:58 -04:00
sha.h Add implementations for sha256, sha384, and sha512 2021-06-30 16:58:48 -04:00
sha1.c Add implementations for sha256, sha384, and sha512 2021-06-30 16:58:48 -04:00
sha256.c Add implementations for sha256, sha384, and sha512 2021-06-30 16:58:48 -04:00
sha512.c Add implementations for sha256, sha384, and sha512 2021-06-30 16:58:48 -04:00
stacks.c stacks: call check_irqs() after switch_next() 2021-06-09 11:05:19 -04:00
stacks.h stacks: Use macro wrappers for call32() and stack_hop_back() 2015-10-15 14:15:19 -04:00
string.c Fix typos found by codespell 2015-10-09 13:34:28 -04:00
string.h Don't forward declare functions with "inline" in headers 2015-06-03 19:21:37 -04:00
system.c e820: Rename memmap.c to e820map.c and use consistent "e820_" prefix 2015-10-15 10:52:13 -04:00
tcgbios.c Add implementations for sha256, sha384, and sha512 2021-06-30 16:58:48 -04:00
tcgbios.h tpm: Rework the assertion of physical presence 2016-01-07 12:13:07 -05:00
types.h Fix typos found by codespell 2015-10-09 13:34:28 -04:00
util.h acpi: add dsdt parser 2020-05-15 13:55:29 +02:00
version.c build: Report gcc and binutils versions in debug log 2015-10-15 10:55:10 -04:00
vgahooks.c pci: Split low-level pci code from higher-level 'struct pci_device' code 2016-02-03 10:38:42 -05:00
x86.c Split x86 specific functions out of util.c/h to new files x86.c/h. 2013-09-18 20:48:34 -04:00
x86.h Add implementations for sha256, sha384, and sha512 2021-06-30 16:58:48 -04:00