public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-10-05 08:28:06 to 2020-10-07 09:03:30 UTC [more...]

efi_loader: fix free() before use in RX path
 2020-10-07  9:03 UTC  (10+ messages)
      ` [PATCH] efi_loader: fix use after free in receive path
            ` [PATCH v2 1/2] net: add a define for the number of packets received as batch
              ` [PATCH v2 2/2] efi_loader: fix use after free in receive path
                ` [PATCH v3 1/2] net: add a define for the number of packets received as batch

[PATCH] Define default CONFIG_PREBOOT with right config option
 2020-10-07  8:37 UTC  (2+ messages)

[PATCH] configs: stm32mp: force empty PREBOOT
 2020-10-07  8:10 UTC 

[PATCH] config: versal: Update mini u-boot timer clock to 100Mhz
 2020-10-07  7:59 UTC 

[PATCH] arm64: versal: Update mini u-boot eMMC node parameters
 2020-10-07  7:53 UTC 

[PATCH] cli_hush.c: remove broken sanity check
 2020-10-07  7:36 UTC 

[PATCH 0/3] add "call" command
 2020-10-07  7:20 UTC  (5+ 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

[PATCH 1/1] efi_loader: separate device-tree handling
 2020-10-07  7:09 UTC  (2+ messages)

[PATCH] common, autoboot: sync functionality with Kconfig description
 2020-10-07  6:06 UTC 

[PATCH 0/5] configs: ti: am65x/j721e: Use DEFAULT_LINUX_BOOT_ENV
 2020-10-07  5:45 UTC  (7+ messages)
` [PATCH 1/5] configs: am65x_evm: "
` [PATCH 2/5] configs: j721e_evm: "
` [PATCH 3/5] env: ti: ufs: Use dtboaddr instead of overlayaddr
` [PATCH 4/5] configs: am65x_evm: Get rid "
` [PATCH 5/5] configs: j721e_evm: "

[PATCH] dm: ofnode: Fix compile breakage with OF_CHECKS enabled
 2020-10-07  4:58 UTC  (4+ messages)

[PATCH v2 1/3] arm64: dts: armada-3720-espressobin: use Linux model/compatible strings
 2020-10-07  4:57 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] arm: mvebu: Remove old comments from configs/mvebu_armada-37xx.h file
 2020-10-07  4:56 UTC  (2+ messages)

[PATCH 0/2] mtd: cfi_mtd: Add DMA support for reads
 2020-10-07  4:55 UTC  (3+ messages)

Pre-built (and tested) images
 2020-10-07  2:56 UTC 

[PATCH 3/3] cosmetic: image: Fix comments and the order of definitions
 2020-10-07  2:22 UTC 

[PATCH 2/3] mkimage: Skip adding non-existent IDs to a list
 2020-10-07  2:21 UTC 

[PATCH 1/3] image: Add a function to modify category information
 2020-10-07  2:21 UTC 

[PATCH 0/3] mkimage: modify show_valid_options for usability
 2020-10-07  2:20 UTC 

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

[PATCH 00/18] log: Add commands for manipulating filters
 2020-10-06 22:09 UTC  (32+ messages)
` [PATCH 01/18] log: Fix missing negation of ENOMEM
` [PATCH 02/18] log: Fix incorrect documentation of log_filter.cat_list
` [PATCH 03/18] log: Add new category names to log_cat_name
` [PATCH 04/18] log: Use CONFIG_IS_ENABLED() for LOG_TEST
` [PATCH 05/18] log: Expose log_device_find_by_name
` [PATCH 06/18] log: Add function to create a filter with flags
` [PATCH 07/18] log: Add filter flag to deny on match
` [PATCH 08/18] test: Add tests for LOGFF_DENY
` [PATCH 09/18] log: Add filter flag to match greater than a log level
` [PATCH 10/18] test: Add test for LOGFF_MIN
` [PATCH 11/18] cmd: log: Use sub-commands for log
` [PATCH 12/18] cmd: log: Split off log level parsing
` [PATCH 13/18] lib: Add getopt
` [PATCH 14/18] test: Add a test for getopt
` [PATCH 15/18] cmd: log: Add commands to manipulate filters
` [PATCH 16/18] test: py: Add a test for log filter-*
` [PATCH 17/18] doc: Add log kerneldocs to documentation
` [PATCH 18/18] doc: Update logging documentation

[PATCH 0/5] bloblist: Add alignment control and a command
 2020-10-06 22:02 UTC  (13+ messages)
` [PATCH 1/5] bloblist: Add "
` [PATCH 2/5] bloblist: Compare addresses rather than pointers in tests
` [PATCH 3/5] bloblist: Tidy up the data alignment
` [PATCH 4/5] bloblist: Allow custom alignment for blobs
` [PATCH 5/5] bloblist: Fix up a few comments

[PATCH] video: rockchip: Add missing dpcd_write() call to link_train_ce()
 2020-10-06 20:39 UTC 

Pull request for UEFI sub-system for efi-2021-01-rc1
 2020-10-06 17:53 UTC  (2+ messages)

[PULL u-boot] Please pull u-boot-amlogic-20201005
 2020-10-06 17:53 UTC  (2+ messages)

Fit images and EFI_LOAD_FILE2_PROTOCOL
 2020-10-06 17:50 UTC  (34+ messages)

Please pull u-boot-dm
 2020-10-06 17:36 UTC 

[PATCH 0/7] arm: cache: cp15: don't map reserved region with no-map property
 2020-10-06 16:36 UTC  (8+ messages)
` [PATCH 1/7] lmb: Add support of flags for no-map properties
` [PATCH 2/7] lmb: add lmb_is_reserved_flags
` [PATCH 3/7] lmb: remove lmb_region.size
` [PATCH 4/7] lmb: add lmb_dump_region() function
` [PATCH 5/7] test: lmb: add test for lmb_reserve_flags
` [PATCH 6/7] image-fdt: save no-map parameter of reserve-memory
` [PATCH 7/7] arm: cache: cp15: don't map the reserved region with no-map property

[PATCH v2] doc: Sphinx.override_domain() deprecated
 2020-10-06 15:56 UTC 

[PATCH] doc: Sphinx.override_domain() deprecated
 2020-10-06 15:41 UTC 

[PATCH 1/1] Create codeql-analysis.yml
 2020-10-06 14:27 UTC  (2+ messages)

[PATCH v2] net: e1000: add defaults for i210 TX/RX PBSIZE
 2020-10-06 14:08 UTC 

[PATCH] net: e1000: add defaults for i210 TX/RX PBSIZE
 2020-10-06 14:08 UTC  (3+ messages)

[PATCH 0/3] Add Clock and Pincontrol driver support for RZ/G2N SoC
 2020-10-06 12:45 UTC  (3+ messages)
` [PATCH 1/3] arm: renesas: Add config option for R8A774B1 SoC

[PATCH] MAINTAINERS: Add stm32 and stm regexp for ARM STM STM32MP platform
 2020-10-06 11:59 UTC 

[PATCH] MAINTAINERS: Add STM32MP1 RNG driver in stm32mp platform
 2020-10-06 11:52 UTC 

[PATCH] arm: mvebu: Espressobin: Set environment variable fdtfile
 2020-10-06 11:02 UTC  (9+ messages)
` [PATCH v2] "

[PATCH 0/7] add SAM9X60 clock support
 2020-10-06  7:08 UTC  (14+ messages)
` [PATCH 1/7] board: atmel: sam9x60ek: add SYS_MALLOC_F_LEN to SYS_INIT_SP_ADDR
` [PATCH 2/7] clk: at91: sam9x60: add support compatible with CCF
` [PATCH 3/7] ARM: dts: sam9x60ek: add clock frequencies to board file
` [PATCH 4/7] ARM: dts: sam9x60: use u-boot,dm-pre-reloc
` [PATCH 5/7] ARM: dts: sam9x60: use slow clock CCF compatible bindings
` [PATCH 6/7] ARM: dts: sam9x60: use CCF compatibles for PMC
` [PATCH 7/7] configs: sam9x60ek: update defconfigs for CCF

[PATCH v3] usb: dwc2: Fix control OUT transfer issue
 2020-10-06  6:40 UTC  (2+ messages)

[PATCH 0/3] DM_ETH v mpc83xx fixups
 2020-10-06  6:21 UTC  (9+ messages)
` [PATCH 1/3] mdio-uclass.c: support fixed-link subnodes
` [PATCH 2/3] dm_qe_uec.c: fix indentation in uec_set_mac_if_mode()
` [PATCH 3/3] uec.h: fix COFIG_DM typo

[PATCH v2 0/5] Add i2c support for MediaTek mt8512
 2020-10-06  0:02 UTC  (3+ messages)
` [PATCH v2 1/5] i2c: mediatek: add basic driver support

[PATCH 00/17] dm: test: Add unit tests for SPL
 2020-10-05 21:35 UTC  (5+ messages)
` [PATCH 15/17] pytest: Collect SPL unit tests

[PATCH 1/1] MAINTAINERS: assign doc/arch/sandbox.rst
 2020-10-05 21:32 UTC  (3+ messages)

[PATCH 1/1] doc/arch/sandbox.rst: reformat command line options
 2020-10-05 21:32 UTC  (3+ messages)

[PATCH] dm: update test on of_offset in ofnode_valid
 2020-10-05 21:32 UTC  (3+ messages)

[PATCH 1/3] dm: add cells_count parameter in *_count_phandle_with_args
 2020-10-05 21:32 UTC  (7+ messages)
` [PATCH 2/3] fdtdec: correct test on return of fdt_node_offset_by_phandle
` [PATCH 3/3] test: dm: add test for phandle access functions

[PATCH 1/1] sandbox: add missing SDL key scan codes
 2020-10-05 21:32 UTC  (3+ messages)

[PATCH 1/1] sandbox: avoid duplicate backslash input
 2020-10-05 21:32 UTC  (3+ messages)

"next" now merged to master
 2020-10-05 20:29 UTC 

[PATCH v2] usb: dwc2: Fix contorl OUT transfer issue
 2020-10-05 17:42 UTC  (2+ messages)

[PULL] u-boot-atmel-2021.01-a
 2020-10-05 17:05 UTC  (2+ messages)

[PULL] Pull request for u-boot-stm/next = u-boot-stm32-20201003
 2020-10-05 17:05 UTC  (2+ messages)

[PATCH] pwm: Add driver for Amlogic Meson PWM controller
 2020-10-05 16:02 UTC 

[PATCH 1/2] pinctrl: meson-axg-pmx: fix gpio request
 2020-10-05 16:01 UTC  (2+ messages)

[ANN] U-Boot v2020.10 released
 2020-10-05 15:17 UTC 

[GIT PULL] u-boot-rpi/rpi-next to next
 2020-10-05 12:41 UTC  (2+ messages)

[PATCH 1/2] cros_ec: Fix up driver names to avoid dtoc warnings
 2020-10-05 11:27 UTC  (2+ messages)
` [PATCH 2/2] x86: "

[PATCH v2 1/2] treewide: Fix wrong CONFIG_IS_ENABLED() handling
 2020-10-05 10:56 UTC  (3+ messages)
` [PATCH v2 2/2] checkpatch.pl: Make CONFIG_IS_ENABLED(CONFIG_*) an error

[PATCH v2 1/1] log: mute messages generated by log drivers
 2020-10-05 10:56 UTC  (3+ messages)

[PATCH 00/16] dm: Remove redefinitions of dev_xxx macros
 2020-10-05 10:07 UTC  (3+ messages)
` [PATCH 08/16] spi: nsp_fspi: Include device_compat.h
  ` [EXT] "

[PATCH v2] ARM: stm32: Use firmware property instead of loadables
 2020-10-05  9:37 UTC 

[PATCH 0/2] Add support for loading images above 4GB
 2020-10-05  8:56 UTC  (12+ messages)
` [PATCH 2/2] spl: fdt: Record load/entry fit-images entries in 64bit format

[PATCH v2 0/2] Add support for loading images above 4GB
 2020-10-05  8:53 UTC  (3+ 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

ARM: zynq: Add Z-turn board V5
 2020-10-05  8:28 UTC  (3+ messages)
` [PATCH v2] "


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