aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-04arm: imx: add u-boot-nand.imx to boot from NAND without SPLLuca Ceresoli2-0/+9
2023-04-04ARM: imx: Enable SDP download in SPL on DH i.MX6 DHSOMMarek Vasut2-2/+5
2023-04-03Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini2-1/+2
2023-04-03mx6sx-udoo-neo-basic-u-boot.dtsi: Correct to bootph-allTom Rini1-4/+4
2023-04-04usb: gadget: f_sdp: Add missing spl_board_prepare_for_boot() callMarek Vasut1-0/+1
2023-04-04usb: gadget: missing fallthrough in composite_setup()Heinrich Schuchardt1-1/+1
2023-04-03Merge branch 'next'Tom Rini1254-23392/+34324
2023-04-03Prepare v2023.04v2023.04Tom Rini3-13/+783
2023-04-03arm: dts: k3-j721e-sk-u-boot: fix boot on j721e SKSinthu Raja1-2/+6
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-03pico-imx6: Pass the mmc alias to fix boot regressionFabio Estevam1-0/+7
2023-04-03Merge tag 'u-boot-imx-20230403' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-1/+1
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-02rockchip: Fix incorrect constant name in RAM init codeWIP/02Apr2023David Sebek1-1/+1
2023-04-02test_vboot.py: include test of fdt_add_pubkey toolRoman Kopytin1-38/+148
2023-04-01Merge tag 'efi-2023-04-rc6' of https://source.denx.de/u-boot/custodians/u-boo...WIP/01Apr2023Tom Rini4-17/+15
2023-04-01efi_loader: remove duplicate assignmentHeinrich Schuchardt1-1/+1
2023-04-01efi_loader: correct shortening of device-pathsHeinrich Schuchardt2-15/+7
2023-04-01doc: describe skipping triggering a pipeline in GitlabHeinrich Schuchardt1-0/+6
2023-04-01scsi: typo supporedtHeinrich Schuchardt1-1/+1
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 tag 'dm-pull-31mar23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2-2/+7
2023-03-31Merge branch '2023-03-30-assorted-general-upates' into nextTom Rini37-92/+971
2023-03-31configs: imx8mn_bsh_smm_s2: remove console from bootargsDario Binacchi1-1/+1
2023-03-31sysreset: gpio: fix gpio_reboot_request return valueJonathan Liu1-1/+6
2023-03-31buildman: Correct overwriting of settings fileSimon Glass1-1/+1
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