summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sound: Add uclass operations for beepingSimon Glass2019-02-205-4/+157
* sound: Mark sound_setup() as optionalSimon Glass2019-02-202-2/+2
* x86: ivybridge: Add a way to get the HDA config settingSimon Glass2019-02-202-2/+28
* pch: Add ioctl supportSimon Glass2019-02-204-1/+93
* sandbox: pch: Add a test for the PCH uclassSimon Glass2019-02-206-0/+119
* x86: sandbox: pch: Add a CONFIG option for PCHSimon Glass2019-02-204-1/+15
* x86: link: Increase malloc size and decrease code sizeSimon Glass2019-02-201-1/+2
* x86: samus: Increase the pre-reloc memorySimon Glass2019-02-201-1/+1
* x86: Adjust I/O macros to work on 64-bit machinesSimon Glass2019-02-201-8/+8
* sandbox: Add a note about the growing state_info structSimon Glass2019-02-201-0/+9
* pci: Add IDs for Intel high-definition audioSimon Glass2019-02-201-0/+5
* gpio: Use case-insentive matching on the GPIO nameSimon Glass2019-02-201-1/+1
* gpio: Show inactive GPIOs when explicitly requestedSimon Glass2019-02-201-4/+4
* pci: Fix comment in struct pci_child_platdataSimon Glass2019-02-201-1/+1
* pci: Don't export pci_hose_config_device()Simon Glass2019-02-202-11/+2
* i2c: designware: Add error checking on initSimon Glass2019-02-201-10/+19
* dm: syscon: Don't require a regmap for PCI devicesSimon Glass2019-02-201-0/+4
* log: Allow #define LOG_DEBUG to enable logging in a fileSimon Glass2019-02-202-1/+21
* log: Add documentation for convenience functionsSimon Glass2019-02-201-10/+26
* log: Add a Kconfig option to set the default log levelSimon Glass2019-02-202-1/+21
* log: Fix up Kconfig log level namesSimon Glass2019-02-202-30/+38
* Merge branch '2019-02-19-master-imports'Tom Rini2019-02-1950-232/+745
|\
| * travis: Exclude omap from the arm926ejs jobTom Rini2019-02-191-1/+1
| * cmd: pcmcia: Build only if CONFIG_CMD_PCMCIA=yIsmael Luceno Cortes2019-02-191-1/+1
| * dm: Fix typo 'Watchdot' -> 'Watchdog'Chris Packham2019-02-191-1/+1
| * ARM: omap3: evm: Update DM SPL supportDerald D. Woods2019-02-194-39/+15
| * omap3_beagle: Enable DM_SPITom Rini2019-02-191-0/+1
| * omap3_beagle: Update for DM SPL supportTom Rini2019-02-195-51/+20
| * cmd/fs: fix build if CMD_BOOTEFI is not setGervais, Francois2019-02-191-0/+2
| * ARM: omap3_logic: Enable SPL booting device treeAdam Ford2019-02-199-41/+39
| * ARM: DTS: omap3-u-boot.dtsiAdam Ford2019-02-191-0/+81
| * ARM: da8xxevm: Add NAND instructions for da850-evm to READMEAdam Ford2019-02-191-0/+8
| * ARM: am3517_evm: Enable Falcon ModeAdam Ford2019-02-192-0/+2
| * ARM: da850evm: Increase Malloc SizeAdam Ford2019-02-194-0/+4
| * hikey: Allow environment to store in eMMC and increase bootdelayManivannan Sadhasivam2019-02-192-4/+5
| * test: let use gdbserver for all sandbox targetsIgor Opaniuk2019-02-191-2/+2
| * bcm963158: use TARGET_BCM963158 instead of ARCH_BCM63158Philippe Reynes2019-02-191-1/+1
| * dtbo: Fix dtbo generation rulesMichal Simek2019-02-191-1/+1
| * fs: fat: Reduce default max clustersize 64KiB from malloc poolTien Fong Chee2019-02-191-1/+9
| * fs: fat: dynamically allocate memory for temporary bufferTien Fong Chee2019-02-191-6/+12
| * spl: implement CRC check on U-Boot uImageSimon Goldschmidt2019-02-193-7/+50
| * configs: am57xx_evm: define CONFIG_SPL_LOAD_FIT_ADDRESS for SPL-DFUBin Liu2019-02-191-0/+11
| * cmd: date: Do not overwrite argumentsRoman Kapl2019-02-191-4/+4
| * elf: fix cache flushing in 'bootelf -p' commandKurban Mallachiev2019-02-191-2/+4
| * board/BuR/brxre1: convert do DMHannes Schmelzer2019-02-196-61/+463
| * dm: scsi: report correct device numberHeinrich Schuchardt2019-02-191-6/+7
| * tpm: simplify: tpm_set_global_lock()Heinrich Schuchardt2019-02-191-3/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2019-02-188-175/+69
|\
| * ARM: socfpga: stratix10: Return valid error code from FPGA driverAng, Chee Hong2019-02-181-11/+6
| * mmc: dwmmc: Poll for iDMAC TX/RX interruptLey Foon Tan2019-02-182-0/+26