summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-07log: Add a test commandSimon Glass
2017-12-07log: Add a 'log level' commandSimon Glass
2017-12-07log: Add a console driverSimon Glass
2017-12-07log: Add an implementation of loggingSimon Glass
2017-12-07Drop the log bufferSimon Glass
2017-12-07usb: Correct use of debug()Simon Glass
2017-12-07mtdparts: Correct use of debug()Simon Glass
2017-12-07Move debug and logging support to a separate headerSimon Glass
2017-12-07Revert "sandbox: Drop special case console code for sandbox"Simon Glass
2017-12-07sandbox: Adjust pre-console address to avoid conflictSimon Glass
2017-12-07Revert "sandbox: remove os_putc() and os_puts()"Simon Glass
2017-12-07Merge git://git.denx.de/u-boot-i2cTom Rini
2017-12-07cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2CNobuhiro Iwamatsu
2017-12-07i2c: at91_i2c: remove the .probe_chip functionAlan Ott
2017-12-07i2c: at91_i2c: Wait for TXRDY after sending the first byteAlan Ott
2017-12-07i2c: meson: add some commentsBeniamino Galvani
2017-12-07i2c: meson: fix return codes on errorBeniamino Galvani
2017-12-07i2c: meson: reduce timeoutBeniamino Galvani
2017-12-07i2c: meson: improve Kconfig descriptionBeniamino Galvani
2017-12-05tools: omapimage: fix corner-case in byteswap pathPhilipp Tomsich
2017-12-05Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2017-12-05efi_stub: Use efi_uintn_tAlexander Graf
2017-12-04Prepare v2018.01-rc1Tom Rini
2017-12-04Merge git://git.denx.de/u-boot-uniphierTom Rini
2017-12-04Merge git://git.denx.de/u-boot-cfi-flashTom Rini
2017-12-04arm: Make gcc 6.0 or later a hard requirement now.Tom Rini
2017-12-04scripts: spl: fix typoPeng Fan
2017-12-04drivers: firmware: psci: use pr_* log functions instead of printf()Masahiro Yamada
2017-12-04omap3: evm: Explicitly use DISTRO_DEFAULTS features at startupDerald D. Woods
2017-12-04armv8: mmu: fix page table mappingPeng Fan
2017-12-04arm64 :show_regs: show the address before relocationPeng Fan
2017-12-04ARM: arch-meson: build memory banks using reported memory from registersNeil Armstrong
2017-12-04arm: Add Khadas VIM support based on Meson GXL familyNeil Armstrong
2017-12-04arm: Add LibreTech CC support based on Meson GXL familyNeil Armstrong
2017-12-04board: p212: use common ethernet init functionNeil Armstrong
2017-12-04board: odroid-c2: use common ethernet init functionNeil Armstrong
2017-12-04ARM: arch-meson: add ethernet common init functionNeil Armstrong
2017-12-04libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.cMasahiro Yamada
2017-12-04libfdt: move fdt_find_regions() to fdt_region.c from fdt_wip.cMasahiro Yamada
2017-12-04armv8: shrink exception table codeAndre Przywara
2017-12-04add support for Raspberry Pi Zero WDmitry Korunov
2017-12-04test: compression: Convert to unit test frameworkSimon Glass
2017-12-04mtd: nand: denali: consolidate include directivesMasahiro Yamada
2017-12-04mtd: nand: denali_dt: replace printf() with pr_err()Masahiro Yamada
2017-12-04mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.hMasahiro Yamada
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada
2017-12-04mtd: nand: denali: remove ad-hoc board_nand_init() entryMasahiro Yamada
2017-12-04mtd: nand: denali: remove bogus __maybe_unusedMasahiro Yamada
2017-12-04ARM: uniphier: clean up board_initMasahiro Yamada
2017-12-04mtd: cfi: Fix checking status register featureYork Sun