public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-07-04 11:02:17 to 2022-07-06 01:46:54 UTC [more...]

[PATCH 0/5] efi_loader: fix a verification process issue in secure boot
 2022-07-06  1:46 UTC  (12+ messages)
` [PATCH 1/5] lib: crypto: add mscode_parser
` [PATCH 2/5] efi_loader: signature: export efi_hash_regions()
` [PATCH 3/5] efi_loader: image_loader: replace EFI_PRINT with log macros
` [PATCH 4/5] efi_loader: image_loader: add a missing digest verification for signed PE image
` [PATCH 5/5] test/py: efi_secboot: add a test for a forged signed image

[PATCH 6/9] dm: core: Support accessing core tags
 2022-07-06  1:27 UTC  (8+ messages)
` [PATCH 0/9] dm: core: Support collecting and reporting stats

[PATCH V4 00/49] imx: support i.MX93
 2022-07-05 23:52 UTC  (52+ messages)
` [PATCH V4 01/49] spl: imx8mm: enlarge SPL_MAX_SIZE
` [PATCH V4 02/49] arm: makefile: cleanup mach-imx usage
` [PATCH V4 03/49] imx: Change USB boot device type
` [PATCH V4 04/49] imx: spl: Allow iMX7/8/8M to overwrite spl_board_boot_device
` [PATCH V4 05/49] imx: simplify dependency with SPL_BOOTROM_SUPPORT
` [PATCH V4 06/49] imx: move get_boot_device to common header
` [PATCH V4 07/49] imx: move get_boot_device to common file
` [PATCH V4 08/49] imx: add USB2_BOOT type
` [PATCH V4 09/49] imx: add basic i.MX9 support
` [PATCH V4 10/49] fsl_lpuart: add "
` [PATCH V4 11/49] gpio: pca953x: support pcal6524
` [PATCH V4 12/49] imx: pinctrl: add pinctrl and pinfunc file for i.MX93
` [PATCH V4 13/49] imx: imx9: Add CCM and clock API support
` [PATCH V4 14/49] mmc: fsl_esdhc_imx: Support i.MX9
` [PATCH V4 15/49] spl: Use SPL_FIT_IMAGE_TINY for iMX9
` [PATCH V4 16/49] imx: imx9: Add function to initialize timer
` [PATCH V4 17/49] imx: imx9: disable watchdog
` [PATCH V4 18/49] imx: imx9: support romapi
` [PATCH V4 19/49] misc: imx: S400_API: Move S400 MU and API to a common place
` [PATCH V4 20/49] misc: s4mu: Support iMX93 with Sentinel MU
` [PATCH V4 21/49] misc: S400_API: Update release RDC API
` [PATCH V4 22/49] misc: S400_API: New API for FW status and chip info
` [PATCH V4 23/49] misc: s400_api: introduce ahab_release_m33_trout
` [PATCH V4 24/49] imx: imx9: Add TRDC driver for TRDC init
` [PATCH V4 25/49] imx: imx9: Add AHAB boot support
` [PATCH V4 26/49] imx: imx9: Get the chip revision through S400 API
` [PATCH V4 27/49] misc: S400_API: Rename imx8ulp_s400_msg to sentinel_msg
` [PATCH V4 28/49] misc: imx8ulp: move fuse.c from imx8ulp to sentinel
` [PATCH V4 29/49] misc: fuse: support to access fuse on i.MX93
` [PATCH V4 30/49] misc: fuse: update the code for accessing fuse of i.MX93
` [PATCH V4 31/49] imx: imx9: Add gpio registers structure
` [PATCH V4 32/49] imx: imx9: Add MIX power init
` [PATCH V4 33/49] imx: imx9: Add M33 release prepare function
` [PATCH V4 34/49] imx: imx9: Support booting m33 from Acore
` [PATCH V4 35/49] imx: imx9: Support multiple env storages at runtime
` [PATCH V4 36/49] imx: imx9: clock: Add DDR clock support
` [PATCH V4 37/49] ddr: imx: Add i.MX9 DDR controller driver
` [PATCH V4 38/49] ddr: imx9: enable Performance monitor counter
` [PATCH V4 39/49] arm: dts: Add i.MX93 SoC DTSi file
` [PATCH V4 40/49] imx: imx93_evk: Add basic board support
` [PATCH V4 41/49] imx: imx93_evk: Set ARM clock to 1.7Ghz
` [PATCH V4 42/49] net: fec_mxc: support i.MX93
` [PATCH V4 43/49] net: dwc_eth_qos: fix build break when CLK not enabled
` [PATCH V4 44/49] net: dwc_eth_qos: public some functions
` [PATCH V4 45/49] net: dwc_eth_qos: move i.MX code out
` [PATCH V4 46/49] net: eqos: add function to get phy node and address
` [PATCH V4 47/49] net: dwc_eth_qos: introduce eqos hook eqos_get_enetaddr
` [PATCH V4 48/49] board: freescale: imx93_evk: support ethernet
` [PATCH V4 49/49] tools: image: support i.MX93

[PATCH v11 00/13] fpga: zynqmp: Adding support of loading authenticated images
 2022-07-05 19:23 UTC  (14+ messages)
` [PATCH v11 01/13] fpga: add option for loading FPGA secure bitstreams
  ` [PATCH v11 02/13] fpga: xilinx: add missed identifier names
    ` [PATCH v11 03/13] fpga: xilinx: add bitstream flags to driver desc
      ` [PATCH v11 04/13] fpga: zynqmp: add str2flags call
        ` [PATCH v11 05/13] fpga: add fpga_compatible2flag
          ` [PATCH v11 06/13] fpga: xilinx: pass compatible flags to xilinx_load()
            ` [PATCH v11 07/13] fpga: pass compatible flags to fpga_load()
              ` [PATCH v11 08/13] spl: fit: pass real "
                ` [PATCH v11 09/13] fpga: xilinx: pass compatible flags to load() callback
                  ` [PATCH v11 10/13] fpga: zynqmp: optimize zynqmppl_load() code
                    ` [PATCH v11 11/13] fpga: zynqmp: add bitstream compatible checking
                      ` [PATCH v11 12/13] fpga: zynqmp: support loading authenticated images
                        ` [PATCH v11 13/13] fpga: zynqmp: support loading encrypted bitfiles

