public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-10-09 16:43:22 to 2020-10-12 07:51:51 UTC [more...]

[PATCH v2 0/2] Add support for loading images above 4GB
 2020-10-12  7:51 UTC  (6+ messages)
` [PATCH v2 1/2] spl: Use standard FIT entries
` [PATCH v2 2/2] spl: fdt: Record load/entry fit-images entries in 64bit format

[PATCH v3 0/2] Add support for loading images above 4GB
 2020-10-12  7:51 UTC  (3+ messages)
` [PATCH v3 1/2] spl: Use standard FIT entries
` [PATCH v3 2/2] spl: fdt: Record load/entry fit-images entries in 64bit format

[PATCH] Define default CONFIG_PREBOOT with right config option
 2020-10-12  7:49 UTC  (4+ messages)

[PATCH] Remove default value of CONFIG_PREBOOT for CONFIG_USB_STORAGE
 2020-10-12  7:47 UTC 

[PATCH 0/4] arm64: zynqmp: Enable loading FPGA by SPL
 2020-10-12  7:30 UTC  (4+ messages)
` [PATCH 1/4] firmware: zynqmp: Swap addr_hi/low when PM_FPGA_LOAD is called

[PATCH 0/6] mmc: fsl_esdhc: add ADMA2 support
 2020-10-12  7:25 UTC  (2+ messages)

[PATCH 0/3] add "call" command
 2020-10-12  7:06 UTC  (9+ messages)
` [PATCH v2 0/3] allow positional arguments with "run"
  ` [PATCH v2 1/3] cli_hush.c: refactor handle_dollar() to prepare for "run with arguments"
  ` [PATCH v2 2/3] allow positional arguments with "run" command
  ` [PATCH v2 3/3] ut: add small hush tests

verified boot changes since 2020.04
 2020-10-12  7:04 UTC  (8+ messages)
` [PATCH 0/1] fix verified boot on BE hosts
  ` [PATCH 1/1] rsa: fix retrieving public exponent on big-endian systems

[PATCH 0/8] i.MX8MM: add host/gadget support
 2020-10-12  6:23 UTC  (9+ messages)
` [PATCH 1/8] tcpc: Add driver for USB typec port controller (TCPC)
` [PATCH 2/8] power: regulator: add dummy helper
` [PATCH 3/8] phy: nop-phy: add optional clk
` [PATCH 4/8] usb: imx: add i.MX usb ehci driver
` [PATCH 5/8] imx8m: enable usb power domain
` [PATCH 6/8] imx8mm_evk: add usbotg1 host support
` [PATCH 7/8] usb: ci_udc: Convert driver to DM_USB_GADGET
` [PATCH 8/8] imx8mm_evk: add fastboot support

[PATCH] board: imx: address dd usage in README
 2020-10-12  6:14 UTC 

[PATCH 00/17] Add support for MMC higher speed modes for TI's am65x, j721e and j7200 platforms
 2020-10-12  5:36 UTC  (5+ messages)
` [PATCH 01/17] mmc: sdhci: Add helper functions for UHS modes

[PATCH v2 1/2] km: adapt defines and variables for new memory layout
 2020-10-12  4:08 UTC  (4+ messages)
` [PATCH v2 2/2] km/common: change ubicopy variable

[PATCH 1/2] dm: core: Add late driver remove option
 2020-10-12  3:35 UTC  (3+ messages)
` [PATCH 2/2] clk: renesas: Tear clock controller down last before booting OS

[PATCH] dm: core: fix typo in device.h
 2020-10-12  3:35 UTC  (2+ messages)

[PATCH v3 19/27] pwm: ti: am33xx: add enhanced pwm driver
 2020-10-12  3:35 UTC  (10+ messages)
