aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-06-05board: htc: endeavoru: add One X supportSvyatoslav Ryhel1-0/+72
2023-06-05board: lg: x3: add Optimus 4X HD and Optimus Vu supportSvyatoslav Ryhel1-0/+85
2023-06-05board: asus: grouper: add Google Nexus 7 (2012) supportSvyatoslav Ryhel1-0/+68
2023-06-05board: asus: transformer: add ASUS Transformer T30 family supportSvyatoslav Ryhel2-0/+140
2023-06-05configs: tegra-common-post: make PXE and DHCP boot targets optionalJonas Schwöbel1-4/+16
2023-06-05configs: tegra-common-post: add GPIO keyboard as STDIN deviceSvyatoslav Ryhel1-1/+7
2023-05-21arm: dts: imx93: sync device tree with LinuxPeng Fan3-20/+24
2023-05-21imx9: imx93_evk: drop unused macroPeng Fan1-2/+0
2023-05-21imx: firmware: sci: add inline functions when IMX8 not enabledPeng Fan1-0/+241
2023-05-21imx: move imx8 sci header file to include/firmware/imxPeng Fan8-0/+835
2023-05-16Merge tag 'efi-2023-07-rc3' of https://source.denx.de/u-boot/custodians/u-boo...WIP/16May2023Tom Rini2-2/+28
2023-05-15environment: ti: rproc: fix remoteproc environment variablesWIP/2023-05-15-assorted-bugfixesManorit Chawdhry1-2/+2
2023-05-15envtools lack extra settings since commit 86b9c3e4e4 ("env: Allow U-Boot scri...Christophe Leroy1-2/+0
2023-05-15Merge https://source.denx.de/u-boot/custodians/u-boot-cfi-flashWIP/15May2023Tom Rini1-0/+1
2023-05-15mtd: cfi: respect reg address lengthNuno Sá1-0/+1
2023-05-14Merge branch 'master_rzn1/rzn1' of https://source.denx.de/u-boot/custodians/u...WIP/14May2023Tom Rini7-0/+1297
2023-05-13bootstd: Rename distro and syslinux to extlinuxSimon Glass2-6/+6
2023-05-13usb: Tidy up the usb_start flagSimon Glass1-0/+3
2023-05-13efi_loader: fix efi_dp_from_file()Heinrich Schuchardt1-1/+1
2023-05-13efi_loader: Fix warnings for unaligned accessesIlias Apalodimas1-1/+27
2023-05-13tools: spkgimage: add Renesas SPKG formatRalph Siemsen1-0/+1
2023-05-13board: schneider: add RZN1 board supportRalph Siemsen3-0/+831
2023-05-13ARM: dts: add devicetree for Renesas RZ/N1 SoCRalph Siemsen1-0/+149
2023-05-13ram: cadence: add driver for Cadence EDACRalph Siemsen1-0/+175
2023-05-13pinctrl: renesas: add R906G032 driverRalph Siemsen1-0/+141
2023-05-11dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass1-1/+1
2023-05-11x86: coreboot: Collect the address of the ACPI tablesSimon Glass1-2/+2
2023-05-11acpi: Move the table-finding functions into the libarySimon Glass1-0/+8
2023-05-09Merge tag 'u-boot-rockchip-20230509' of https://source.denx.de/u-boot/custodi...WIP/09May2023Tom Rini6-28/+48
2023-05-08cmd: tlv_eeprom: remove use of global variable current_devJosua Mayer1-1/+2
2023-05-07Merge branch 'for-2023.07-2' of https://source.denx.de/u-boot/custodians/u-bo...WIP/07May2023Tom Rini2-0/+2
2023-05-06board: rockchip: add Anbernic RGXX3 Series DevicesChris Morgan1-0/+12
2023-05-06include: fdtdec: decouple fdt_addr_t and phys_addr_t sizeJohan Jonker1-4/+9
2023-05-06core: fdtaddr: add devfdt_get_addr_size_index_ptr functionJohan Jonker1-1/+16
2023-05-06core: remap: fix regmap_init_mem_plat() reg size handelingJohan Jonker2-15/+3
2023-05-06include: dm: ofnode: fix headersJohan Jonker1-8/+8
2023-05-05net: ipv6: Add support for default gateway discovery.Ehsan Mohandesi3-1/+76
2023-05-05net: phy: Make phy_interface_is_rgmii a switch statementNishanth Menon1-2/+9
2023-05-05net: phy: Drop phy_interface_is_sgmiiNishanth Menon1-12/+0
2023-05-05net: share fastboot boot handle logic between transportsDmitrii Merkurev1-0/+9
2023-05-05net: add fastboot TCP supportDmitrii Merkurev4-22/+30
2023-05-05net: support being a TCP server to unblock TCP fastbootDmitrii Merkurev1-5/+11
2023-05-05net: dhcp6: pxe: Add DHCP/PXE commands for IPv6Sean Edmond1-2/+8
2023-05-05net: dhcp6: Add DHCPv6 (DHCP for IPv6)Sean Edmond1-2/+4
2023-05-05net: ipv6: IPv6 environment variable cleanupSean Edmond1-1/+1
2023-05-05drivers: net: ldpaa: export driver name and API to get DPMAC idIoana Ciornei1-0/+15
2023-05-05Merge tag 'video-for-v2023.07-rc2' of https://source.denx.de/u-boot/custodian...WIP/05May2023Tom Rini3-16/+11
2023-05-04environment: ti: Add get_fit_config command to get FIT config stringAndrew Davis2-2/+4
2023-05-04powerpc: mpc8xx: Reorganise init RAMChristophe Leroy2-0/+2
2023-05-04dm: core: fix introduce uclass_get_device_by_of_pathHeinrich Schuchardt1-1/+1