summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-2021-04-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2021-01-204-11/+21
|\
| * efi_loader: Avoid emitting efi_var_buf to .GOTIlias Apalodimas2021-01-201-0/+11
| * efi_loader: efi_size_in_pages() missing parenthesesHeinrich Schuchardt2021-01-201-1/+1
| * efi_loader: remove EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt2021-01-202-7/+0
| * efi_loader: make the UEFI boot manager configurableHeinrich Schuchardt2021-01-201-3/+9
* | net: dwc_eth_qos: Pad descriptors to cacheline sizeMarek Vasut2021-01-191-1/+0
|/
* power: pmic: add driver for Monolithic Power mp5416Tim Harvey2021-01-181-0/+41
* aspeed: Add AST2600 platform supportChia-Wei, Wang2021-01-181-0/+16
* reset: aspeed: Add AST2600 reset supportChia-Wei, Wang2021-01-181-0/+70
* clk: aspeed: Add AST2600 clock supportRyan Chen2021-01-181-0/+62
* board: presidio: Add Parallel NAND supportKate Liu2021-01-181-0/+9
* clk: mediatek: Add MT8183 clock driverFabien Parent2021-01-181-0/+329
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2021-01-186-41/+85
|\
| * riscv: Add Microchip MPFS Icicle Kit supportPadmarao Begari2021-01-181-39/+20
| * clk: Add Microchip PolarFire SoC clock driverPadmarao Begari2021-01-181-0/+45
| * riscv: timer: Add support for an early timerPragnesh Patel2021-01-183-0/+15
| * riscv: Add support for SPI on Kendryte K210Sean Anderson2021-01-181-2/+5
* | log: provide missing macrosHeinrich Schuchardt2021-01-161-0/+8
* | log: make debug_cond() function likeHeinrich Schuchardt2021-01-161-9/+8
* | dm: core: add function uclass_probe_all() to probe all devicesVabhav Sharma2021-01-161-0/+11
* | doc/README.gpt: define partition type GUID for U-Boot environmentRasmus Villemoes2021-01-161-0/+3
* | lib/uuid.c: change prototype of uuid_guid_get_str()Rasmus Villemoes2021-01-161-3/+1
* | test: Avoid assuming sandbox board for bloblist testSimon Glass2021-01-161-0/+18
* | cmd: gpt: add eMMC and GPT supportCorneliu Doban2021-01-161-0/+29
|/
* disk: dos: add code for creating MBR partition layoutMarek Szyprowski2021-01-151-0/+5
* disk: dos: rename write_mbr_partition to write_mbr_sectorMarek Szyprowski2021-01-151-2/+2
* console: Provide a documentation for console_search_dev()Andy Shevchenko2021-01-151-0/+10
* console: rename search_device() to console_search_dev()Andy Shevchenko2021-01-151-1/+1
* console: move search_device() from iomux.h to console.hAndy Shevchenko2021-01-152-1/+2
* console: Introduce console_start() and console_stop()Andy Shevchenko2021-01-151-0/+3
* global_data: Enable spl_handoff only if CONFIG_HANDOFF is setOvidiu Panait2021-01-151-2/+2
* common: board_r: Drop arch-specific ifdefs around initr_trapOvidiu Panait2021-01-151-1/+9
* common: board_r: Drop initr_bbmii wrapperOvidiu Panait2021-01-151-1/+9
* common: board_r: Drop initr_api wrapperOvidiu Panait2021-01-151-1/+9
* common: board_r: Drop initr_jumptable wrapperOvidiu Panait2021-01-151-2/+8
* common: board_r: Drop initr_xen wrapperOvidiu Panait2021-01-151-1/+1
* common: board_r: Drop initr_pci wrapperOvidiu Panait2021-01-151-1/+12
* common: board_r: Drop initr_pci_ep wrapperOvidiu Panait2021-01-151-1/+9
* common: board_r: Drop initr_post_backlog wrapperOvidiu Panait2021-01-151-1/+10
* common: board_r: Drop initr_secondary_cpu wrapperOvidiu Panait2021-01-151-0/+14
* Merge branch '2021.04-rc' of https://github.com/lftan/u-bootTom Rini2021-01-154-2/+599
|\
| * configs: socfpga: Add CONFIG_SPL_PAD_TOLey Foon Tan2021-01-151-0/+2
| * arm: socfpga: soc64: SSBL shall not setup stack on OCRAMChee Hong Ang2021-01-151-0/+5
| * mmc: dwmmc: Change designware MMC 'clksel' callback function to return statusSiew Chin Lim2021-01-151-1/+1
| * arm: socfpga: soc64: Define SMC function identifiers for PSCI SiP servicesChee Hong Ang2021-01-151-0/+573
| * arm: socfpga: soc64: Load FIT image with ATF supportChee Hong Ang2021-01-151-1/+18
* | Merge tag 'efi-2021-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-01-144-20/+68
|\ \ | |/ |/|
| * efi_loader: implement EFI_DT_FIXUP_PROTOCOLHeinrich Schuchardt2021-01-132-0/+41
| * efi_loader: typedef efi_string_t text output protocolHeinrich Schuchardt2021-01-131-2/+2
| * efi_loader: move efi_(u)intn_t to efi.hHeinrich Schuchardt2021-01-132-2/+5