` [PATCH v3 20/27] bus: ti: am33xx: add pwm subsystem driver
` [PATCH v3 21/27] dm: core: add a function to decode display timings
` [PATCH v3 22/27] video: omap: add panel driver
` [PATCH v3 23/27] video: omap: drop domain clock enabling by SOC api
` [PATCH v3 24/27] video: omap: set LCD clock rate through DM API
` [PATCH v3 25/27] video: omap: split the legacy code from the DM code
` [PATCH v3 26/27] video: omap: move drivers to 'ti' directory
` [PATCH v3 27/27] board: ti: am335x-ice: get CDCE913 clock device

[PATCH v2 00/22] log: Add commands for manipulating filters
 2020-10-12  3:35 UTC  (41+ messages)
` [PATCH v2 01/22] log: Fix missing negation of ENOMEM
` [PATCH v2 02/22] log: Fix incorrect documentation of log_filter.cat_list
` [PATCH v2 03/22] log: Add additional const qualifier to arrays
` [PATCH v2 04/22] log: Add new category names to log_cat_name
` [PATCH v2 05/22] log: Use CONFIG_IS_ENABLED() for LOG_TEST
` [PATCH v2 06/22] log: Expose some helper functions
` [PATCH v2 07/22] log: Add function to create a filter with flags
` [PATCH v2 08/22] log: Add filter flag to deny on match
` [PATCH v2 09/22] test: Add tests for LOGFF_DENY
` [PATCH v2 10/22] log: Add filter flag to match greater than a log level
` [PATCH v2 11/22] test: Add test for LOGFF_MIN
` [PATCH v2 12/22] cmd: log: Use sub-commands for log
` [PATCH v2 13/22] cmd: log: Split off log level parsing
` [PATCH v2 14/22] cmd: log: Move log test to end of help string
` [PATCH v2 15/22] cmd: log: Add commands to list categories and drivers
` [PATCH v2 16/22] cmd: log: Make "log level" print all log levels
` [PATCH v2 17/22] lib: Add getopt
` [PATCH v2 18/22] test: Add a test for getopt
` [PATCH v2 19/22] cmd: log: Add commands to manipulate filters
` [PATCH v2 20/22] test: Add a test for log filter-*
` [PATCH v2 21/22] doc: Add log kerneldocs to documentation
` [PATCH v2 22/22] doc: Update logging documentation

[PATCH v2 1/1] sandbox: make SDL window resizable
 2020-10-12  3:35 UTC  (2+ messages)

[PATCH v4 0/3] env: Access Environment in SPI flashes before relocation
 2020-10-12  3:35 UTC  (6+ messages)
` [PATCH v4 1/3] env: split env_import_redund() into 2 functions
` [PATCH v4 2/3] env: Access Environment in SPI flashes before relocation
` [PATCH v4 3/3] imx6: enable early spi environment access on aristainetos boards

[PATCH 1/1] lib: rsa: superfluous initialization in rsa_verify()
 2020-10-12  3:34 UTC  (2+ messages)

[PATCH] tools: image-host.c: use correct output format
 2020-10-12  3:34 UTC  (2+ messages)

[PATCH] Makefile: Fix u-boot-nodtb.bin target
 2020-10-12  3:34 UTC  (2+ messages)

[PATCH 3/3] cosmetic: image: Fix comments and the order of definitions
 2020-10-12  3:34 UTC  (2+ messages)

[PATCH 2/3] mkimage: Skip adding non-existent IDs to a list
 2020-10-12  3:34 UTC  (2+ messages)

[PATCH 1/3] image: Add a function to modify category information
 2020-10-12  3:34 UTC  (2+ messages)

[PATCH] video: rockchip: Add missing dpcd_write() call to link_train_ce()
 2020-10-12  3:34 UTC  (2+ messages)

[PATCH v3 0/3] doc: global data pointer
 2020-10-12  3:34 UTC  (3+ messages)
` [PATCH v3 2/3] global_data.h: add Sphinx documentation

[PATCH 00/16] dm: Remove redefinitions of dev_xxx macros
 2020-10-12  3:34 UTC  (13+ messages)
` [PATCH 02/16] dm: syscon: Set LOG_CATEGORY
` [PATCH 03/16] firmware: scmi: Include device_compat.h
` [PATCH 10/16] tee: optee: "
` [PATCH 11/16] timer: "
` [PATCH 15/16] linux/compat.h: Remove redefinition of dev_xxx macros
` [PATCH 16/16] dm: Don't undefine "

