public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-09-27 13:09:07 to 2019-09-30 17:33:06 UTC [more...]

[U-Boot] [PATCH] tao3530: Fix usage of mmc rescan
 2019-09-30 17:33 UTC  (2+ messages)

[U-Boot] Vulnerability in UBOOT ping_reveive()
 2019-09-30 17:01 UTC 

[U-Boot] Pull request: u-boot-rockchip-20190828
 2019-09-30 16:51 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-atmel-fixes-2019.10-a
 2019-09-30 16:50 UTC  (2+ messages)

[U-Boot] [PATCH 00/41] common: Further reduce common.h
 2019-09-30 16:35 UTC  (46+ messages)
` [U-Boot] [PATCH 01/41] common: Move legacy CPU functions to their own header
` [U-Boot] [PATCH 02/41] Drop CONFIG_SHOW_ACTIVITY
` [U-Boot] [PATCH 03/41] common: Drop global inclusion of status_led.h
` [U-Boot] [PATCH 04/41] status_led: Tidy up the code style
` [U-Boot] [PATCH 05/41] common: Move random-number functions into their own header
` [U-Boot] [PATCH 06/41] common: Drop linux/crc8.h
` [U-Boot] [PATCH 07/41] crc: Fix code style with crc functions
` [U-Boot] [PATCH 08/41] crc32: Use the crc.h header for "
` [U-Boot] [PATCH 09/41] spl: bootcount: Move code out of header file
` [U-Boot] [PATCH 10/41] common: Move bootcount functions to their "
` [U-Boot] [PATCH 11/41] common: Move sorting functions to their own "
` [U-Boot] [PATCH 12/41] Move strtomhz() to vsprintf.h
` [U-Boot] [PATCH 13/41] common: Move env_get_ip() to net.h
` [U-Boot] [PATCH 14/41] serial: usb: Correct the usbtty_...() prototypes
` [U-Boot] [PATCH 15/41] common: Move serial_printf() to the serial header
` [U-Boot] [PATCH 16/41] common: Move serial functions out of common.h
` [U-Boot] [PATCH 17/41] common: Add a new lz4.h header file
` [U-Boot] [PATCH 18/41] common: Move some time functions out of common.h
` [U-Boot] [PATCH 19/41] common: Move wait_ticks "
` [U-Boot] [PATCH 20/41] common: Move timer_get_us() function "
` [U-Boot] [PATCH 21/41] common: Move get_ticks() "
` [U-Boot] [PATCH 22/41] common: Move mii_init() "
` [U-Boot] [PATCH 23/41] common: Move some CPU functions "
` [U-Boot] [PATCH 24/41] common: Drop cpu_init()
` [U-Boot] [PATCH 25/41] common: Move checkcpu() out of common.h
` [U-Boot] [PATCH 26/41] common: Move some SMP functions "
` [U-Boot] [PATCH 27/41] arm: powerpc: Tidy up code style for cache functions
` [U-Boot] [PATCH 28/41] common: Move some cache and MMU functions out of common.h
` [U-Boot] [PATCH 29/41] common: Drop checkicache() and checkdcache()
` [U-Boot] [PATCH 30/41] common: Move ARM cache operations out of common.h
` [U-Boot] [PATCH 31/41] arm: powerpc: Tidy up code style for interrupt functions
` [U-Boot] [PATCH 32/41] common: Move interrupt functions into a new header
` [U-Boot] [PATCH 33/41] common: Move enable/disable_interrupts out of common.h
` [U-Boot] [PATCH 34/41] common: Move command functions "
` [U-Boot] [PATCH 35/41] common: Drop board_show_dram()
` [U-Boot] [PATCH 36/41] common: Move board_get_usable_ram_top() out of common.h
` [U-Boot] [PATCH 37/41] common: Move some board functions "
` [U-Boot] [PATCH 38/41] common: Move pci_init_board() "
` [U-Boot] [PATCH 39/41] common: Move trap_init() "
` [U-Boot] [PATCH 40/41] common: Drop get_endaddr()
` [U-Boot] [PATCH 41/41] common: Move old EEPROM functions into a new header

[U-Boot] [PATCH v2] arm: dts: sync dts for Allwinner H6
 2019-09-30 15:48 UTC  (4+ messages)

[U-Boot] [PATCH] imx: add support for i.MX8MQ power domain controller
 2019-09-30 15:32 UTC 

[U-Boot] [PATCH 1/3] imx6ul: opos6ul: migrate to DM_ETH
 2019-09-30 15:26 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] opos6uldev: migrate to DM_VIDEO
` [U-Boot] [PATCH 3/3] video: mxsfb: set gd->fb_base