[RFC] Proposed location to host the firmware handoff specification
 2022-07-05 19:04 UTC  (7+ messages)

[PATCH v2 0/6] patman: Small fixes plus remove --no-tree from checkpatch for linux
 2022-07-05 18:16 UTC  (14+ messages)
` [PATCH v2 1/6] patman: Fix updating argument defaults from settings
` [PATCH v2 2/6] patman: Fix implicit command inserting
` [PATCH v2 3/6] patman: Don't look at sys.argv when parsing settings
` [PATCH v2 4/6] patman: Make most bool arguments BooleanOptionalAction
` [PATCH v2 5/6] patman: By default don't pass "--no-tree" to checkpatch for linux
` [PATCH v2 6/6] patman: Take project defaults into account for --help

[RFC] Data structure for information handoff between firmware boot stages
 2022-07-05 17:37 UTC  (7+ messages)

[PATCH v6 0/7] tpm: rng: Move TPM RNG functionality to driver model
 2022-07-05 17:23 UTC  (13+ messages)
` [PATCH v6 1/7] tpm: Export the TPM-version functions
` [PATCH v6 2/7] tpm: rng: Add driver model interface for TPM RNG device
` [PATCH v6 3/7] tpm: Add the RNG child device
` [PATCH v6 4/7] cmd: rng: Add support for selecting RNG device
` [PATCH v6 5/7] cmd: rng: Use a statically allocated array for random bytes
` [PATCH v6 6/7] doc: rng: Add documentation for the rng command
` [PATCH v6 7/7] test: rng: Add a UT testcase "

[PATCH 0/3] fdt: introduce "apply-all" command
 2022-07-05 17:13 UTC  (4+ messages)
` [PATCH 1/3] cmd: fdt: move: Use map_sysmem to convert pointers
` [PATCH 2/3] cmd: fdt: allow standalone "fdt move"
` [PATCH 3/3] fdt: introduce apply_all command

[PATCH] Revert "fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQ"
 2022-07-05 16:42 UTC  (6+ messages)

[PATCH 1/3] board: freescale: p1_p2_rdb_pc: Add workaround for board reset reboot loop
 2022-07-05 16:39 UTC  (2+ messages)

[PATCH] scripts/Makefile.lib: add -D__U_BOOT__ to dtc_cpp_flags
 2022-07-05 16:11 UTC  (4+ messages)

[PATCH] Kconfig: Fix SYS_MALLOC_F_LEN for i.MX8MQ
 2022-07-05 16:04 UTC  (6+ messages)

[PATCH 1/4] ARM: dts: stm32mp15: alignment with v5.19
 2022-07-05 14:55 UTC  (4+ messages)
` [PATCH 2/4] clk: stm32: add support compatible st, stm32mp1-rcc-secure
` [PATCH 3/4] configs: stm32mp15: increase malloc size for pre-reloc
` [PATCH 4/4] ARM: dts: stm32: add SCMI version of STM32 boards (DK1/DK2/ED1/EV1)

[PATCH v1 1/6] rockchip: block: add Rockchip IDB block device
 2022-07-05 14:17 UTC  (7+ messages)
` [PATCH v1 2/6] rockchip: spl: allow more boot devices
` [PATCH v1 3/6] rockchip: rk3066: add Rockchip IDB block device as boot action
` [PATCH v1 4/6] arm: dts: rockchip: sync rk3066/rk3188 DT files from Linux
` [PATCH v1 5/6] arm: dts: rockchip: enable nfc node in spl for rk3066 mk808
` [PATCH v1 6/6] rockchip: configs: mk808: add idb configs

