aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-27Merge tag 'efi-2022-04-rc5-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/27Mar2022Tom Rini7-17/+233
2022-03-26cmd: efidebug: simplify do_efi_boot_add()Heinrich Schuchardt1-3/+2
2022-03-26test: test UEFI boot managerHeinrich Schuchardt2-0/+74
2022-03-26efi_loader: initrddump: drain input before promptHeinrich Schuchardt1-4/+10
2022-03-26efi_loader: nocolor command line attr for initrddump.efiHeinrich Schuchardt1-9/+68
2022-03-26efi_loader: typo devie-pathHeinrich Schuchardt1-1/+1
2022-03-26doc: man-page for the wdt commandHeinrich Schuchardt2-0/+78
2022-03-25Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini16-15/+17
2022-03-26sunxi: dts: Update RGMII phy-mode propertiesAndre Przywara14-14/+14
2022-03-26sunxi: Fix old GMAC pinmux setupAndre Przywara2-1/+3
2022-03-25doc: update doc/sphinx/requirements.txtHeinrich Schuchardt1-2/+23
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-18Merge tag 'u-boot-rockchip-20220318' of https://source.denx.de/u-boot/custodi...WIP/18Mar2022Tom Rini20-8/+308
2022-03-18rockchip: ram: sdram_rk3x88: replace comma by semicolonJohan Jonker2-2/+2
2022-03-18rockchip: Set default LNX_KRNL_IMG_TEXT_OFFSET_BASE to SYS_TEXT_BASEAlper Nebi Yasak1-0/+3
2022-03-18rockchip: saradc: remove double semi-colonGiulio Benetti1-1/+1
2022-03-18rockchip: rk3328: enable USB mass storage on RenegadeLeonidas-Panagiotis Papadakos1-0/+1
2022-03-18MAINTAINERS: add rockchip regex for more files and directoriesJohan Jonker1-0/+4
2022-03-18rockchip: rk3399: Add support for chromebook_kevinMarty E. Plummer11-4/+166
2022-03-18rockchip: bob: Enable more configsAlper Nebi Yasak2-1/+24
2022-03-18rockchip: gru: Add more devicetree settingsSimon Glass1-0/+55
2022-03-18rockchip: gru: Set up SoC IO domain registersAlper Nebi Yasak1-0/+52
2022-03-16Merge https://source.denx.de/u-boot/custodians/u-boot-mmcWIP/16Mar2022Tom Rini7-14/+183