aboutsummaryrefslogtreecommitdiff
path: root/slof/fs/packages
AgeCommit message (Expand)AuthorFilesLines
2020-05-13tcgbios: Measure the bootloader file read from diskStefan Berger1-1/+18
2020-02-21tcgbios: Measure the GPT tableStefan Berger1-0/+22
2020-02-21tcgbios: Add TPM 2.0 support and firmware APIStefan Berger1-0/+9
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
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-09-26netboot: Create bootp-response when bootp is usedNikunj A Dadhania1-12/+1
2016-11-24Provide "write" function in the disk-label packageThomas Huth1-0/+5
2016-11-24deblocker: Add a 'write' functionThomas Huth1-0/+21
2016-10-17obp-tftp: Remove the ciregs-bufferThomas Huth1-11/+0
2016-10-17libnet: Simplify the net-load arguments passingThomas Huth1-11/+4
2016-10-17libnet: Simplify the Forth-to-C wrapper of ping()Thomas Huth1-4/+1
2016-10-17Add a Forth-to-C wrapper for the ping command, tooThomas Huth1-1/+4
2016-10-17Link libnet code to Paflof and add a wrapper for netboot()Thomas Huth1-3/+4
2016-06-27fat-files: Fix access to FAT32 dir/files when cluster > 16-bitsBenjamin Herrenschmidt1-2/+11
2016-05-02base: Move huge-tftp-load variable to obp-tftp packageThomas Huth1-0/+2
2016-03-16Remove unused sms code.Thomas Huth1-29/+0
2015-12-09fat-files: Fix bug with root-entries = 0 on certain FAT32 file systemsThomas Huth1-2/+13
2015-07-04disk-label: add support for booting from GPT FAT partitionNikunj A Dadhania1-24/+84
2015-07-04disk-label: introduce helper to check fat filesystemNikunj A Dadhania1-8/+9
2015-07-04introduce 8-byte LE helpersNikunj A Dadhania1-2/+2
2015-07-04disk-label: simplify gpt-prep-partition? routineNikunj A Dadhania1-26/+15
2015-03-23Remove bulk.fs packageThomas Huth1-87/+0
2014-06-13boot from disk having chrp-boot fileNikunj A Dadhania1-16/+24
2014-06-13fat16: fix read and remove debug messagesNikunj A Dadhania1-4/+5
2013-12-06SLOF does not exit if given 1KB diskNikunj A Dadhania1-2/+11
2013-10-04Add GPT supportAvik Sil1-10/+106
2013-06-03iso9660: Don't constantly reallocate the read bufferBenjamin Herrenschmidt1-6/+8
2013-05-21disk-label: Allocate 4096 bytes for 4k block devicesDinar Valeev1-3/+3
2013-05-21disk-label: Increase the max size of the PReP boot partitionBenjamin Herrenschmidt1-2/+2
2013-05-13Fix disk-label package to use proper instance pathBenjamin Herrenschmidt1-2/+2
2013-01-04Spelling fixes in comments and debug messagesStefan Weil1-1/+1
2012-04-30Fixed some bugs in the bootinfo.txt parsing codeThomas Huth1-3/+21
2012-04-30Fixed ISO9660 filesystem directory parsing with a lot of entriesThomas Huth1-7/+18
2012-02-14Fixed disk-label partition parsing to also work with single partition argumentsThomas Huth1-5/+22
2011-11-24Fixed memory leak during network loadingThomas Huth1-3/+1
2011-11-17Fixed bug in disk-label support packageThomas Huth1-2/+2
2011-11-17Improved ext2-files support packageThomas Huth1-7/+55
2011-03-22Fixed iso9660 package to be able to boot Debian and Ubuntu CD-ROM ISO images.Thomas Huth1-5/+10
2010-12-01Initial import of slof-JX-1.7.0-4Benjamin Herrenschmidt10-0/+1511