public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-03-18 01:53:45 to 2020-03-18 17:44:07 UTC [more...]

[PATCH v2 00/14] vboot: Fix forged-configuration vulnerability
 2020-03-18 17:44 UTC  (14+ messages)
` [PATCH v2 01/14] image: Correct comment for fit_conf_get_node()
` [PATCH v2 02/14] image: Be a little more verbose when checking signatures
` [PATCH v2 03/14] image: Return an error message from fit_config_verify_sig()
` [PATCH v2 04/14] test: vboot: Drop unnecessary parameter for fit_check_sign
` [PATCH v2 05/14] test: vboot: Add a test for a forged configuration
` [PATCH v2 06/14] test: vboot: Parameterise the test
` [PATCH v2 07/14] image: Check hash-nodes when checking configurations
` [PATCH v2 08/14] image: Load the correct configuration in fit_check_sign
` [PATCH v2 09/14] fit_check_sign: Allow selecting the configuration to verify
` [PATCH v2 10/14] test: vboot: Tidy up the code a little
` [PATCH v2 11/14] test: vboot: Fix pylint errors
` [PATCH v2 12/14] image: Use constants for 'required' and 'key-name-hint'
` [PATCH v2 13/14] test: vboot: Move key creation into a function

[PATCH v2 00/39] dm: Add programmatic generation of ACPI tables (part A)
 2020-03-18 16:48 UTC  (6+ messages)
` [PATCH v2 32/39] irq: Add a method to convert an interrupt to ACPI
  ` Antwort: "
` [PATCH v2 33/39] acpi: Add support for SSDT generation
  ` Antwort: "

U-CLASS SPI Bus and Devices
 2020-03-18 16:28 UTC  (2+ messages)

[PATCH 0/2] mmc: t210: fix autocal and 400KHz clock
 2020-03-18 16:28 UTC  (4+ messages)
  ` [PATCH 1/2] mmc: t210: Add autocal and tap/trim updates for SDMMC1/3

[PATCH] rockchip: mkimage: Use an existing macro instead of a decimal value
 2020-03-18 16:22 UTC 

[U-Boot] [PATCH v4 0/3] env: Add CONFIG_ENV_FULL_SUPPORT
 2020-03-18 16:06 UTC  (5+ messages)
` [U-Boot] [PATCH v4 2/3] env: introduce macro ENV_IS_IN_SOMEWHERE
  `  "
` [U-Boot] [PATCH v4 3/3] env: Add CONFIG_ENV_FULL_SUPPORT
  `  "

[RFC RFT PATCH] env: spl: filter the variables in default environment of SPL or TPL
 2020-03-18 15:57 UTC  (3+ messages)

[PATCH v3 00/23] gitlab: Simplify the test script
 2020-03-18 15:43 UTC  (24+ messages)
` [PATCH v3 01/23] sandbox: Add documentation about required/useful packages
` [PATCH v3 02/23] main: Drop show_boot_progress() prototype
` [PATCH v3 03/23] buildman: Document the members of BuilderJob
` [PATCH v3 04/23] bulidman: Add support for a simple build
` [PATCH v3 05/23] buildman: Update help for -d
` [PATCH v3 06/23] buildman: Allow ignoring warnings in the return code
` [PATCH v3 07/23] buildman: Be more selective about which directories to remove
` [PATCH v3 08/23] buildman: Allow building within a subdir of the current dir
` [PATCH v3 09/23] buildman: Drop the -a option
` [PATCH v3 10/23] travis: Don't copy files into .bm-work/
` [PATCH v3 11/23] travis: Split the building into two parts
` [PATCH v3 12/23] gitlab/azure: Use the -w option for sandbox_spl
` [PATCH v3 13/23] travis/gitlab/azure: Use --board buildman flag with test.py
` [PATCH v3 14/23] travis/gitlab/azure: Drop BUILDMAN variable "
` [PATCH v3 15/23] travis/gitlab/azure: Drop the buildman -d flag
` [PATCH v3 16/23] gitlab/azure: Drop unnecessary if..fi when using test.py
` [PATCH v3 17/23] gitlab/azure: Use -w flag for all test.py builds
` [PATCH v3 18/23] travis/gitlab/azure: Use bash to avoid a_test_which_does_not_exist
` [PATCH v3 19/23] travis/gitlab/azure: Use -W to avoid warnings check
` [PATCH v3 20/23] travis/gitlab/azure: Enable test_handoff
` [PATCH v3 21/23] travis/gitlab/azure: Simplify the exit code for test.py
` [PATCH v3 22/23] travis/gitlab/azure: Drop repeated buildman call with test.py
` [PATCH v3 23/23] test/py: Allow using buildman to build U-Boot

[PATCH] powerpc: allow opting out of WATCHDOG_RESET() from timer interrupt
 2020-03-18 15:16 UTC  (2+ messages)
` [PATCH v2] "

