summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rockchip: mkimage: use spl_boot0 for all Rockchip SoCsKever Yang2017-11-211-7/+7
* rockchip: enable boot0-hook for all Rockchip SoCsPhilipp Tomsich2017-11-212-2/+1
* rockchip: boot0: align to 0x20 for armv7 '_start'Kever Yang2017-11-211-2/+12
* arm: boot0 hook: move boot0 hook before '_start'Philipp Tomsich2017-11-212-20/+35
* ARM: dra7: Kconfig: Add thermal configs for dra7xx and am57xxFaiz Abbas2017-11-211-0/+6
* ARM: dts: OMAP5+: Add support for bandgap sensor in SPLFaiz Abbas2017-11-211-0/+4
* thermal: ti-bandgap: Add support for temperature sensorFaiz Abbas2017-11-216-0/+249
* TI: am57xx; Remove am57xx_evm_nodt_defconfigTom Rini2017-11-212-67/+0
* README: update mailing list urlS. Lockwood-Childs2017-11-211-1/+1
* envtools: make sure version/timestamp header file are availableStefan Agner2017-11-211-1/+1
* env: Remove CONFIG_ENV_AES supportTom Rini2017-11-218-180/+2
* omap3: spi: the symbol for Hertz is HzHeinrich Schuchardt2017-11-201-1/+2
* Makefile: Correct SPL/TPL/DTB build race conditionM. Vefa Bicakci2017-11-201-3/+3
* malloc: don't compare pointers to 0Heinrich Schuchardt2017-11-201-5/+9
* scripts/coccinelle: add some more coccinelle testsHeinrich Schuchardt2017-11-205-0/+438
* Makefile: add coccicheck targetHeinrich Schuchardt2017-11-203-0/+756
* 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