[Update license 1/1] drivers: clk: Update license for Intel N5X device
 2022-07-05 13:55 UTC  (5+ messages)

[PATCH] doc: board: amlogic: add documentation on boot flow
 2022-07-05  9:47 UTC  (3+ messages)

[GIT PULL] please pull fsl-qoriq-2022-7-3
 2022-07-05 13:35 UTC  (2+ messages)

[PATCH v1 0/6] Add Rockchip IDB device
 2022-07-05 13:04 UTC 

[PATCH] distroboot: Fix ubifs
 2022-07-05 10:15 UTC  (10+ messages)

Please pull u-boot-dm/next
 2022-07-05  9:59 UTC  (2+ messages)

[PATCH] log: force DEBUG when LOG_DEBUG is activated
 2022-07-05  9:47 UTC  (2+ messages)

[PATCH] cmd: fix do_adc_single()
 2022-07-05  9:47 UTC  (2+ messages)

[PATCH 0/8] New boards support: db845c and qcs404-evb
 2022-07-05  8:57 UTC  (16+ messages)
` [PATCH 1/8] arm64: dts: sdm845: Remove redundant u-boot DT properties
` [PATCH 2/8] clocks: sdm845: Import qcom,gcc-sdm845.h
` [PATCH 3/8] uart: sdm845: Fix debug UART pinmux
` [PATCH 4/8] board: qualcomm: Add support for dragonboard845c
` [PATCH 5/8] mmc: msm_sdhci: Add SDCC version 5.0.0 support
` [PATCH 6/8] pinctrl: qcom: Add pinctrl driver for QCS404 SoC
` [PATCH 7/8] clocks: qcom: Add clock "
` [PATCH 8/8] board: qualcomm: Add support for QCS404 EVB

[PATCH V2 00/49] imx: support i.MX93
 2022-07-05  6:40 UTC  (6+ messages)
` [PATCH V2 01/49] spl: imx8mm: enlarge SPL_MAX_SIZE

[PATCH] watchdog: add pulse support to gpio watchdog driver
 2022-07-05  6:28 UTC  (2+ messages)

[PATCH 1/1] avb: honor CONFIG_SYS_64BIT_LBA
 2022-07-05  6:12 UTC  (5+ messages)

uuu using u-boot-with-spl.imx
 2022-07-05  5:36 UTC  (5+ messages)

[PATCH v6 00/13] FWU: Add FWU Multi Bank Update feature support
 2022-07-05  2:10 UTC  (2+ messages)

[PATCH 1/1] xen: pvblock: honor CONFIG_SYS_64BIT_LBA
 2022-07-04 18:44 UTC  (3+ messages)

Building host tools on Windows
 2022-07-04 16:16 UTC  (2+ messages)

[v4 00/12] Add ASPEED SPI controller driver
 2022-07-04 15:24 UTC  (5+ messages)
` [v4 03/12] spi: aspeed: "

[PATCH] arm64: zynqmp: Enable SLG gpo driver by default
 2022-07-04 14:09 UTC 

dtboverlay to U-Boot runtime dtb
 2022-07-04 13:56 UTC  (5+ messages)

[PATCH] drivers: xen: events: fix build issues with disabled Xen HVC
 2022-07-04 12:05 UTC 

[PATCH 0/5] Add support for versal specific cadence ospi driver
 2022-07-04 13:42 UTC  (2+ messages)

[PATCH] mtd: spi-nor-ids: Add support for flashes tested by xilinx
 2022-07-04 13:42 UTC  (2+ messages)

[ANN] U-Boot v2022.07-rc6 released
 2022-07-04 12:19 UTC 

[PATCH] usb: host: ehci-generic: Fix error check
 2022-07-04 12:19 UTC  (2+ messages)

Adding a zynq board
 2022-07-04 12:13 UTC  (2+ messages)

[PATCH v3 1/3] drivers: tee: optee: remove unused probe local variable
 2022-07-04 11:35 UTC  (2+ messages)

[PATCH 0/4] Deduplicate dhelectronics board files
 2022-07-04 11:11 UTC  (5+ messages)
` [PATCH 1/4] board: dhelectronics: Implement common mac address functions
` [PATCH 2/4] ARM: imx6: DH: Use "
` [PATCH 3/4] ARM: imx8: "
` [PATCH 4/4] ARM: stm32: "

[PATCH 1/1] riscv: allow building w/o DHCP, SCSI, VIRTIO
 2022-07-04 11:02 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox