summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* yaffs2: rework yaffs_new_obj_idHeinrich Schuchardt2017-11-201-7/+6
* dra7x: fastboot: Increase recovery partition sizePraneeth Bajjuri2017-11-202-2/+2
* scripts/ld-version.sh: regular expression compile failsHeinrich Schuchardt2017-11-201-2/+5
* kconfig/symbol.c: use correct pointer type argument for sizeofHeinrich Schuchardt2017-11-201-1/+1
* Merge git://git.denx.de/u-boot-ubiTom Rini2017-11-202-10/+5
|\
| * ubi: no NULL check needed before kmem_cache_destroyHeinrich Schuchardt2017-11-201-2/+1
| * ubifs: no NULL check needed before freeHeinrich Schuchardt2017-11-201-8/+4
* | Merge git://git.denx.de/u-boot-i2cTom Rini2017-11-207-0/+286
|\ \
| * | odroid-c2: enable I2CBeniamino Galvani2017-11-203-0/+5
| * | i2c: add Amlogic Meson driverBeniamino Galvani2017-11-204-0/+281
| |/
* | Merge git://git.denx.de/u-boot-dmTom Rini2017-11-197-6/+135
|\ \ | |/ |/|
| * dm: core: fix member name in ofnode_union documentationBaruch Siach2017-11-171-1/+1
| * tpm: add more missing va_end()André Draszik2017-11-171-1/+4
| * tpm: add more useful NV storage permission flagsAndré Draszik2017-11-171-0/+3
| * tpm: add tpm_get_random()André Draszik2017-11-172-0/+55
| * tpm: fix reading of permanent flagsAndré Draszik2017-11-161-1/+11
| * SPL: fix printing of image nameAndré Draszik2017-11-161-1/+1
| * sandbox: Add clrbits/setbits macrosTom Rini2017-11-161-0/+57
| * dm: core: Correct address cast in dev_read_addr_ptr()Simon Glass2017-11-161-1/+2
| * cmd/fdt.c align data buffer to avoid unaligned word accessBernhard Messerklinger2017-11-161-1/+1
* | Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMANDTom Rini2017-11-1760-55/+63
* | arm: config: fix default console only to specify the deviceDongjin Kim2017-11-176-12/+12
* | Add UART base addresses for additional UARTsLandheer-Cieslak, Ronald2017-11-172-1/+18
* | dm: pci: change bus number register setting compliant with LinuxMinghuan Lian2017-11-173-4/+5
* | nios2: 10m50: Add CPU pre-relocation in device treeGan, Yau Wai2017-11-171-0/+1
* | omap3: omap3_logic: Move pinmuxing to header fileAdam Ford2017-11-172-332/+333
* | configs: dragonboard410c: Save environment data on eMMCJorge Ramirez-Ortiz2017-11-173-0/+10
* | env: Save environment at the end of an MMC partitionJorge Ramirez-Ortiz2017-11-172-4/+67
* | serial: nulldev: Implement "pending" function to fix tstc return "true"Wilson Lee2017-11-171-0/+6
* | armv8: update gd after relocateKever Yang2017-11-171-0/+2
* | arm64: support running at addr other than linked toStephen Warren2017-11-175-9/+68
* | test/py: add timestamps to logStephen Warren2017-11-173-0/+44
* | clk: clk_stm32f7: fix PLL clock division factorPatrice Chotard2017-11-171-7/+9
* | mmc: arm_pl180_mmci: add .getcd callbackPatrice Chotard2017-11-172-2/+26
* | mmc: arm_pl180_mmci: add clock supportPatrice Chotard2017-11-171-2/+14
* | mmc: arm_pl180_mmci: add bus_width DT property supportPatrice Chotard2017-11-171-0/+16
* | mmc: arm_pl180_mmci: adapt driver to DM usagePatrice Chotard2017-11-173-12/+129
* | mmc: arm_pl180_mmci: update arm_pl180_mmci_init() prototypePatrice Chotard2017-11-173-7/+8
* | omap2: nand: Make NAND_OMAP_GPMC_PREFETCH defaultTom Rini2017-11-171-0/+1
* | arm: amlogic: p212: Add support for Ethernet with Internal PHYNeil Armstrong2017-11-173-1/+44
* | arm: meson: Add supplementary ethernet registers definitionsNeil Armstrong2017-11-171-0/+3
* | net: phy: Add Amlogic Meson GXL Internal PHY supportNeil Armstrong2017-11-175-0/+65
* | lib: libfdt: wrap scripts/dtc/libfdt/* where possibleMasahiro Yamada2017-11-1710-1489/+63
* | linux/types.h: add typedef of uintptr_tMasahiro Yamada2017-11-171-0/+2
* | tools: use files from scripts/dtc/libfdt where possibleMasahiro Yamada2017-11-177-5/+22
* | libfdt: change libfdt_internal.h to a wrapper of scripts/dtc/libfdt/*Masahiro Yamada2017-11-171-50/+1
* | libfdt: change fdt.h to a wrapper of scripts/dtc/libfdt/*Masahiro Yamada2017-11-172-68/+1
* | pylibfdt: compile pylibfdt only when dtoc/binman is necessaryMasahiro Yamada2017-11-176-29/+20
* | pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefileMasahiro Yamada2017-11-1710-38/+41
* | scripts/dtc: Update to upstream version v1.4.5-3-gb1a60033c110Masahiro Yamada2017-11-1710-335/+1642