aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-25efi_loader: Make exposed image loader path absoluteAlexander Graf1-1/+6
2016-07-25common: fit: Allow U-Boot images to be bootedmario.six@gdsys.cc1-3/+4
2016-07-25keystone: k2h/e/l: Fix DMA coherency for QM PDSPKaricheri, Muralidharan1-2/+0
2016-07-25cmd: misc: Add support for fractions in sleepmario.six@gdsys.cc1-1/+20
2016-07-24ARM: uniphier: add clock/reset settings for xHCI of ProXstream2Masahiro Yamada2-2/+13
2016-07-24ARM: uniphier: add PH1-LD21 board dataMasahiro Yamada2-0/+19
2016-07-24ARM: uniphier: introduce flags to uniphier_board_data structureMasahiro Yamada5-11/+20
2016-07-24ARM: uniphier: rename outer-cache register macrosMasahiro Yamada6-216/+230
2016-07-24ARM: uniphier: clear notification flag before L2 operationMasahiro Yamada1-6/+6
2016-07-24ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()Masahiro Yamada22-121/+61
2016-07-23ARM: uniphier: fix doubled tftpboot commandsMasahiro Yamada1-1/+0
2016-07-23ARM: uniphier: select CONFIG_ARMV8_SPIN_TABLEMasahiro Yamada1-0/+1
2016-07-23ARM: dts: uniphier: renumber serial aliases for Gentil/Vodka boardsMasahiro Yamada2-8/+8
2016-07-22test/py: vboot can be run only at SandboxMichal Simek1-0/+1
2016-07-22arm: omap5: fix build dependency for secure devicesAndreas Dannenberg1-1/+1
2016-07-22arm: am4x: fix build dependency for secure devicesAndreas Dannenberg1-1/+1
2016-07-22fixing typo error in README file. CPU15 -> CP15yeongjun Kim1-1/+1
2016-07-22spl: fit: Fix the number of bytes read in raw modeLokesh Vutla1-1/+3
2016-07-22rsa: Fix return value and masked errormario.six@gdsys.cc1-5/+5
2016-07-22tools: Fix return code of fit_image_process_sig()mario.six@gdsys.cc1-6/+7
2016-07-22test/py: use absolute dts path in vboot testStephen Warren1-1/+1
2016-07-22armv8: spl: Call board_init_r from crt0_64 in SPLJeremy Hunt2-15/+12
2016-07-22efi_loader: Add debug output for efi_add_memory_map()Andreas Färber1-0/+3
2016-07-22tools/env: reuse fw_getenv in fw_printenv functionAndreas Fenkart1-27/+17
2016-07-22tools/env: move envmatch further up in file to avoid forward declarationsAndreas Fenkart1-20/+18
2016-07-22tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_scriptAndreas Fenkart2-2/+115
2016-07-22gdsys: Drop print_fpga_state functionTom Rini5-26/+4
2016-07-22tools/env: allow negative offsetsStefan Agner2-9/+35
2016-07-22tools/env: complete environment device config earlyStefan Agner1-50/+60
2016-07-22iso: Fix part info commandAlexander Graf1-2/+2
2016-07-22igep00x0: Falcon modeLadislav Michl1-0/+12
2016-07-22igep00x0: generate default mtdparts according NAND chip usedLadislav Michl2-0/+19
2016-07-22igep00x0: UBIizeLadislav Michl3-75/+41
2016-07-22igep00x0: runtime flash detectionLadislav Michl1-18/+53
2016-07-22igep00x0: remove unused empty function omap_rev_string()Ladislav Michl1-8/+0
2016-07-22igep00x0: remove useless setup_net_chip declarationLadislav Michl1-2/+0
2016-07-22igep00x0: reorder lan9221 code to remove ifdefsLadislav Michl1-24/+17
2016-07-22igep00x0: move sysinfo into C fileLadislav Michl2-18/+18
2016-07-22cmd: mtdparts: support runtime generated mtdpartsLadislav Michl1-9/+12
2016-07-22cmd: mtdparts: use defaults by defaultLadislav Michl1-6/+16
2016-07-22cmd: mtdparts: consolidate mtdparts reading from envLadislav Michl1-22/+20
2016-07-22cmd: mtdparts: fix null pointer dereference in parse_mtdpartsLadislav Michl1-10/+13
2016-07-22cmd: mtdparts: fix mtdparts variable presence confusion in mtdparts_initLadislav Michl1-4/+6
2016-07-22mtd: OneNAND: initialize mtd->writebufsize to let UBI workLadislav Michl1-0/+1
2016-07-22mtd: OneNAND: allow board init function failLadislav Michl6-20/+28
2016-07-22mtd: OneNAND: add timeout to wait ready loopsLadislav Michl1-11/+19
2016-07-22armv7: simplify identify_nand_chipLadislav Michl1-24/+11
2016-07-22armv7: armv7: introduce set_gpmc_cs0Ladislav Michl3-58/+92
2016-07-22armv7: make gpmc_cfg constLadislav Michl7-16/+15
2016-07-22armv7: add reset timeout to identify_nand_chipLadislav Michl2-19/+15