aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-07log: test: Add a pytest for loggingSimon Glass2-0/+102
2017-12-07log: sandbox: Enable loggingSimon Glass1-0/+3
2017-12-07log: Plumb logging into the init sequenceSimon Glass4-1/+8
2017-12-07log: Add a test commandSimon Glass8-1/+235
2017-12-07log: Add a 'log level' commandSimon Glass3-0/+63
2017-12-07log: Add a console driverSimon Glass3-0/+44
2017-12-07log: Add an implementation of loggingSimon Glass6-0/+555
2017-12-07Drop the log bufferSimon Glass12-436/+5
2017-12-07usb: Correct use of debug()Simon Glass1-3/+1
2017-12-07mtdparts: Correct use of debug()Simon Glass1-3/+0
2017-12-07Move debug and logging support to a separate headerSimon Glass2-45/+60
2017-12-07Revert "sandbox: Drop special case console code for sandbox"Simon Glass1-0/+7
2017-12-07sandbox: Adjust pre-console address to avoid conflictSimon Glass1-1/+1
2017-12-07Revert "sandbox: remove os_putc() and os_puts()"Simon Glass2-0/+31
2017-12-07Merge git://git.denx.de/u-boot-i2cTom Rini4-34/+42
2017-12-07cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2CNobuhiro Iwamatsu1-2/+12
2017-12-07i2c: at91_i2c: remove the .probe_chip functionAlan Ott1-22/+0
2017-12-07i2c: at91_i2c: Wait for TXRDY after sending the first byteAlan Ott1-0/+2
2017-12-07i2c: meson: add some commentsBeniamino Galvani1-6/+19
2017-12-07i2c: meson: fix return codes on errorBeniamino Galvani1-2/+2
2017-12-07i2c: meson: reduce timeoutBeniamino Galvani1-1/+1
2017-12-07i2c: meson: improve Kconfig descriptionBeniamino Galvani1-1/+6
2017-12-05tools: omapimage: fix corner-case in byteswap pathPhilipp Tomsich1-1/+5
2017-12-05Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini33-659/+2391
2017-12-05efi_stub: Use efi_uintn_tAlexander Graf1-1/+1
2017-12-04Prepare v2018.01-rc1v2018.01-rc1Tom Rini1-3/+3
2017-12-04Merge git://git.denx.de/u-boot-uniphierTom Rini38-77/+46
2017-12-04Merge git://git.denx.de/u-boot-cfi-flashTom Rini1-3/+9
2017-12-04arm: Make gcc 6.0 or later a hard requirement now.Tom Rini1-2/+2
2017-12-04scripts: spl: fix typoPeng Fan1-1/+1
2017-12-04drivers: firmware: psci: use pr_* log functions instead of printf()Masahiro Yamada1-3/+4
2017-12-04omap3: evm: Explicitly use DISTRO_DEFAULTS features at startupDerald D. Woods2-28/+68
2017-12-04armv8: mmu: fix page table mappingPeng Fan2-1/+5
2017-12-04arm64 :show_regs: show the address before relocationPeng Fan1-2/+8
2017-12-04ARM: arch-meson: build memory banks using reported memory from registersNeil Armstrong12-9/+136
2017-12-04arm: Add Khadas VIM support based on Meson GXL familyNeil Armstrong10-1/+375
2017-12-04arm: Add LibreTech CC support based on Meson GXL familyNeil Armstrong10-1/+413
2017-12-04board: p212: use common ethernet init functionNeil Armstrong1-12/+2
2017-12-04board: odroid-c2: use common ethernet init functionNeil Armstrong1-9/+2
2017-12-04ARM: arch-meson: add ethernet common init functionNeil Armstrong3-1/+79
2017-12-04libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.cMasahiro Yamada4-102/+8
2017-12-04libfdt: move fdt_find_regions() to fdt_region.c from fdt_wip.cMasahiro Yamada2-129/+129
2017-12-04armv8: shrink exception table codeAndre Przywara1-73/+56
2017-12-04add support for Raspberry Pi Zero WDmitry Korunov5-1/+76
2017-12-04test: compression: Convert to unit test frameworkSimon Glass4-69/+141
2017-12-04mtd: nand: denali: consolidate include directivesMasahiro Yamada1-3/+3
2017-12-04mtd: nand: denali_dt: replace printf() with pr_err()Masahiro Yamada1-2/+2
2017-12-04mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.hMasahiro Yamada1-0/+1
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada35-40/+37
2017-12-04mtd: nand: denali: remove ad-hoc board_nand_init() entryMasahiro Yamada1-26/+0