aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-25Convert CONFIG_BACKSIDE_L2_CACHE to KconfigTom Rini6-5/+10
2022-03-25vinco: Remove CONFIG_ATMEL_SPI0Tom Rini1-6/+0
2022-03-25lcd: Remove LCD_TEST_PATTERN codeTom Rini7-58/+0
2022-03-25Convert CONFIG_LCD_INFO et al to KconfigTom Rini13-27/+19
2022-03-25Convert CONFIG_ATMEL_LCD et al to KconfigTom Rini22-23/+26
2022-03-25Convert CONFIG_MII_INIT to KconfigTom Rini28-16/+18
2022-03-25Convert CONFIG_PHY_RESET_DELAY to KconfigTom Rini19-18/+22
2022-03-25Convert CONFIG_SYS_RX_ETH_BUFFER to KconfigTom Rini64-56/+51
2022-03-25Convert CONFIG_LPC32XX_ETH to KconfigTom Rini3-12/+5
2022-03-25Convert CONFIG_TFTP_PORT to KconfigTom Rini7-26/+21
2022-03-25Convert CONFIG_RMII to KconfigTom Rini24-25/+18
2022-03-25Convert CONFIG_SYS_FAULT_ECHO_LINK_DOWN to KconfigTom Rini82-81/+63
2022-03-25Convert CONFIG_RESET_PHY_R to KconfigTom Rini99-51/+83
2022-03-25Convert CONFIG_AT91_WANTS_COMMON_PHY to KconfigTom Rini10-9/+9
2022-03-25Convert CONFIG_AT91_LED to KconfigTom Rini2-1/+3
2022-03-24Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini1-3/+10
2022-03-24arm: a37xx: espressobin: Fix non-working SPIPali Rohár1-3/+10
2022-03-23Merge tag 'i2c-2022-04-rc5' of https://source.denx.de/u-boot/custodians/u-boo...WIP/23Mar2022Tom Rini5-27/+29
2022-03-23arm: mvebu: dts: turris_mox: fix non-working USB portMarek Behún1-0/+4
2022-03-23bootcount: clarify documentationMichael Opdenacker2-21/+23
2022-03-23cmd: eeprom: Do not rewrite EEPROM I2C bus with DM I2C enabledMarek Vasut1-1/+1
2022-03-23i2c: fix always-true condition in i2c_probe_chip()Nikita Yushchenko1-1/+1
2022-03-23misc: atsha204a: fix i2c address readout from DTSAdrian Fiergolski1-1/+1
2022-03-23misc: atsha204a: add delay after sending the messageAdrian Fiergolski1-1/+1
2022-03-23misc: atsha204a: return timeout from wakeup functionAdrian Fiergolski1-2/+2
2022-03-20Merge tag 'efi-2022-04-rc5' of https://source.denx.de/u-boot/custodians/u-boo...WIP/20Mar2022Tom Rini44-219/+519
2022-03-20efi_loader: move dtbdump.c, initrddump.c to lib/efi_loaderHeinrich Schuchardt4-13/+13
2022-03-20efi_loader: remove efi_disk_is_system_part()Heinrich Schuchardt3-33/+9
2022-03-20efi_loader: export efi_system_partition_guidHeinrich Schuchardt1-0/+2
2022-03-20efi_loader: use short-form DP for load optionsHeinrich Schuchardt1-22/+48
2022-03-20efi_loader: support booting via short-form device-pathHeinrich Schuchardt1-10/+10
2022-03-20efi_loader: efi_dp_find_obj() add protocol checkHeinrich Schuchardt5-10/+20
2022-03-20efi_loader: fix efi_dp_find_obj()Heinrich Schuchardt2-51/+63
2022-03-20efi_loader: export efi_dp_shorten()Heinrich Schuchardt2-9/+15
2022-03-20efi_loader: Set variable attributes when EFI_BUFFER_TOO_SMALL is returnedIlias Apalodimas1-11/+20
2022-03-20efi_loader: Ignore DT when ACPI is onAlexander Graf1-2/+2
2022-03-20doc: board: raspberrypi: Add documentationMatthias Brugger3-0/+65
2022-03-20doc: uefi: Fix reference to CONFIG_EFI_SECURE_BOOTJan Kiszka1-1/+1
2022-03-20Nokia RX-51: Update documentation about QEMUPali Rohár1-0/+57
2022-03-20doc: boards: amlogic: Add documentation on pre-generated FIP filesNeil Armstrong25-0/+147
2022-03-20doc: board: amlogic-p20x: fix FIP generation docNeil Armstrong2-62/+52
2022-03-20tools: buildman: Fix doc path in warning messageJohannes Krottmayer1-1/+1
2022-03-20Makefile: Fix doc path in warning messageJohannes Krottmayer1-2/+2
2022-03-19Merge tag 'dm-pull-18mar22' of https://source.denx.de/u-boot/custodians/u-boo...WIP/19Mar2022-nextTom Rini42-258/+1049
2022-03-18binman: Support splitting an ELF file into multiple nodesSimon Glass6-10/+597
2022-03-18binman: Keep a separate list of entries for fitSimon Glass1-5/+28
2022-03-18binman: Update fit to use node instead of subnodeSimon Glass1-8/+8
2022-03-18binman: Add a consistent way to report errors with fitSimon Glass2-9/+24
2022-03-18binman: Fix some pylint warnings in fitSimon Glass1-25/+25
2022-03-18binman: Update fit to move node reading into the ReadNode() methodSimon Glass1-6/+4