aboutsummaryrefslogtreecommitdiff
path: root/linaro_image_tools/media_create/android_boards.py
AgeCommit message (Expand)Author
2013-04-03PEP8 fixes.James Tunnicliffe
2013-03-26Fixed regression when using actual dtb file name, not the general one.Milo Casagrande
2013-03-25Completed support for Arndale in android boards.Milo Casagrande
2013-03-25Added Arndale support for Android boards.Milo Casagrande
2013-02-17Third run of pep8 fixes.Stevan Radakovic
2013-02-07First pass of pep8 fixes for 12.10.Stevan Radakovic
2013-01-07Refactored serial_opts into serial_options.Milo Casagrande
2013-01-03Catch exception on missing file, added test.Milo Casagrande
2013-01-02Refactored field name, handled file opening.Milo Casagrande
2012-12-27Merged from boards-refactoring, fixed conflicts.Milo Casagrande
2012-12-12Add OrigenQuad board supportTushar Behera
2012-12-11Fixed wrong attribute name, added missing one.Milo Casagrande
2012-12-10Merged from pipe.Milo Casagrande
2012-12-06boards: samsung: Make SamsungConfig generic to be used for newer boardsTushar Behera
2012-12-05Refactored android_boards, from class to instance, tests to be fixed.Milo Casagrande
2012-10-17Fix pep8 "E221 multiple spaces before operator"Paul Sokolovsky
2012-10-16Set actual values of fdt_high & initrd_high for Snowball, per Mathieu Poirier.Paul Sokolovsky
2012-10-12Allow to override initrd_high and fdt_high uboot params.Paul Sokolovsky
2012-09-20Added device tree support for AndroidSnowballEmmcConfigPatrik Ryd
2012-09-17android_boards: Changed name of snowball dtb file to board.dtbPatrik Ryd
2012-09-14DT support for Android Snowball Patrik Ryd
2012-08-05Do not force initrd at the boot cmds in case initrd is not availableRicardo Salveti de Araujo
2012-07-26renamed uboot_flavor to bootloader_flavorJames Tunnicliffe
2012-07-17400M for vmalloc is still not enough, bumping to 500M. (LP: #1014650)Mathieu Poirier
2012-07-04Increasing vmalloc pool to accommodate ioremap'ed devices and hwmem allocatio...Mathieu Poirier
2012-06-25Merged lp:~vishalbhoj/linaro-image-tools/panda-dt.Milo Casagrande
2012-06-21Add device tree support for pandaVishal Bhoj
2012-06-13Fix line-too-longs in android_boards.py.Danilo Segan
2012-06-13Remove trailing whitespace.Danilo Segan
2012-05-16Removing miscellaneous comments as per reviewer's request. https://blueprint...Mathieu Poirier
2012-05-15Using default value for u-boot-linaro-stableMathieu Poirier
2012-03-21Remove 'a9' from VExpress Android board nameJon Medhurst (Tixy)
2012-03-06snowball: pusing vmalloc size to 300MMathieu Poirier
2012-02-21Add support for Snowball EMMC startupfiles for l-a-m-cMattias Backman
2012-02-21Fix the order of populate_raw_partition() arguments.Mattias Backman
2012-02-21Change delete_startupfiles to be a classproperty.Mattias Backman
2012-02-20Add a couple tests for AndroidMx6QSabreliteConfigGuilherme Salgado
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-19Add comment on dtb_name pathBernhard Rosenkraenzer
2012-02-19Whitespace adjustmentBernhard Rosenkraenzer
2012-02-19Make sure dtb_name is None for all non-mx6qsabreliteBernhard Rosenkraenzer
2012-02-19Adjust whitespace to match the rest of the codeBernhard Rosenkraenzer
2012-02-17Start fixing review comments.Mattias Backman
2012-02-16Add an error message for when the user forgot to supply the startupfiles.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-16Merge fix argument order in populate_raw_partition().Mattias Backman
2012-02-16Switch arguments to Snowball populate_raw_partitions() so that it matches the...Mattias Backman
2012-02-15Pass DeviceTree file correctlyBernhard Rosenkraenzer