[RFC PATCH v2] cmd: mp: change the command name from cpu to mp
 2020-03-18 15:09 UTC  (2+ messages)

[PATCH v5 00/17] Enable ARM Trusted Firmware for U-Boot
 2020-03-18 14:52 UTC  (2+ messages)

[PATCH v2 00/14] net: ldpaa_eth: transition to CONFIG_DM_ETH
 2020-03-18 14:47 UTC  (15+ messages)
` [PATCH v2 01/14] drivers: net: add Layerscape mEMAC MDIO driver
` [PATCH v2 02/14] drivers: net: ldpaa: add support for probing based on the DTS
` [PATCH v2 03/14] drivers: net: fsl-mc: add support for CONFIG_DM_ETH
` [PATCH v2 04/14] board: ls1088ardb: transition to DM_ETH
` [PATCH v2 05/14] board: ls2088ardb: "
` [PATCH v2 06/14] arm: dts: lx2160a: add external MDIO nodes
` [PATCH v2 07/14] arm: dts: ls2088a: "
` [PATCH v2 08/14] arm: dts: ls1088a: "
` [PATCH v2 09/14] arm: dts: lx2160ardb: add DPMAC and PHY nodes
` [PATCH v2 10/14] arm: dts: ls2088ardb: "
` [PATCH v2 11/14] arm: dts: ls1088ardb: "
` [PATCH v2 12/14] configs: ls1088ardb: enable CONFIG_DM_ETH and related
` [PATCH v2 13/14] configs: ls2088ardb: "
` [PATCH v2 14/14] configs: lx2160ardb: "

[PATCH] image-fit: Allow loading FIT image for VxWorks
 2020-03-18 14:32 UTC 

[RFC 00/14] efi_loader: add capsule update support
 2020-03-18 14:09 UTC  (20+ messages)
` [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 11/14] efi_loader: variable: export variables table for runtime access

[PATCH 00/14] net: ldpaa_eth: transition to CONFIG_DM_ETH
 2020-03-18 14:08 UTC  (10+ 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

Pull request: u-boot-sunxi/master
 2020-03-18 13:56 UTC  (2+ messages)

Pull request for UEFI sub-system for efi-2020-04-rc4 (4)
 2020-03-18 13:56 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-riscv/master
 2020-03-18 13:56 UTC  (2+ messages)

[GIT PULL] TI changes for next branch targeting v2020.07
 2020-03-18 13:56 UTC  (2+ messages)

[U-Boot] Please pull from u-boot-i2c/next
 2020-03-18 13:56 UTC  (2+ messages)

[PATCH] configs: a64-olinuxino-emmc: add eMMC boot part config commands
 2020-03-18 12:56 UTC 

[PATCH 0/3] cmd: add driver, fs and part type listing commands
 2020-03-18 12:54 UTC  (7+ messages)
` [PATCH 3/3] cmd: dm: Fixed/Added DM driver listing subcommands

[PATCH 0/2] sunxi: clean up defconfig files
 2020-03-18 12:51 UTC  (2+ messages)

[PATCH v2 0/5] sunxi: SPL SPI booting: Enable R40 and H6 SoCs
 2020-03-18 12:43 UTC  (2+ messages)

[PATCH] dlmalloc: Add an option to default malloc to init
 2020-03-18 12:14 UTC 

[PATCH] condfigs: ls1046aqds: support distro boot
 2020-03-18 12:09 UTC 

[RESEND Patch v2] configs: lx2160a: Enable FSPI support
 2020-03-18 12:07 UTC  (4+ messages)

[PATCH] armv8: ls1028a: add dhcp boot target device
 2020-03-18 12:00 UTC  (2+ messages)

[PATCH] lx2160a: Add dhcp in boot_targets
 2020-03-18 12:00 UTC  (2+ messages)

[Patch v3 1/2] configs: ls2080ardb: Make MC_INIT access flash memory as per spi-mem
 2020-03-18 11:10 UTC  (5+ messages)
