aboutsummaryrefslogtreecommitdiff
path: root/slof
AgeCommit message (Expand)AuthorFilesLines
2023-03-28Fix remaining typos in various foldersThomas Huth1-1/+1
2023-02-28Remove ?PICKAlexey Kardashevskiy2-9/+0
2023-02-28Fix typos in the slof folderThomas Huth17-23/+23
2022-07-19OF: Add a separate direct kernel loading wordJordan Niethe1-0/+6
2021-10-01slof/fs/accept: Replace TABs with spacesThomas Huth1-12/+12
2021-02-12slof/prim: Compile with -WextraAlexey Kardashevskiy1-0/+3
2021-02-12libnet: Compile with -WextraAlexey Kardashevskiy1-3/+9
2020-05-13tcgbios: Measure the bootloader file read from diskStefan Berger1-1/+18
2020-03-27slof: Only close stdout for virtio-serial devicesGreg Kurz1-5/+0
2020-03-11virtio-serial: Rework shutdown sequenceGreg Kurz1-0/+5
2020-02-21tcgbios: Measure the GPT tableStefan Berger1-0/+22
2020-02-21tcgbios: Implement menu to clear TPM 2 and activate its PCR banksStefan Berger1-0/+7
2020-02-21tcgbios: Add TPM 2.0 support and firmware APIStefan Berger2-0/+14
2020-02-21tpm: Add TPM CRQ driver implementationStefan Berger1-0/+6
2020-02-21slof: Make linker script variables accessibleStefan Berger1-0/+20
2020-02-21slof: Implement SLOF_get_keystroke() and SLOF_reset()Stefan Berger1-0/+11
2020-02-21ext2/4: Add basic extent tree supportAlexey Kardashevskiy1-0/+56
2020-02-21ext2: Read all 64bit of inode numberAlexey Kardashevskiy1-1/+10
2020-02-21ext2: Read size of group descriptorsAlexey Kardashevskiy1-1/+14
2020-02-21ext2: Rename group-desc-sizeAlexey Kardashevskiy1-4/+4
2020-02-21ext2: Prepare for extendingAlexey Kardashevskiy1-14/+29
2019-12-30disk-label: Support Linux GPT partition typeAlexey Kardashevskiy1-1/+7
2019-12-30disk-label: Prepare for extentingAlexey Kardashevskiy1-33/+24
2019-12-05dma: Define default dma methods for using by client/package instancesMichael Roth1-0/+28
2019-11-11client: Load initramdisk locationAlexey Kardashevskiy1-0/+8
2019-11-11allocator: Fix format strings for DEBUGAlexey Kardashevskiy1-6/+6
2019-10-22pci: Align PCI node names with QEMUAlexey Kardashevskiy1-41/+12
2019-09-11usb-host: Do not override USB node nameAlexey Kardashevskiy1-1/+1
2018-12-18usb/storage: Implement block write supportLaurent Vivier1-5/+22
2018-12-18usb/storage: Invert the logic of the IF-statementsLaurent Vivier1-20/+19
2018-09-07pci: use appropriate base class idsGreg Kurz1-5/+5
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
2018-05-29resolve ihandle and xt handle in the input command (like for the output)Laurent Vivier1-16/+24
2018-05-29Fix output wordLaurent Vivier1-5/+31
2018-05-25obp-tftp: Make sure to not overwrite paflof in memoryThomas Huth1-1/+7
2018-05-25libnet: Get rid of unused huge_load and block_size parametersThomas Huth1-3/+0
2017-12-13boot: use a temporary bootdev-bufNikunj A Dadhania1-3/+38
2017-12-13boot: do not concatenate bootdevNikunj A Dadhania1-2/+10
2017-11-06fdt: Implement "fdt-fetch" method for client interfaceAlexey Kardashevskiy1-0/+16
2017-11-06board-qemu: Fix slof-build-id lengthAlexey Kardashevskiy1-0/+5
2017-11-03tree: Rework set-chosen-cpu and store /chosen ihandle and phandleAlexey Kardashevskiy1-0/+11
2017-10-24node: Add some documentationAlexey Kardashevskiy2-1/+17
2017-09-26netboot: Create bootp-response when bootp is usedNikunj A Dadhania2-12/+21
2017-07-24pci-scan: Fix pci-bridge-set-mem-base and pci-bridge-set-mem-limitThomas Huth1-37/+46
2017-07-21pci: Avoid 32-bit prefetchable memory area if possibleThomas Huth1-1/+6
2017-07-21Remove unused functions ishexdigit and $cat-commaThomas Huth1-10/+2
2017-07-20pci: Translate PCI addresses to host addresses at the end of map-inThomas Huth1-1/+1
2017-07-20Define 'open' and 'close' words of the /aliases nodes right from the startThomas Huth1-0/+2
2017-07-19paflof: Silence gcc's -Warray-bounds warning for stack pointersAlexey Kardashevskiy1-2/+2