summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-05-04net: mdio-uclass: add dm_phy_find_by_ofnode() helperMarek Behún
2022-05-04mips: octeon: ebb7304: Enable ethernet supportStefan Roese
2022-05-04mips: octeon: octeon_common.h: Move init SP because of increased image sizeStefan Roese
2022-05-03pci: Add mask parameter to dm_pci_map_bar()Andrew Scull
2022-05-03pci: Update dm_pci_bus_to_virt() parametersAndrew Scull
2022-05-03pci: Match region flags using a maskAndrew Scull
2022-05-03pci: Map bars with offset and lengthAndrew Scull
2022-05-03pci: Range check address conversionsAndrew Scull
2022-05-03pci: Fix use of flags in dm_pci_map_bar()Andrew Scull
2022-05-03efi_loader: bootmgr: add booting from removable mediaAKASHI Takahiro
2022-05-03efi_loader: export efi_locate_device_handle()AKASHI Takahiro
2022-05-03lib/charset: add u16_strlcat() functionMasahisa Kojima
2022-05-02Merge branch '2022-05-02-add-verifying-program-loader'Tom Rini
2022-05-02Introduce Verifying Program Loader (VPL)Simon Glass
2022-05-02arm: kirkwood: nsa310s: Use Marvell uclass mvgbe and PHY driver for DM EthernetTony Dinh
2022-05-02arm: mvebu: turris_mox: Add NVMe and SCSI to boot targetsPali Rohár
2022-05-02arm: mvebu: turris_omnia: Add NVMe to boot targetsPali Rohár
2022-05-02arm: mvebu: turris_omnia: Always enable MMC, SCSI and USB boot targetsPali Rohár
2022-05-02arm: mvebu: turris_omnia: Define CONFIG_ETHPRIME instead of ethact= ENVPali Rohár
2022-04-28dt-bindings: leds: import common led bindings from linux 5.17Pali Rohár
2022-04-28led: Drop led_default_state()Marek Vasut
2022-04-28dm: core: Add DM_FLAG_PROBE_AFTER_BIND flagMarek Vasut
2022-04-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini
2022-04-26board: freescale: p1_p2_rdb_pc: Define SW macros for lower and upper NOR banksPali Rohár
2022-04-26board: freescale: p1_p2_rdb_pc: Use named macros for i2c bus num and addressPali Rohár
2022-04-26board: freescale: p1_p2_rdb_pc: Fix env $vscfw_addrPali Rohár
2022-04-26board: freescale: p1_p2_rdb_pc: Detect both P2020 SD switch configurationsPali Rohár
2022-04-26powerpc: mpc85xx: Remove duplicate u-boot-nand.ldsPali Rohár
2022-04-26mmc: fsl_esdhc: Define macro ESDHCCTL_SNOOP for Snoop attributePali Rohár
2022-04-26include: configs: at91/sam: remove stray #ifdef/#elseEugen Hristev
2022-04-26board: Add sam9x60_curiosity supportDurai Manickam KR
2022-04-25nds32: Remove the architectureTom Rini
2022-04-25Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini
2022-04-25bootstd: Add tests for bootstd including all uclassesSimon Glass
2022-04-25bootstd: mmc: Add a bootdev driverSimon Glass
2022-04-25bootstd: Add an implementation of distro bootSimon Glass
2022-04-25bootstd: Add support for bootflowsSimon Glass
2022-04-25bootstd: Add the bootmeth uclass and helpersSimon Glass
2022-04-25bootstd: Add the bootdev uclassSimon Glass
2022-04-25bootstd: Add the bootstd uclass and core implementationSimon Glass
2022-04-25bootstd: Add the concept of a bootflowSimon Glass
2022-04-25fs: Add a function to set the filesystem typeSimon Glass
2022-04-25dm: blk: Add a function to return the device typeSimon Glass
2022-04-25dm: core: Allow finding a uclass device by partial nameSimon Glass
2022-04-25dm: core: Rename and fix uclass_get_by_name_len()Simon Glass
2022-04-25lib: Add a way to find the postiion of a trailing numberSimon Glass
2022-04-25lib: Fix a few bugs in trailing_strtoln()Simon Glass
2022-04-25lib: Correct comment formatting to avoid sphinx problemsSimon Glass
2022-04-25test: Add tests for trailing_strtol()Simon Glass
2022-04-25configs: Layerscape: Remove the 'fdt_addr' envHou Zhiqiang