` [Patch v3 2/2] configs: ls2080ardb: Make BOOT command "

[Patch v3 0/3] Enable octal read support for mt35xu* flashes
 2020-03-18 10:56 UTC  (3+ messages)
` [Patch v3 1/3] mtd: spi-nor-ids: Enable SPI_NOR_OCTAL_READ flag for mt35xu*

[PATCH] configs: ls1021a: Append othbootargs to bootargs
 2020-03-18 10:46 UTC  (2+ messages)

[PATCH 00/10] stm32mp1: board and SOC identifications
 2020-03-18 10:44 UTC  (22+ messages)
` [PATCH 01/10] board: stm32mp1: update command stboard on misc_write result
  ` [Uboot-stm32] "
` [PATCH 02/10] board: stm32mp1: read OTP in command stboard
  ` [Uboot-stm32] "
` [PATCH 03/10] arm: stm32mp: bsec: remove unneeded test
` [PATCH 04/10] arm: stm32mp: bsec: add permanent lock support in bsec driver
` [PATCH 05/10] board: stm32mp1: stboard: lock the OTP after programming
  ` [Uboot-stm32] "
` [PATCH 06/10] arm: stm32mp: improve the error message for smc
` [PATCH 07/10] board: stm32mp1: add finished good in board identifier OTP
  ` [Uboot-stm32] "
` [PATCH 08/10] board: stm32mp1: display reference only for STMicroelectronics board
  ` [Uboot-stm32] "
` [PATCH 09/10] arm: stm32mp: add function get_soc_name
` [PATCH 10/10] arm: stm32mp: fdt: update kernel device tree according the part number

[v2, PATCH] include/configs: ls1012aqds: add default environment variable
 2020-03-18 10:42 UTC  (2+ messages)

[PATCH] include/configs: ls1012afrwy: delete duplicate environment variable BOOT_TARGET_DEVICES
 2020-03-18 10:39 UTC  (2+ messages)

[v2, PATCH] include/configs: ls1012afrwy: support dhcp boot
 2020-03-18 10:34 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/4] arm64: sun50i: Add support for Orange Pi 3
 2020-03-18 10:18 UTC  (5+ messages)
` [U-Boot] [PATCH v3 2/4] arm: sunxi: add a config option to fixup a Bluetooth address
  `  "

[RFC PATCH 0/9] produce working binaries by default
 2020-03-18 10:10 UTC  (11+ messages)
` [RFC PATCH 1/9] Kconfig: add config options for automatic builds
` [RFC PATCH 2/9] Makefile: export "
` [RFC PATCH 3/9] mksunxi_fit_atf.sh: produce working binaries by default
` [RFC PATCH 4/9] make_fit_atf.py: "
` [RFC PATCH 5/9] fit_spl_optee.sh: "
` [RFC PATCH 6/9] mkimage_fit_atf.sh: "
` [RFC PATCH 7/9] fit_spl_atf.sh: "
` [RFC PATCH 8/9] k3_fit_atf.sh: "
` [RFC PATCH 9/9] mkimage_fit_opensbi.sh: "

[PATCH] stm32mp1: add 800 MHz profile support
 2020-03-18 10:00 UTC  (2+ messages)

[PATCH] stm32mp: psci: set cntfrq register of cpu on
 2020-03-18  9:58 UTC  (2+ messages)

[PATCH] i2c: stm32f7_i2c: allows for any bus frequency
 2020-03-18  9:56 UTC  (2+ messages)

[PATCH 0/9] ram: stm32mp1: fixes
 2020-03-18  9:52 UTC  (19+ messages)
` [PATCH 1/9] ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDR
` [PATCH 2/9] ram: stm32mp1: display result for software read DQS gating
` [PATCH 3/9] ram: stm32mp1: don't display the prompt two times
` [PATCH 4/9] ram: stm32mp1: tuning: add timeout for polling BISTGSR.BDDONE
` [PATCH 5/9] ram: stm32mp1: tuning: deactivate derating during BIST test
` [PATCH 6/9] ram: stm32mp1: update BIST config for tuning
` [PATCH 7/9] ram: stm32mp1_ddr: fix self refresh disable during DQS training
` [PATCH 8/9] ram: stm32mp1: reduce delay after BIST reset for tuning
` [PATCH 9/9] ram: stm32mp1: the property st,phy-cal becomes optional

[PATCH 1/2] net: dwc_eth_qos: implement reset-gpios for stm32
 2020-03-18  9:50 UTC  (2+ messages)
` [PATCH 2/2] net: dwc_eth_qos: implement phy reg and max-speed "

