summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-25Convert CONFIG_AT91_LED to KconfigTom Rini
2022-03-24Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2022-03-24arm: a37xx: espressobin: Fix non-working SPIPali Rohár
2022-03-23Merge tag 'i2c-2022-04-rc5' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-03-23arm: mvebu: dts: turris_mox: fix non-working USB portMarek Behún
2022-03-23bootcount: clarify documentationMichael Opdenacker
2022-03-23cmd: eeprom: Do not rewrite EEPROM I2C bus with DM I2C enabledMarek Vasut
2022-03-23i2c: fix always-true condition in i2c_probe_chip()Nikita Yushchenko
2022-03-23misc: atsha204a: fix i2c address readout from DTSAdrian Fiergolski
2022-03-23misc: atsha204a: add delay after sending the messageAdrian Fiergolski
2022-03-23misc: atsha204a: return timeout from wakeup functionAdrian Fiergolski
2022-03-20Merge tag 'efi-2022-04-rc5' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-03-20efi_loader: move dtbdump.c, initrddump.c to lib/efi_loaderHeinrich Schuchardt
2022-03-20efi_loader: remove efi_disk_is_system_part()Heinrich Schuchardt
2022-03-20efi_loader: export efi_system_partition_guidHeinrich Schuchardt
2022-03-20efi_loader: use short-form DP for load optionsHeinrich Schuchardt
2022-03-20efi_loader: support booting via short-form device-pathHeinrich Schuchardt
2022-03-20efi_loader: efi_dp_find_obj() add protocol checkHeinrich Schuchardt
2022-03-20efi_loader: fix efi_dp_find_obj()Heinrich Schuchardt
2022-03-20efi_loader: export efi_dp_shorten()Heinrich Schuchardt
2022-03-20efi_loader: Set variable attributes when EFI_BUFFER_TOO_SMALL is returnedIlias Apalodimas
2022-03-20efi_loader: Ignore DT when ACPI is onAlexander Graf
2022-03-20doc: board: raspberrypi: Add documentationMatthias Brugger
2022-03-20doc: uefi: Fix reference to CONFIG_EFI_SECURE_BOOTJan Kiszka
2022-03-20Nokia RX-51: Update documentation about QEMUPali Rohár
2022-03-20doc: boards: amlogic: Add documentation on pre-generated FIP filesNeil Armstrong
2022-03-20doc: board: amlogic-p20x: fix FIP generation docNeil Armstrong
2022-03-20tools: buildman: Fix doc path in warning messageJohannes Krottmayer
2022-03-20Makefile: Fix doc path in warning messageJohannes Krottmayer
2022-03-19Merge tag 'dm-pull-18mar22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-03-18binman: Support splitting an ELF file into multiple nodesSimon Glass
2022-03-18binman: Keep a separate list of entries for fitSimon Glass
2022-03-18binman: Update fit to use node instead of subnodeSimon Glass
2022-03-18binman: Add a consistent way to report errors with fitSimon Glass
2022-03-18binman: Fix some pylint warnings in fitSimon Glass
2022-03-18binman: Update fit to move node reading into the ReadNode() methodSimon Glass
2022-03-18binman: Read the fit entries only onceSimon Glass
2022-03-18binman: Allow mkimage to use a non-zero fake-blob sizeSimon Glass
2022-03-18binman: Make fake blobs zero-sized by defaultSimon Glass
2022-03-18binman: Change how faked blobs are createdSimon Glass
2022-03-18binman: Rename tools parameter to btoolsSimon Glass
2022-03-18binman: Refactor fit to generate output at the endSimon Glass
2022-03-18binman: Rename ExpandEntries to gen_entriesSimon Glass
2022-03-18binman: Rename ExpandToLimit to extend_to_limitSimon Glass
2022-03-18binman: Tweak collect_contents_to_file() and docsSimon Glass
2022-03-18elf: Rename load_segments() and module failureSimon Glass
2022-03-18dtoc: Tidy up implementation of AddStringList()Simon Glass
2022-03-18spl: Correct Kconfig help for TPL_BINMAN_SYMBOLSSimon Glass
2022-03-18moveconfig: Use re.fullmatch() to avoid extra checkSimon Glass
2022-03-18moveconfig: Remove remove_defconfig()Simon Glass