aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-18cmd: iotrace: add dump trace commandRamon Fried1-1/+35
2018-06-18iotrace: move record definitons to header fileRamon Fried2-27/+28
2018-06-18ARM: sunxi: remove empty #ifdef/endif blockChris Packham1-3/+0
2018-06-18m68k: Remove empty #ifdef/#ifndef blockChris Packham1-4/+0
2018-06-18configs: Remove empty #ifdef/#ifndef blocksChris Packham2-5/+0
2018-06-18doc: avb2.0: add README about AVB2.0 integrationIgor Opaniuk1-0/+97
2018-06-18test/py: avb2.0: add tests for avb commandsIgor Opaniuk1-0/+111
2018-06-18am57xx_hs: avb2.0: add support of AVB 2.0Igor Opaniuk1-0/+26
2018-06-18avb2.0: add boot states and dm-verity supportIgor Opaniuk3-5/+168
2018-06-18cmd: avb2.0: avb command for performing verificationIgor Opaniuk3-0/+376
2018-06-18avb2.0: implement AVB opsIgor Opaniuk3-0/+691
2018-06-18avb2.0: integrate avb 2.0 into the build systemIgor Opaniuk3-0/+30
2018-06-18avb2.0: add Android Verified Boot 2.0 libraryIgor Opaniuk35-0/+6698
2018-06-18Merge git://git.denx.de/u-boot-x86Tom Rini47-135/+443
2018-06-17x86: efi: app: Display correct CPU info during bootBin Meng1-1/+1
2018-06-17x86: Rename efi-x86 target to efi-x86_appBin Meng13-18/+18
2018-06-17x86: efi: payload: Add EFI framebuffer driver supportBin Meng2-0/+5
2018-06-17dm: video: Add an EFI framebuffer driverBin Meng3-0/+156
2018-06-17efi: stub: Pass EFI GOP information to U-Boot payloadBin Meng2-0/+50
2018-06-17x86: baytrail: Drop EFI-specific test logicsBin Meng6-18/+11
2018-06-17x86: Drop QEMU-specific EFI payload supportBin Meng6-106/+3
2018-06-17x86: Add generic EFI payload supportBin Meng11-10/+216
2018-06-17x86: efi: payload: Add arch_cpu_init()Bin Meng1-3/+8
2018-06-17x86: efi: Refactor the directory of EFI app and payload supportBin Meng9-16/+10
2018-06-17x86: doc: Fix reference to EFI doc in U-BootBin Meng1-7/+7
2018-06-17x86: use EFI calling convention for efi_main on x86_64Ivan Gorinov3-13/+17
2018-06-17x86: cherryhill: Fix DTC warningBin Meng1-2/+0
2018-06-17Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini44-7471/+16168
2018-06-16Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini3-43/+170
2018-06-16ARM: rmobile: Disable 4k SF sectors on V3M EagleMarek Vasut1-0/+1
2018-06-16ARM: rmobile: Enable cache command on V3M EagleMarek Vasut1-0/+1
2018-06-16ARM: rmobile: Fix CPGW address on V3M EagleMarek Vasut1-3/+4
2018-06-16ARM: dts: rmobile: Add AVB PHY reset on V3M EagleMarek Vasut1-0/+2
2018-06-16ARM: dts: rmobile: Add AVB pinmux on V3M EagleMarek Vasut1-0/+9
2018-06-16ARM: dts: rmobile: Enable SDHI on E3 EbisuMarek Vasut1-0/+14
2018-06-16ARM: dts: rmobile: Add initial SDHI nodes to R8A77990 E3Marek Vasut1-0/+24
2018-06-16ARM: dts: rmobile: Add SCIF2 pinmux to E3 EbisuMarek Vasut1-0/+16
2018-06-16ARM: dts: rmobile: Add Renesas RPC HF/QSPI DT node to R8A77990Marek Vasut1-0/+8
2018-06-16ARM: rmobile: Enable RPCHF on DraakMarek Vasut1-0/+1
2018-06-16ARM: rmobile: Fix environment placement on DraakMarek Vasut1-1/+1
2018-06-15Merge tag 'arc-updates-for-2018.07-rc2' of git://git.denx.de/u-boot-arcTom Rini4-0/+287
2018-06-15Merge tag 'xilinx-for-v2018.07-rc2' of git://git.denx.de/u-boot-microblazeTom Rini25-49/+196
2018-06-15ARC: HSDK: Add readmeAlexey Brodkin1-0/+121
2018-06-15ARC: HSDK: Add tool and make target to generate bspEugeniy Paltsev3-0/+166
2018-06-15serial: zynq: Make zynq_serial_setbrg staticMichal Simek1-1/+1
2018-06-15serial: zynq: Initialize uart only before relocationMichal Simek1-0/+6
2018-06-15serial: zynq: Write chars till output fifo is fullMichal Simek1-2/+2
2018-06-15serial: zynq: Use BIT macros instead of shifts and full hex numbersMichal Simek1-8/+8
2018-06-15gpio: zynq_gpio: bank description should use unsigned typeMichal Simek1-4/+4
2018-06-15arm64: zynqmp: Check return value in zynqmp_mmio_rawwrite()Michal Simek1-1/+5