[PATCH 1/5] rockchip: Separate the reset cause from display cpuinfo
 2020-03-18  9:44 UTC  (5+ messages)
` [PATCH 2/5] roc-rk3399-pc: Configure the leds only during POR
` [PATCH 3/5] rockchip: tpl: Move board_early_init_f after cpu timer
` [PATCH 4/5] rockchip: tpl: Print TPL banner at end-of board_init_f
` [PATCH 5/5] rockchip: spl: Move board_early_init_f after cpu timer

[PATCH v2] ARM: dts: stm32mp1: DT alignment with Linux 5.6-rc1
 2020-03-18  9:37 UTC  (2+ messages)
` [Uboot-stm32] "

[PATCH 1/2] clk: stm32mp1: correct CKSELR masks
 2020-03-18  9:31 UTC  (4+ messages)
` [PATCH 2/2] clk: stm32mp1: add SPI5_K support

[PATCH v2 0/4] DT related fixes for RISC-V UEFI
 2020-03-18  9:10 UTC  (5+ messages)
` [PATCH v2 2/4] cmd: bootefi: Parse reserved-memory node from DT

Switching among serial consoles
 2020-03-18  8:48 UTC 

[PATCH 00/18] stm32mp1: add command stm32prog
 2020-03-18  8:25 UTC  (19+ messages)
` [PATCH 01/18] usb: gadget: g_dnl: add function g_dnl_set_product
` [PATCH 02/18] dfu: add prototype for dfu_transaction_initiate/cleanup
` [PATCH 03/18] stm32mp: add function get_cpu_dev
` [PATCH 04/18] stm32mp: add the command stm32prog
` [PATCH 05/18] stm32mp: stm32prog: add flash layout parsing
` [PATCH 06/18] stm32mp: stm32prog: add MMC device
` [PATCH 07/18] stm32mp: stm32prog: add support of boot partition for eMMC device
` [PATCH 08/18] stm32mp: stm32prog: add upport of partial update
` [PATCH 09/18] stm32mp: stm32prog: add MTD devices support
` [PATCH 10/18] stm32mp: stm32prog: adapt the MTD partitions
` [PATCH 11/18] stm32mp: stm32prog: add support of ssbl copy
` [PATCH 12/18] stm32mp: stm32prog: add support for delete option in flashlayout
` [PATCH 13/18] stm32mp: stm32prog: add otp update support
` [PATCH 14/18] stm32mp: stm32prog: add pmic NVM "
` [PATCH 15/18] stm32mp: stm32prog: add serial link support
` [PATCH 16/18] stm32mp: stm32prog: enable videoconsole
` [PATCH 17/18] stm32mp: stm32prog: support for script
` [PATCH 18/18] stm32mp: stm32prog: add support of RAM target

[PATCH 00/11] stm32mp1: migrate MTD and DFU configuration in Kconfig
 2020-03-18  8:22 UTC  (12+ messages)
` [PATCH 01/11] board: stm32mp1: move board_get_mtdparts in st common directory
` [PATCH 02/11] board: stm32mp1: move set_dfu_alt_info "
` [PATCH 03/11] stm32mp1: dynamically build DFU_ALT_INFO
` [PATCH 04/11] stm32mp1: move MTDPART configuration in Kconfig
` [PATCH 05/11] board: stm32mp1: reserve memory for OP-TEE in device tree
` [PATCH 06/11] stm32mp1: dynamically detect op-tee presence
` [PATCH 07/11] board: stm32mp1: use FDT address provided by TF-A at boot time
` [PATCH 08/11] configs: stm32mp1: remove optee defconfig
` [PATCH 09/11] board: stm32mp1: support boot from spi-nand
` [PATCH 10/11] board: stm32mp1: adapt MTD partition for BOOT from NOR or NAND
` [PATCH 11/11] doc: stm32mp1: update DFU support example

[PATCH v2] bootcount_ext: Add flag to enable/disable bootcount
 2020-03-18  8:17 UTC  (3+ messages)

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

[PATCH v5 00/14] RISC-V SiFive FU540 support SPL
 2020-03-18  2:27 UTC  (9+ messages)
` [PATCH v5 12/14] riscv: sifive: fu540: enable all cache ways from u-boot proper

[PATCH] ram: px30: drop non informative debug message
 2020-03-18  2:04 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