public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-03-16 21:23:55 to 2020-03-18 01:22:34 UTC [more...]

[RFC 00/14] efi_loader: add capsule update support
 2020-03-18  1:22 UTC  (25+ messages)
` [RFC 01/14] efi_loader: define OsIndicationsSupported flags
` [RFC 02/14] efi_loader: define System Resource Table macros
` [RFC 03/14] efi_loader: export a couple of protocol related functions
` [RFC 04/14] efi_loader: correct a definition of struct efi_capsule_header
` [RFC 05/14] efi_loader: define UpdateCapsule api
` [RFC 06/14] efi_loader: capsule: add capsule_on_disk support
` [RFC 07/14] efi_loader: capsule: add memory range capsule definitions
` [RFC 08/14] efi_loader: capsule: support firmware update
` [RFC 09/14] efi_loader: add simple firmware management protocol for FIT image
` [RFC 10/14] efi_loader: capsule: support variable update
` [RFC 11/14] efi_loader: variable: export variables table for runtime access
` [RFC 12/14] cmd: add "efidebug capsule" command
` [RFC 13/14] tools: add mkeficapsule command for UEFI capsule update test
` [RFC 14/14] test/py: add efi capsule test

[PATCH] [RFC] net: smc911x: Drop the standalone EEPROM example
 2020-03-18  1:16 UTC  (14+ messages)

[PATCH v2 0/3] Support SDMA mode on RPI4 target - 32bit
 2020-03-18  1:00 UTC  (3+ messages)

[PATCH 0/2] mmc: t210: fix autocal and 400KHz clock
 2020-03-17 23:48 UTC  (4+ messages)
` [PATCH 1/2] mmc: t210: Add autocal and tap/trim updates for SDMMC1/3
` [PATCH 2/2] mmc: t210: Fix 'bad' SD-card clock when doing 400KHz card detect

[PATCH 00/14] net: ldpaa_eth: transition to CONFIG_DM_ETH
 2020-03-17 22:52 UTC  (5+ messages)
` [PATCH 01/14] drivers: net: add Layerscape mEMAC MDIO driver
` [PATCH 02/14] drivers: net: ldpaa: add support for probing based on the DTS

[PATCH v3 0/5] DT related fixes for RISC-V UEFI
 2020-03-17 22:01 UTC  (7+ messages)
` [PATCH v3 1/5] riscv: Add boot hartid to Device tree
` [PATCH v3 2/5] cmd: bootefi: Parse reserved-memory node from DT
` [PATCH v3 3/5] riscv: Provide a mechanism to fix DT for reserved memory
` [PATCH v3 4/5] riscv: Setup reserved-memory node for FU540
` [PATCH v3 5/5] riscv: Copy the reserved-memory nodes to final DT

[PATCH] t210: pinmux: Remove pinmux/GPIO init from T210 boards
 2020-03-17 21:55 UTC 

[PATCH] powerpc: remove WATCHDOG_RESET call from wait_ticks()
 2020-03-17 20:15 UTC  (11+ messages)

[PATCH 0/2] net: tegra: Misc network fixes
 2020-03-17 20:07 UTC  (3+ messages)
` [PATCH 1/2] net: rt8169: WAR for DHCP not getting IP after kernel boot/reboot
` [PATCH 2/2] tegra: Enable CONFIG_BOOTP_PREFER_SERVERIP for all boards

[PATCH v2 0/2] Add command to display or save Linux PStore dumps
 2020-03-17 19:57 UTC  (4+ messages)
` [PATCH v2 1/2] cmd: "

[PATCH 0/5] Misc fixes for Tegra
 2020-03-17 19:37 UTC  (17+ messages)
` [PATCH 1/5] ARM: tegra: rework fdt_serial_tag_setup_one
` [PATCH 2/5] t210: do not enable PLLE and UPHY PLL HW PWRSEQ
` [PATCH 3/5] ARM: tegra: p2771-0000: enable PIE relocation
` [PATCH 4/5] fdt: Fix 'system' command
` [PATCH 5/5] ARM: Tegra: Use calc env var feature on all boards

[PATCH v6 00/19] riscv: Add Sipeed Maix support
 2020-03-17 19:27 UTC  (9+ messages)
` [PATCH v6 04/19] clk: Add functions to register CCF clock structs
` [PATCH v6 13/19] riscv: Fix race conditions when initializing IPI

[PATCH 0/3] cmd: add driver, fs and part type listing commands
 2020-03-17 18:51 UTC  (6+ messages)
` [PATCH 1/3] cmd: part: Add subcommand to list supported partition tables
` [PATCH 2/3] cmd: fs: Add command to list supported fs types
` [PATCH 3/3] cmd: dm: Fixed/Added DM driver listing subcommands

[PATCH v5 00/14] RISC-V SiFive FU540 support SPL
 2020-03-17 17:47 UTC  (45+ messages)
