summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x86: doc: Remove stale sections of 64-bit supportBin Meng2018-10-221-17/+0
* x86: doc: Mention qemu-x86_64 supportBin Meng2018-10-221-2/+17
* x86: Ensure no instruction sets of MMX/SSE are generated in 64-bit buildBin Meng2018-10-221-0/+1
* x86: Specify -march=core2 to build 64-bit U-Boot properBin Meng2018-10-221-1/+1
* x86/bootm: fix error handling in boot_prep_linux(...)Hannes Schmelzer2018-10-221-0/+4
* Enable CONFIG_TIMER_EARLY with bootstageSimon Glass2018-10-221-0/+3
* binman: Add support for Intel reference codeSimon Glass2018-10-221-0/+27
* chromebook_samus: Increase pre-relocation memorySimon Glass2018-10-221-1/+1
* test: Add test for PCI device without compat string and with DT nodeMarek Vasut2018-10-201-0/+5
* test: Add PCI device entry without compat string and with DT nodeMarek Vasut2018-10-201-1/+5
* pci: Update documentation to make 'compatible' string optionalMarek Vasut2018-10-201-5/+9
* pci: Support parsing PCI controller DT subnodesMarek Vasut2018-10-201-3/+29
* common: command: fix typoHeinrich Schuchardt2018-10-191-1/+1
* Convert CONFIG_FLASH_CFI_DRIVER et al to KconfigAdam Ford2018-10-19624-732/+1684
* travis: Add sandbox/clang-7 supportTom Rini2018-10-191-7/+20
* bootcount: Make bootcount magic configurableMarek Vasut2018-10-196-13/+19
* travis: Switch to i386 version toolchain for x86Bin Meng2018-10-191-8/+8
* travis: Remove or32 toolchain infoBin Meng2018-10-191-1/+0
* ARM: mach-omap2: Kconfig: Make SYS_MPUCLK dependent on AM33XXAdam Ford2018-10-191-0/+1
* arm: lpc32xx: remove phantom CONFIG_LPC32XX_SDRAM_ config optionVladimir Zapolskiy2018-10-192-4/+0
* work_92105: remove unused CONFIG_SPL_NAND_BOOT configuration optionVladimir Zapolskiy2018-10-191-1/+0
* work_92105: remove unused CONFIG_LPC32XX_SPL configuration optionVladimir Zapolskiy2018-10-192-4/+0
* Makefile: add LPC32xx precondition for building platform imagesVladimir Zapolskiy2018-10-191-0/+2
* arm: lpc32xx: add CONFIG_ARCH_LPC32XX build optionVladimir Zapolskiy2018-10-196-30/+37
* Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2018-10-1920-170/+106
|\
| * ARM: rmobile: Drop PRR syscon driverMarek Vasut2018-10-181-53/+8
| * ARM: dts: rmobile: Build -u-boot variants of DTsMarek Vasut2018-10-181-8/+8
| * ARM: dts: rmobile: r8a77990: Add USB2.0(EHCI) DT nodes on EbisuHiroyuki Yokoyama2018-10-183-0/+74
| * ARM: rmobile: Fix module clock controls refer status on Gen3Hiroyuki Yokoyama2018-10-183-6/+6
| * ARM: rmobile: Enable cache command on Gen3Hiroyuki Yokoyama2018-10-183-1/+2
| * ARM: rmobile: Tidy up SYSC_PWRx define of 3DG on Gen3Hiroyuki Yokoyama2018-10-183-18/+0
| * ARM: rmobile: salvator-x: Remove GSX clock force supplyHiroyuki Yokoyama2018-10-181-12/+0
| * ARM: rmobile: Remove Watchdog and CPG settings on Gen3Hiroyuki Yokoyama2018-10-183-39/+0
| * ARM: rmobile: Remove TMU0/TMU1 settings on Gen3Hiroyuki Yokoyama2018-10-185-25/+0
| * ARM: rmobile: Remove console parameter from bootargs on Gen3Hiroyuki Yokoyama2018-10-188-8/+8
| * 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