summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-23efi_loader: Add console handle references to in/out/errAlexander Graf
2018-09-23efi_loader: use correct documentation styleHeinrich Schuchardt
2018-09-23efi_loader: description efi_update_capsule()Heinrich Schuchardt
2018-09-23efi_loader: fix typos in efi_runtime.cHeinrich Schuchardt
2018-09-23efi_loader: fix typos in efi_boottime.cHeinrich Schuchardt
2018-09-23Revert "Revert "efi_loader: efi_allocate_pages is too restrictive""Stephen Warren
2018-09-23ARM: tegra: reserve unmapped RAM so EFI doesn't use itStephen Warren
2018-09-23efi_loader: simplify ifdefsStephen Warren
2018-09-23lib: charset: remove obsolete functionsHeinrich Schuchardt
2018-09-23efi_loader: buffer size for load optionsHeinrich Schuchardt
2018-09-23efi_loader: don't use unlimited stack as bufferHeinrich Schuchardt
2018-09-23efi_loader: remove limit on variable lengthHeinrich Schuchardt
2018-09-23test: test printing UnicodeHeinrich Schuchardt
2018-09-23lib: vsprintf: correct printing of Unicode stringsHeinrich Schuchardt
2018-09-23test: unit tests for Unicode functionsHeinrich Schuchardt
2018-09-23lib: charset: utility functions for UnicodeHeinrich Schuchardt
2018-09-23efi_loader: rename utf16_strlen, utf16_strnlenHeinrich Schuchardt
2018-09-23lib: build charset.o only if neededHeinrich Schuchardt
2018-09-23test: print_ut.c use #if CONFIG_IS_ENABLED(EFI_LOADER)Heinrich Schuchardt
2018-09-23vsprintf.c: use #if CONFIG_IS_ENABLED(EFI_LOADER)Heinrich Schuchardt
2018-09-23efi_loader: Pass address to fs_read()Alexander Graf
2018-09-23efi: sandbox: Tidy up copy_fdt() to work with sandboxSimon Glass
2018-09-23efi: Relocate FDT to 127MB instead of 128MBSimon Glass
2018-09-23efi_selftest: test for loaded image protocolHeinrich Schuchardt
2018-09-23efi_loader: pass system table in loaded image protocolHeinrich Schuchardt
2018-09-23efi_selftest: memory leak testing manage protocolsHeinrich Schuchardt
2018-09-23Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2018-09-23mips: mt7628a.dtsi: Add SPI clock-frequency propertyStefan Roese
2018-09-23mips: mt76xx: Add sysreset supportStefan Roese
2018-09-23mips: Add Gardena Smart-Gateway board supportStefan Roese
2018-09-23mips: Add LinkIt Smart 7688 supportStefan Roese
2018-09-22mips: Add basic MediaTek MT7620/88 supportStefan Roese
2018-09-22mips: Add arch/mips/include/asm/atomic.hStefan Roese
2018-09-22MIPS: cache: remove config option CONFIG_SYS_MIPS_CACHE_MODEDaniel Schwierzeck
2018-09-22MIPS: cache: make index base address configurableDaniel Schwierzeck
2018-09-22MIPS: cache: optimise changing of k0 CCA modeDaniel Schwierzeck
2018-09-22MIPS: cache: reimplement dcache_[status, enable, disable]Daniel Schwierzeck
2018-09-22MIPS: start.S: make boot config at offset 0x10 configurableDaniel Schwierzeck
2018-09-22bcm968380gerg: enable pinctrlPhilippe Reynes
2018-09-22dt: bcm6838: add pinctrlPhilippe Reynes
2018-09-22pinctrl: bcm6838: add pinctrl supportPhilippe Reynes
2018-09-20cmd: mtdparts: remove mandatory 'mtdparts=' prefixMiquel Raynal
2018-09-20cmd: mtdparts: accept spi-nand devicesMiquel Raynal
2018-09-20lib: strto: fix metric suffix parsing in strtoul[l]Miquel Raynal
2018-09-20lib: strto: parse all lowercase metric prefixes in ustrtoul[l]Miquel Raynal
2018-09-20cmd: mtdparts: add fallthrough in switch statementMiquel Raynal
2018-09-20cmd: ubi: delete useless and misleading definitionsMiquel Raynal
2018-09-20mtd: mtdpart: balance debug messagesMiquel Raynal
2018-09-20mtd: declare MTD_PARTITIONS symbol in KconfigMiquel Raynal
2018-09-20dt-bindings: Add bindings for SPI NAND devicesBoris Brezillon