aboutsummaryrefslogtreecommitdiff
path: root/include/helpers.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-28helpers: Define MIN()Alexey Kardashevskiy1-0/+1
2020-05-13elf: Implement elf_get_file_size to determine size of an ELF imageStefan Berger1-0/+2
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-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-02-08pci: add byte read/write helper routinesNikunj A Dadhania1-0/+2
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
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 Herrenschmidt1-6/+0
2013-07-24usb: unmap buffersNikunj A Dadhania1-0/+3
2013-07-24usb-slof: forth support routines for CNikunj A Dadhania1-0/+34