[U-Boot] [PATCH] imx: add support for i.MX7/i.MX8MQ reset controller
 2019-09-30 14:59 UTC 

[U-Boot] [PATCH v1 0/3] reset: Add a managed API
 2019-09-30 14:24 UTC  (4+ messages)
` [U-Boot] [PATCH v1 1/3] drivers: reset: Handle gracefully NULL pointers
` [U-Boot] [PATCH v1 2/3] drivers: reset: Add a managed API to get reset controllers from the DT
` [U-Boot] [PATCH v1 3/3] test: reset: Add tests for the managed API

[U-Boot] Error when replacing SPI NOR Flash IC
 2019-09-30 13:43 UTC 

[U-Boot] [PATCH v2 00/16] dfu: update dfu stack and add MTD backend
 2019-09-30 13:38 UTC  (17+ messages)
` [U-Boot] [PATCH v2 01/16] dfu: cosmetic: cleanup sf to avoid checkpatch error
` [U-Boot] [PATCH v2 02/16] doc: dfu: Add dfu documentation
` [U-Boot] [PATCH v2 03/16] dfu: sf: add partition support for nor backend
` [U-Boot] [PATCH v2 04/16] dfu: prepare the support of multiple interface
` [U-Boot] [PATCH v2 05/16] dfu: allow to manage DFU on several devices
` [U-Boot] [PATCH v2 06/16] dfu: allow read with no data without error for EOF indication
` [U-Boot] [PATCH v2 07/16] dfu: add backend for MTD device
` [U-Boot] [PATCH v2 08/16] dfu: add partition support for MTD backend
` [U-Boot] [PATCH v2 09/16] dfu: add DFU virtual backend
` [U-Boot] [PATCH v2 10/16] dfu: add callback for flush and initiated operation
` [U-Boot] [PATCH v2 11/16] stm32mp1: activate DFU support and command MTD
` [U-Boot] [PATCH v2 12/16] stm32mp1: activate SET_DFU_ALT_INFO
` [U-Boot] [PATCH v2 13/16] stm32mp1: configs: activate CONFIG_MTD_SPI_NAND
` [U-Boot] [PATCH v2 14/16] stm32mp1: board: add spi nand support
` [U-Boot] [PATCH v2 15/16] stm32mp1: add support for virtual partition read
` [U-Boot] [PATCH v2 16/16] board: stm32mp1: fixup the usb product id for USB download gadget

[U-Boot] [PATCH] configs: am43xx_evm: Enable USB support
 2019-09-30 12:54 UTC 

[U-Boot] [PATCH v1 0/5] clk: Add a managed API and fix clock self-assignment
 2019-09-30 12:29 UTC  (6+ messages)
` [U-Boot] [PATCH v1 1/5] drivers: clk: Handle gracefully NULL pointers
` [U-Boot] [PATCH v1 2/5] drivers: clk: Add a managed API to get clocks from the device-tree
` [U-Boot] [PATCH v1 3/5] test: clk: Update tests to also check the managed API
` [U-Boot] [PATCH v1 4/5] drivers: clk: Fix using assigned-clocks in the node of the clock it sets up
` [U-Boot] [PATCH v1 5/5] test: clk: test clock self assignment

[U-Boot] [PATCH 1/1] board/freescale/ls1028a: Secure boot: Adds sec_init call
 2019-09-30 10:16 UTC 

