summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-01-16dm: core: add function uclass_probe_all() to probe all devicesVabhav Sharma
2021-01-16doc/README.gpt: define partition type GUID for U-Boot environmentRasmus Villemoes
2021-01-16lib/uuid.c: change prototype of uuid_guid_get_str()Rasmus Villemoes
2021-01-16test: Avoid assuming sandbox board for bloblist testSimon Glass
2021-01-16cmd: gpt: add eMMC and GPT supportCorneliu Doban
2021-01-15disk: dos: add code for creating MBR partition layoutMarek Szyprowski
2021-01-15disk: dos: rename write_mbr_partition to write_mbr_sectorMarek Szyprowski
2021-01-15console: Provide a documentation for console_search_dev()Andy Shevchenko
2021-01-15console: rename search_device() to console_search_dev()Andy Shevchenko
2021-01-15console: move search_device() from iomux.h to console.hAndy Shevchenko
2021-01-15console: Introduce console_start() and console_stop()Andy Shevchenko
2021-01-15global_data: Enable spl_handoff only if CONFIG_HANDOFF is setOvidiu Panait
2021-01-15common: board_r: Drop arch-specific ifdefs around initr_trapOvidiu Panait
2021-01-15common: board_r: Drop initr_bbmii wrapperOvidiu Panait
2021-01-15common: board_r: Drop initr_api wrapperOvidiu Panait
2021-01-15common: board_r: Drop initr_jumptable wrapperOvidiu Panait
2021-01-15common: board_r: Drop initr_xen wrapperOvidiu Panait
2021-01-15common: board_r: Drop initr_pci wrapperOvidiu Panait
2021-01-15common: board_r: Drop initr_pci_ep wrapperOvidiu Panait
2021-01-15common: board_r: Drop initr_post_backlog wrapperOvidiu Panait
2021-01-15common: board_r: Drop initr_secondary_cpu wrapperOvidiu Panait
2021-01-15Merge branch '2021.04-rc' of https://github.com/lftan/u-bootTom Rini
2021-01-15configs: socfpga: Add CONFIG_SPL_PAD_TOLey Foon Tan
2021-01-15arm: socfpga: soc64: SSBL shall not setup stack on OCRAMChee Hong Ang
2021-01-15mmc: dwmmc: Change designware MMC 'clksel' callback function to return statusSiew Chin Lim
2021-01-15arm: socfpga: soc64: Define SMC function identifiers for PSCI SiP servicesChee Hong Ang
2021-01-15arm: socfpga: soc64: Load FIT image with ATF supportChee Hong Ang
2021-01-14Merge tag 'efi-2021-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-01-13Merge tag 'u-boot-amlogic-20210112' of https://gitlab.denx.de/u-boot/custodia...Tom Rini
2021-01-13efi_loader: implement EFI_DT_FIXUP_PROTOCOLHeinrich Schuchardt
2021-01-13efi_loader: typedef efi_string_t text output protocolHeinrich Schuchardt
2021-01-13efi_loader: move efi_(u)intn_t to efi.hHeinrich Schuchardt
2021-01-13efi_loader: setting boot deviceHeinrich Schuchardt
2021-01-13efi_loader: carve out efi_check_pe()Heinrich Schuchardt
2021-01-13efi_loader: implement non-blocking file servicesHeinrich Schuchardt
2021-01-12Merge tag 'ti-v2021.04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-01-12Merge tag 'u-boot-atmel-2021.04-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini
2021-01-12Nokia RX-51: Do not try calling both ext2load and ext4loadPali Rohár
2021-01-12dm: core: add a function to decode display timingsDario Binacchi
2021-01-12fdt: translate address if #size-cells = <0>Dario Binacchi
2021-01-12clk: add clk_round_rate()Dario Binacchi
2021-01-12dt-bindings: bus: ti-sysc: resync with Linux 5.9-rc7Dario Binacchi
2021-01-12clk: export generic routinesDario Binacchi
2021-01-12arm:pdu001: Use pseudo partition UUID for LINUX kernel boot paramter rootFelix Brack
2021-01-12board: ti: k2g: Add support for K2G ICE with 1GHz SiliconLokesh Vutla
2021-01-12configs: am65x_evm: Define the maximum file size for DFUAswath Govindraju
2021-01-11sunxi: Add arm64 FEL supportAndre Przywara
2021-01-11tools: mkimage: Add Allwinner eGON supportAndre Przywara
2021-01-11sunxi: Factor out eGON BROM header descriptionAndre Przywara
2021-01-11Merge branch 'next'Tom Rini