messages from 2022-05-31 11:03:08 to 2022-06-02 14:02:52 UTC [more...]
[PATCH 00/22] microblaze: Add support for full relocation
2022-06-02 13:57 UTC (23+ messages)
` [PATCH 01/22] tools: relocate-rela: Open binary u-boot file later
` [PATCH 02/22] Makefile: Fix description for relocate-rela parameters
` [PATCH 03/22] tools: relocate-rela: Use global variables
` [PATCH 04/22] tools: relocate-rela: Read rela start/end directly from ELF
` [PATCH 05/22] microblaze: Switch absolute branches to relative
` [PATCH 06/22] microblaze: Fix stack protection behavior
` [PATCH 07/22] microblaze: Fix early stack allocation
` [PATCH 08/22] microblaze: Remove CONFIG_TEXT_BASE from code
` [PATCH 09/22] microblaze: Fix typo in exception.c
` [PATCH 10/22] microblaze: Enable REMAKE_ELF
` [PATCH 11/22] microblaze: Separate code end substraction
` [PATCH 12/22] microblaze: Change stack protection address to new stack address
` [PATCH 13/22] microblaze: Optimize register usage in relocate_code
` [PATCH 14/22] microblaze: Remove code around r20 in relocate_code()
` [PATCH 15/22] microblaze: Remove _start symbol handling at U-Boot start
` [PATCH 16/22] microblaze: Add comment about reset location
` [PATCH 17/22] microblaze: Create SYM_ADDR macro to deal with symbols
` [PATCH 18/22] tools: relocate-rela: Extract elf64 reloc to special function
` [PATCH 19/22] tools: relocate-rela: Check that relocation works only for EM_AARCH64
` [PATCH 20/22] tools: relocate-rela: Add support for elf32 decoding
` [PATCH 21/22] tools: relocate-rela: Add support for 32bit Microblaze relocation
` [PATCH 22/22] microblaze: Add support for run time relocation
[PATCH] configs: fsl: add missing SYS_FMAN_FW_ADDR defines
2022-06-02 13:47 UTC
[PATCH v3 0/3] stm32mp: prepare RCC support for STM32MP13
2022-06-02 13:05 UTC (4+ messages)
` [PATCH v3 1/3] clk: Add directory for STM32 clock drivers
` [PATCH v3 2/3] misc: stm32mp13: introduce STM32MP13 RCC driver
` [PATCH v3 3/3] ARM: dts: stm32: add rcc node for STM32MP13
[PATCH 1/2] pmic: pca9450: add DM_I2C dependencies in Kconfig
2022-06-02 12:30 UTC (5+ messages)
` [PATCH 2/2] pmic: pca9450: drop pointless .data entries
[PATCH 1/2] drivers: tee: optee: discover OP-TEE services
2022-06-02 12:19 UTC (4+ messages)
` [PATCH 2/2] drivers: rng: optee_rng: register to CONFIG_OPTEE_SERVICE_DISCOVERY
[PATCH 0/3] arm: rockchip: rk3399: rock-pi-4: power domain driver to boot from MMCSD
2022-06-02 11:08 UTC (4+ messages)
` [PATCH 1/3] Reserve some RAM at 0 for bl31_0x00000000.bin for Radxa Rock Pi 4
` [PATCH 2/3] Add a couple of missing clocks for MMCSD
` [PATCH 3/3] arm: rockchip: rk3399: Power domain driver for rockchip
Open Source Firmware Conference 2022
2022-06-02 6:45 UTC
[PATCH] mach-rockchip: make_fit_atf.py: support OP-TEE tee.bin v1 format
2022-06-02 10:43 UTC (6+ messages)
[PATCH u-boot-marvell 1/2] board: turris: Fix MAINTAINERS and add Pali
2022-06-02 7:13 UTC (4+ messages)
` [PATCH u-boot-marvell 2/2] treewide: Fix Marek's name and change my e-mail address
[PATCH RFC v2 00/11] Integration of sysfw, tispl and tiboot3
2022-06-02 4:09 UTC (22+ messages)
` [PATCH RFC v2 03/11] ti: etype: sysfw: Add entry type for sysfw
` [PATCH RFC v2 05/11] ti: etype: x509: Add etype for x509 certificate for K3 devices
` [PATCH RFC v2 11/11] ti: dtsi: j721e: Use binman to package tispl.bin
[PATCH] arm: dts: ast2600: Add I2C pinctrl
2022-06-02 3:39 UTC (2+ messages)
[PATCH] configs: ast2600: Move SPL bss section to DRAM space
2022-06-02 2:05 UTC (2+ messages)
[PATCH 01/20] Convert CONFIG_SPL_STACK to Kconfig
2022-06-02 1:14 UTC (3+ messages)
` [PATCH 15/20] ax25-ae350: Move CONFIG_SYS_FDT_BASE "
[PATCH v2 0/5] Add ARMv8 CE sha1/sha256 support
2022-06-01 18:26 UTC (6+ messages)
` [PATCH v2 1/5] lib: sha1: Add support for hardware specific sha1_process
` [PATCH v2 2/5] sha1: Fix digest state size/type
` [PATCH v2 3/5] armv8 SHA-1 using ARMv8 Crypto Extensions:
` [PATCH v2 4/5] lib: sha256: Add support for hardware specific sha256_process
` [PATCH v2 5/5] armv8 SHA-256 using ARMv8 Crypto Extensions
[PATCH v2 0/4] EFI: Miscellaneous capsule update fixes
2022-06-01 18:00 UTC (5+ messages)
` [PATCH v2 1/4] EFI: Populate descriptor_count value only when image_info_size is not zero
` [PATCH v2 2/4] EFI: Do not consider OsIndications variable if CONFIG_EFI_IGNORE_OSINDICATIONS is enabled
` [PATCH v2 3/4] EFI: Update the documentation to reflect the correct value of OsIndications
` [PATCH v2 4/4] EFI: FMP: Use a common GetImageInfo function for FIT and raw images
[PATCH] stm32mp: stpmic1: remove the debug unit request by debugger
2022-06-01 16:33 UTC
[PATCH v1 1/9] ARM: hpe: gxp: add core support
2022-06-01 15:28 UTC (9+ messages)
` [PATCH v1 3/9] board: hpe: gxp: add HPE GXP soc support
` [PATCH v1 6/9] ARM: dts: Add device tree files for hpe gxp soc
` [PATCH v1 7/9] configs: gxp: add core support
Out of bounds write vulnerability in the sqfs_readdir() function
2022-06-01 14:18 UTC (2+ messages)
[PATCH] squashfs: Fix compilation on big endian systems
2022-06-01 14:08 UTC (6+ messages)
[PATCH] xilinx: zynqmp: Do not use null as spl bss start address
2022-06-01 14:03 UTC (5+ messages)
[PATCH] ddr:altera:soc64: Integer fix overflow that caused DDR size mismatched
2022-06-01 10:49 UTC (4+ messages)
` [PATCH v2] ddr: altera: soc64: "
` [PATCH v3] "
[PATCH] arm: socfpga: spl: To notify SDM when SPL pass control to U-Boot
2022-06-01 8:27 UTC (2+ messages)
[PATCH] arm:socfpga:soc64: To notify SDM when U-Boot pass control to Linux
2022-06-01 8:22 UTC (3+ messages)
` [PATCH v2] arm: socfpga: soc64: "
[PATCH] drivers: cache: ncore: Disable snoop filter
2022-06-01 7:57 UTC
[PATCH] arch: arm: socfpga: timer_s10: Override udelay for secure section
2022-06-01 7:54 UTC
[PATCH 0/5] arm: mvebu: turris_omnia: Fix hangup in debug UART
2022-06-01 10:54 UTC (10+ messages)
` [PATCH 2/5] arm: mvebu: Move internal registers in arch_very_early_init() function
[PATCH 1/3] lib: sha1: Add support for hardware specific sha1_process
2022-06-01 10:03 UTC (3+ messages)
` [PATCH 2/3] sha1: Fix digest state size/type
` [PATCH 3/3] armv8 SHA-1 using ARMv8 Crypto Extensions:
[PATCH v9 00/13] fpga: zynqmp: Adding support of loading authenticated images
2022-06-01 8:46 UTC (14+ messages)
` [PATCH v9 01/13] fpga: add option for loading FPGA secure bitstreams
` [PATCH v9 02/13] fpga: xilinx: add missed identifier names
` [PATCH v9 03/13] fpga: xilinx: add bitstream flags to driver desc
` [PATCH v9 04/13] fpga: zynqmp: add str2flags call
` [PATCH v9 05/13] fpga: add fpga_compatible2flag
` [PATCH v9 06/13] fpga: xilinx: pass compatible flags to xilinx_load()
` [PATCH v9 07/13] fpga: pass compatible flags to fpga_load()
` [PATCH v9 08/13] spl: fit: pass real "
` [PATCH v9 09/13] fpga: xilinx: pass compatible flags to load() callback
` [PATCH v9 10/13] fpga: zynqmp: optimize zynqmppl_load() code
` [PATCH v9 11/13] fpga: zynqmp: add bitstream compatible checking
` [PATCH v9 12/13] fpga: zynqmp: support loading authenticated images
` [PATCH v9 13/13] fpga: zynqmp: support loading encrypted bitfiles
[PATCH] ast2600: spl: Add boot mode detection
2022-06-01 8:43 UTC
binman: Why is the first word the compressed size in compressed data
2022-06-01 8:29 UTC
[PATCH 1/4] smccc: define generic IDs for feature discovery
2022-06-01 8:27 UTC (4+ messages)
` [PATCH 2/4] firmware: psci: reorder header files inclusion
` [PATCH 3/4] firmware: psci: bind arm smccc features when discovered
` [PATCH 4/4] drivers: rng: add smccc trng driver
[PATCH 0/3] EFI: Miscellaneous capsule update fixes
2022-06-01 8:24 UTC (10+ messages)
` [PATCH 1/3] EFI: Populate descriptor_count value only when image_info_size is not zero
` [PATCH 2/3] EFI: Do not read OsIndications variable if EFI_IGNORE_OSINDICATIONS is enabled
` [PATCH 3/3] EFI: Update the documentation to reflect the correct value of OsIndications
[PATCH] arm: socfpga: mailbox: Add mailbox command for HPS execution notifcation
2022-06-01 8:04 UTC (2+ messages)
efi_firmware_raw_get_image_info and efi_firmware_fit_get_image_info
2022-06-01 7:40 UTC (2+ messages)
[PATCH] fpga: intel_sdm_mb: Add checking for INTEL_SIP_SMC_STATUS_BUSY (1)
2022-06-01 6:49 UTC (6+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] riscv: cpu: set gp before board_init_f_init_reserve
2022-06-01 2:07 UTC (2+ messages)
[PATCH 1/1] riscv: ae350: Fix XIP config boot failure
2022-06-01 2:01 UTC
[PATCH] efi_loader: disk: allow blk devices even without UCLASS_PARTITION
2022-06-01 0:29 UTC (5+ messages)
[PATCH v5 00/12] efi_loader: more tightly integrate UEFI disks to driver model
2022-06-01 0:25 UTC (5+ messages)
` [PATCH v5 07/12] efi_loader: disk: a helper function to create efi_disk objects from udevice
[PATCH 1/2] test/py: efi_capsule: repair image authentication test
2022-05-31 23:53 UTC (3+ messages)
` [PATCH 2/2] efi: test/py: authenticate fit capsules
[PATCH v7 0/7] fpga: zynqmp: Adding support of loading authenticated images
2022-05-31 23:17 UTC (10+ messages)
` [PATCH v7 2/7] fpga: add fit_fpga_load function
[PATCH v8 00/14] fpga: zynqmp: Adding support of loading authenticated images
2022-05-31 23:08 UTC (15+ messages)
` [PATCH v8 01/14] Prepare v2022.07-rc3
` [PATCH v8 02/14] fpga: add option for loading FPGA secure bitstreams
` [PATCH v8 03/14] fpga: xilinx: add missed identifier names
` [PATCH v8 04/14] fpga: xilinx: add bitstream flags to driver desc
` [PATCH v8 05/14] fpga: zynqmp: add str2flags call
` [PATCH v8 06/14] fpga: add fpga_compatible2flag
` [PATCH v8 07/14] fpga: xilinx: pass compatible flags to xilinx_load()
` [PATCH v8 08/14] fpga: pass compatible flags to fpga_load()
` [PATCH v8 09/14] spl: fit: pass real "
` [PATCH v8 10/14] fpga: xilinx: pass compatible flags to load() callback
` [PATCH v8 11/14] fpga: zynqmp: optimize zynqmppl_load() code
` [PATCH v8 12/14] fpga: zynqmp: add bitstream compatible checking
` [PATCH v8 13/14] fpga: zynqmp: support loading authenticated images
` [PATCH v8 14/14] fpga: zynqmp: support loading encrypted bitfiles
Pull request for efi-2022-07-rc4-3
2022-05-31 19:45 UTC (3+ messages)
[PATCH v6 0/2] sf: Check protection before writing/erasing flash
2022-05-31 19:45 UTC (3+ messages)
[PATCH v2 01/14] cmd: cpu: migrate cpu command to U_BOOT_CMD_WITH_SUBCMDS()
2022-05-31 18:14 UTC (14+ messages)
` [PATCH v2 02/14] cpu-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOC
` [PATCH v2 03/14] microblaze: start.S: remove unused code
` [PATCH v2 04/14] microblaze: cache: replace XILINX_USE_DCACHE -> CONFIG_DCACHE
` [PATCH v2 05/14] microblaze: cache: improve dcache Kconfig options
` [PATCH v2 06/14] microblaze: cache: improve icache "
` [PATCH v2 07/14] microblaze: cache: split flush_cache() function
` [PATCH v2 08/14] microblaze: cache: introduce Kconfig options for icache/dcache sizes
` [PATCH v2 09/14] microblaze: cache: introduce flush_cache_all()
` [PATCH v2 10/14] microblaze: cache: introduce cpuinfo structure
` [PATCH v2 11/14] microblaze: cache: introduce flush_dcache_range()
` [PATCH v2 12/14] microblaze: Kconfig: introduce XILINX_MICROBLAZE0_FPGA_FAMILY option
` [PATCH v2 13/14] microblaze: add support for handling PVR data
` [PATCH v2 14/14] cpu: add CPU driver for microblaze
[PATCH] net: enetc: unregister mdiobus
2022-05-31 16:36 UTC
Pull request for efi-2022-07-rc4-2
2022-05-31 16:18 UTC (4+ messages)
[0/3] spl: Start cleaning up common/spl/Kconfig
2022-05-31 16:17 UTC (4+ messages)
` [PATCH 1/3] spl: Move all VPL, TPL and PowerPC specific CONFIG options to separate files
` [PATCH 2/3] spl: Rework Kconfig to be more menu driven
` [PATCH 3/3] spl: Rework and tighten some dependencies
[PATCH v2 00/14] SCMI multi-channel and optee shm
2022-05-31 16:09 UTC (15+ messages)
` [PATCH v2 01/14] firmware: scmi: optee: use TEE shared memory for SCMI messages
` [PATCH v2 02/14] firmware: scmi: optee: fix inline description of PTA_SCMI_CMD_GET_CHANNEL
` [PATCH v2 03/14] firmware: scmi: prepare scmi uclass API to multi-channel
` [PATCH v2 04/14] firmware: scmi: prepare uclass to pass channel reference
` [PATCH v2 05/14] firmware: scmi: factorize scmi transport look up
` [PATCH v2 06/14] firmware: scmi: add multi-channel support
` [PATCH v2 07/14] firmware: scmi: mailbox transport: implement multi-channel
` [PATCH v2 08/14] firmware: scmi: smccc "
` [PATCH v2 09/14] firmware: scmi: optee "
` [PATCH v2 10/14] clk: scmi: support SCMI multi-channel
` [PATCH v2 11/14] reset: "
` [PATCH v2 12/14] power: regulator: "
` [PATCH v2 13/14] power: regulator: scmi: simplify scmi_voltd_set_enable()
` [PATCH v2 14/14] firmware: scmi: use multi channel in mailbox, optee and smccc agents
[PATCH v1] board: apalis_t30/tk1/colibri_t20/t30: integrate mac address via dt
2022-05-31 16:08 UTC (3+ messages)
[PATCH v3 00/13] Fuzzing and ASAN for sandbox
2022-05-31 14:43 UTC (3+ messages)
` [PATCH v3 01/13] serial: sandbox: Fix buffer underflow in puts
[u-boot PATCH 0/3] k3-am642-evm-u-boot: Use binman to generate u-boot.img and tispl.bin
2022-05-31 14:15 UTC (10+ messages)
` [u-boot PATCH 3/3] "
[PATCH] arm: dts: socfpga: stratix10: Add freeze controller node
2022-05-31 8:15 UTC
[PATCH] arm: dts: socfpga: agilex: Add freeze controller node
2022-05-31 8:05 UTC
[PATCH v6] board: purism: add the Purism Librem5 phone
2022-05-30 20:58 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox