public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-11-10 06:44:21 to 2020-11-12 08:09:57 UTC [more...]

[PATCH] riscv: Fix efi header for RV32
 2020-11-12  8:09 UTC  (4+ messages)

[PATCH v3 0/1] RISC-V tracing support
 2020-11-12  7:35 UTC  (9+ messages)
` [PATCH v3 1/1] riscv: Add timer_get_us() for tracing

[PATCH 1/1] trace: avoid infinite recursion
 2020-11-12  7:22 UTC  (2+ messages)

i.MX USB SDP broken on imx6q-sabresd
 2020-11-12  5:12 UTC  (2+ messages)

[PATCH] env: mmc: Correct partition comparison in mmc_offset_try_partition
 2020-11-11 23:34 UTC  (5+ messages)

[PATCH v2 0/4] sandbox: exception handling
 2020-11-11 23:29 UTC  (5+ messages)
` [PATCH v2 1/4] sandbox: add handler for exceptions
` [PATCH v2 2/4] cmd: sandbox: implement exception command
` [PATCH v2 3/4] efi_selftest: implement exception test for sandbox
` [PATCH v2 4/4] test: unit test for exception command

[PATCH 0/3] sandbox: exception handling
 2020-11-11 23:11 UTC  (9+ messages)
` [PATCH 1/3] sandbox: add handler for exceptions
` [PATCH 2/3] cmd: sandbox: implement exception command
` [PATCH 3/3] efi_selftest: implement exception test for sandbox

Properly using gpio_request and muxing
 2020-11-11 17:16 UTC 

[PATCH] ARM: mach-at91: fix timer.o compile condition
 2020-11-11 16:46 UTC 

[PATCH] libfdt: Fix signedness comparison warnings
 2020-11-11 14:52 UTC  (2+ messages)

Re-syncing U-Boot DTS with the kernel again
 2020-11-11 14:50 UTC  (3+ messages)

[PATCH 1/2 v4] tpm: Add some headers from the spec
 2020-11-11 14:46 UTC  (5+ messages)
` [PATCH 2/2 v4] efi: Add basic EFI_TCG2_PROTOCOL support

[PATCH] tpm: spi: Cleanup source code
 2020-11-11 14:42 UTC  (2+ messages)

[PATCH] sandbox: cros_ec: Basic support for EC_CMD_GET_NEXT_EVENT
 2020-11-11 14:32 UTC  (4+ messages)

[PATCH 1/1] cros_ec: Handling EC_CMD_GET_NEXT_EVENT
 2020-11-11 14:32 UTC  (4+ messages)

[PATCH] cros_ec: Support keyboard scanning with EC_CMD_GET_NEXT_EVENT
 2020-11-11 14:32 UTC  (5+ messages)

[PATCH 1/1] test: test/lib/test_print.c depends on CONSOLE_RECORD
 2020-11-11 14:32 UTC  (2+ messages)

[PATCH 1/1] cmd: CMD_CPU depends on CPU
 2020-11-11 14:32 UTC  (2+ messages)

[PATCH 1/2 v3] tpm: Add some headers from the spec
 2020-11-11 14:32 UTC  (4+ messages)
` [PATCH 2/2 v3] efi: Add basic EFI_TCG2_PROTOCOL support

[PATCH 1/3 v2] tpm: Change response length of tpm2_get_capability()
 2020-11-11 14:32 UTC  (2+ messages)

[PATCH 1/3] log: don't build the trace buffer when log is not ready
 2020-11-11 14:32 UTC  (6+ messages)
` [PATCH 2/3] log: use debug uart to output trace before LOG init
` [PATCH 3/3] log: call vsnprintf only when it is needed to emit trace

[PATCH 1/2] test: Avoid assuming sandbox board for bloblist test
 2020-11-11 14:31 UTC  (4+ messages)
` [PATCH 2/2] test: Only enable bloblist test when supported

[Patch] fdt: Use phandle to distinguish DT nodes with same name
 2020-11-11 14:26 UTC 

[PATCH] mpc83xx: Fix dcache setup in lock_ram_in_cache
 2020-11-11 12:54 UTC 

[PATCH v2 0/2] tools/sunxi: Use mkimage for SPL generation
 2020-11-11 12:52 UTC  (3+ messages)
` [PATCH v2 1/2] tools: mkimage: Add Allwinner eGON support
` [PATCH v2 2/2] sunxi: Use mkimage for SPL boot image generation

[PATCH 0/3] mkimage usability fixes
 2020-11-11 11:18 UTC  (4+ messages)
` [PATCH 1/3] tools/Makefile: FIT_CIPHER requires libssl
` [PATCH 2/3] image-cipher: Fix FIT_CIPHER linking
` [PATCH 3/3] mkimge: Reject signing-related flags without FIT_SIGNATURE

[PATCH] ARM: at91: armv7: sama7g5 uses CCF clock driver
 2020-11-11 11:15 UTC 

drivers/ram/rockchip/sdram_common.c :: sdram_detect_dbw() LPDDR3/2 calculations seem wrong
 2020-11-11  9:46 UTC 

