aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-01-16dm: core: add function uclass_probe_all() to probe all devicesVabhav Sharma1-0/+11
2021-01-16doc/README.gpt: define partition type GUID for U-Boot environmentRasmus Villemoes1-0/+3
2021-01-16lib/uuid.c: change prototype of uuid_guid_get_str()Rasmus Villemoes1-3/+1
2021-01-16test: Avoid assuming sandbox board for bloblist testSimon Glass1-0/+18
2021-01-16cmd: gpt: add eMMC and GPT supportCorneliu Doban1-0/+29
2021-01-15disk: dos: add code for creating MBR partition layoutMarek Szyprowski1-0/+5
2021-01-15disk: dos: rename write_mbr_partition to write_mbr_sectorMarek Szyprowski1-2/+2
2021-01-15console: Provide a documentation for console_search_dev()Andy Shevchenko1-0/+10
2021-01-15console: rename search_device() to console_search_dev()Andy Shevchenko1-1/+1
2021-01-15console: move search_device() from iomux.h to console.hAndy Shevchenko2-1/+2
2021-01-15console: Introduce console_start() and console_stop()Andy Shevchenko1-0/+3
2021-01-15global_data: Enable spl_handoff only if CONFIG_HANDOFF is setOvidiu Panait1-2/+2
2021-01-15common: board_r: Drop arch-specific ifdefs around initr_trapOvidiu Panait1-1/+9
2021-01-15common: board_r: Drop initr_bbmii wrapperOvidiu Panait1-1/+9
2021-01-15common: board_r: Drop initr_api wrapperOvidiu Panait1-1/+9
2021-01-15common: board_r: Drop initr_jumptable wrapperOvidiu Panait1-2/+8
2021-01-15common: board_r: Drop initr_xen wrapperOvidiu Panait1-1/+1
2021-01-15common: board_r: Drop initr_pci wrapperOvidiu Panait1-1/+12
2021-01-15common: board_r: Drop initr_pci_ep wrapperOvidiu Panait1-1/+9
2021-01-15common: board_r: Drop initr_post_backlog wrapperOvidiu Panait1-1/+10
2021-01-15common: board_r: Drop initr_secondary_cpu wrapperOvidiu Panait1-0/+14
2021-01-15Merge branch '2021.04-rc' of https://github.com/lftan/u-bootTom Rini4-2/+599
2021-01-15configs: socfpga: Add CONFIG_SPL_PAD_TOLey Foon Tan1-0/+2
2021-01-15arm: socfpga: soc64: SSBL shall not setup stack on OCRAMChee Hong Ang1-0/+5
2021-01-15mmc: dwmmc: Change designware MMC 'clksel' callback function to return statusSiew Chin Lim1-1/+1
2021-01-15arm: socfpga: soc64: Define SMC function identifiers for PSCI SiP servicesChee Hong Ang1-0/+573
2021-01-15arm: socfpga: soc64: Load FIT image with ATF supportChee Hong Ang1-1/+18
2021-01-14Merge tag 'efi-2021-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/14Jan2021Tom Rini4-20/+68
2021-01-13Merge tag 'u-boot-amlogic-20210112' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2-0/+27
2021-01-13efi_loader: implement EFI_DT_FIXUP_PROTOCOLHeinrich Schuchardt2-0/+41
2021-01-13efi_loader: typedef efi_string_t text output protocolHeinrich Schuchardt1-2/+2
2021-01-13efi_loader: move efi_(u)intn_t to efi.hHeinrich Schuchardt2-2/+5
2021-01-13efi_loader: setting boot deviceHeinrich Schuchardt1-2/+4
2021-01-13efi_loader: carve out efi_check_pe()Heinrich Schuchardt1-0/+2
2021-01-13efi_loader: implement non-blocking file servicesHeinrich Schuchardt1-14/+14
2021-01-12Merge tag 'ti-v2021.04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini10-15/+160
2021-01-12Merge tag 'u-boot-atmel-2021.04-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini1-0/+45
2021-01-12Nokia RX-51: Do not try calling both ext2load and ext4loadPali Rohár1-14/+3
2021-01-12dm: core: add a function to decode display timingsDario Binacchi1-0/+24
2021-01-12fdt: translate address if #size-cells = <0>Dario Binacchi1-0/+24
2021-01-12clk: add clk_round_rate()Dario Binacchi2-0/+36
2021-01-12dt-bindings: bus: ti-sysc: resync with Linux 5.9-rc7Dario Binacchi1-0/+6
2021-01-12clk: export generic routinesDario Binacchi1-0/+57
2021-01-12arm:pdu001: Use pseudo partition UUID for LINUX kernel boot paramter rootFelix Brack1-1/+2
2021-01-12board: ti: k2g: Add support for K2G ICE with 1GHz SiliconLokesh Vutla1-0/+2
2021-01-12configs: am65x_evm: Define the maximum file size for DFUAswath Govindraju1-0/+6
2021-01-11sunxi: Add arm64 FEL supportAndre Przywara1-2/+0
2021-01-11tools: mkimage: Add Allwinner eGON supportAndre Przywara2-0/+2
2021-01-11sunxi: Factor out eGON BROM header descriptionAndre Przywara1-0/+81
2021-01-11Merge branch 'next'Tom Rini83-376/+1236