summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* sunxi: Factor out eGON BROM header descriptionAndre Przywara2021-01-111-0/+81
* Merge branch 'next'Tom Rini2021-01-1183-376/+1236
|\
| * Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-01-062-7/+32
| |\
| | * video: Introduce video_sync operationMichal Simek2021-01-051-2/+10
| | * video: Let video_sync to return error valueMichal Simek2021-01-051-1/+3
| | * video: Fix video sync kernel-doc formatMichal Simek2021-01-051-4/+4
| | * microblaze: Add nor device to distro bootT Karthik Reddy2021-01-041-1/+16
| * | Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-0519-91/+314
| |\ \
| | * | dtoc: Drop dm_populate_phandle_data()Simon Glass2021-01-051-8/+0
| | * | dtoc: Rename dt-platdata.c to dt-plat.cSimon Glass2021-01-052-2/+2
| | * | dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-051-1/+1
| | * | dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-052-2/+2
| | * | dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()Simon Glass2021-01-051-7/+3
| | * | dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-054-12/+12
| | * | dm: core: Allow the uclass list to moveSimon Glass2021-01-052-1/+8
| | * | dm: core: Rename device node to indicate it is privateSimon Glass2021-01-051-4/+7
| | * | dm: core: Access device ofnode through functionsSimon Glass2021-01-053-5/+24
| | * | dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-052-17/+12
| | * | dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass2021-01-051-1/+1
| | * | dm: core: Rename device flags to indicate it is privateSimon Glass2021-01-051-8/+9
| | * | dm: core: Access device flags through functionsSimon Glass2021-01-052-1/+16
| | * | dm: core: Rename sqq to seq_Simon Glass2021-01-051-4/+5
| | * | dm: core: Move priv/plat structs for simple_bus to headersSimon Glass2021-01-051-0/+15
| | * | spi: Tweak a few strange SPI NOR features for of-platdataSimon Glass2021-01-051-1/+3
| | * | spi: Tidy up get/set of device nodeSimon Glass2021-01-054-5/+35
| | * | test: Move some test drivers into their own fileSimon Glass2021-01-052-0/+27
| | * | test: Use a simple variable to record removed deviceSimon Glass2021-01-051-2/+0
| | * | dm: core: Rename the priv/plat membersSimon Glass2021-01-052-14/+19
| | * | dm: core: Add functions to set priv/platSimon Glass2021-01-051-0/+84
| | * | dm: core: Add function to access uclass privSimon Glass2021-01-052-0/+22
| | * | dm: core: Use 'uclass_driver' for the uclass linker_listSimon Glass2021-01-051-1/+1
| | * | spl: Drop bd_info in the data sectionSimon Glass2021-01-051-1/+9
| | * | serial: Rename ns16550 functions to lower caseSimon Glass2021-01-051-5/+5
| | * | serial: Update NS16550_t and struct NS16550Simon Glass2021-01-051-9/+12
| * | | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-0576-425/+569
| |\ \ \ | | |/ / | |/| / | | |/
| * | efi: capsule: Add support for uefi capsule authenticationSughosh Ganu2020-12-312-0/+24
| * | efi_loader: Re-factor code to build the signature store from efi signature listSughosh Ganu2020-12-311-0/+2
| * | efi_loader: Make the pkcs7 header parsing function an externSughosh Ganu2020-12-311-0/+4
| * | fsp: Move and rename fsp_types.h fileSughosh Ganu2020-12-311-0/+62
| * | efi_loader: Add size checks to efi_create_indexed_name()Ilias Apalodimas2020-12-311-1/+2
| * | efi_loader: use after free in efi_exit()Heinrich Schuchardt2020-12-311-2/+2
| * | efi_loader: describe struct efi_loaded_image_objHeinrich Schuchardt2020-12-311-1/+3
| * | fs/fat: implement fsuuid commandHeinrich Schuchardt2020-12-311-0/+12
| * | fs: fat: eliminate DIRENTSPERBLOCK() macroHeinrich Schuchardt2020-12-311-1/+0
| * | efi_loader: make variable store size customizableHeinrich Schuchardt2020-12-311-1/+1
| * | dm: core: Inline a few ofnode functions in SPLSimon Glass2020-12-221-11/+45
| * | spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logicOvidiu Panait2020-12-221-4/+14
| * | dm: core: Drop seq and req_seqSimon Glass2020-12-181-8/+1
| * | dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass2020-12-181-7/+10
| * | dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2020-12-182-26/+10