summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test: add test for lib/lmb.cSimon Goldschmidt2019-01-162-0/+298
* env: add spi_flash_read_env functionHoratiu Vultur2019-01-161-11/+45
* mtd: nand: raw: allow to disable unneeded ECC layoutsStefan Agner2019-01-162-0/+11
* Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dmTom Rini2019-01-1525-96/+174
|\
| * lib: fdtdec: fdtdec_get_addr_size_fixed remove checksKeerthy2019-01-141-10/+0
| * sandbox: i2c_emul_find() No emulators for device 'rtc@43'Heinrich Schuchardt2019-01-142-8/+8
| * dm: serial: Tidy up header file commentsSimon Glass2019-01-141-3/+31
| * dm: serial: Adjust serial_getinfo() to use proper APISimon Glass2019-01-144-14/+12
| * dm: serial: Adjust serial_setconfig() to use proper APISimon Glass2019-01-143-11/+11
| * dm: serial: Adjust serial_getconfig() to use proper APISimon Glass2019-01-144-10/+10
| * serial: Move new functions to serial.hSimon Glass2019-01-142-5/+4
| * buildman: Fix tabs in GetWrapper()Simon Glass2019-01-141-2/+2
| * net: Fix error handling in sb_eth_raw_ofdata_to_platdata()Simon Glass2019-01-141-5/+4
| * travis: Use buildman for building with clangSimon Glass2019-01-141-10/+3
| * buildman: Add support for building with clangSimon Glass2019-01-145-5/+48
| * log: Check printf() argumentsSimon Glass2019-01-141-1/+2
| * efi_loader: Add a wchar_t cast in efi_file_open()Simon Glass2019-01-141-2/+2
| * sandbox: Correct SDL build flagsSimon Glass2019-01-142-3/+1
| * buildman: Deal nicely with invalid build-status fileSimon Glass2019-01-141-1/+6
| * test: dm: regmap: Fix the long test delaySimon Glass2019-01-142-4/+17
| * common: fdt_support: print hexadecimal numbers in debugSekhar Nori2019-01-141-2/+2
| * dm: Tidy up 'dm tree' output when there are many devicesSimon Glass2019-01-142-3/+4
| * buildman: Drop comment about Ctrl-C problemSimon Glass2019-01-141-2/+0
| * sandbox: add memset_io(..), memcpy_fromio(..) and memcpy_toio(..)Christian GMEINER2019-01-141-0/+12
* | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2019-01-156-5/+358
|\ \
| * | i2c: Reflect correct dependency for !DM cadence driverMichal Simek2019-01-151-0/+1
| * | i2c: mux: Covert to livetree functionsMichal Simek2019-01-152-4/+2
| * | i2c: i2c-cdns: Use proper input frequencyTomasz Gorochowik2019-01-151-1/+8
| * | i2c: xiic: Add Xilinx AXI I2C driverMarek Vasut2019-01-153-0/+347
| |/
* | Merge git://git.denx.de/u-boot-riscvTom Rini2019-01-157-56/+49
|\ \
| * | riscv: qemu: define standalone load addressLukas Auer2019-01-152-1/+3
| * | riscv: support standalone applications on RV64I systemsLukas Auer2019-01-151-0/+11
| * | riscv: replace use of callee-saved register in standaloneLukas Auer2019-01-151-5/+5
| * | riscv: remove RISC-V standalone linker scriptLukas Auer2019-01-152-41/+0
| * | riscv: use invalidate/flush_*cache_range functions in cache.cLukas Auer2019-01-151-2/+2
| * | riscv: move the AX25-specific implementation of flush_dcache_allLukas Auer2019-01-152-6/+26
| * | riscv: clarify error message on undefined exceptionsLukas Auer2019-01-151-1/+2
| |/
* | Merge branch '2019-01-14-master-imports'Tom Rini2019-01-15104-715/+4450
|\ \ | |/ |/|
| * common: command: Add support for $ auto-completionBoris Brezillon2019-01-154-13/+77
| * misc: fs_loader: Switching private data allocation to DM auto allocationTien Fong Chee2019-01-153-119/+56
| * cmd: adc: Use the sub-command infrastructureBoris Brezillon2019-01-151-28/+5
| * cmd: mtd: Use the subcmd infrastructure to declare mtd sub-commandsBoris Brezillon2019-01-151-181/+267
| * command: commands: Add macros to declare commands with subcmdsBoris Brezillon2019-01-151-0/+78
| * common: command: Rework the 'cmd is repeatable' logicBoris Brezillon2019-01-155-12/+84
| * common: command: Expose a generic helper to auto-complete sub commandsBoris Brezillon2019-01-152-4/+19
| * common: command: Fix command auto-completionBoris Brezillon2019-01-151-2/+10
| * blk: Increase cache element sizeMarek Vasut2019-01-151-1/+1
| * Makefile: run CONFIG_BOARD_SIZE_LIMIT against .imgSimon Goldschmidt2019-01-151-0/+1
| * kbuild: add .SECONDARY special target to scripts/Kbuild.includeMasahiro Yamada2019-01-156-12/+3
| * kbuild: add .DELETE_ON_ERROR special targetMasahiro Yamada2019-01-151-0/+3