summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-09efi_loader: supply EFI network testHeinrich Schuchardt
2017-10-09efi_selftest: allow printing MAC addressesHeinrich Schuchardt
2017-10-09efi_selftest: correct definition of efi_st_errorHeinrich Schuchardt
2017-10-09efi_loader: fill return values in SimpleNetworkProtocolHeinrich Schuchardt
2017-10-09efi_loader: size fields in SimpleNetworkProtocolHeinrich Schuchardt
2017-10-09efi_loader: fix efi_net_get_statusHeinrich Schuchardt
2017-10-09efi_loader: implement WaitForPacket eventHeinrich Schuchardt
2017-10-09efi_loader: use events for efi_net_receiveHeinrich Schuchardt
2017-10-09efi_net: return EFI_UNSUPPORTED where appropriateHeinrich Schuchardt
2017-10-09efi_loader: efi_net: hwaddr_size = 6Heinrich Schuchardt
2017-10-09efi_loader: fill simple network protocol revisionHeinrich Schuchardt
2017-10-09efi_loader: correct bits of receive_filters bit maskHeinrich Schuchardt
2017-10-09efi_loader: incorrect definition of EFI_SIMPLE_NETWORK_PROTOCOLHeinrich Schuchardt
2017-10-09efi_loader: wrong type in wait_for_eventHeinrich Schuchardt
2017-10-09efi_loader: pass GUIDs as const efi_guid_t *Heinrich Schuchardt
2017-10-09efi_loader: parameters of CopyMem and SetMemHeinrich Schuchardt
2017-10-09efi_loader: call EFI_EXIT in efi_copy_mem, efi_set_memHeinrich Schuchardt
2017-10-09efi_loader: replace efi_div10 by do_divHeinrich Schuchardt
2017-10-09efi_loader: provide function comments for boot servicesHeinrich Schuchardt
2017-10-09efi_selftest: make tests easier to readHeinrich Schuchardt
2017-10-09efi_loader: use type bool for event statesHeinrich Schuchardt
2017-10-09efi_selftest: use efi_st_error for all error messagesHeinrich Schuchardt
2017-10-05efi_selftest: enable CONFIG_CMD_BOOTEFI_SELFTESTHeinrich Schuchardt
2017-10-05efi_loader: allow creating new handlesHeinrich Schuchardt
2017-10-05efi_loader: support 16 protocols per efi_objectHeinrich Schuchardt
2017-10-03sandbox: Enable btrfs supportTom Rini
2017-10-03fs/btrfs: Fix warning in btrfs_check_super()Tom Rini
2017-10-02sandbox: Use asm-generic/io.hPaul Burton
2017-10-02powerpc: Use asm-generic/io.hPaul Burton
2017-10-02nios2: Use asm-generic/io.hPaul Burton
2017-10-02mips: Use asm-generic/io.hPaul Burton
2017-10-02xtensa: Use asm-generic/io.hPaul Burton
2017-10-02x86: Use asm-generic/io.hPaul Burton
2017-10-02sh: Use asm-generic/io.hPaul Burton
2017-10-02nds32: Use asm-generic/io.hPaul Burton
2017-10-02microblaze: Use asm-generic/io.hPaul Burton
2017-10-02m68k: Use asm-generic/io.hPaul Burton
2017-10-02arm: Use asm-generic/io.hPaul Burton
2017-10-02arc: Use asm-generic/io.hPaul Burton
2017-10-02Provide a generic io.h & address mapping functionsPaul Burton
2017-10-02mvebu: turris_omnia: Add CONFIG_CMD_BTRFS to defconfigMarek Behún
2017-10-02cmd: Add the 'btrsubvol' command to list BTRFS subvolumesMarek Behún
2017-10-02fs: btrfs: Add U-Boot fs handlers.Marek Behún
2017-10-02fs: btrfs: Add single-device read-only BTRFS implementationMarek Behún
2017-10-02fs: btrfs: Add disk-to-cpu and cpu-to-disk conversion functionsMarek Behún
2017-10-02fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified)Marek Behún
2017-10-02include: Add a variadic macro to call a callback for all argumentsMarek Behún
2017-10-02fs: Create a common fs_devread for ext4/reiserfs/zfsMarek Behún
2017-10-02lib: Add CRC32-CMarek Behún
2017-10-02Prepare v2017.11-rc1Tom Rini