[U-Boot] [PATCH 0/5] riscv: sifive/fu540: Enable SPI-NOR support
 2019-09-30 10:05 UTC  (12+ messages)
` [U-Boot] [PATCH 1/5] riscv: dts: Add hifive-unleashed-a00 dts from Linux
` [U-Boot] [PATCH 2/5] sifive: fu540: Enable OF_SEPARATE
` [U-Boot] [PATCH 3/5] mtd: spi-nor: ids: Add is25wp256 chip
` [U-Boot] [PATCH 4/5] riscv: dts: hifive-unleashed-a00: Add -u-boot.dtsi
` [U-Boot] [PATCH 5/5] sifive: fu540: Enable spi-nor flash support

[U-Boot] [PATCH v3 0/3] env: Add CONFIG_ENV_FULL_SUPPORT
 2019-09-30  9:30 UTC  (4+ messages)
` [U-Boot] [PATCH v3 2/3] env: introduce macro ENV_IS_IN_SOMEWHERE

[U-Boot] uboot 2014-04 + gcc7+ = crash in net_set_ip_header (ping/tftp)
 2019-09-30  9:17 UTC  (2+ messages)

[U-Boot] One u-boot.bin for Raspberry PI 3 and 4 - possible?
 2019-09-30  9:03 UTC  (7+ messages)

[U-Boot] [PATCH] cmd: memio: Add support functions to read/write data
 2019-09-30  8:51 UTC 

[U-Boot] [PATCH] armv8: ls1028a: disable multimedia feature when not supported
 2019-09-30  8:31 UTC  (2+ messages)

[U-Boot] [PATCH] net: phy: Increase link up delay in genphy_update_link()
 2019-09-30  8:26 UTC 

[U-Boot] [PATCH v3 00/28] Add and update drivers for MediaTek MT76x8 SoCs
 2019-09-30  8:24 UTC  (4+ messages)

[U-Boot] [PATCH v2] dm: Tidy up dump output when there are many devices
 2019-09-30  8:19 UTC 

[U-Boot] [RESEND PATCH 1/2] dm: Tidy up dump output when there are many devices
 2019-09-30  8:12 UTC  (3+ messages)
  ` [U-Boot] [Uboot-stm32] "

[U-Boot] [PATCH v2] watchdog: move WATCHDOG_TIMEOUT_MSECS to Kconfig
 2019-09-30  7:33 UTC 

[U-Boot] [PATCH 1/4] ARM: dts: at91: sam9x60: add onewire node
 2019-09-30  7:29 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] ARM: dts: at91: sam9x60ek: add onewire support
` [U-Boot] [PATCH 3/4] board: atmel: sam9x60ek: add support for PDA detection
` [U-Boot] [PATCH 4/4] configs: sam9x60ek: enable onewire support

[U-Boot] [PATCH] configs: ls1012afrwy: Add CONFIG_ENV_ADDR for LS1012AFRWY
 2019-09-30  7:08 UTC 

[U-Boot] [PATCH] at91: configs: Drop duplication of defconfig macros
 2019-09-30  6:19 UTC  (2+ messages)

[U-Boot] [RFC 1/3] scsi: ata: Add DM SCSI interface to support None AHCI sata driver
 2019-09-30  4:58 UTC  (4+ messages)
  ` [U-Boot] [EXT] "

[U-Boot] buildman tests and --output directory
 2019-09-30  1:27 UTC  (2+ messages)

[U-Boot] [PATCH v3] patman: Use the Change-Id, version, and prefix in the Message-Id
 2019-09-30  1:20 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: dts: rmobile: Restore increase off-on delay on the SD Vcc regulator
 2019-09-30  0:06 UTC 

[U-Boot] [PATCH] cmd: mtd: solve bad block support in erase command
 2019-09-29 19:46 UTC  (6+ messages)

[U-Boot] Add support for imxrt
 2019-09-29 19:40 UTC  (4+ messages)

[U-Boot] [PATCH v2] spl: Introduce SPL_DM_GPIO Kconfig define
 2019-09-29 15:54 UTC 

