summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ARM: rmobile: Fix CPGWPR Address define and Settings on Gen3Hiroyuki Yokoyama2018-10-183-6/+6
* Merge tag 'signed-efi-2018.11' of git://github.com/agraf/u-bootTom Rini2018-10-1715-50/+112
|\
| * efi_loader: efi_dp_get_next_instance() superfluous statementHeinrich Schuchardt2018-10-161-1/+0
| * efi_selftest: creating new handle in controller testHeinrich Schuchardt2018-10-161-0/+2
| * efi_loader: fix typo in efi_boottime.cHeinrich Schuchardt2018-10-161-1/+1
| * fs: fat: Fix warning in normalize_longname()Tom Rini2018-10-161-1/+1
| * efi_loader: Fix warning in efi_load_image()Tom Rini2018-10-161-1/+1
| * arm: do not include efi_loader.h twiceHeinrich Schuchardt2018-10-161-1/+0
| * efi_loader: remove lcd.h from efi_net.cHeinrich Schuchardt2018-10-161-1/+0
| * efi_loader: memory leak in efi_set_variable()Heinrich Schuchardt2018-10-161-2/+4
| * efi_loader: superfluous statement in is_dir()Heinrich Schuchardt2018-10-161-1/+8
| * efi_loader: return type efi_console_register()Heinrich Schuchardt2018-10-162-2/+4
| * efi_loader: error handling in read_console()Heinrich Schuchardt2018-10-161-3/+8
| * efi_loader: efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, ...)Heinrich Schuchardt2018-10-161-3/+3
| * efi_loader: execute efi_save_gd() firstHeinrich Schuchardt2018-10-161-17/+7
| * efi_loader: correct signature of GetPosition, SetPositionHeinrich Schuchardt2018-10-163-12/+61
| * efi_loader: fix relocation on x86_64Heinrich Schuchardt2018-10-161-4/+12
* | Merge git://git.denx.de/u-boot-microblazeTom Rini2018-10-1656-57/+1052
|\ \ | |/ |/|
| * cmd: kgdb: Enable kgdb only for PPCMichal Simek2018-10-161-0/+1
| * arm64: zynqmp: Enable MP by default via KconfigMichal Simek2018-10-1623-19/+4
| * arm64: zynqmp: Add new command for TCM initializationSiva Durga Prasad Paladugu2018-10-163-3/+43
| * arm64: zynqmp: Move TCM initialization to a separate routineSiva Durga Prasad Paladugu2018-10-161-2/+8
| * arm64: versal: Add Xilinx Versal Virtual QEMU boardMichal Simek2018-10-163-0/+87
| * net: gem: Do not setup any clock for Xilinx SoC VersalMichal Simek2018-10-161-0/+4
| * arm64: versal: Add support for new Xilinx Versal ACAPsMichal Simek2018-10-1619-7/+402
| * arm64: gic: Do gicv3 secure initialization based on EL levelMichal Simek2018-10-161-7/+9
| * arm64: zynqmp: Enable CDC ethernet gadget for zcu100/Ultra96Michal Simek2018-10-162-0/+10
| * xilinx: Sync defconfigs with current KconfigMichal Simek2018-10-163-3/+3
| * arm: zynq: Add efuse node for Zynq-7000S devicesMichal Simek2018-10-161-0/+5
| * arm: zynq: Add support for DLC20 boardMichal Simek2018-10-164-0/+458
| * arm: zynq: Enable FIT fpga loading in SPL for zc706Michal Simek2018-10-161-0/+4
| * spl: fpga: Implement fpga bistream loading with fpga_loadMichal Simek2018-10-161-18/+16
* | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2018-10-163-0/+9
|\ \ | |/ |/|
| * i2c: fix: Add support for the Arm's Versatile Express I2C controllerHeiko Schocher2018-10-123-0/+9
* | Prepare v2018.11-rc2v2018.11-rc2Tom Rini2018-10-151-1/+1
* | Revert "fdt: fdtdec_setup_memory_banksize() use livetree"Michal Simek2018-10-151-21/+23
* | Merge tag 'arc-more-updates-for-2018.11-rc2-2' of git://git.denx.de/u-boot-arcTom Rini2018-10-157-9/+72
|\ \
| * | ARC: Don't use COMMON section for global not-initialized variablesAlexey Brodkin2018-10-151-1/+1
| * | iot_dk: Link for eFlashAlexey Brodkin2018-10-121-1/+1
| * | axs10x/emdk/hsdk/iot_dk: Implement board_mmc_getcd()Alexey Brodkin2018-10-124-0/+28
| * | iot_dk: Save CPU clock value to gd->cpu_clkAlexey Brodkin2018-10-121-6/+8
| * | iot_dk: Add support of 136 MHz clockAlexey Brodkin2018-10-121-0/+8
| * | iot_dk: Implement board resetAlexey Brodkin2018-10-121-0/+8
| * | iot_dk/hsdk: Implement its own print_cpuinfo()Alexey Brodkin2018-10-122-0/+16
| * | ARC: make generic print_cpuinfo() weakAlexey Brodkin2018-10-121-1/+1
| * | iot_dk: Disable networking supportAlexey Brodkin2018-10-121-1/+1
| * | iot_dk: Add localversion stringAlexey Brodkin2018-10-121-0/+1
| |/
* | Merge git://git.denx.de/u-boot-sunxiTom Rini2018-10-122-1/+8
|\ \
| * | sunxi: fix DRAM gate/reset sequence of H6Icenowy Zheng2018-10-101-1/+5
* | | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-10-129-23/+87
|\ \ \