summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pico-imx7d: Add "how to boot with NXP 4.1 Kernel"Vanessa Maegima2017-09-181-0/+17
* imx: imx7d: remove CamelCase from ENET_xMHz macrosEric Nelson2017-09-185-9/+9
* imx_common: detect USB serial downloader reliablyStefan Agner2017-09-181-0/+12
* imx: add macro to detect whether USB PHY is activeStefan Agner2017-09-181-0/+7
* Merge git://git.denx.de/u-boot-fdtTom Rini2017-09-1542-132/+1656
|\
| * test: overlay: Add unit test for stacked overlayPantelis Antoniou2017-09-153-1/+55
| * ut: fix fdt_getprop_u32() changePantelis Antoniou2017-09-151-8/+8
| * config: sandbox: Add unit testsPantelis Antoniou2017-09-151-0/+2
| * dtbo: make dtbos specialPantelis Antoniou2017-09-151-0/+17
| * doc: overlays: Tweak documentation regarding overlaysFranklin S Cooper Jr2017-09-152-6/+87
| * doc: Document how to apply fdt overlaysPantelis Antoniou2017-09-151-0/+37
| * fit: fdt overlays docPantelis Antoniou2017-09-153-3/+236
| * fit: Introduce methods for applying overlays on fit-loadPantelis Antoniou2017-09-153-8/+205
| * fit: Do not throw away extra configuration on fit_image_load()Pantelis Antoniou2017-09-151-4/+7
| * fit: Allow multiple images per propertyPantelis Antoniou2017-09-151-3/+15
| * fdt: Allow stacked overlays phandle referencesPantelis Antoniou2017-09-151-22/+206
| * fdt: Switch to using the verbose overlay application methodPantelis Antoniou2017-09-151-4/+3
| * fdt: Introduce helper method fdt_overlay_apply_verbose()Pantelis Antoniou2017-09-152-0/+33
| * libfdt: Initialize the stack variableTien Fong Chee2017-09-151-1/+1
| * dtoc: Add a header to the generated filesSimon Glass2017-09-151-0/+12
| * dtoc: Rename the auto-generated dt-structs.h fileSimon Glass2017-09-152-3/+4
| * dtoc: Support properties containing multiple phandle valuesSimon Glass2017-09-154-12/+58
| * dtoc: Put phandle args in an arraySimon Glass2017-09-154-5/+5
| * dtoc: Put each phandle on a separate lineSimon Glass2017-09-152-6/+9
| * dtoc: Rename the phandle structSimon Glass2017-09-156-7/+13
| * dtoc: Rename is_phandle() and adjust it to return more detailSimon Glass2017-09-152-22/+58
| * dtoc: Make is_phandle() a member functionSimon Glass2017-09-151-18/+18
| * dtoc: Use the Fdt's class's phandle mapSimon Glass2017-09-151-13/+3
| * dtoc: Update the Fdt class to record phandlesSimon Glass2017-09-151-0/+5
| * dtoc: Handle 'reg' properties with unusual sizesSimon Glass2017-09-152-0/+38
| * dtoc: Add support for 32 or 64-bit addressesSimon Glass2017-09-1513-6/+413
| * dtoc: Avoid very long lines in outputSimon Glass2017-09-152-3/+10
| * dtoc: Add a 64-bit type and a way to convert cells into 64 bitsSimon Glass2017-09-153-1/+18
| * dtoc: Adjust Node to record its parentSimon Glass2017-09-151-5/+7
| * fdt: Sync libfdt up to upstreamSimon Glass2017-09-153-3/+106
| * Travis-CI: Switch back to using the top of tree dtcTom Rini2017-09-151-3/+2
* | test/py: gpt: make use of infra-structureStephen Warren2017-09-152-40/+66
* | ARM: davinci: Remove CONFIG_SOC_DA830Adam Ford2017-09-152-140/+0
* | arm: dts: Add missing u-boot specific dtsi for dra7-evmJean-Jacques Hiblot2017-09-151-0/+15
* | arm: mach-omap2: Relax checks on OP-TEE location to allow pageable imageHarinarayan Bhatta2017-09-151-6/+2
* | fs/fat: fix fatbuf leakRob Clark2017-09-151-7/+16
* | fs/fat: Clean up open-coded sector <-> cluster conversionsRob Clark2017-09-153-11/+11
* | fs/fat: fix case for FAT shortnamesRob Clark2017-09-153-9/+17
* | fat/fs: move ls to generic implementationRob Clark2017-09-153-35/+37
* | fat/fs: remove a bunch of dead codeRob Clark2017-09-153-207/+0
* | fs/fat: implement opendir/readdir/closedirRob Clark2017-09-151-0/+61
* | fs: add fs_readdir()Rob Clark2017-09-154-12/+199
* | fat/fs: convert to directory iteratorsRob Clark2017-09-152-652/+76
* | fs/fat: introduce new director iteratorsRob Clark2017-09-152-3/+360
* | fs/fat: split out helper to init fsdataRob Clark2017-09-152-30/+44