[RESEND,PATCH v2 0/1] RISC-V tracing support
 2020-11-11  8:58 UTC  (6+ messages)
` [RESEND,PATCH v2 1/1] riscv: Add timer_get_us() for tracing

[PATCH] usb: xhci: fix event trb handling missed
 2020-11-11  8:07 UTC  (12+ messages)

[PATCH 00/26] TI J7 SoC HSM Rearch support series
 2020-11-11  7:03 UTC  (29+ messages)
` [PATCH 01/26] lib: rational: copy the rational fraction lib routines from Linux
` [PATCH 02/26] ram: k3-j721e: fix clk_set_rate API usage
` [PATCH 03/26] remoteproc: k3-r5: remove sysfw PM calls if not supported
` [PATCH 04/26] common: fit: Update board_fit_image_post_process() to pass fit and node_offset
` [PATCH 05/26] clk: fixed_rate: add API for directly registering fixed rate clocks
` [PATCH 06/26] clk: fix clock tree dump to properly dump out every registered clock
` [PATCH 07/26] clk: do not attempt to fetch clock pointer with null device
` [PATCH 08/26] clk: add support for setting clk rate from cmdline
` [PATCH 09/26] clk: sci-clk: fix return value of set_rate
` [PATCH 10/26] clk: fix assigned-clocks to pass with deferring provider
` [PATCH 11/26] clk: fix set_rate to clean up cached rates for the hierarchy
` [PATCH 12/26] clk: add support for TI K3 SoC PLL
` [PATCH 13/26] clk: add support for TI K3 SoC clocks
` [PATCH 14/26] power: domain: Introduce driver for raw TI K3 PDs
` [PATCH 15/26] cmd: ti: pd: Add debug command for K3 power domains
` [PATCH 16/26] tools: k3_fit_atf: add DM binary to the FIT image
` [PATCH 17/26] arm: mach-k3: Add platform data for j721e and j7200
` [PATCH 18/26] arm: mach-k3: add support for detecting firmware images from FIT
` [PATCH 19/26] arm: mach-k3: j721e: force enable A72 core 0 during spl shutdown
` [PATCH 20/26] arm: mach-k3: do board config for PM and RM only if supported
` [PATCH 21/26] arm: mach-k3: common: Drop main r5 start
` [PATCH 22/26] arm: mach-k3: sysfw-loader: pass boardcfg to sciserver
` [PATCH 23/26] configs: j721e_evm_r5: Enable raw access power management features
` [PATCH 24/26] configs: j721e_evm_r5: disable SCI PM drivers
` [PATCH 25/26] configs: j721e_evm_r5: enable FIT image post processing
` [PATCH 26/26] configs: j7200_evm_r5: Enable raw access power management features

[PATCH v2 0/2] Add OpenCores I2C controller driver
 2020-11-11  6:37 UTC  (5+ messages)
` [PATCH v2 1/2] i2c: ocores: add i2c driver for OpenCores I2C controller
` [PATCH v2 2/2] riscv: sifive/fu540: kconfig: Enable support for Opencores "

[PATCH] binman: Handle tool paths containing '~' correctly
 2020-11-11  1:35 UTC  (3+ messages)

[PATCH] rockchip: Move Bob specific bits to it's specific u-boot.dtsi
 2020-11-10 23:37 UTC  (4+ messages)

[PATCH v2 0/3] mmc: meson-gx: fix mmc & sdcard failur on SM1 SoCs
 2020-11-10 23:22 UTC  (4+ messages)
  ` [PATCH v2 1/3] mmc: meson-gx: move arch header to local header
  ` [PATCH v2 2/3] mmc: meson-gx: change clock phase value on SM1 SoCs
  ` [PATCH v2 3/3] ARM: dts: meson-sm1: add u-boot specific MMC controller compatible

[scan-admin@coverity.com: New Defects reported by Coverity Scan for Das U-Boot]
 2020-11-10 21:18 UTC 

[PATCH 0/5] allow default environment to be amended from dtb
 2020-11-10 20:26 UTC  (6+ messages)
` [PATCH 1/5] fdtdec: make fdtdec_get_config_string() return const char*
` [PATCH 2/5] fdtdec: introduce fdtdec_get_config_property
` [PATCH 3/5] env: make env_set_default_vars() return void
` [PATCH 4/5] env: allow default environment to be amended from control dtb
` [PATCH 5/5] test: add tests for default environment

[rockchip] broken SPI on RockPro64 and other RK3399 targets
 2020-11-10 19:45 UTC  (5+ messages)

RPi3: serial console
 2020-11-10 16:21 UTC  (7+ messages)

Uboot SERDES configuration for PCIEx4 on mvebu 38x
 2020-11-10 15:09 UTC 

[ANN] U-Boot v2021.01-rc2 released
 2020-11-10 14:54 UTC  (8+ messages)

[PATCH v3 0/7] Microchip PolarFire SoC support
 2020-11-10 13:39 UTC  (9+ messages)
` [PATCH v3 1/7] riscv: Add DMA 64-bit address support
` [PATCH v3 2/7] net: macb: Add DMA 64-bit address support for macb
` [PATCH v3 3/7] net: macb: Add phy address to read it from device tree
` [PATCH v3 4/7] clk: Add Microchip PolarFire SoC clock driver
` [PATCH v3 5/7] riscv: dts: Add device tree for Microchip Icicle Kit
` [PATCH v3 6/7] riscv: Add Microchip MPFS Icicle Kit support
` [PATCH v3 7/7] doc: board: Add Microchip MPFS Icicle Kit doc

