aboutsummaryrefslogtreecommitdiff
path: root/linaro_image_tools/media_create/boards.py
AgeCommit message (Expand)Author
2012-08-26boards.py: checking for argument value before trying to use itRicardo Salveti de Araujo
2012-08-05Do not force initrd at the boot cmds in case initrd is not availableRicardo Salveti de Araujo
2012-08-05Allow booting without initrd, by using root dev path instead of always using ...Ricardo Salveti de Araujo
2012-07-26Last of the uboot -> bootloader changesJames Tunnicliffe
2012-07-26More uboot -> bootloader changesJames Tunnicliffe
2012-07-26renamed uboot_dd to bootloader_ddJames Tunnicliffe
2012-07-26renamed uboot_flavor to bootloader_flavorJames Tunnicliffe
2012-07-26More u_boot -> bootloader renaming (3)James Tunnicliffe
2012-07-26renamed u_boot_file to bootloader_fileJames Tunnicliffe
2012-07-25Wired up command line parameters that should allow board and bootloader selec...James Tunnicliffe
2012-07-25renamed u_boot_in_boot_part to bootloader_file_in_boot_part.James Tunnicliffe
2012-07-23Updated media create tests to cope with changes from last checkin.James Tunnicliffe
2012-07-23Move parsing of infrormation in hardware pack metadata out of linaro-hwpack-i...James Tunnicliffe
2012-07-19V2 fix: Now using the generic parser, need to patch up for V2 files that don'...James Tunnicliffe
2012-07-19Removed debug printsJames Tunnicliffe
2012-07-19Metadata always examined using Config object.James Tunnicliffe
2012-07-17linaro-hwpack-install accepts V3 input.James Tunnicliffe
2012-06-13Fix line-too-longs in boards.py.Danilo Segan
2012-06-13Remove trailing whitespace.Danilo Segan
2012-06-07PEP8: Fix W293 blank line contains whitespace and W391 blank line at end ofLoïc Minier
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