summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * mips: mscc: luton+ocelot: Remove board config options, do probingLars Povlsen2019-01-169-103/+113
| * mips: luton: DT: Add pcb090Lars Povlsen2019-01-161-0/+36
| * mips: mscc: Add generic GPIO control utility functionLars Povlsen2019-01-165-1/+40
| * mips: mscc: Add generic PHY MIIM utility functionsLars Povlsen2019-01-165-1/+145
* | Merge branch '2019-01-16-master-imports'Tom Rini2019-01-1713-69/+916
|\ \
| * | arm: bootm: fix sp detection at end of address rangeSimon Goldschmidt2019-01-161-4/+6
| * | tftp: prevent overwriting reserved memorySimon Goldschmidt2019-01-162-12/+65
| * | lmb: remove unused extern declarationSimon Goldschmidt2019-01-161-2/+0
| * | bootm: use new common function lmb_init_and_reserveSimon Goldschmidt2019-01-161-6/+2
| * | fs: prevent overwriting reserved memorySimon Goldschmidt2019-01-163-3/+68
| * | lib: lmb: extend lmb for checks at load timeSimon Goldschmidt2019-01-163-0/+258
| * | fdt: parse "reserved-memory" for memory reservationSimon Goldschmidt2019-01-162-8/+46
| * | lib: lmb: reserving overlapping regions should failSimon Goldschmidt2019-01-162-15/+91
| * | lmb: fix allocation at end of address rangeSimon Goldschmidt2019-01-162-20/+38
| * | 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