summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-04efi_loader: consistently return efi_status_t efi_watchdog_registerHeinrich Schuchardt
2018-04-04efi_loader: return efi_status_t from efi_net_registerHeinrich Schuchardt
2018-04-04efi_loader: return efi_status_t from efi_gop_registerHeinrich Schuchardt
2018-04-04efi_loader: efi_smbios_register should have a return valueHeinrich Schuchardt
2018-04-04efi_loader: provide new doc/README.uefiHeinrich Schuchardt
2018-04-04efi_loader: delete doc/README.efiHeinrich Schuchardt
2018-04-04efi_loader: Initial EFI_DEVICE_PATH_UTILITIES_PROTOCOLLeif Lindholm
2018-04-04efi_loader: remove deprecated ConsoleControlProtocolHeinrich Schuchardt
2018-04-04efi_loader: parameter checks for LoadImageHeinrich Schuchardt
2018-04-04Revert "sunxi: Pine64: temporarily remove extra Pine64 non-plus DT"Andre Przywara
2018-04-04sunxi: revert disabling of featuresAndre Przywara
2018-04-04sunxi: disable direct MMC environmentAndre Przywara
2018-04-04net: sun8i-emac: remove support for old bindingAndre Przywara
2018-04-04arm: dts: sunxi: update H5 to new EMAC bindingAndre Przywara
2018-04-04arm: dts: sunxi: update H3 to new EMAC bindingAndre Przywara
2018-04-04arm: dts: sunxi: update A64 to new EMAC bindingAndre Przywara
2018-04-04net: sun8i-emac: add support for new EMAC DT bindingAndre Przywara
2018-04-04net: sun8i-emac: support new pinctrl DT bindingsAndre Przywara
2018-04-04sunxi: gpio: add missing compatible stringsAndre Przywara
2018-04-04sunxi: README.sunxi64: Add hint about non-debug of ARM Trusted FirmwareAndre Przywara
2018-04-03Makefile: Disable stack-usage check for ARCAlexey Brodkin
2018-04-03Merge tag 'arc-for-2018.05' of git://git.denx.de/u-boot-arcTom Rini
2018-04-03configs: add NAND support for NES ClassicMiquel Raynal
2018-04-03sunxi: move the NAND parameters to KconfigMiquel Raynal
2018-04-03sunxi: make NAND_SUNXI use ARCH_SUNXI as default in KconfigMiquel Raynal
2018-04-03sunxi: automatically select SPL_NAND_SUPPORT in KconfigMiquel Raynal
2018-04-03sunxi: dts: enable NAND on NES classicMiquel Raynal
2018-04-03sunxi: allow NAND support to be compiled for sun8i platformsMiquel Raynal
2018-04-03sunxi: spl: remove DMA related settings of the NAND controllerMiquel Raynal
2018-04-03spl: nand: sunxi: use PIO instead of DMAMiquel Raynal
2018-04-03spl: nand: sunxi: declare the ecc_bytes array globallyMiquel Raynal
2018-04-03sunxi: spl: deassert the NAND controller reset lineMiquel Raynal
2018-04-03spl: nand: sunxi: make the reset column helper more genericMiquel Raynal
2018-04-03spl: nand: sunxi: ensure enough time has passed after changing the columnMiquel Raynal
2018-04-03spl: nand: sunxi: create an helper to handle command executionMiquel Raynal
2018-04-03spl: nand: sunxi: add missing status clearMiquel Raynal
2018-04-03spl: nand: sunxi: introduce the nand_wait_cmd_fifo_empty() helperMiquel Raynal
2018-04-03spl: nand: sunxi: introduce the nand_wait_int() helperMiquel Raynal
2018-04-03spl: nand: sunxi: fix typo on register nameMiquel Raynal
2018-04-03spl: nand: sunxi: fix second case of modulo by zero errorMiquel Raynal
2018-04-03mtd: nand: sunxi: fix ECC strength choiceMiquel Raynal
2018-04-03spl: fix binman_sym output checkMiquel Raynal
2018-04-02Prepare v2018.05-rc1v2018.05-rc1Tom Rini
2018-04-02ARC: HSDK: Enable SPI flash supportEugeniy Paltsev
2018-04-02ARC: HSDK: Add platform-specific commandsEugeniy Paltsev
2018-04-02ARC: Bump ARC tools used in TravisCI to the most recent release arc-2017.09Alexey Brodkin
2018-04-02ARC: AXS10x: DTS: Remove unused interrupt propertiesEugeniy Paltsev
2018-04-01Merge git://git.denx.de/u-boot-dmTom Rini
2018-04-01image.h: add forward declaration of struct fdt_regionMasahiro Yamada
2018-04-01fdt_region: remove unneeded fdt_internal.h inclusionMasahiro Yamada