aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-03-28Fix remaining typos in various foldersThomas Huth1-1/+1
2021-02-12libhv: Compile with -WextraAlexey Kardashevskiy1-1/+1
2021-02-12elf: Compile with -WextraAlexey Kardashevskiy1-3/+3
2021-01-28helpers: Define MIN()Alexey Kardashevskiy1-0/+1
2020-05-13elf: Implement elf_get_file_size to determine size of an ELF imageStefan Berger2-0/+16
2020-02-21tcgbios: Add TPM 2.0 support and firmware APIStefan Berger1-0/+1
2020-02-21tpm: Add TPM CRQ driver implementationStefan Berger1-0/+1
2020-02-21slof: Implement SLOF_get_keystroke() and SLOF_reset()Stefan Berger1-0/+2
2018-07-20romfs/tools: Remove superfluous union around the rom header structThomas Huth1-1/+0
2018-05-29slof: Add a helper function to get the contents of a property in C codeThomas Huth1-0/+2
2018-05-29libnet: Wire up pxelinux.cfg network bootingThomas Huth1-0/+2
2017-09-26netboot: Create bootp-response when bootp is usedNikunj A Dadhania1-0/+2
2016-09-14paflof: Add a write_mm_log helper functionThomas Huth1-0/+1
2016-08-16Remove misleading padding fields from ROM header definitionThomas Huth1-4/+2
2016-08-16Improve indentation in calculatecrc.hThomas Huth1-23/+21
2016-08-16Remove unused defines in calculatecrc.hThomas Huth1-12/+0
2016-02-08virtio: add virtio 1.0 related struct and definesNikunj A Dadhania1-0/+4
2016-02-08fix code style in byteorder.hNikunj A Dadhania1-12/+6
2016-02-08pci: add byte read/write helper routinesNikunj A Dadhania1-0/+2
2015-12-01Move the code for rfill into a separate functionThomas Huth1-11/+2
2015-08-05Add missing half word access case to _FASTRMOVE and _FASTMOVEThomas Huth2-8/+8
2015-08-05fbuffer: Implement RFILL as an accelerated primitiveThomas Huth2-0/+36
2015-08-05fbuffer: Implement MRMOVE as an accelerated primitiveThomas Huth2-0/+20
2015-03-13helpers: Fix SLOF_alloc_mem_aligned to meet callers expectationAlexey Kardashevskiy1-1/+1
2014-04-25virtio-blk: support variable block sizeNikunj A Dadhania1-0/+5
2014-03-18ELF: Enter LE binary in LE modeNikunj A Dadhania1-0/+1
2014-02-04Add support for 64bit LE ABI v1 and v2 supportNikunj A Dadhania1-0/+1
2013-12-06Add support for loading little endian ELF binaries.Anton Blanchard1-0/+7
2013-12-06Add bswap_{16,32,64}pAnton Blanchard1-0/+18
2013-10-04Implement range allocatorNikunj A Dadhania1-0/+23
2013-10-04Add veth driver in libvethAvik Sil1-0/+24
2013-10-04Add SLOF usleep wrapperAvik Sil1-0/+1
2013-10-04Add SLOF pci wrapper functionsAvik Sil1-0/+5
2013-07-25Use a global definition of sync() and mb()Benjamin Herrenschmidt3-12/+27
2013-07-24usb: unmap buffersNikunj A Dadhania1-0/+3
2013-07-24usb-slof: forth support routines for CNikunj A Dadhania1-0/+34
2013-07-24Use __builtin_bswap routines for endianness swappingAvik Sil1-3/+5
2013-01-04Spelling fixes in comments and debug messagesStefan Weil1-1/+1
2012-02-22Move _FASTRMOVE implementation into headers & support new hcallBenjamin Herrenschmidt2-1/+106
2012-01-11Fix inline asm for ci_write_xxBenjamin Herrenschmidt1-19/+31
2011-12-20Silenced some compiler warnings that occur when compiling with prototype checksThomas Huth2-4/+4
2011-11-24Support for virtio-block PCI devicesThomas Huth1-0/+5
2011-10-12Improved cache-inhibited access functionsThomas Huth1-10/+27
2011-10-12Removed obsolete types.h header filesThomas Huth1-28/+0
2011-10-12Got rid of the ELF loader functions written in Forth, using libelf instead.Thomas Huth1-0/+2
2011-10-12Reworked libelf to support relocationThomas Huth1-2/+72
2011-10-12Move functions for byte-swapping into common header file.Thomas Huth1-0/+78
2011-03-22Initial qemu/KVM board supportBenjamin Herrenschmidt2-0/+112
2010-12-01Initial import of slof-JX-1.7.0-4Benjamin Herrenschmidt13-0/+614