summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-2023-07-rc3' of https://source.denx.de/u-boot/custodians/u-boo...HEADmasterTom Rini2023-05-162-2/+28
|\
| * efi_loader: fix efi_dp_from_file()Heinrich Schuchardt2023-05-131-1/+1
| * efi_loader: Fix warnings for unaligned accessesIlias Apalodimas2023-05-131-1/+27
* | environment: ti: rproc: fix remoteproc environment variablesManorit Chawdhry2023-05-151-2/+2
* | envtools lack extra settings since commit 86b9c3e4e4 ("env: Allow U-Boot scri...Christophe Leroy2023-05-151-2/+0
* | Merge https://source.denx.de/u-boot/custodians/u-boot-cfi-flashTom Rini2023-05-151-0/+1
|\ \
| * | mtd: cfi: respect reg address lengthNuno Sá2023-05-151-0/+1
* | | Merge branch 'master_rzn1/rzn1' of https://source.denx.de/u-boot/custodians/u...WIP/14May2023Tom Rini2023-05-147-0/+1297
|\ \ \ | |/ / |/| |
| * | tools: spkgimage: add Renesas SPKG formatRalph Siemsen2023-05-131-0/+1
| * | board: schneider: add RZN1 board supportRalph Siemsen2023-05-133-0/+831
| * | ARM: dts: add devicetree for Renesas RZ/N1 SoCRalph Siemsen2023-05-131-0/+149
| * | ram: cadence: add driver for Cadence EDACRalph Siemsen2023-05-131-0/+175
| * | pinctrl: renesas: add R906G032 driverRalph Siemsen2023-05-131-0/+141
| |/
* | bootstd: Rename distro and syslinux to extlinuxSimon Glass2023-05-132-6/+6
* | usb: Tidy up the usb_start flagSimon Glass2023-05-131-0/+3
|/
* dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass2023-05-111-1/+1
* x86: coreboot: Collect the address of the ACPI tablesSimon Glass2023-05-111-2/+2
* acpi: Move the table-finding functions into the libarySimon Glass2023-05-111-0/+8
* Merge tag 'u-boot-rockchip-20230509' of https://source.denx.de/u-boot/custodi...Tom Rini2023-05-096-28/+48
|\
| * board: rockchip: add Anbernic RGXX3 Series DevicesChris Morgan2023-05-061-0/+12
| * include: fdtdec: decouple fdt_addr_t and phys_addr_t sizeJohan Jonker2023-05-061-4/+9
| * core: fdtaddr: add devfdt_get_addr_size_index_ptr functionJohan Jonker2023-05-061-1/+16
| * core: remap: fix regmap_init_mem_plat() reg size handelingJohan Jonker2023-05-062-15/+3
| * include: dm: ofnode: fix headersJohan Jonker2023-05-061-8/+8
* | cmd: tlv_eeprom: remove use of global variable current_devJosua Mayer2023-05-081-1/+2
* | Merge branch 'for-2023.07-2' of https://source.denx.de/u-boot/custodians/u-bo...Tom Rini2023-05-072-0/+2
|\ \
| * | powerpc: mpc8xx: Reorganise init RAMChristophe Leroy2023-05-042-0/+2
* | | net: ipv6: Add support for default gateway discovery.Ehsan Mohandesi2023-05-053-1/+76
* | | net: phy: Make phy_interface_is_rgmii a switch statementNishanth Menon2023-05-051-2/+9
* | | net: phy: Drop phy_interface_is_sgmiiNishanth Menon2023-05-051-12/+0
* | | net: share fastboot boot handle logic between transportsDmitrii Merkurev2023-05-051-0/+9
* | | net: add fastboot TCP supportDmitrii Merkurev2023-05-054-22/+30
* | | net: support being a TCP server to unblock TCP fastbootDmitrii Merkurev2023-05-051-5/+11
* | | net: dhcp6: pxe: Add DHCP/PXE commands for IPv6Sean Edmond2023-05-051-2/+8
* | | net: dhcp6: Add DHCPv6 (DHCP for IPv6)Sean Edmond2023-05-051-2/+4
* | | net: ipv6: IPv6 environment variable cleanupSean Edmond2023-05-051-1/+1
* | | drivers: net: ldpaa: export driver name and API to get DPMAC idIoana Ciornei2023-05-051-0/+15
| |/ |/|
* | Merge tag 'video-for-v2023.07-rc2' of https://source.denx.de/u-boot/custodian...Tom Rini2023-05-053-16/+11
|\ \
| * | common: Replace #ifdef and #if with if'sNikhil M Jain2023-04-241-13/+0
| * | include: Enable video related global data variable and splash at SPLNikhil M Jain2023-04-242-5/+5
| * | cmd: bmp: Split bmp commands and functionsNikhil M Jain2023-04-241-0/+8
* | | environment: ti: Add get_fit_config command to get FIT config stringAndrew Davis2023-05-042-2/+4
* | | dm: core: fix introduce uclass_get_device_by_of_pathHeinrich Schuchardt2023-05-041-1/+1
* | | Merge tag 'u-boot-imx-20230503' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2023-05-033-17/+134
|\ \ \
| * | | smegw01: Convert CFG_EXTRA_ENV_SETTINGS to an env fileFabio Estevam2023-05-021-68/+0
| * | | smegw01: Add lockdown U-Boot env supportEduard Strehlau2023-05-021-3/+45
| * | | smegw01: Switch to fitImageEduard Strehlau2023-05-021-9/+5
| * | | smegw01: Change default boot device to eMMCEduard Strehlau2023-05-021-1/+1
| * | | smegw01: Enable EMMC boot from multiple partitionsEduard Strehlau2023-05-021-4/+8
| * | | smegw01: Only commit to new partition if update was successfulEduard Strehlau2023-05-021-4/+12