` [PATCH v5 01/14] misc: add driver for the SiFive otp controller
` [PATCH v5 02/14] riscv: sifive: fu540: Use OTP DM driver for serial environment variable
` [PATCH v5 04/14] lib: Makefile: build crc7.c when CONFIG_MMC_SPI
` [PATCH v5 05/14] riscv: sifive: dts: fu540: Add board -u-boot.dtsi files
` [PATCH v5 06/14] sifive: fu540: add ddr driver
` [PATCH v5 07/14] sifive: dts: fu540: Add DDR controller and phy register settings
` [PATCH v5 09/14] clk: sifive: fu540-prci: Add clock initialization for SPL
` [PATCH v5 10/14] riscv: sifive: fu540: add SPL configuration
` [PATCH v5 11/14] configs: fu540: Add config options for U-boot SPL
` [PATCH v5 12/14] riscv: sifive: fu540: enable all cache ways from u-boot proper
` [PATCH v5 14/14] doc: update FU540 RISC-V documentation

[PATCH 00/12] net: smc911x: Convert to DM
 2020-03-17 17:20 UTC  (29+ messages)
` [PATCH 01/12] net: smc911x: Remove pkt_data_{push,pull}
` [PATCH 02/12] net: smc911x: Replace malloc()+memset() with calloc()
` [PATCH 05/12] net: smc911x: Fix potential memleak() in init fail path
` [PATCH 06/12] net: smc911x: Inline all functions from header file
` [PATCH 07/12] net: smc911x: Drop weak alias from 32bit accessors
` [PATCH 08/12] net: smc911x: Convert IO accessors to {read, write}{w, l}()
` [PATCH 09/12] net: smc911x: Pass around driver private data
` [PATCH 10/12] net: smc911x: Clean up the status handling in smc911x_recv()
` [PATCH 11/12] net: smc911x: Split non-DM specific bits from common code
` [PATCH 12/12] net: smc911x: Add DM support

[PATCH 0/2] qspi: t210: fix claim_bus and clock/tap delays
 2020-03-17 17:03 UTC  (3+ messages)
` [PATCH 1/2] qspi: t210: Fix claim_bus's use of the wrong bus/device
` [PATCH 2/2] qspi: t210: Fix QSPI clock and tap delays

[PATCH v2] bootcount_ext: Add flag to enable/disable bootcount
 2020-03-17 16:59 UTC 

[PATCH v2 00/23] gitlab: Simplify the test script
 2020-03-17 16:42 UTC  (33+ messages)
` [PATCH v2 06/23] buildman: Allow ignoring warnings in the return code
` [PATCH v2 12/23] gitlab/azure: Use the -w option for sandbox_spl
` [PATCH v2 13/23] travis/gitlab/azure: Use --board buildman flag with test.py
` [PATCH v2 14/23] travis/gitlab/azure: Drop BUILDMAN variable "
` [PATCH v2 15/23] travis/gitlab/azure: Drop the buildman -d flag
` [PATCH v2 16/23] gitlab/azure: Drop unnecessary if..fi when using test.py
` [PATCH v2 17/23] gitlab/azure: Use -w flag for all test.py builds
` [PATCH v2 18/23] travis/gitlab/azure: Use bash to avoid a_test_which_does_not_exist
` [PATCH v2 19/23] travis/gitlab/azure: Drop the -E flag
` [PATCH v2 20/23] travis/gitlab/azure: Enable test_handoff
` [PATCH v2 22/23] travis/gitlab/azure: Drop repeated buildman call with test.py
` [PATCH v2 23/23] test/py: Allow using buildman to build U-Boot

[PATCH] Revert "mksunxi_fit_atf.sh: Allow for this to complete when bl31.bin is missing"
 2020-03-17 16:24 UTC  (6+ messages)

fdtdec: what is the purpose of the compat_names array
 2020-03-17 16:11 UTC  (2+ messages)

Append an environment variable: 'env append'
 2020-03-17 15:55 UTC 

[PATCH 2/2] timer: sti: use clk API to get timer clock rate
 2020-03-17 15:34 UTC  (6+ messages)
` [PATCH v2 0/2] timer: sti: mimic Linux declaration and usage
  ` [PATCH v2 1/2] timer: sti: convert to livetree
  ` [PATCH v2 2/2] timer: sti: use clk API to get timer clock rate

[PATCH] ram: px30: drop non informative debug message
 2020-03-17 15:32 UTC 

[PATCH 1/7] misc: Add more -I$(objtree)/$(obj) lines
 2020-03-17 15:30 UTC  (3+ messages)
` [PATCH 2/7] mx31pdk: Move CONFIG_SPL_LDSCRIPT to defconfig

[PATCHv2 1/8] spl: Kconfig: Escape '$(ARCH)' in LDSCRIPT entries
 2020-03-17 15:29 UTC  (16+ messages)
` [PATCHv2 2/8] Kconfig: Remove redundant variable sets
` [PATCHv2 3/8] edminiv2: Move CONFIG_SPL_LDSCRIPT to defconfig
` [PATCHv2 4/8] mach-davinci: Hard-code the default SPL_LDSCRIPT path
` [PATCHv2 5/8] Azure / GitLab / Travis: Add Kconfig unit tests to a job
` [PATCHv2 6/8] scripts/dtc: Update to upstream version v1.4.6-21-g84e414b0b5bc
` [PATCHv2 7/8] kconfig / kbuild: re-sync with Linux 4.18
` [PATCHv2 8/8] configs: Drop '$(ARCH)' usage in CONFIG_SPL_LDSCRIPT

