summaryrefslogtreecommitdiff
path: root/doc/README.kwbimage
AgeCommit message (Collapse)Author
2022-12-23global: Migrate CONFIG_BOARDDIR to CFGTom Rini
Perform a simple rename of CONFIG_BOARDDIR to CFG_BOARDDIR Signed-off-by: Tom Rini <[email protected]>
2014-11-07doc: fix documentation of out-of-tree buildTimo Ketola
Correct environment variable for output directory is KBUILD_OUTPUT. Signed-off-by: Timo Ketola <[email protected]>
2014-03-12kirkwood: kwbimage: refactor CONFIG_SYS_KWD_CONFIGMasahiro Yamada
Pull out "$(SRCTREE)/" from CONFIG_SYS_KWD_CONFIG and push it into the top Makefile. Signed-off-by: Masahiro Yamada <[email protected]> Cc: Michael Walle <[email protected]> Cc: Simon Guinot <[email protected]> Cc: Dave Purdy <[email protected]> Cc: Stefan Herbrechtsmeier <[email protected]> Cc: Luka Perkov <[email protected]> Cc: Valentin Longchamp <[email protected]> Cc: Jason Cooper <[email protected]> Cc: Siddarth Gore <[email protected]> Cc: Prafulla Wadaskar <[email protected]> Cc: Eric Cooper <[email protected]> Cc: Suriyan Ramasami <[email protected]>
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> [trini: Drop changes for PEP 4 following python tools] Signed-off-by: Tom Rini <[email protected]>
2012-09-03cosmetic: Better explain how to use the kirkwood kwbimage.cfg file.Karl O. Pinc
Hi, This adds to the documenation to explain how to use the kwbimage.cfg file necessary to generate an image with prefixed board setup values necessary for the kirkwood boards. Signed-off-by: Karl O. Pinc <[email protected]>
2012-09-03Cosmetic doc typo fixes to the kwbimage feature docsKarl O. Pinc
Signed-off-by: Karl O. Pinc <[email protected]>
2009-10-28Coding Style cleanup; update CHANGELOG, prepare -rc1v2009.11-rc1Wolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2009-09-10mkimage: Add Kirkwood Boot Image support (kwbimage)Prafulla Wadaskar
This patch adds support for "kwbimage" (Kirkwood Boot Image) image types to the mkimage code. For details refer to docs/README.kwbimage This patch is tested with Sheevaplug board Signed-off-by: Prafulla Wadaskar <[email protected]> Acked-by: Ron Lee <[email protected]> Signed-off-by: Prafulla Wadaskar <[email protected]>