[PATCH v2 0/5] Add i2c support for MediaTek mt8512
 2020-10-12  3:34 UTC  (12+ messages)
` [PATCH v2 1/5] i2c: mediatek: add basic driver support
` [PATCH v2 2/5] ARM: dts: Mediatek: add i2c node support for mt8512
` [PATCH v2 3/5] configs: mt8512: Enable I2C related configs
` [PATCH v2 4/5] dt-binding: i2c: add bindings for mediatek i2c driver
` [PATCH v2 5/5] MAINTAINERS: add i2c driver to ARM MEDIATEK

[PATCH 00/10] riscv: k210: Enable use of AI ram bank
 2020-10-12  3:34 UTC  (5+ messages)
` [PATCH 04/10] lib: fdt: Add fdtdec_setup_mem_size_base_highest
` [PATCH 05/10] test: Add a test for fdtdec_setup_mem_size_base et al

[PATCH 0/3] riscv: Move timers into drivers/timer
 2020-10-12  3:34 UTC  (7+ messages)
` [PATCH 1/3] riscv: Move Andes PLMT driver to drivers/timer
` [PATCH 2/3] timer: Add _TIMER suffix to Andes PLMT Kconfig
` [PATCH 3/3] riscv: Move timer portions of SiFive CLINT to drivers/timer

[PATCH v2 0/2] timer: Return a u64 directly
 2020-10-12  3:34 UTC  (5+ messages)
` [PATCH v2 1/2] doc: Document timer API
` [PATCH v2 2/2] timer: Return count from timer_ops.get_count

[PATCH 1/1] video: support colors in truetype console
 2020-10-12  3:34 UTC  (2+ messages)

[PATCH 0/2] Refactor AST2500 reset control
 2020-10-12  2:48 UTC  (4+ messages)

[v2 0/2] Refactor AST2500 reset control
 2020-10-12  2:36 UTC  (3+ messages)
` [v2 1/2] reset: ast2500: Use SCU for "
` [v2 2/2] cosmetic: reset: ast2500: Rename driver and configs

[PATCH v2] log: Allow LOG_DEBUG to always enable log output
 2020-10-12  1:15 UTC  (2+ messages)

[PATCH 1/1] doc: remove redundant doc/README.log
 2020-10-12  1:15 UTC  (2+ messages)

[PATCH 0/3] log: Fix segfault in sandbox when LOG_LEVEL_DEFAULT >= LOGL_DEBUG
 2020-10-12  1:15 UTC  (5+ messages)
` [PATCH 2/3] net: Expose some errors generated in net_init
` [PATCH 3/3] log: syslog: Handle errors "

[PATCH 0/4] log: Fix the syslog spam when running tests
 2020-10-12  1:15 UTC  (9+ messages)
` [PATCH 1/4] log: Add a flag to enable log drivers
` [PATCH 2/4] log: Drop #ifdef in log_test
` [PATCH 3/4] log: Add a way to enable/disable a log device
` [PATCH 4/4] log: Disable the syslog driver by default

[PATCH v2 1/2] log: Allow LOG_DEBUG to always enable log output
 2020-10-12  1:14 UTC  (4+ messages)
` [PATCH v2 2/2] lib: Allow hexdump to be used in SPL

[PATCH 1/2] clk: renesas: Only ever access documented bits in clock driver teardown
 2020-10-11 16:01 UTC  (2+ messages)
` [PATCH 2/2] clk: renesas: Synchronize Gen2 MSTP teardown tables

[PATCH] mips: dts: tweak codingstyle for adding new boards
 2020-10-11 15:45 UTC 

[BUG] mx6cuboxi : broken MMC support
 2020-10-11 15:43 UTC  (9+ messages)

[PATCH v4 00/27] rockchip: x86: Support building ROM files automatically with binman
 2020-10-11 15:39 UTC  (3+ messages)
