aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-23Post-release version bump to 2011.09.1Mattias Backman
2011-09-23Release 2011.092011.09Mattias Backman
2011-09-22Add hwpack info dialog to fetch-image-ui.Mattias Backman
2011-09-22Allow --dev snowball_sd with V2 hwpacks.Mattias Backman
2011-09-22Pay attention to the --dev option when using Snowball hwpacks, which can be u...Mattias Backman
2011-09-22Use SPL metadate fields for Omap X-loader and Samsung SPL. Use the <file>_dd ...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-21Make presence of spl_file and uboot_file indicate that these files should be ...Mattias Backman
2011-09-21Change format of metadata field mmc_id and make it required.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-21Change x-loader to spl in hwpack metadata.Mattias Backman
2011-09-21Change x-loader to spl in hwpack config.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
2011-09-20Change format of mmc_id to match mmc_option '0:1' and calculate mmc_part_offs...Mattias Backman
2011-09-20Remove test for removing found packages.Mattias Backman
2011-09-20Defer removing packages from hwpack list until they have been used.Mattias Backman
2011-09-19Pull in board specific _make_boot_files() code to a single function.Mattias Backman
2011-09-15Set up logging, seems to be needed to enable warn logging in partitions.py.Mattias Backman
2011-09-15Use the same Samsung bootloader code for both v1 and v2 code paths.Mattias Backman
2011-09-15Save hwpack_format so we don't have to iterate over the hwpack tarballs every...Mattias Backman
2011-09-15Fix the broken get_format() fix.Mattias Backman
2011-09-15Fix glob pattern to accept leading * and fix some pep8 problems.Mattias Backman
2011-09-14Extract dd_file method to assert that the file exists, that it does not excee...Mattias Backman
2011-09-14Change kernel files glob to be relative to chroot instead of chroot/boot/ and...Mattias Backman
2011-09-13Add uboot_dd field to hwpack metadata to be used to request that the uboot fi...Mattias Backman
2011-09-13Consolidate _make_boot_files() methods into _make_boot_files_v2() with condit...Mattias Backman
2011-09-13Assert that format is 1.0 if partition_layout is not specified.Mattias Backman
2011-09-13Stop asserting a combination of V1 parameters for Igep v2 hwpack.Mattias Backman
2011-09-12Assert that the uboot bin file is found instead of asserting a certain set of...Mattias Backman
2011-09-06add ability to provide hwpack descriptions to the userAndy Doan
2011-08-31Look for Origen spl file origen-spl.bin since upstream changed the expected n...Mattias Backman
2011-08-30Add the new spl name for Origen in upsream u-bootAngus Ainslie
2011-08-30Add hwpacks V2 support for Samsung boards.Mattias Backman
2011-08-30Add hwpacks V2 support for Snowball.Mattias Backman
2011-08-29Fix extra empty line.Mattias Backman
2011-08-29Move dd(uboot_file) into hardwarepackhandler context.Mattias Backman
2011-08-29Move Samsung specifics to BoardConfig.Mattias Backman
2011-08-26Add samsung fields to hwpack metadata.Mattias Backman
2011-08-26Add Samsung hwpack v2 fields to l-m-c.Mattias Backman
2011-08-26Add Samsung BL1, BL2 and ENV fields to hwpack config.Mattias Backman
2011-08-26Accept spl_file config field and have hwpack-create put that file in the hwpack.Mattias Backman
2011-08-26Get spl_file from hwpack if it's in there.Mattias Backman
2011-08-26Move Samsung constants from module scope to SamsungConfig class properties.Mattias Backman