aboutsummaryrefslogtreecommitdiff
path: root/slof/helpers.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-21tpm: Add TPM CRQ driver implementationStefan Berger1-0/+6
2020-02-21slof: Implement SLOF_get_keystroke() and SLOF_reset()Stefan Berger1-0/+11
2018-05-29slof: Add a helper function to get the contents of a property in C codeThomas Huth1-0/+15
2018-05-29libnet: Wire up pxelinux.cfg network bootingThomas Huth1-3/+12
2017-09-26netboot: Create bootp-response when bootp is usedNikunj A Dadhania1-0/+20
2016-09-14paflof: Provide get_timer() and set_timer() helper functionsThomas Huth1-0/+18
2016-09-14paflof: Add a write_mm_log helper functionThomas Huth1-0/+9
2016-09-14Improve SLOF_alloc_mem_aligned()Thomas Huth1-3/+8
2016-02-08pci: add byte read/write helper routinesNikunj A Dadhania1-0/+14
2015-03-13helpers: Fix SLOF_alloc_mem_aligned to meet callers expectationAlexey Kardashevskiy1-1/+1
2013-10-04Add SLOF usleep wrapperAvik Sil1-0/+6
2013-10-04Add SLOF pci wrapper functionsAvik Sil1-0/+35
2013-07-25Use a global definition of sync() and mb()Benjamin Herrenschmidt1-0/+1
2013-07-24usb: unmap buffersNikunj A Dadhania1-0/+23
2013-07-24usb-slof: forth support routines for CNikunj A Dadhania1-0/+71