[U-Boot] mx6cuboxi fails to load u-boot.img
 2019-09-29 12:34 UTC  (6+ messages)

[U-Boot] [PATCH] arm: dts: k3-j721e-common-proc-board: Mark main_uart0 as shared device
 2019-09-29 12:07 UTC 

[U-Boot] [PATCH v2 1/4] dm: spi: Return 0 if driver does not implement ops->cs_info
 2019-09-29  8:04 UTC  (2+ messages)

[U-Boot] [PATCH] rockchip: make_fit_atf.py: fix .its generation for a single atf image
 2019-09-29  0:55 UTC  (3+ messages)
  ` [U-Boot] [PATCH] rockchip: make_fit_atf.py: fix .its generation for a single atf image【请注意,邮件由u-boot-bounces@lists.denx.de代发】

[U-Boot] [PATCH] rockchip: misc: read the correct number of bytes from the efuse
 2019-09-29  0:55 UTC  (3+ messages)
  ` [U-Boot] [PATCH] rockchip: misc: read the correct number of bytes from the efuse【请注意,邮件由u-boot-bounces@lists.denx.de代发】

[U-Boot] [PATCH] Request to submit the phytium platform to the uboot
 2019-09-29  0:54 UTC  (5+ messages)

[U-Boot] [PATCH] sandbox: fix cpu property in test.dts for pytest
 2019-09-27 23:28 UTC  (4+ messages)

[U-Boot] [PATCH v2 0/4] Fix default values for address and size cells
 2019-09-27 23:28 UTC  (17+ messages)
` [U-Boot] [PATCH v2 1/4] libfdt: fdt_address_cells() and fdt_size_cells()
` [U-Boot] [PATCH v2 2/4] libfdt: return correct value if #size-cells property is not present
` [U-Boot] [PATCH v2 3/4] libfdt: Allow #size-cells of 0
` [U-Boot] [PATCH v2 4/4] dm: Fix default address cells return value

[U-Boot] [PATCH] tpm2: Don't assume active low reset value
 2019-09-27 23:28 UTC  (3+ messages)

[U-Boot] [PATCH 0/2] dm: CONFIG_OF_PRIOR_STAGE request number fixes
 2019-09-27 23:28 UTC  (9+ messages)
` [U-Boot] [PATCH 1/2] dm: device: Request next sequence number
` [U-Boot] [PATCH 2/2] dm: spi: Do not assume first SPI bus

[U-Boot] [PATCH] dm: pinctrl: Skip not associated gpio phandle and rise an error message
 2019-09-27 23:28 UTC  (5+ messages)
  ` [U-Boot] [PATCH V2] dm: pinctrl: Skip not associated gpio phandle and rise a warning message

[U-Boot] [PATCH 0/2] rsa signature: check that required key is really mandatory
 2019-09-27 23:28 UTC  (7+ messages)
` [U-Boot] [PATCH 1/2] pytest: vboot: add a test for required key
` [U-Boot] [PATCH 2/2] rsa: Return immediately if required-key verification fails

[U-Boot] [PATCH] libfdt: fix typo on comment
 2019-09-27 23:28 UTC  (3+ messages)

[U-Boot] [PATCH V3 0/4] pytest: add a simple test to check the command aes
 2019-09-27 23:28 UTC  (10+ messages)
` [U-Boot] [PATCH V3 1/4] sandbox: enable "
` [U-Boot] [PATCH V3 2/4] sandbox64: "
` [U-Boot] [PATCH V3 3/4] cmd: aes: use map_sysmem when accessing memory

[U-Boot] [RFC] Minimum Python 3 version?
 2019-09-27 21:57 UTC  (4+ messages)
  ` [U-Boot] [U-Boot-Custodians] "

[U-Boot] [RESEND PATCH v3 1/2] Makefile: Add target to generate hex output for combined spl and dtb
 2019-09-27 18:27 UTC  (2+ messages)
` [U-Boot] [RESEND PATCH v3 2/2] ARM: socfpga: stratix10: Remove CONFIG_OF_EMBED

