aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-11x86: coreboot: Show unimplemented sysinfo tagsSimon Glass3-0/+16
2023-05-11x86: coreboot: Log function names and line numbersSimon Glass1-0/+4
2023-05-11x86: coreboot: Scan PCI after relocationSimon Glass1-0/+1
2023-05-11x86: coreboot: Document how to enable the debug UARTSimon Glass1-0/+29
2023-05-11x86: coreboot: Use a memory-mapped UARTSimon Glass2-2/+0
2023-05-11pci: coreboot: Don't read regions when bootingSimon Glass1-0/+4
2023-05-11x86: Allow locating the UART from ACPI tablesSimon Glass2-8/+116
2023-05-11x86: coreboot: Collect the address of the ACPI tablesSimon Glass5-2/+18
2023-05-11acpi: Move the table-finding functions into the libarySimon Glass4-39/+56
2023-05-11acpi: Create a new Kconfig for ACPISimon Glass7-3/+22
2023-05-11input: Flush the keyboard buffer before resetting itSimon Glass1-0/+19
2023-05-11x86: Adjust search range for sysinfo tableSimon Glass1-2/+2
2023-05-11mtrr: Don't show an invalid CPU numberSimon Glass1-1/+2
2023-05-09Merge tag 'u-boot-rockchip-20230509' of https://source.denx.de/u-boot/custodi...WIP/09May2023Tom Rini139-413/+3056
2023-05-09clk: rockchip: rk3588: add hardcoded assigned clocks valuesEugen Hristev1-0/+22
2023-05-09rockchip: handle peripheral as well as otg dr_modeJohn Keeping1-0/+1
2023-05-09rockchip: use standard dr_mode parsing functionJohn Keeping1-3/+9
2023-05-09arm: dts: rockchip: rock-3a: drop u-boot,spl-boot-orderFUKAUMI Naoki1-1/+0
2023-05-09arm: dts: rk356x: Makefile: sortFUKAUMI Naoki1-1/+1
2023-05-09doc: rockchip: update list of Radxa ROCK (Pi) 4 boardsFUKAUMI Naoki1-1/+4
2023-05-09configs: rockchip: add Radxa ROCK 4C+FUKAUMI Naoki1-0/+97
2023-05-09arm: dts: rockchip: add Radxa ROCK 4C+FUKAUMI Naoki4-0/+829
2023-05-09configs: rockchip: rock-pi-4: use dtb for ROCK Pi 4A instead of 4BFUKAUMI Naoki1-2/+2
2023-05-09arm: dts: rockchip: rock-pi-4: sync with Linux 6.3FUKAUMI Naoki5-122/+174
2023-05-09rockchip: rk3328: Add support for FriendlyARM NanoPi R2CTianling Shen5-0/+162
2023-05-09reset: reset-rockchip: fix trivial line spacing alignmentEugen Hristev1-2/+2
2023-05-09clk: rockchip: correct trivial typo in debug messageEugen Hristev13-16/+16
2023-05-09pci: pcie_dw_rockchip: release resources on failing probeEugen Hristev1-11/+30
2023-05-08Prepare v2023.07-rc2v2023.07-rc2Tom Rini2-3/+3
2023-05-08configs: Resync with savedefconfigTom Rini9-92/+44
2023-05-08board: ti: am64x: Add support for AM64B SKJudith Mendez1-1/+3
2023-05-08common: spl: spl: Remove video driver before u-boot properNikhil M Jain1-0/+15
2023-05-08board: ti: am62x: evm: Add necessary functions to call splash screenNikhil M Jain1-0/+39
2023-05-08board: ti: am62x: am62x: Change splashimage and splashsourceNikhil M Jain1-2/+2
2023-05-08configs: am62x_evm_a53_defconfig: Changes in memory to support SPL splash screenNikhil M Jain1-2/+5
2023-05-08btrfs: fix offset when reading compressed extentsDominique Martinet1-1/+3
2023-05-08Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2-46/+64
2023-05-08cmd: tlv_eeprom: enable 'dev' subcommand before 'read'Josua Mayer1-10/+16
2023-05-08cmd: tlv_eeprom: handle -ENODEV error from read_eeprom functionJosua Mayer1-6/+16
2023-05-08cmd: tlv_eeprom: remove use of global variable has_been_readJosua Mayer1-10/+11
2023-05-08cmd: tlv_eeprom: remove use of global variable current_devJosua Mayer2-26/+27
2023-05-07Merge branch 'for-2023.07-2' of https://source.denx.de/u-boot/custodians/u-bo...WIP/07May2023Tom Rini16-86/+254
2023-05-06Merge branch '2023-05-05-networking-updates'Tom Rini49-363/+2231
2023-05-06board: rockchip: add Anbernic RGXX3 Series DevicesChris Morgan15-0/+1285
2023-05-06rk3399: r4s: Derive local MAC address if EEPROM is missingChristian Kohlschütter1-0/+4
2023-05-06include: fdtdec: decouple fdt_addr_t and phys_addr_t sizeJohan Jonker2-4/+17
2023-05-06arm: stm32mp: spl: fix function with fdt_addr_t inputJohan Jonker1-1/+1
2023-05-06drivers: fix debug string with fdt_addr_t inputJohan Jonker3-7/+8
2023-05-06drivers: use devfdt_get_addr_ptr when cast to pointerJohan Jonker4-4/+4
2023-05-06drivers: use devfdt_get_addr_index_ptr when cast to pointerJohan Jonker10-33/+33