aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-16configs: ls1028a: Enable the Ethernet switch driver in defconfigWIP/2021-02-16-assorted-improvements-v1Alex Marginean5-0/+15
2021-02-16arm: dts: ls1028a: Add Ethernet switch node and dependenciesAlex Marginean2-1/+119
2021-02-16drivers: net: Add Felix DSA switch driverAlex Marginean4-0/+428
2021-02-16net: Introduce DSA class for Ethernet switchesClaudiu Manoil6-0/+666
2021-02-16net: phy: introduce fixed_phy_create for DSA CPU portsVladimir Oltean2-0/+52
2021-02-16net: phy: fixed: support speeds of 2500 and 10000Vladimir Oltean1-1/+2
2021-02-16test: dm: tee: extend with RPC testIgor Opaniuk1-7/+109
2021-02-16drivers: tee: sandbox: add rpc test ta emulationIgor Opaniuk4-4/+179
2021-02-16test: py: add pygit2 and pyelftools to requirements.txtIgor Opaniuk1-0/+2
2021-02-16drivers: tee: i2c trampoline driverJorge Ramirez-Ortiz6-0/+137
2021-02-16usb: kbd: destroy device after console is stoppedAndy Shevchenko1-8/+8
2021-02-16IOMUX: Introduce iomux_replace_device()Andy Shevchenko2-0/+34
2021-02-16IOMUX: Split out for_each_console_dev() helper macroAndy Shevchenko3-13/+11
2021-02-16IOMUX: Split out iomux_match_device() helperAndy Shevchenko3-17/+18
2021-02-16IOMUX: Switch to use stdio_file_to_flags()Andy Shevchenko1-9/+2
2021-02-16console: Set file and devices at one goAndy Shevchenko1-10/+12
2021-02-16console: Set console device counter in console_devices_set()Andy Shevchenko1-0/+1
2021-02-16console: Switch to use stdio_file_to_flags()Andy Shevchenko1-11/+3
2021-02-16stdio: Introduce a new helper stdio_file_to_flags()Andy Shevchenko2-0/+15
2021-02-16stdio: Split out nulldev_register() and move it under #ifAndy Shevchenko1-12/+21
2021-02-16stdio: Get rid of dead code, i.e. stdio_deregister()Andy Shevchenko2-12/+0
2021-02-15Prepare v2021.04-rc2v2021.04-rc2Tom Rini1-1/+1
2021-02-15Merge branch '2021-02-15-fix-CVE-2021-27097-CVE-2021-27138'Tom Rini27-101/+781
2021-02-15image: Check for unit addresses in FITsSimon Glass2-8/+57
2021-02-15libfdt: Check for multiple/invalid root nodesSimon Glass2-1/+19
2021-02-15image: Add an option to do a full check of the FITSimon Glass2-0/+36
2021-02-15image: Adjust the workings of fit_check_format()Simon Glass19-50/+66
2021-02-15test: Add tests for the 'evil' vboot attacksSimon Glass1-28/+65
2021-02-15test: Add vboot_evil implementationSimon Glass1-0/+485
2021-02-15fit: Don't allow verification of images with @ nodesSimon Glass4-25/+53
2021-02-15fdt_region: Check for a single root node of the correct nameSimon Glass1-0/+11
2021-02-15configs: Resync with savedefconfigTom Rini99-175/+91
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini1354-23/+1398
2021-02-15Merge branch '2021-02-14-remove-some-boards'Tom Rini152-13516/+5
2021-02-15sh: Remove sh7763rdp boardTom Rini8-455/+0
2021-02-15sh: Remove sh7757lcr boardTom Rini15-1639/+1
2021-02-15sh: Remove sh7753evb boardTom Rini12-1098/+0
2021-02-15sh: Remove sh7752evb boardTom Rini11-1088/+0
2021-02-15sh: Remove r7780mp boardTom Rini13-870/+0
2021-02-15sh: Remove MigoR boardTom Rini8-388/+0
2021-02-15ppc: Remove MPC8641HPCN boardTom Rini12-1370/+0
2021-02-15ppc: Remove MPC8610HPCD boardTom Rini12-1214/+0
2021-02-15ppc: Remove MPC8572DS boardTom Rini14-1476/+0
2021-02-15ppc: Remove MPC8544DS boardTom Rini12-1111/+0
2021-02-15arm: Remove db-88f6281-bp boardTom Rini14-561/+0
2021-02-15arm: Remove ls2080a_simu boardTom Rini14-807/+3
2021-02-15arm: Remove mx35pdk boardTom Rini11-983/+1
2021-02-15arm: Remove apx4devkit boardTom Rini8-456/+0
2021-02-15Revert "fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()"Tom Rini1-1/+1
2021-02-14Merge tag 'efi-2021-04-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/14Feb2021Tom Rini3-10/+16