summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test_avb: Add pymark.buildconfigspec information for the AVB testsTom Rini2018-06-191-0/+5
* libavb: Update SPDX tag styleTom Rini2018-06-1936-73/+36
* configs: Update Meson GX configsNeil Armstrong2018-06-194-0/+49
* meson: use the clock driverBeniamino Galvani2018-06-195-22/+18
* clk: add Amlogic meson clock driverBeniamino Galvani2018-06-195-0/+560
* config: meson-gx-common: Enable USB bootNeil Armstrong2018-06-191-0/+7
* adc: meson-saradc: fix regmap_init_mem callNeil Armstrong2018-06-191-1/+1
* configs: dragonboard410c: remove env partition offsetRamon Fried2018-06-191-4/+0
* configs: db410c: Set eMMC env partition to BOOT2Ramon Fried2018-06-191-0/+1
* common: Fix cpu nr type which is always unsigned typeMichal Simek2018-06-196-25/+25
* bootm: Handle kernel_noload on arm64Marek Vasut2018-06-191-2/+17
* ARM: image: Add option for ignoring ep bit 3Marek Vasut2018-06-193-4/+8
* sandbox: swap_case: Increase number of base address regsSimon Glass2018-06-191-1/+1
* spi: sandbox: Fix memory leak in sandbox_sf_bind_emul()Simon Glass2018-06-191-3/+4
* rsa: Fix missing memory leak on error in fdt_add_bignum()Simon Glass2018-06-191-3/+10
* fdtgrep: Separate out checking of two allocationsSimon Glass2018-06-191-4/+7
* fdtgrep: Fix logic of free() in do_fdtgrep()Simon Glass2018-06-191-2/+5
* console: Fix handling of NULL global_dataSimon Glass2018-06-181-2/+6
* log: Fix incorect range check in log_get_cat_name()Simon Glass2018-06-182-4/+9
* gpio: omap_gpio: Name GPIO's by bank and index with DM_GPIOAdam Ford2018-06-181-2/+8
* arm: mach-omap2/omap3/clock.c: Enable all GPIO with CMD_GPIOAdam Ford2018-06-181-5/+5
* block: Add SPL_BLOCK_CACHE and default nAdam Ford2018-06-183-2/+9
* arm: Do not clear LR on exception in SPLAndrew F. Davis2018-06-181-1/+1
* mmc: Remove hwpartition help text when command is disabledAlex Kiernan2018-06-181-0/+2
* fs: btrfs: Do not fail when all root_backups are emptyYevgeny Popovych2018-06-182-9/+22
* .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada2018-06-189-9/+2
* .gitignore: sort normal pattern rules alphabeticallyMasahiro Yamada2018-06-181-17/+13
* dm: gpio: Add DM compatibility to GPIO driver for DavinciAdam Ford2018-06-185-27/+186
* MAINTAINERS: update ARM SnapdragonRamon Fried2018-06-181-1/+1
* db410c: fix alignment of dts fileRamon Fried2018-06-181-6/+6
* iotrace: fix behaviour when buffer is fullRamon Fried2018-06-183-9/+20
* cmd: iotrace: add dump trace commandRamon Fried2018-06-181-1/+35
* iotrace: move record definitons to header fileRamon Fried2018-06-182-27/+28
* ARM: sunxi: remove empty #ifdef/endif blockChris Packham2018-06-181-3/+0
* m68k: Remove empty #ifdef/#ifndef blockChris Packham2018-06-181-4/+0
* configs: Remove empty #ifdef/#ifndef blocksChris Packham2018-06-182-5/+0
* doc: avb2.0: add README about AVB2.0 integrationIgor Opaniuk2018-06-181-0/+97
* test/py: avb2.0: add tests for avb commandsIgor Opaniuk2018-06-181-0/+111
* am57xx_hs: avb2.0: add support of AVB 2.0Igor Opaniuk2018-06-181-0/+26
* avb2.0: add boot states and dm-verity supportIgor Opaniuk2018-06-183-5/+168
* cmd: avb2.0: avb command for performing verificationIgor Opaniuk2018-06-183-0/+376
* avb2.0: implement AVB opsIgor Opaniuk2018-06-183-0/+691
* avb2.0: integrate avb 2.0 into the build systemIgor Opaniuk2018-06-183-0/+30
* avb2.0: add Android Verified Boot 2.0 libraryIgor Opaniuk2018-06-1835-0/+6698
* Merge git://git.denx.de/u-boot-x86Tom Rini2018-06-1847-135/+443
|\
| * x86: efi: app: Display correct CPU info during bootBin Meng2018-06-171-1/+1
| * x86: Rename efi-x86 target to efi-x86_appBin Meng2018-06-1713-18/+18
| * x86: efi: payload: Add EFI framebuffer driver supportBin Meng2018-06-172-0/+5
| * dm: video: Add an EFI framebuffer driverBin Meng2018-06-173-0/+156
| * efi: stub: Pass EFI GOP information to U-Boot payloadBin Meng2018-06-172-0/+50