Commit Graph

  • 366e517b36
    Merge 3be0b09ea9 into 348064ee2c #268 Benjamin Szőke 2023-01-16 00:34:52 +0100
  • 348064ee2c Merge https://source.denx.de/u-boot/custodians/u-boot-sh master Tom Rini 2023-01-15 10:31:17 -0500
  • 3311e35081 Merge https://source.denx.de/u-boot/custodians/u-boot-usb Tom Rini 2023-01-15 10:31:00 -0500
  • aab0e461db
    Merge 3bd7943204 into fe4c21de4f #263 swordow 2023-01-15 10:37:02 +0800
  • 2383e8f4ae usb: gadget: dwc2_udc_otg: implement pullup() Mattijs Korpershoek 2023-01-11 09:19:27 +0100
  • 66b5847b30 usb: gadget: fastboot: detach usb just before rebooting Dario Binacchi 2023-01-07 17:48:07 +0100
  • 5454dea313 usb: hub: allow to increase HUB_DEBOUNCE_TIMEOUT Patrick Delaunay 2022-09-09 11:45:23 +0200
  • 4327df1d34 configs: r8a77980: Condor: Enable MMC support by default Andrey Dolnikov 2022-12-22 22:18:25 +0100
  • 0fe4366c9a ARM: renesas: condor: switch eMMC bus to 1V8 Hai Pham 2022-12-22 22:18:01 +0100
  • 3405cfa29d ARM: dts: renesas: condor: Enable SPI NOR fast-read Marek Vasut 2022-12-22 22:17:20 +0100
  • 0abcc23392 ARM: renesas: ulcb: Set CONFIG_TEXT_BASE=0x0 on R-Car Gen3 ULCB Marek Vasut 2022-12-22 22:06:46 +0100
  • 2d09040fba ARM: renesas: condor: Set CONFIG_TEXT_BASE=0x0 on R-Car Gen3 Condor Marek Vasut 2022-12-22 22:07:08 +0100
  • 81616cec1e ARM: renesas: Enable LTO on R-Car3 Falcon Marek Vasut 2022-12-22 22:13:15 +0100
  • 735e6babbc ARM: renesas: Enable LTO on R-Car3 Draak Marek Vasut 2022-12-22 22:13:14 +0100
  • 92f00cc26c ARM: renesas: Enable LTO on R-Car3 Ebisu Marek Vasut 2022-12-22 22:13:13 +0100
  • 0d408d32d5 ARM: renesas: Enable LTO on R-Car3 Condor Marek Vasut 2022-12-22 22:13:12 +0100
  • 68e1926668 ARM: renesas: Enable LTO on R-Car3 Eagle Marek Vasut 2022-12-22 22:13:11 +0100
  • b78d4f270c ARM: renesas: Enable LTO on R-Car3 ULCB Marek Vasut 2022-12-22 22:13:10 +0100
  • 0c22a92e99
    Merge 78a18f77f4 into fe4c21de4f #269 xypron2 2023-01-14 03:58:42 +0800
  • fe4c21de4f Merge tag 'u-boot-stm32-20230113' of https://source.denx.de/u-boot/custodians/u-boot-stm Tom Rini 2023-01-13 09:56:19 -0500
  • b3f6e0ff1f Merge tag 'efi-2023-04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi Tom Rini 2023-01-13 08:37:32 -0500
  • 0e86f813f4 ARM: stm32: Make ECDSA authentication available to U-Boot Marek Vasut 2023-01-12 18:58:42 +0100
  • 6eea541514 ARM: stm32: Pass ROM API table pointer to U-Boot proper Marek Vasut 2023-01-12 18:58:41 +0100
  • dbeaca79b7 ARM: stm32: Factor out save_boot_params Marek Vasut 2023-01-12 18:58:40 +0100
  • bbafbc044d ARM: stm32: Fix ECDSA authentication with Dcache enabled Marek Vasut 2023-01-12 18:58:39 +0100
  • 8e4ec3e947 efi_loader: provide agent_handle to efi_disk_add_dev() Heinrich Schuchardt 2022-10-08 09:11:54 +0200
  • 4d4ec25810 efi_selftest: add hii set keyboard layout test case Vincent Stehlé 2023-01-06 10:46:41 +0100
  • 65b91a346e efi_loader: refine set_keyboard_layout() status Vincent Stehlé 2023-01-06 10:46:40 +0100
  • 851456693a efi_loader: use EFI_EXIT in efi_riscv_get_boot_hartid Heinrich Schuchardt 2023-01-11 19:08:01 +0100
  • 7e808fcc97 efi_loader: add .rela sections to .text on arm64 Heinrich Schuchardt 2023-01-08 19:00:47 +0100
  • 0763c02eee efi_loader: fix description of memory functions Heinrich Schuchardt 2023-01-08 01:00:00 +0100
  • e9cc7029e8 doc: build infodocs target on Gitlab CI, Azure Heinrich Schuchardt 2023-01-12 20:30:58 +0100
  • 6c39d0ef1e doc: fix description of u16_strcasecmp() Heinrich Schuchardt 2023-01-08 00:23:06 +0100
  • 87c9e117bf Merge branch '2023-01-12-further-assorted-general-updates' Tom Rini 2023-01-12 17:05:41 -0500
  • 78a18f77f4 doc: build infodocs target on Gitlab CI, Azure #269 Heinrich Schuchardt 2022-12-30 05:26:43 +0100
  • 48b3ecbedf gpio: Get rid of gpio_hog_probe_all() Marek Vasut 2022-09-22 17:53:26 +0200
  • 942918f2ac dm: fix probing of all devices that have u-boot, dm-pre-reloc in SPL/TPL Quentin Schulz 2022-09-22 17:53:25 +0200
  • d0ba0ca45a distro_bootcmd: Set distro_bootpart_uuid for block devices Marek Vasut 2023-01-05 14:08:23 +0100
  • ea3d28ec31 Revert "time: add weak annotation to timer_read_counter declaration" Harald Seiler 2023-01-05 01:08:47 +0100
  • f4426fd68d net: fm: Support loading firmware from a filesystem Sean Anderson 2022-12-29 11:53:01 -0500
  • e4f0cc5ddf net: fm: Add firmware name parameter Sean Anderson 2022-12-29 11:53:00 -0500
  • 0998a20cfc misc: fs_loader: Add function to get the chosen loader Sean Anderson 2022-12-29 11:52:59 -0500
  • 7fb4aa14d4 Added configs required for dcp_rng driver Kshitiz Varshney 2022-12-22 09:50:29 +0100
  • 81ceb1695a Added dcp_rng driver initialization code Kshitiz Varshney 2022-12-22 09:50:28 +0100
  • 0d795c356a Uboot RNG Driver using Data Co-processor Kshitiz Varshney 2022-12-22 09:50:27 +0100
  • cf7aa03543 common: spl: ram: fix return code Nikita Shubin 2022-12-12 11:03:35 +0300
  • c40e021b83 cmd: spi: Judge the number of added parameters chenzhipeng 2022-12-06 17:24:38 +0800
  • 33965c7e18 console: Add option to keep it silent until env is loaded Harald Seiler 2022-07-06 13:19:10 +0200
  • d3a87e32dd configs: stm32mp13: Activate command stm32key Patrick Delaunay 2023-01-06 13:20:19 +0100
  • 4b002d9628 board: st: Add support of STM32MP13x boards in stm32board cmd Patrick Delaunay 2023-01-06 13:20:18 +0100
  • 7de0d10ca7 configs: stm32mp13: Activate CONFIG_CMD_FUSE Patrick Delaunay 2023-01-06 13:20:17 +0100
  • a33885ff49 stm32mp: Add support of STM32MP13x in bsec driver Patrick Delaunay 2023-01-06 13:20:16 +0100
  • 33a909a42a stm32mp: Add OP-TEE support in bsec driver Patrick Delaunay 2023-01-06 13:20:15 +0100
  • 27bad4e7fc stm32mp: cosmetic: Update of bsec driver Patrick Delaunay 2023-01-06 13:20:14 +0100
  • 6e391c7d5f ARM: dts: stm32: Add timer interrupts on stm32mp15 Patrick Delaunay 2022-12-14 16:25:01 +0100
  • 126aa470d6 ARM: dts: stm32mp15: fix typo in stm32mp15xx-dkx.dtsi Patrick Delaunay 2022-12-14 16:25:00 +0100
  • d1d56638c4 ARM: dts: stm32mp15: remove clksrc include in SCMI dtsi file Patrick Delaunay 2022-12-14 16:24:59 +0100
  • 17bae7766c adc: stm32mp15: add calibration support Olivier Moysan 2022-12-15 13:51:10 +0100
  • 214d6e7e68 ARM: dts: stm32: add support for USB2514B onboard hub on stm32mp157c-ev1 Fabrice Gasnier 2022-12-12 11:44:37 +0100
  • 5f74d97c45 configs: stm32: enable USB onboard HUB driver Fabrice Gasnier 2022-12-12 11:44:36 +0100
  • ba1fa2abde usb: onboard-hub: add driver to manage onboard hub supplies Fabrice Gasnier 2022-12-12 11:44:35 +0100
  • f58885d002 Merge branch '2023-01-11-assorted-general-updates' Tom Rini 2023-01-12 10:15:24 -0500
  • 79da4074dd ARM: dts: stm32: update vbus-supply of usbphyc_port0 on stm32mp157c-ev1 Fabrice Gasnier 2022-12-12 11:32:42 +0100
  • 0e024eb209
    Merge a5ab5039ba into ee4f86cc04 #34 Yaroslav Petrov 2023-01-12 14:39:48 +0200
  • 3be0b09ea9 pico-imx7d: replace nested if statements to switch case in revision detection #268 Benjamin Szőke 2023-01-11 23:58:03 +0100
  • 85fd48984e CI/Docker: Update to jammy-20221130 tag Tom Rini 2023-01-11 12:24:57 -0500
  • fe482b886d Use grep -E or plain grep instead of egrep Ville Skyttä 2023-01-01 18:41:42 +0200
  • 89d47b33b5 Kconfig: move NXP specific stuff into a sub-menu Heinrich Schuchardt 2022-12-31 00:08:47 +0100
  • c394e8d0ee Kconfig: clean up skipping low-level initialization Heinrich Schuchardt 2022-12-30 19:41:28 +0100
  • 5f7a507eb3 Dockerfile: add package texinfo Heinrich Schuchardt 2022-12-30 05:41:01 +0100
  • 11d5670125 fs/btrfs: handle data extents, which crosss stripe boundaries, correctly Qu Wenruo 2022-12-30 09:07:05 +0800
  • 3133651aa4 ata: Fix dependency for CONFIG_SATA_SIL Pali Rohár 2022-12-29 18:15:35 +0100
  • bde4c49c17 test: compression: use ut_assert for errors Brandon Maier 2022-12-28 16:53:52 -0600
  • 43b059884a test: compression: check with trailing garbage in input Brandon Maier 2022-12-28 16:53:51 -0600
  • bf48dde80a fs/squashfs: Only use export table if available David Oberhollenzer 2022-12-25 11:05:24 +0100
  • f08dcd9fd0 test: cmd: exit: Add unit test for exit and partly run commands Marek Vasut 2022-12-20 07:26:00 +0100
  • 721307eba0 cmd: exit: Fix return value propagation out of environment scripts Marek Vasut 2022-12-20 07:25:59 +0100
  • f3d914cfdd fastboot: Add OEM run command Sean Anderson 2022-12-16 13:20:16 -0500
  • d037990046 fastboot: remove #ifdef CONFIG when it is possible Patrick Delaunay 2022-12-15 10:15:50 +0100
  • 59dacc3190 optee: bind the TA drivers on OP-TEE node Patrick Delaunay 2022-12-15 09:54:52 +0100
  • 1c44d10879 env: add failing trace in env_erase Patrick Delaunay 2022-12-14 16:51:32 +0100
  • 91fc785834 env: ubi: add support of command env erase Patrick Delaunay 2022-12-14 16:51:31 +0100
  • e64289e1ec test: env: add test for u-boot-initial-env creation Max Krummenacher 2022-12-09 13:09:56 +0100
  • e29166046b
    Merge 2ccb67f665 into ee4f86cc04 #267 Neha Malcom Francis 2023-01-11 20:21:21 +0100
  • 93caa69e51
    Merge 2a10d72ff3 into ee4f86cc04 #171 Pierre-Clément Tosi 2023-01-11 20:21:10 +0100
  • 5b333b9324 cmd: change the return value when argc error Shenlin Liang 2022-12-09 17:17:43 +0800
  • 6762c8dd89 cmd: mtdparts: add SYS_MTDPARTS_RUNTIME dependency on CONFIG_MTDIDS/MTDPARTS_DEFAULT Patrick Delaunay 2022-12-08 09:10:13 +0100
  • dd02c66790 lib: rsa: cosmetic: fix building warning Haijun Qin 2022-12-06 15:41:37 +0800
  • 46b2e5e92c reboot-mode: Add NVMEM reboot mode Sean Anderson 2022-12-02 11:03:53 -0500
  • 546795b579 rtc: abx8xx: Add support for reading RAM Sean Anderson 2022-12-02 10:35:19 -0500
  • c9c42ad21f common:autoboot:modify function parameters Shenlin Liang 2022-12-02 12:53:48 +0800
  • d27cc57f42
    Merge 9a21ed8ba7 into ee4f86cc04 #243 Maalobs 2023-01-11 04:43:35 -0600
  • 6a65b15805
    Merge c3ee22ac8e into ee4f86cc04 #265 dependabot[bot] 2023-01-11 09:43:12 +0100
  • 3b8010ecd0
    Merge 8646e54752 into ee4f86cc04 #183 Andrei 2023-01-10 20:40:55 -0600
  • ee4f86cc04 Merge branch '2023-01-10-platform-updates' Tom Rini 2023-01-10 21:13:57 -0500
  • 367c9e0614 ARM: omap3: evm: Name this directory omap3evm Andrew Davis 2023-01-06 13:05:14 -0600
  • f7f14cf027 powerpc/mpc85xx: Unset CONFIG_SPL_TARGET="u-boot-with-spl.bin" Pali Rohár 2022-12-29 02:39:21 +0100
  • e0025d9957 powerpc/mpc85xx: Set default CONFIG_BUILD_TARGET Pali Rohár 2022-12-29 02:39:20 +0100
  • f0b1a1e13e arm: mvebu: Fix default CONFIG_BUILD_TARGET Pali Rohár 2022-12-29 02:39:19 +0100
  • 971ccee2fb SoC: sdm845: find and save KASLR to env variables Dzmitry Sankouski 2022-12-27 22:47:09 +0300