aboutsummaryrefslogtreecommitdiff
path: root/linaro_image_tools/media_create/boards.py
AgeCommit message (Expand)Author
2012-06-07PEP8: Fix E302 expected 2 blank lines, found 1.Loïc Minier
2012-06-07PEP8: Fix E241 multiple spaces after ','.Loïc Minier
2012-06-07PEP8: Fix E225 missing whitespace around operator.Loïc Minier
2012-06-07PEP8: Fix E201 whitespace after '[' (or after '{').Loïc Minier
2012-05-17FastModel: Make ancillary files optionalRiku Voipio
2012-05-16Ensure produced files are not owned by root for Fast Models builds. Fixes #99...Danilo Šegan
2012-05-07Change ownership when copying files root only to the output directory.Michael Hope
2012-04-23Add hwpack version 2 support to the i386 boardLuis Araujo
2012-04-18Adding mmc_device_id to be parsed from mmc_id and be used by flash-kernelRicardo Salveti de Araujo
2012-04-18Add support for --output-directory parameterJames Tunnicliffe
2012-04-17Remove vmlinuz and initrd definitions from I386 class.Abner Silva
2012-04-17Removed outputs_directory flagJames Tunnicliffe
2012-04-16Patch from https://bugs.launchpad.net/linaro-image-tools/+bug/962147James Tunnicliffe
2012-04-13Add a label for booting instead of a root partition.Luis Araujo
2012-04-03Add i386 support to LMC.Abner Silva
2012-02-21Change delete_startupfiles to be a classproperty.Mattias Backman
2012-02-20Undo line break and remove new arguments from another call.Mattias Backman
2012-02-20Remove the new arguments to populate_raw_partition and get them from a class ...Mattias Backman
2012-02-17Start fixing review comments.Mattias Backman
2012-02-16Look for the startupfiles in configdir and don't assume that they are in the ...Mattias Backman
2012-02-16Add separate source dir for startfiles so we can pass in a different dir from...Mattias Backman
2012-02-16Switch arguments to Snowball populate_raw_partitions() so that it matches the...Mattias Backman
2012-01-24Make sure the new --extra-boot-args argument works when the extra_boot_args_o...Guilherme Salgado
2012-01-18Call add_boot_args() from add_boot_args_from_file().Mattias Backman
2012-01-17Add reading boot args from file.Mattias Backman
2012-01-16Add add_boot_args() to BoardConfig.Mattias Backman
2011-12-14Add support for Freescale i.MX6Q SabreLite boardEric Miao
2011-11-23Fix bad addresses in vexpress U-Boot scriptJon Medhurst (Tixy)
2011-11-21Allow empty lines in Snowball startfiles config file.Mattias Backman
2011-11-17Handle whitespace in Snowball startfiles config file.Mattias Backman
2011-11-16Add vexpress-a9 platform to linaro-android-media-createJon Medhurst (Tixy)
2011-11-09More adaptions to snowball's "unique" ubootBernhard Rosenkraenzer
2011-11-09Fix syntax errorBernhard Rosenkraenzer
2011-11-09Adapt to Android on Snowball using a custom uboot that takesBernhard Rosenkraenzer
2011-11-03Suggested fix NOT verifiedLeonid
2011-10-19Add one entry in rootfs /etc/network/interfaces for each interface specified ...Mattias Backman
2011-10-06Make the boot_script hwpack field optional.Mattias Backman
2011-10-04Don't execute set_appropriate_tty for V2 hwpacks, since tty will be set expli...Mattias Backman
2011-09-27Make boot_script field optional.Mattias Backman
2011-09-22Pay attention to the --dev option when using Snowball hwpacks, which can be u...Mattias Backman
2011-09-22Change check that a flashable env should be created and dd:d.Mattias Backman
2011-09-21Merge trunk.Mattias Backman
2011-09-21Set the spl properties from hwpack metadata.Mattias Backman
2011-09-21Add spl_x properties to BoardConfig.Mattias Backman
2011-09-21Correct whitespace.Mattias Backman
2011-09-21Salvage some more forgotten Samsung code.Mattias Backman
2011-09-21Create flashable env if this is a Samsung hwpack.Mattias Backman
2011-09-21Check for spl file instead of x_loader in install_omap_boot_loader.Mattias Backman
2011-09-21Get metata fields uboot_dd and spl_dd.Mattias Backman
2011-09-21Use spl file as Omap x-loader and dd spl file if offset is specified in spl_d...Mattias Backman