[PATCH] kbuild: remove unused dtc-version.sh script
 2020-03-17 15:29 UTC  (2+ messages)

[PATCHv2 1/4] kbuild: fixdep: Resync this with v4.17
 2020-03-17 15:29 UTC  (8+ messages)
` [PATCHv2 2/4] kbuild: Re-sync DTC flag logic "
` [PATCHv2 3/4] scripts/Makefile.lib: Restore PCI related warnings to DTC_FLAGS
` [PATCHv2 4/4] scripts/Makefile.lib: Re-add -Wno-simple_bus_reg "

[PATCH] spl.h: make <spl.h> self-contained
 2020-03-17 15:28 UTC  (2+ messages)

[PATCH] mmc: make <mmc.h> self-contained
 2020-03-17 15:28 UTC  (2+ messages)

[PATCH] debug_uart.h: make <debug_uart.h> self-contained
 2020-03-17 15:28 UTC  (2+ messages)

[PATCH] asm-generic/u-boot.h: make <asm-generic/u-boot.h> self-contained
 2020-03-17 15:28 UTC  (2+ messages)

[PATCH] global_data.h: make <asm-generic/global_data.h> self-contained
 2020-03-17 15:28 UTC  (2+ messages)

[PATCH] fixdep: fix U-Boot own code to handle only valid symbol characters
 2020-03-17 15:28 UTC  (2+ messages)

[Patch v4] net: pfe_eth: Use spi_flash_read API to access flash memory
 2020-03-17 11:22 UTC  (4+ messages)
  ` [EXT] "

[PATCH v3 1/1] cmd: bootefi: Parse reserved-memory node from DT
 2020-03-17 11:10 UTC  (3+ messages)

[PATCH v3 0/6] Introduce DSA Ethernet switch class and Felix driver
 2020-03-17  9:58 UTC  (6+ messages)
` [PATCH v3 6/6] configs: ls1028a: enable the Ethernet switch driver in defconfig

[GIT PULL] TI changes for next branch targeting v2020.07
 2020-03-17  8:09 UTC 

[U-Boot] Pull request: u-boot-riscv/master
 2020-03-17  8:03 UTC 

[PATCH] watchdog: allow overriding the rate-limiting logic
 2020-03-17  7:25 UTC  (6+ messages)
` [PATCH 0/3] watchdog: honour hw_margin_ms property
  ` [PATCH 3/3] watchdog: honour hw_margin_ms DT property

Please pull u-boot-marvell/master (watchdog related)
 2020-03-17  6:53 UTC  (3+ messages)

[tiU20.01 PATCH] configs: am65x_evm_a53: Re order the overlay files
 2020-03-17  6:46 UTC  (2+ messages)

[U-Boot] Please pull from u-boot-i2c/next
 2020-03-17  5:26 UTC 

[PATCH 1/2] misc: i2c_eeprom: remove pagewidth field from i2c_eeprom
 2020-03-17  5:25 UTC  (4+ messages)
` [PATCH 2/2] misc: i2c_eeprom: store pagesize instead of pagewidth in i2c_eeprom_drv_data

[PATCH 0/4] i2c: designware_i2c: Improvements for high speed mode
 2020-03-17  5:14 UTC  (9+ messages)
` [PATCH 1/4] i2c: designware_i2c: Fix IC_CON register setting "
` [PATCH 2/4] i2c: designware_i2c: check is high speed possible support
` [PATCH 3/4] i2c: designware_i2c: remove 'has_high_speed'
` [PATCH 4/4] i2c: designware_i2c: add 'hs_hcnt' and 'hs_lcnt' for high speed

[PATCH] dm: i2c-gpio: add support for clock stretching
 2020-03-17  5:12 UTC  (5+ messages)
` [PATCH 1/2] dm: i2c-gpio: rework gpio get/set functions
  ` [PATCH 2/2] dm: i2c-gpio: add support for clock stretching

[PATCH] doc: i2c: gpio: Document deblock sequence on probe
 2020-03-17  5:12 UTC  (2+ messages)

[PATCH 1/4] i2c: Make deblock delay and SCL clock configurable
 2020-03-17  5:11 UTC  (8+ messages)
` [PATCH 2/4] i2c: Export i2c_deblock_gpio_loop()
` [PATCH 3/4] i2c: Add option to send start condition after deblocking
` [PATCH 4/4] i2c: gpio: Run deblock sequence on probe

travis build fails for all arm boards
 2020-03-17  4:59 UTC  (3+ messages)

[PATCH resend 0/5] spi: mpc8xxx_spi: bug fixes, real ->set_speed and a pseudo-gpio driver
 2020-03-16 21:37 UTC  (2+ messages)


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