aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-18imx6: drop duplicated bss memset and board_init_r() callAnatolij Gustschin8-42/+0
2017-09-18pico-imx7d: Add "how to boot with NXP 4.1 Kernel"Vanessa Maegima1-0/+17
2017-09-18imx: imx7d: remove CamelCase from ENET_xMHz macrosEric Nelson5-9/+9
2017-09-18imx_common: detect USB serial downloader reliablyStefan Agner1-0/+12
2017-09-18imx: add macro to detect whether USB PHY is activeStefan Agner1-0/+7
2017-09-15Merge git://git.denx.de/u-boot-fdtTom Rini42-132/+1656
2017-09-15test/py: gpt: make use of infra-structureStephen Warren2-40/+66
2017-09-15ARM: davinci: Remove CONFIG_SOC_DA830Adam Ford2-140/+0
2017-09-15arm: dts: Add missing u-boot specific dtsi for dra7-evmJean-Jacques Hiblot1-0/+15
2017-09-15arm: mach-omap2: Relax checks on OP-TEE location to allow pageable imageHarinarayan Bhatta1-6/+2
2017-09-15fs/fat: fix fatbuf leakRob Clark1-7/+16
2017-09-15fs/fat: Clean up open-coded sector <-> cluster conversionsRob Clark3-11/+11
2017-09-15fs/fat: fix case for FAT shortnamesRob Clark3-9/+17
2017-09-15fat/fs: move ls to generic implementationRob Clark3-35/+37
2017-09-15fat/fs: remove a bunch of dead codeRob Clark3-207/+0
2017-09-15fs/fat: implement opendir/readdir/closedirRob Clark1-0/+61
2017-09-15fs: add fs_readdir()Rob Clark4-12/+199
2017-09-15fat/fs: convert to directory iteratorsRob Clark2-652/+76
2017-09-15fs/fat: introduce new director iteratorsRob Clark2-3/+360
2017-09-15fs/fat: split out helper to init fsdataRob Clark2-30/+44
2017-09-15Merge git://git.denx.de/u-boot-ubiTom Rini1-0/+5
2017-09-15Merge git://git.denx.de/u-boot-i2cTom Rini1-1/+39
2017-09-15test/py: u_boot_console_base.py: fix typoHeinrich Schuchardt1-1/+1
2017-09-15checkpatch.pl: Add warning for new __packed additionsHeinrich Schuchardt1-0/+7
2017-09-15cmd: blk: Use LBAFU in the common block commandBin Meng1-6/+4
2017-09-15blk: Remove various places that do flush cache after readBin Meng8-31/+0
2017-09-15test: overlay: Add unit test for stacked overlayPantelis Antoniou3-1/+55
2017-09-15ut: fix fdt_getprop_u32() changePantelis Antoniou1-8/+8
2017-09-15config: sandbox: Add unit testsPantelis Antoniou1-0/+2
2017-09-15dtbo: make dtbos specialPantelis Antoniou1-0/+17
2017-09-15doc: overlays: Tweak documentation regarding overlaysFranklin S Cooper Jr2-6/+87
2017-09-15doc: Document how to apply fdt overlaysPantelis Antoniou1-0/+37
2017-09-15fit: fdt overlays docPantelis Antoniou3-3/+236
2017-09-15fit: Introduce methods for applying overlays on fit-loadPantelis Antoniou3-8/+205
2017-09-15fit: Do not throw away extra configuration on fit_image_load()Pantelis Antoniou1-4/+7
2017-09-15fit: Allow multiple images per propertyPantelis Antoniou1-3/+15
2017-09-15fdt: Allow stacked overlays phandle referencesPantelis Antoniou1-22/+206
2017-09-15fdt: Switch to using the verbose overlay application methodPantelis Antoniou1-4/+3
2017-09-15fdt: Introduce helper method fdt_overlay_apply_verbose()Pantelis Antoniou2-0/+33
2017-09-15libfdt: Initialize the stack variableTien Fong Chee1-1/+1
2017-09-15dtoc: Add a header to the generated filesSimon Glass1-0/+12
2017-09-15dtoc: Rename the auto-generated dt-structs.h fileSimon Glass2-3/+4
2017-09-15dtoc: Support properties containing multiple phandle valuesSimon Glass4-12/+58
2017-09-15dtoc: Put phandle args in an arraySimon Glass4-5/+5
2017-09-15dtoc: Put each phandle on a separate lineSimon Glass2-6/+9
2017-09-15dtoc: Rename the phandle structSimon Glass6-7/+13
2017-09-15dtoc: Rename is_phandle() and adjust it to return more detailSimon Glass2-22/+58
2017-09-15dtoc: Make is_phandle() a member functionSimon Glass1-18/+18
2017-09-15dtoc: Use the Fdt's class's phandle mapSimon Glass1-13/+3
2017-09-15dtoc: Update the Fdt class to record phandlesSimon Glass1-0/+5