aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-03Merge tag 'dm-next-3apr23' of https://source.denx.de/u-boot/custodians/u-boot...WIP/03Apr2023-nextWIP/03Apr2023Tom Rini10-85/+200
2023-04-03Revert "disk: Use a helper function to reduce duplication"Tom Rini1-25/+21
2023-04-03test: Run the VPL tests with 'make check'Simon Glass1-0/+5
2023-04-03CI: Ensure that vpl test is runSimon Glass2-2/+2
2023-04-03vbe: Use the correct image filename in the testSimon Glass1-2/+4
2023-04-03sandbox: Update the VBE firmware locationSimon Glass1-1/+1
2023-04-03doc: sandbox: replace sgdisk input with optionsCorentin Guillevic1-1/+1
2023-04-03fdt: Make fdt addr -q quieterPeter Hoyes2-6/+14
2023-04-03pinctrl: fix pinctrl_gpio_get_pinctrl_and_offset for gpio-ranges arrayQuanyang Wang1-24/+23
2023-04-03cmd: fdt: Use env_set_hex() for "get addr" and "get size"Marek Vasut1-11/+2
2023-04-02test_vboot.py: include test of fdt_add_pubkey toolRoman Kopytin1-38/+148
2023-03-31Merge tag 'u-boot-imx-next-20230331' of https://gitlab.denx.de/u-boot/custodi...WIP/31Mar2023-nextTom Rini101-2212/+4575
2023-03-31Merge branch '2023-03-30-assorted-general-upates' into nextTom Rini37-92/+971
2023-03-30test: fs: Check fat short file nameWIP/2023-03-30-assorted-general-upatesStefan Herbrechtsmeier1-0/+36
2023-03-30input: button_kbd: make driver complementary to gpio buttonsSvyatoslav Ryhel2-7/+5
2023-03-30cmd: ums: abort mounting by pressing any keySvyatoslav Ryhel2-0/+16
2023-03-30test: exit: fix run_commandf() warningsEvgeny Bachinin1-9/+9
2023-03-30test: fdt: fix run_commandf() warningsEvgeny Bachinin1-11/+11
2023-03-30unit-test: cover run_commandf() by test-casesEvgeny Bachinin1-0/+34
2023-03-30cli: run_commandf(): small fixupsEvgeny Bachinin2-9/+29
2023-03-30drivers: rtc: add max313xx series rtc driverChris Packham4-0/+474
2023-03-30include: kernel.h: port find_closest() from LinuxChris Packham1-0/+24
2023-03-30disk: Use a helper function to reduce duplicationSimon Glass1-21/+25
2023-03-30lib: Fix SYS_TIMER_COUNTS_DOWN description in KconfigMarek Vasut1-1/+1
2023-03-30gpio: allow passing NULL to gpio_request_by_line_name() to search all gpio co...Rasmus Villemoes2-1/+9
2023-03-30rtc: m41t62: implements read8/write8 operationsThomas Perrot1-0/+12
2023-03-30fs: ext4: fix files seen as symlink during deletionCorentin GUILLEVIC1-1/+1
2023-03-30fs: fat: do not mangle short filenamesStefan Herbrechtsmeier1-4/+7
2023-03-30test: Add test for new command pci_mpsStephen Carlson6-0/+60
2023-03-30drivers: pci: sandbox: Add stub sandbox PCI MPS supportStephen Carlson1-0/+3
2023-03-30cmd: pci: Add command to set MPS of all PCIe devicesStephen Carlson4-0/+182
2023-03-30sysinfo: gpio: fix loop over DT "revisions" arrayRasmus Villemoes1-2/+3
2023-03-30nvedit: simplify do_env_indirect()Rasmus Villemoes1-7/+4
2023-03-30api: move API related config options into submenuHeinrich Schuchardt2-9/+10
2023-03-30Kconfig: Sort the BUILD_TARGET listMarek Vasut1-5/+5
2023-03-30image: Fix potentially uninitialized data variableMarek Vasut1-4/+11
2023-03-30powerpc/mpc85xx: disable legacy format bootingHeiko Schocher1-1/+0
2023-03-30Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-marvel...Tom Rini6-34/+164
2023-03-30clk: imx8mp: add pwm clocks supportTommaso Merciai1-0/+24
2023-03-30arm64: imx8mm: imx8mn: imx8mp: Drop FEC GPR[1] board workaroundMarek Vasut4-86/+2
2023-03-30arm64: imx8mp: Drop EQoS GPR[1] board workaroundMarek Vasut9-157/+1
2023-03-30arm64: dts: imx8mp: Drop EQoS clock workaroundMarek Vasut5-30/+0
2023-03-30configs: verdin-imx8mp: Fix wrong early malloc() heap sizeEmanuele Ghidoli1-0/+1
2023-03-30ARM: imx: imx8mp: fix enable_i2c_clkRasmus Villemoes1-2/+2
2023-03-30compulab: imx8mm-cl-iot-gate: Fix some function declarations in ddr.hYing-Chun Liu (PaulLiu)1-2/+2
2023-03-30net: fec_mxc: Add board_interface_eth_init() for i.MX8M Mini/Nano/PlusMarek Vasut3-0/+52
2023-03-30net: fec_mxc: Add ref clock setup support for i.MX8M Mini/Nano/PlusMarek Vasut1-0/+32
2023-03-30net: dwc_eth_qos: Add board_interface_eth_init() for i.MX8M PlusMarek Vasut3-2/+69
2023-03-30net: dwc_eth_qos: Add i.MX8M Plus RMII supportMarek Vasut1-11/+18
2023-03-30net: dwc_eth_qos: Add DM CLK support for i.MX8M PlusMarek Vasut2-51/+121