aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-15ARM: davinci: Remove CONFIG_SOC_DA830Adam Ford
2017-09-15arm: dts: Add missing u-boot specific dtsi for dra7-evmJean-Jacques Hiblot
2017-09-15arm: mach-omap2: Relax checks on OP-TEE location to allow pageable imageHarinarayan Bhatta
2017-09-15fs/fat: fix fatbuf leakRob Clark
2017-09-15fs/fat: Clean up open-coded sector <-> cluster conversionsRob Clark
2017-09-15fs/fat: fix case for FAT shortnamesRob Clark
2017-09-15fat/fs: move ls to generic implementationRob Clark
2017-09-15fat/fs: remove a bunch of dead codeRob Clark
2017-09-15fs/fat: implement opendir/readdir/closedirRob Clark
2017-09-15fs: add fs_readdir()Rob Clark
2017-09-15fat/fs: convert to directory iteratorsRob Clark
2017-09-15fs/fat: introduce new director iteratorsRob Clark
2017-09-15fs/fat: split out helper to init fsdataRob Clark
2017-09-15Merge git://git.denx.de/u-boot-ubiTom Rini
2017-09-15Merge git://git.denx.de/u-boot-i2cTom Rini
2017-09-15test/py: u_boot_console_base.py: fix typoHeinrich Schuchardt
2017-09-15checkpatch.pl: Add warning for new __packed additionsHeinrich Schuchardt
2017-09-15cmd: blk: Use LBAFU in the common block commandBin Meng
2017-09-15blk: Remove various places that do flush cache after readBin Meng
2017-09-15test: overlay: Add unit test for stacked overlayPantelis Antoniou
2017-09-15ut: fix fdt_getprop_u32() changePantelis Antoniou
2017-09-15config: sandbox: Add unit testsPantelis Antoniou
2017-09-15dtbo: make dtbos specialPantelis Antoniou
2017-09-15doc: overlays: Tweak documentation regarding overlaysFranklin S Cooper Jr
2017-09-15doc: Document how to apply fdt overlaysPantelis Antoniou
2017-09-15fit: fdt overlays docPantelis Antoniou
2017-09-15fit: Introduce methods for applying overlays on fit-loadPantelis Antoniou
2017-09-15fit: Do not throw away extra configuration on fit_image_load()Pantelis Antoniou
2017-09-15fit: Allow multiple images per propertyPantelis Antoniou
2017-09-15fdt: Allow stacked overlays phandle referencesPantelis Antoniou
2017-09-15fdt: Switch to using the verbose overlay application methodPantelis Antoniou
2017-09-15fdt: Introduce helper method fdt_overlay_apply_verbose()Pantelis Antoniou
2017-09-15libfdt: Initialize the stack variableTien Fong Chee
2017-09-15dtoc: Add a header to the generated filesSimon Glass
2017-09-15dtoc: Rename the auto-generated dt-structs.h fileSimon Glass
2017-09-15dtoc: Support properties containing multiple phandle valuesSimon Glass
2017-09-15dtoc: Put phandle args in an arraySimon Glass
2017-09-15dtoc: Put each phandle on a separate lineSimon Glass
2017-09-15dtoc: Rename the phandle structSimon Glass
2017-09-15dtoc: Rename is_phandle() and adjust it to return more detailSimon Glass
2017-09-15dtoc: Make is_phandle() a member functionSimon Glass
2017-09-15dtoc: Use the Fdt's class's phandle mapSimon Glass
2017-09-15dtoc: Update the Fdt class to record phandlesSimon Glass
2017-09-15dtoc: Handle 'reg' properties with unusual sizesSimon Glass
2017-09-15dtoc: Add support for 32 or 64-bit addressesSimon Glass
2017-09-15dtoc: Avoid very long lines in outputSimon Glass
2017-09-15dtoc: Add a 64-bit type and a way to convert cells into 64 bitsSimon Glass
2017-09-15dtoc: Adjust Node to record its parentSimon Glass
2017-09-15fdt: Sync libfdt up to upstreamSimon Glass
2017-09-15Travis-CI: Switch back to using the top of tree dtcTom Rini