summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* test/py: vboot can be run only at SandboxMichal Simek2016-07-22-0/+1
* arm: omap5: fix build dependency for secure devicesAndreas Dannenberg2016-07-22-1/+1
* arm: am4x: fix build dependency for secure devicesAndreas Dannenberg2016-07-22-1/+1
* fixing typo error in README file. CPU15 -> CP15yeongjun Kim2016-07-22-1/+1
* spl: fit: Fix the number of bytes read in raw modeLokesh Vutla2016-07-22-1/+3
* rsa: Fix return value and masked errormario.six@gdsys.cc2016-07-22-5/+5
* tools: Fix return code of fit_image_process_sig()mario.six@gdsys.cc2016-07-22-6/+7
* test/py: use absolute dts path in vboot testStephen Warren2016-07-22-1/+1
* armv8: spl: Call board_init_r from crt0_64 in SPLJeremy Hunt2016-07-22-15/+12
* efi_loader: Add debug output for efi_add_memory_map()Andreas Färber2016-07-22-0/+3
* tools/env: reuse fw_getenv in fw_printenv functionAndreas Fenkart2016-07-22-27/+17
* tools/env: move envmatch further up in file to avoid forward declarationsAndreas Fenkart2016-07-22-20/+18
* tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_scriptAndreas Fenkart2016-07-22-2/+115
* gdsys: Drop print_fpga_state functionTom Rini2016-07-22-26/+4
* tools/env: allow negative offsetsStefan Agner2016-07-22-9/+35
* tools/env: complete environment device config earlyStefan Agner2016-07-22-50/+60
* iso: Fix part info commandAlexander Graf2016-07-22-2/+2
* igep00x0: Falcon modeLadislav Michl2016-07-22-0/+12
* igep00x0: generate default mtdparts according NAND chip usedLadislav Michl2016-07-22-0/+19
* igep00x0: UBIizeLadislav Michl2016-07-22-75/+41
* igep00x0: runtime flash detectionLadislav Michl2016-07-22-18/+53
* igep00x0: remove unused empty function omap_rev_string()Ladislav Michl2016-07-22-8/+0
* igep00x0: remove useless setup_net_chip declarationLadislav Michl2016-07-22-2/+0
* igep00x0: reorder lan9221 code to remove ifdefsLadislav Michl2016-07-22-24/+17
* igep00x0: move sysinfo into C fileLadislav Michl2016-07-22-18/+18
* cmd: mtdparts: support runtime generated mtdpartsLadislav Michl2016-07-22-9/+12
* cmd: mtdparts: use defaults by defaultLadislav Michl2016-07-22-6/+16
* cmd: mtdparts: consolidate mtdparts reading from envLadislav Michl2016-07-22-22/+20
* cmd: mtdparts: fix null pointer dereference in parse_mtdpartsLadislav Michl2016-07-22-10/+13
* cmd: mtdparts: fix mtdparts variable presence confusion in mtdparts_initLadislav Michl2016-07-22-4/+6
* mtd: OneNAND: initialize mtd->writebufsize to let UBI workLadislav Michl2016-07-22-0/+1
* mtd: OneNAND: allow board init function failLadislav Michl2016-07-22-20/+28
* mtd: OneNAND: add timeout to wait ready loopsLadislav Michl2016-07-22-11/+19
* armv7: simplify identify_nand_chipLadislav Michl2016-07-22-24/+11
* armv7: armv7: introduce set_gpmc_cs0Ladislav Michl2016-07-22-58/+92
* armv7: make gpmc_cfg constLadislav Michl2016-07-22-16/+15
* armv7: add reset timeout to identify_nand_chipLadislav Michl2016-07-22-19/+15
* spl: zImage support in Falcon modeLadislav Michl2016-07-22-32/+65
* spl: support loading from UBI volumesLadislav Michl2016-07-22-0/+91
* spl: Lightweight UBI and UBI fastmap supportThomas Gleixner2016-07-22-0/+1405
* onenand_spl_simple: Add a simple OneNAND read functionLadislav Michl2016-07-22-0/+49
* nand_spl_simple: Add a simple NAND read functionThomas Gleixner2016-07-22-0/+63
* mtd: Sort subsystem directories aplhabeticaly in MakefileLadislav Michl2016-07-22-2/+2
* i2c_eeprom: Add reading supportmario.six@gdsys.cc2016-07-22-8/+40
* Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2016-07-22-180/+119
|\
| * zynq: defconfig: Remove unnecessary board specific config filesSiva Durga Prasad Paladugu2016-07-22-67/+7
| * zynq: config: Enable CONFIG_SYS_NO_FLASH through defconfigSiva Durga Prasad Paladugu2016-07-22-17/+9
| * Kconfig: Move option CONFIG_SYS_NO_FLASH to KconfigSiva Durga Prasad Paladugu2016-07-22-0/+6
| * usb: zynq: Define config USB_STORAGE through defconfigSiva Durga Prasad Paladugu2016-07-22-1/+6
| * usb: Kconfig: Add Kconfigs entry USB_EHCI_ZYNQSiva Durga Prasad Paladugu2016-07-22-11/+20