` [PATCH v4 07/27] rockchip: Enable building a SPI ROM image on bob

[PATCH 0/2] PWM backlight patches from 'Add DM support for omap PWM backlight' series
 2020-10-11 12:28 UTC  (3+ messages)
` [PATCH 1/2] video: backlight: fix pwm data structure description
` [PATCH 2/2] video: backlight: fix pwm's duty cycle calculation

[PATCH v3 00/27] Add DM support for omap PWM backlight
 2020-10-11 12:26 UTC  (20+ messages)
` [PATCH v3 01/27] clk: export generic routines
` [PATCH v3 02/27] dt-bindings: bus: ti-sysc: resync with Linux 5.9-rc7
` [PATCH v3 03/27] bus: ti: add minimal sysc interconnect target driver
` [PATCH v3 04/27] arm: dts: sync am33xx with Linux 5.9-rc7
` [PATCH v3 05/27] clk: add clk_round_rate()
` [PATCH v3 06/27] clk: ti: add mux clock driver
` [PATCH v3 07/27] arm: ti: am33xx: add DPLL_EN_FAST_RELOCK_BYPASS macro
` [PATCH v3 08/27] clk: ti: am33xx: add DPLL clock drivers
` [PATCH v3 09/27] clk: ti: add divider clock driver
` [PATCH v3 10/27] clk: ti: add gate "
` [PATCH v3 11/27] ti: am33xx: fix do_enable_clocks() to accept NULL parameters
` [PATCH v3 12/27] clk: ti: add support for clkctrl clocks
` [PATCH v3 13/27] clk: ti: move drivers to 'ti' directory
` [PATCH v3 14/27] clk: ti: omap4: add clock manager driver
` [PATCH v3 15/27] clk: ti: am335x: "
` [PATCH v3 16/27] fdt: translate address if #size-cells = <0>
` [PATCH v3 17/27] omap: timer: fix the rate setting
` [PATCH v3 18/27] misc: am33xx: add control module driver

[PATCH 0/2] fix description patches from 'Add DM support for omap PWM backlight' series
 2020-10-11 12:25 UTC  (3+ messages)
` [PATCH 1/2] dm: core: improve uclass_get_device_by_phandle_id() description
` [PATCH 2/2] gpio: fix gpio_request_by_name() description

[PATCH 0/2] clk patches from 'Add DM support for omap PWM backlight' series
 2020-10-11 12:24 UTC  (3+ messages)
` [PATCH 1/2] clk: remove a redundant header
` [PATCH 2/2] arch: sandbox: fix typo in clk.h

[PATCH 0/2] log: allow for message continuation
 2020-10-11  8:11 UTC  (7+ messages)
` [PATCH 2/2] test: log: test "

Linux mvneta driver unable to read MAC address from HW
 2020-10-10 16:41 UTC 

u-boot cannot recognize FIT image built from kernel
 2020-10-10  9:54 UTC 

Looking for users of the Faraday USB EHCI driver
 2020-10-10  7:55 UTC 

[PATCH 00/16] usb: gadget: update
 2020-10-10  6:00 UTC  (2+ messages)

[PATCH 00/16] Kconfig: Tidy up the top-level kconfig menu
 2020-10-09 22:11 UTC  (2+ messages)

[PATCH 1/1] sandbox: make SDL window resizable
 2020-10-09 21:43 UTC  (5+ messages)

[PATCH] ARM: dts: stm32: Consistently enable internal pull-ups for SD bus
 2020-10-09 21:07 UTC 

[PATCH 0/7] arm: cache: cp15: don't map reserved region with no-map property
 2020-10-09 18:35 UTC  (10+ messages)
  ` [Uboot-stm32] "

[PATCH] common, autoboot: sync functionality with Kconfig description
 2020-10-09 17:23 UTC  (3+ messages)

[PATCH 4/6] README: sandbox: Change reference to sandbox details
 2020-10-09 17:23 UTC  (2+ messages)

[PATCH] env: sf: add support for env erase
 2020-10-09 17:00 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