[U-Boot] [PATCH 0/3] RPi one binary for RPi3/4 and RPi1/2
 2019-09-27 16:48 UTC  (6+ messages)
` [U-Boot] [PATCH 1/3] ARM: bcm283x: Move BCM283x_BASE to a global variable

[U-Boot] [PATCH] imx: update i.MX8MQ clocks
 2019-09-27 16:34 UTC 

[U-Boot] [PATCH v2] patman: Use the Change-Id, version, and prefix in the Message-Id
 2019-09-27 16:26 UTC  (3+ messages)

[U-Boot] [PATCH 0/4] clk: add support for cdce9xx clock synthesizer
 2019-09-27 16:14 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] clk: cdce9xx: "
` [U-Boot] [PATCH 2/4] board: ti: am57xx-idk: Configure the CDCE913 "
` [U-Boot] [PATCH 3/4] board: ti: am43xx-idk: "
` [U-Boot] [PATCH 4/4] board: ti: am335x-ice: "

[U-Boot] [PATCH 00/13] arm64: zynqmp: Clean communication with PMUFW
 2019-09-27 13:35 UTC  (14+ messages)
` [U-Boot] [PATCH 01/13] mailbox: check ops prior calling
` [U-Boot] [PATCH 02/13] mailbox: allow subnode for mbox regs
` [U-Boot] [PATCH 03/13] mailbox: zynqmp: ipi mailbox driver
` [U-Boot] [PATCH 04/13] firmware: zynqmp: Add zynqmp-power support
` [U-Boot] [PATCH 05/13] arm64: zynqmp: add firmware and mailbox node to DT
` [U-Boot] [PATCH 06/13] arm64: zynqmp: Cleanup PM SMC macro composition
` [U-Boot] [PATCH 07/13] firmware: zynqmp: get fw version with mailbox driver
` [U-Boot] [PATCH 08/13] firmware: zynqmp: create firmware header
` [U-Boot] [PATCH 09/13] arm64: zynqmp: use firmware driver to get version
` [U-Boot] [PATCH 10/13] arm64: zynqmp: remove old fw version function
` [U-Boot] [PATCH 11/13] arm64: zynqmp: probe firmware driver
` [U-Boot] [PATCH 12/13] firmware: zynqmp: Separate function for sending message via mailbox
` [U-Boot] [PATCH 13/13] arm64: zynqmp: Use mailbox driver for PMUFW config loading

[U-Boot] [PATCH v1 0/5] regmap: Add a managed API, custom read/write callbacks and support for regmap fields
 2019-09-27 13:22 UTC  (6+ messages)
` [U-Boot] [PATCH v1 1/5] regmap: Fix potential overflow in regmap_update_bits()
` [U-Boot] [PATCH v1 2/5] regmap: Add devm_regmap_init()
` [U-Boot] [PATCH v1 3/5] regmap: Allow providing read/write callbacks through struct regmap_config
` [U-Boot] [PATCH v1 4/5] regmap: Add support for regmap fields
` [U-Boot] [PATCH v1 5/5] test: dm: Add tests for regmap managed API and "

[U-Boot] [PATCH v2] ARM: imx: Support larger SPL size on IMX6DQ
 2019-09-27 13:15 UTC  (8+ messages)

[U-Boot] [U-boot][PATCH v3 00/14] Add support for sam9x60ek
 2019-09-27 13:09 UTC  (6+ messages)
` [U-Boot] [U-boot][PATCH v3 10/14] board: sam9x60ek: Add NAND flash support
` [U-Boot] [U-boot][PATCH v3 11/14] configs: Add sam9x60ek_nandflash_defconfig
` [U-Boot] [U-boot][PATCH v3 12/14] configs: sam9x60ek: Add QSPI_BOOT defines
` [U-Boot] [U-boot][PATCH v3 13/14] ARM: dts: at91: sam9x60ek: Enable qspi node
` [U-Boot] [U-boot][PATCH v3 14/14] configs: Add sam9x60ek_qspiflash_defconfig


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