[PATCH v2 00/33] stm32: enable logging features
 2020-11-10 13:33 UTC  (3+ messages)
` [PATCH v2 22/33] i2c: stm32f7_i2c: migrate trace to dev and log macro

[PATCH 0/5] sunxi: enable automatic eMMC boot partition support
 2020-11-10 13:08 UTC  (6+ messages)

Please pull u-boot-x86
 2020-11-10 12:39 UTC  (2+ messages)

[PATCH 0/3] xilinx: fru: Small update and fixes
 2020-11-10 12:21 UTC  (4+ messages)
` [PATCH 1/3] fru: common: Switch capture variable with the rest
` [PATCH 2/3] fru: ops: Do not let parser to write data to not allocated space
` [PATCH 3/3] fru: common: Record pcie/uuid fields in custom board area

[PATCH] arm64: zynqmp: Enable TPM for xilinx platforms
 2020-11-10 12:16 UTC 

[PATCH] arm64: zynqmp: Get rid of unused macros
 2020-11-10 12:16 UTC 

[BUG] fat_write: crash in set_start_cluster()
 2020-11-10 11:57 UTC 

[PATCH 1/1] efi_loader: incorrect buffer size in efi_file_setinfo()
 2020-11-10 11:36 UTC 

[PATCH] rockchip: Pinebook Pro: Fix USB
 2020-11-10 10:09 UTC 

[PATCH] mmc: meson_gx_mmc: control ddr_mode bit
 2020-11-10  9:09 UTC  (6+ messages)

[PATCH] mmc: meson_gx_mmc: change a clock phase to stable value
 2020-11-10  8:58 UTC  (8+ messages)

[PATCH] rockchip: rockpro64: fix boot from SPI flash on spi1
 2020-11-10  7:35 UTC  (2+ messages)

[v1 0/5] Add Vendor Authorized Boot (VAB) support
 2020-11-10  7:05 UTC  (6+ messages)
` [v1 1/5] arm: socfpga: soc64: Support Vendor Authorized Boot (VAB)
` [v1 2/5] arm: socfpga: cmd: Support 'vab' command
` [v1 3/5] arm: socfpga: dts: soc64: Update filename in binman node of FIT image with VAB support
` [v1 4/5] configs: socfpga: soc64: Remove 'run linux_qspi_enable' from bootcommand
` [v1 5/5] configs: socfpga: Add defconfig for Agilex and Diamond Mesa with VAB support

[RESEND v2 00/22] Add Intel Diamond Mesa SoC support
 2020-11-10  6:44 UTC  (20+ messages)
` [RESEND v2 04/22] arm: socfpga: Rename Stratix10 and Agilex handoff common macros
` [RESEND v2 05/22] arm: socfpga: Changed wrap_pll_config_s10.c to wrap_pll_config_soc64.c
` [RESEND v2 06/22] arm: socfpga: Changed system_manager_s10.c to system_manager_soc64.c
` [RESEND v2 07/22] arm: socfpga: Rearrange sequence of macros in handoff_soc64.h
` [RESEND v2 08/22] arm: socfpga: Restructure Stratix10 and Agilex handoff code
` [RESEND v2 09/22] arm: socfpga: Add handoff data support for Diamond Mesa
` [RESEND v2 10/22] drivers: clk: dm: Add clock driver "
` [RESEND v2 11/22] arm: socfpga: dm: Get clock manager base address "
` [RESEND v2 12/22] drivers: clk: dm: Add memory clock driver "
` [RESEND v2 13/22] arm: socfpga: Move Stratix10 and Agilex clock manager common code
` [RESEND v2 14/22] arm: socfpga: Changed to store QSPI reference clock in kHz
` [RESEND v2 15/22] arm: socfpga: dm: Add clock manager for Diamond Mesa
` [RESEND v2 16/22] ddr: altera: dm: Add SDRAM driver "
` [RESEND v2 17/22] arm: socfpga: Move Stratix10 and Agilex SPL common code
` [RESEND v2 18/22] arm: socfpga: dm: Add SPL for Diamond Mesa
` [RESEND v2 19/22] board: intel: dm: Add socdk board support "
` [RESEND v2 20/22] arm: dts: dm: Add base dtsi and devkit dts "
` [RESEND v2 21/22] configs: dm: Add Diamond Mesa CONFIGs
` [RESEND v2 22/22] arm: socfpga: dm: Enable Intel Diamond Mesa build


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