summaryrefslogtreecommitdiffstats
path: root/rules/image-hdimg.make
Commit message (Collapse)AuthorAgeFilesLines
* hd.img: use efi type also for GPT partitionsUwe Kleine-König2020-05-191-0/+1
| | | | | | | | | Similar to using 0xef for efi partitions with MBR partitioning, there is a dedicated type for these when GPT partitioning is to be used. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Message-Id: <20200519100511.25651-1-u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image-hdimg: add boot.vfat boot optionMichael Olbrich2014-08-131-0/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image-hdimg: fix typoMichael Olbrich2014-08-111-3/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image-hdimg: add generic HD imageMichael Olbrich2014-05-051-0/+54
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>