aboutsummaryrefslogtreecommitdiff
path: root/linaro_image_tools/media_create/boards.py
AgeCommit message (Collapse)Author
2013-02-07First pass of pep8 fixes for 12.10.Stevan Radakovic
2013-01-14Move *_addr and samsung_* fields in Arndale hwpack config fileFathi Boudra
2013-01-12Add ethact/ethaddr to Arndale boot_env (LP: #1097265)Fathi Boudra
2013-01-12Initial support for Arndale BL1 binary (samsung_bl0_*)Fathi Boudra
2013-01-12Fix samsung_{bl1,bl2,env}_{start,len} metadata initialisation.Fathi Boudra
samsung_v310_* are obsolete and initialized instead of the correct variables. Incorrect values are passed to dd, hence we create an image file filling all drive space.
2013-01-09Fixed regression: missing check on None strings; fixed tests.Milo Casagrande
2013-01-07Refactored serial_opts into serial_options.Milo Casagrande
2013-01-07Unified variable name between boards and android_boards.Milo Casagrande
2013-01-02Refactored field name, handled file opening.Milo Casagrande
2012-12-28Refactored tests: made YAML string a little bit more readable.Milo Casagrande
2012-12-27Merged hwpack-args into fix-tests.Milo Casagrande
2012-12-27Merged from trunk.Milo Casagrande
2012-12-27Merged hwpack-args into fix-tests.Milo Casagrande
2012-12-27Refactored OrigenQuad to be an instance.Milo Casagrande
2012-12-27Merged from trunk.Milo Casagrande
2012-12-23Add Arndale board supportFathi Boudra
2012-12-12Add OrigenQuad board supportTushar Behera
The new board is added as origen_quad device.
2012-12-10Fixed PEP8 warning.Milo Casagrande
2012-12-10Readedd wrongly removed attribute.Milo Casagrande
2012-12-10Merged from trunk.Milo Casagrande
2012-12-10Generic support for Samsung boards.Tushar Behera
2012-12-07boards: origen: Remove duplicate assignmentsTushar Behera
The values of these variable are same the values set in parent class. Hence there is no need to duplicate them here.
2012-12-07Fix l-m-c issues after refactoring Samsung related codeTushar Behera
2012-12-06boards: samsung: Make SamsungConfig generic to be used for newer boardsTushar Behera
Various Samsung boards use different offsets for BL1 (SPL), BL2 and ENV depending on whether the SoC boots in secured mode or non-secured mode. Make the offset and length of these binaries as part of board-specific config file.
2012-12-05From class to instace for boards, tests to be fixed.Milo Casagrande
2012-12-05Refactored HardwarepackHandler class, moved under the hwpack package, fixed ↵Milo Casagrande
tests.
2012-10-22Re-applied common logging infrastructure.Milo Casagrande
2012-10-20Revert the use of common logging infrastructure.Fathi Boudra
2012-10-19Use common logging infrastructure, add --debug option to linaro-media-create.Milo Casagrande
2012-10-12Allow to override initrd_high and fdt_high uboot params.Paul Sokolovsky
So far, these overrides are supported on the level of Android board config classes, not on the level of hwpack config. See https://bugs.launchpad.net/linaro-image-tools/+bug/1055644
2012-10-09FastModel: also copying the boot wrapper for the foundation modelRicardo Salveti de Araujo
2012-10-04Fixed logger calls.Milo Casagrande
2012-10-02Merged from trunk.Milo Casagrande
2012-10-02Added dtb_files support.Milo Casagrande
2012-10-02Removed unnecessary comment.Milo Casagrande
2012-10-02Fixed default bootloader.Milo Casagrande
2012-10-01Fixed typo.Milo Casagrande
2012-10-01Default to u_boot when no bootloader is specified.Milo Casagrande
2012-09-28Fixed syntax for dtb_files field.Milo Casagrande
2012-09-26Moved coying of dtb_files when temp dir is still there.Milo Casagrande
2012-09-25Added dtb_files support in media-create.Milo Casagrande
2012-09-12Fix V2 style directory layouts with a V3 configJames Tunnicliffe
2012-09-10Fixed up so linaro-media-create, linaro-hwpack-create and unit tests all work.James Tunnicliffe
2012-09-10Updated copy_file code to make missing directories and test rename file support.James Tunnicliffe
2012-09-10Refactored copy_files support.James Tunnicliffe
* Don't extract files into hwpack (leave in package) * Extract files to target path. TODO: * Rename file support.
2012-09-05Fix incorrect variable name in get_file (bug introduced when refactoring code)James Tunnicliffe
2012-09-04Remove TODO comment based on the review.Paul Sokolovsky
2012-09-04For consistency, use isinstance() instead of classy type() idiom.Paul Sokolovsky
2012-09-04Implement 'copy_files' fields support in linaro-media-create.Paul Sokolovsky
2012-09-03fix fastmodel image buildRiku Voipio