aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: mdio-uclass: add dm_phy_find_by_ofnode() helperMarek Behún2022-05-041-0/+9
* mips: octeon: ebb7304: Enable ethernet supportStefan Roese2022-05-041-0/+2
* mips: octeon: octeon_common.h: Move init SP because of increased image sizeStefan Roese2022-05-041-1/+1
* pci: Add mask parameter to dm_pci_map_bar()Andrew Scull2022-05-031-1/+2
* pci: Update dm_pci_bus_to_virt() parametersAndrew Scull2022-05-031-5/+11
* pci: Match region flags using a maskAndrew Scull2022-05-031-8/+10
* pci: Map bars with offset and lengthAndrew Scull2022-05-031-1/+4
* pci: Range check address conversionsAndrew Scull2022-05-031-9/+11
* pci: Fix use of flags in dm_pci_map_bar()Andrew Scull2022-05-031-1/+1
* Merge branch '2022-05-02-add-verifying-program-loader'WIP/02May2022Tom Rini2022-05-023-3/+24
|\
| * Introduce Verifying Program Loader (VPL)Simon Glass2022-05-023-3/+24
* | arm: kirkwood: nsa310s: Use Marvell uclass mvgbe and PHY driver for DM EthernetTony Dinh2022-05-021-8/+3
* | arm: mvebu: turris_mox: Add NVMe and SCSI to boot targetsPali Rohár2022-05-021-0/+2
* | arm: mvebu: turris_omnia: Add NVMe to boot targetsPali Rohár2022-05-021-0/+1
* | arm: mvebu: turris_omnia: Always enable MMC, SCSI and USB boot targetsPali Rohár2022-05-021-21/+3
* | arm: mvebu: turris_omnia: Define CONFIG_ETHPRIME instead of ethact= ENVPali Rohár2022-05-021-1/+0
|/
* dt-bindings: leds: import common led bindings from linux 5.17WIP/2022-04-28-led-updatesPali Rohár2022-04-281-11/+37
* led: Drop led_default_state()Marek Vasut2022-04-281-9/+0
* dm: core: Add DM_FLAG_PROBE_AFTER_BIND flagMarek Vasut2022-04-281-0/+3
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxWIP/27Apr2022Tom Rini2022-04-2721-35/+54
|\
| * board: freescale: p1_p2_rdb_pc: Define SW macros for lower and upper NOR banksPali Rohár2022-04-261-2/+11
| * board: freescale: p1_p2_rdb_pc: Use named macros for i2c bus num and addressPali Rohár2022-04-261-12/+12
| * board: freescale: p1_p2_rdb_pc: Fix env $vscfw_addrPali Rohár2022-04-261-2/+6
| * board: freescale: p1_p2_rdb_pc: Detect both P2020 SD switch configurationsPali Rohár2022-04-261-1/+2
| * powerpc: mpc85xx: Remove duplicate u-boot-nand.ldsPali Rohár2022-04-266-0/+20
| * mmc: fsl_esdhc: Define macro ESDHCCTL_SNOOP for Snoop attributePali Rohár2022-04-261-0/+1
| * configs: Layerscape: Remove the 'fdt_addr' envHou Zhiqiang2022-04-2514-20/+4
* | include: configs: at91/sam: remove stray #ifdef/#elseEugen Hristev2022-04-266-52/+0
* | board: Add sam9x60_curiosity supportDurai Manickam KR2022-04-261-0/+31
* | nds32: Remove the architectureWIP/25Apr2022Tom Rini2022-04-252-485/+0
* | Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini2022-04-2515-53/+1054
|\ \
| * | bootstd: Add tests for bootstd including all uclassesSimon Glass2022-04-251-0/+2
| * | bootstd: mmc: Add a bootdev driverSimon Glass2022-04-251-1/+11
| * | bootstd: Add an implementation of distro bootSimon Glass2022-04-251-0/+24
| * | bootstd: Add support for bootflowsSimon Glass2022-04-251-0/+50
| * | bootstd: Add the bootmeth uclass and helpersSimon Glass2022-04-253-0/+242
| * | bootstd: Add the bootdev uclassSimon Glass2022-04-252-0/+276
| * | bootstd: Add the bootstd uclass and core implementationSimon Glass2022-04-252-0/+81
| * | bootstd: Add the concept of a bootflowSimon Glass2022-04-251-0/+260
| * | fs: Add a function to set the filesystem typeSimon Glass2022-04-251-0/+11
| * | dm: blk: Add a function to return the device typeSimon Glass2022-04-251-0/+8
| * | dm: core: Allow finding a uclass device by partial nameSimon Glass2022-04-252-1/+17
| * | dm: core: Rename and fix uclass_get_by_name_len()Simon Glass2022-04-251-3/+3
| * | lib: Add a way to find the postiion of a trailing numberSimon Glass2022-04-251-0/+18
| * | lib: Fix a few bugs in trailing_strtoln()Simon Glass2022-04-251-0/+3
| * | lib: Correct comment formatting to avoid sphinx problemsSimon Glass2022-04-251-46/+46
| * | test: Add tests for trailing_strtol()Simon Glass2022-04-251-2/+2
| |/
* | Merge tag 'efi-2022-07-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...WIP/23Apr2022Tom Rini2022-04-234-5/+43
|\ \ | |/ |/|
| * dm: disk: add read/write interfaces with udeviceAKASHI Takahiro2022-04-231-0/+7
| * efi_loader: disk: a helper function to create efi_disk objects from udeviceAKASHI Takahiro2022-04-231-2/+2