public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-01-19 07:39:37 to 2020-01-20 20:17:50 UTC [more...]

[PATCH 1/3] ARM: imx: vining2000: Clean up uSDHC4 setup
 2020-01-20 20:17 UTC  (2+ messages)

[PATCH 3/3] spl: Add prototype to function spl_board_boot_device()
 2020-01-20 20:17 UTC  (2+ messages)

[PATCH 2/5] imx8qm_mek: Remove unused function detail_board_ddr_info()
 2020-01-20 20:17 UTC  (2+ messages)

[PATCH] imx8qm_mek: Include fdt_support.h header
 2020-01-20 20:17 UTC  (2+ messages)

Error handling broken for block devices
 2020-01-20 20:16 UTC  (2+ messages)

[RFC PATCH] Provide mechanism for build-time default env entries
 2020-01-20 18:59 UTC  (7+ messages)

[PATCH v2 00/35] common: Further reduce size of common.h even more
 2020-01-20 18:53 UTC  (71+ messages)
` [PATCH v2 01/35] common: Drop mdm_init()
` [PATCH v2 02/35] common: Move main_loop() to init.h
` [PATCH v2 03/35] common: Move flash_perror() to flash.h
` [PATCH v2 04/35] common: Drop checkflash() and checkdram()
` [PATCH v2 05/35] common: Move embedded fdt location to fdtdec.h
` [PATCH v2 06/35] common: Move do_tftpb() to net.h
` [PATCH v2 07/35] common: Move functions for loading from fat/ext2 to fs.h
` [PATCH v2 08/35] common: Move relocate_code() to init.h
` [PATCH v2 09/35] common: Move jumptable_init() out of common.h
` [PATCH v2 10/35] common: Drop floppy disk support
` [PATCH v2 11/35] common: Move reset_phy() to net.h
` [PATCH v2 12/35] common: Move CONFIG_SYS_DEF_EEPROM_ADDR out of common.h
` [PATCH v2 13/35] common: Drop CONFIG_POST_STD/ALT_LIST
` [PATCH v2 14/35] common: Drop CONFIG_HAS_POST
` [PATCH v2 15/35] common: Drop the symbol_lookup() declaration
` [PATCH v2 16/35] common: Move type declarations to linux/types.h
` [PATCH v2 17/35] common: Move device-tree setup functions to fdt_support.h
` [PATCH v2 18/35] common: arm: Move s_init() to an ARM-specific header
` [PATCH v2 19/35] common: Move ll_boot_init() to init.h
` [PATCH v2 20/35] common: Move upmconfig() to ppc.h
` [PATCH v2 21/35] common: Move clock functions into a new file
` [PATCH v2 22/35] common: Move get_tbclk() to time.h
` [PATCH v2 23/35] common: Move reset_misc() function to arch header
` [PATCH v2 24/35] common: Move reset_cpu() to the CPU header
` [PATCH v2 25/35] image: Rename load_addr, save_addr, save_size
` [PATCH v2 26/35] common: Move the image globals into image.h
` [PATCH v2 27/35] common: Rename and move source()
` [PATCH v2 28/35] common: Move RAM-sizing functions to init.h
` [PATCH v2 29/35] common: Move testdram() into init.h
` [PATCH v2 30/35] common: Move hang() to the same header as panic()
` [PATCH v2 31/35] common: Move check_member() to kernel.h
` [PATCH v2 32/35] common: Move ROUND() into kernel.h
` [PATCH v2 33/35] common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA
` [PATCH v2 34/35] common: Collect all the header files together
` [PATCH v2 35/35] common: Update comment to show progress

[PATCH] gitlab/azure: Update to latest container tag
 2020-01-20 18:49 UTC  (2+ messages)

[PATCH 1/3] mx7dsabre: Remove warning about DM_SPI_FLASH
 2020-01-20 18:48 UTC  (3+ messages)
` [PATCH 2/3] mx7dsabre: Enable DM_ETH

[PATCH] mx7ulp: Only enable LDO if it is not already enabled
 2020-01-20 18:13 UTC  (5+ messages)

[PATCH 00/11] rk3399: SPI boot support (fixes, updates)
 2020-01-20 17:40 UTC  (4+ messages)
` [PATCH 02/11] distro_bootcmd: Add SF support

[PATCH 0/1] Cortina Access Custodian
 2020-01-20 17:09 UTC  (3+ messages)
` [PATCH] MAINTAINERS, git-mailrc: cortina: add Custodian for Cortina Access Inc

[PATCH 0/4] Updates for ClearFog EEPROM
 2020-01-20 17:01 UTC  (7+ messages)

[PATCH] env: introduce CONFIG_ENV_DOTVARS_TEMPORARY
 2020-01-20 16:44 UTC  (2+ messages)

[PATCH 1/4] mx6sabre_common: Remove FEC related settings
 2020-01-20 16:31 UTC  (4+ messages)
` [PATCH 2/4] mx6sabresd: Convert PCI to driver model
` [PATCH 3/4] mx6sabresd: Convert ethernet "
` [PATCH 4/4] mx6sabreauto: Convert to DM_ETH

[PATCH] mx6sabresd: Convert PCI to driver model
 2020-01-20 16:23 UTC  (2+ messages)
` [PATCH 3/4] mx6sabresd: Convert ethernet "

[PATCH 1/4] mx6sabre_common: Remove FEC related settings
 2020-01-20 16:21 UTC 

[PATCH 0/4] Add Cortina Access basic DM drivers
 2020-01-20 15:27 UTC  (14+ messages)
` [PATCH 1/4] gpio: do not include <asm/arch/gpio.h> for Cortina CAxxxx SoCs
` [PATCH 2/4] gpio: cortina_gpio: add DM_GPIO driver for "
` [PATCH 3/4] watchdog: cortina_wdt: add support for HW WDT on "
` [PATCH 4/4] serial: serial_cortina: add UART DM driver for "

[PATCH v2 0/9] RISC-V SiFive FU540 support SPL
 2020-01-20 14:34 UTC  (25+ messages)
` [PATCH v2 1/9] misc: add driver for the Sifive otp controller
` [PATCH v2 2/9] Sifive: FU540: Add place-holder for FU540 clk
` [PATCH v2 3/9] Sifive: FU540: Add header files for SoC
` [PATCH v2 4/9] riscv: Add _image_binary_end for SPL
` [PATCH v2 5/9] lib: Makefile: build crc7.c when CONFIG_MMC_SPI
` [PATCH v2 6/9] riscv: sifive: dts: fu540: Add board -u-boot.dtsi files
` [PATCH v2 7/9] riscv: sifive: fu540: Add U-boot SPL header files
` [PATCH v2 8/9] riscv: sifive: fu540: add SPL configuration
` [PATCH v2 9/9] doc: update FU540 RISC-V documentation

[PATCH] mx6sxsabresd: Keep only one target
 2020-01-20 13:48 UTC 

[RFC 0/2] Import and use non-atomic bit-ops
 2020-01-20 12:43 UTC  (3+ messages)
` [RFC 1/2] include: Import non-atomic.h from Linux
` [RFC 2/2] ARC: Add support of bitops via generic implementation

[RFC 0/4] Support SDMA mode on RPI4 target - 32bit
 2020-01-20 12:24 UTC  (8+ messages)
  ` [RFC 1/4] mmc: bcm2835_sdhci: use phys2bus macro when dma address is accessed
  ` [RFC 2/4] mmc: sdhci: add quriks relevant to broken SDMA
  ` [RFC 3/4] mmc: bcm2835_sdhci: set SDHCI_QUIRK_BROKEN_SDMA flag
  ` [RFC 4/4] configs: rpi_4_32b_defconfig: enable SDHCI_SDMA config

[PATCH v2 00/10] ARM: clearfog: add run-time board detect
 2020-01-20 12:20 UTC  (11+ messages)
` [PATCH v2 01/10] ddr: marvell: a38x: allow board specific clock out setup
` [PATCH v2 02/10] arm: mvebu: clearfog: enable both DDR clocks
` [PATCH v2 03/10] cmd: add tlv_eeprom command
` [PATCH v2 04/10] ARM: mvebu: clearfog: add EEPROM devices
` [PATCH v2 05/10] ARM: mvebu: clearfog: add support for EEPROM TLV info
` [PATCH v2 06/10] ARM: mvebu: clearfog: read basic TLV data
` [PATCH v2 07/10] ARM: mvebu: clearfog: print TLV stored product name
` [PATCH v2 08/10] ARM: mvebu: clearfog: run-time selection of DT file
` [PATCH v2 09/10] ARM: mvebu: clearfog: add Clearfog GTR support
` [PATCH v2 10/10] ARM: mvebu: clearfog: add Clearfog Base serdes configuration

[PATCH] genboardscfg.py: fix python version dependency comment
 2020-01-20 12:07 UTC 

[PATCH] arch: arm: rockchip: order the rk3399 entries alphabetically
 2020-01-20 11:06 UTC  (5+ messages)

[PATCH 0/3] Improvements for ARC simulation platform
 2020-01-20 10:46 UTC  (4+ messages)
` [PATCH 1/3] ARC: nSIM: switch from ARC UART to DW UART
` [PATCH 2/3] ARC: nsim_{700|700be|hs38be}_defconfigs: Disable networking
` [PATCH 3/3] ARC: nsim_hs38: Add support of Virtio NET & BLK

[PATCH] ARC: Switch to generic accessors
 2020-01-20 10:37 UTC 

[PATCH] arm: dts: rockchip: puma: move U-Boot specific bits to u-boot.dtsi
 2020-01-20 10:11 UTC  (2+ messages)

[PATCH] arm: dts: rockchip: rk3399: Move U-Boot specific bits to rk3399-u-boot
 2020-01-20 10:11 UTC  (2+ messages)

[PATCH] arm: dts: rockchip: Update EVB/Puma devices to upstream USB/dwc3 conventions
 2020-01-20 10:11 UTC  (2+ messages)

[PATCH] ARC: Don't mess with endianess settings
 2020-01-20 10:09 UTC 

[PATCH v4 1/2] Kconfig: add btrfs to distro boot
 2020-01-20  9:34 UTC  (2+ messages)

[PATCH v2 13/21] dts: mtmips: add alternative pinmux node for uart2
 2020-01-20  9:21 UTC  (6+ messages)

[PATCH 1/2] MAINTAINERS, cortina: add common feature and platform enablement flag
 2020-01-20  9:06 UTC  (2+ messages)
` [PATCH 2/2] MAINTAINERS, cortina: add custom init for CA ARMv8 based SoCs

[GIT PULL] TI patches for v2020.04
 2020-01-20  9:06 UTC 

[PATCH] mtd: nand: Fix on-die ecc issues in arasan_nfc driver
 2020-01-20  8:48 UTC 

[PULL] Pull request: u-boot-stm32 u-boot-stm32-20200117
 2020-01-20  8:35 UTC  (2+ messages)

[U-Boot] [PATCH] omap34xx: SPL: enable MMC raw boot with u-boot.img
 2020-01-20  7:47 UTC  (2+ messages)

[PATCH v2 00/21] Refactor the architecture parts of mt7628
 2020-01-20  7:14 UTC  (6+ messages)

[PATCH v2 00/10] ClearFog Base static variant support
 2020-01-20  6:55 UTC  (16+ messages)
` [PATCH v2 01/10] arm: mvebu: fix SerDes table alignment
` [PATCH v2 02/10] arm: mvebu: solidrun: remove hardcoded DTS MAC address
` [PATCH v2 03/10] arm: mvebu: clearfog: initial ClearFog Base variant
` [PATCH v2 04/10] arm: mvebu: clearfog: Use Pro DT by default
` [PATCH v2 05/10] arm: mvebu: clearfog: Add SATA mode flags
` [PATCH v2 06/10] arm: mvebu: clearfog: Add option for 2.5 Gbps SFP
` [PATCH v2 07/10] arm: mvebu: clearfog: add SPI offsets
` [PATCH v2 08/10] arm: mvebu: enable working default boot support
` [PATCH v2 09/10] arm: mvebu: clearfog: move ENV params to Kconfig
` [PATCH v2 10/10] arm: mvebu: clearfog: reduce MMC boot assumptions

[U-Boot] [PATCH] arm: zynq: zybo z7: fix MIO init issue
 2020-01-20  6:50 UTC  (2+ messages)

[U-Boot] [PATCH] arm: zynq: zybo z7: fix SPL uart init bitrate
 2020-01-20  6:50 UTC  (2+ messages)

[PATCH] arm: omap: fix MPU DPLL divisor for 800MHz clock
 2020-01-20  6:04 UTC  (2+ messages)

[PATCH v2 0/8] AM654: Add USB support
 2020-01-20  6:03 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/6] J721e HS device support
 2020-01-20  6:03 UTC  (2+ messages)

[U-Boot] [PATCH] defconfigs: am43xx_hs_evm: Sync HS and non-HS defconfigs
 2020-01-20  6:02 UTC  (2+ messages)

[U-Boot] [PATCH] defconfigs: am335x_hs_evm: Sync HS and non-HS defconfigs
 2020-01-20  6:01 UTC  (2+ messages)

[PATCH v2 0/5] board: ti: j721e: Enable I2C and EEPROM
 2020-01-20  6:00 UTC  (2+ messages)

[PATCH v3 0/5] board: ti: beagleboneai: add initial support
 2020-01-20  6:00 UTC  (2+ messages)

[PATCH v2 0/7] Add Support for MMC/SD in J721e
 2020-01-20  5:59 UTC  (2+ messages)

[PATCH v4 00/10] dma: ti: k3-udma: Add support for J721e
 2020-01-20  5:58 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: dts: da850-lcdk: Update DTS files for SPL device tree support
 2020-01-20  5:57 UTC  (2+ messages)

[U-Boot] [PATCH] thermal: ti-bandgap: Fix adc value datatype
 2020-01-20  5:55 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] J721e: Add USB support
 2020-01-20  5:52 UTC  (2+ messages)
`  "

[U-Boot] [PATCH v2 0/2] spi: cadence-qspi: Move to spi-mem APIs
 2020-01-20  4:39 UTC  (2+ messages)
`  "

[PATCH 0/3] sunxi: Sync H3/H5 DT and add ALL-H3-IT and ALL-H5-CC
 2020-01-20  2:35 UTC  (2+ messages)

Pull request: u-boot-rockchip-20200120
 2020-01-20  2:30 UTC 

[PATCH] mx7ulp: soc: s_init should only be executed once
 2020-01-19 23:23 UTC  (5+ messages)

[PATCH] cmd: Ensure sf operates on spi flash
 2020-01-19 23:13 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] arm: dts: imx7ulp-evk: remove mux value from pad configuration
 2020-01-19 18:53 UTC  (5+ messages)

[PATCH 1/1] crypto: make mod_exp_sw() static
 2020-01-19 18:48 UTC 

[PATCH 1/1] lib: Kconfig dependencies for seudo-random library
 2020-01-19 18:28 UTC  (2+ messages)
` [PATCH v2 1/1] lib: Kconfig dependencies for pseudo-random library

[U-Boot] [PATCH] ARM: reset: use do_reset in SPL/TPL if SYSRESET was not enabled for them
 2020-01-19 14:10 UTC  (8+ messages)
` [RFC PATCH] imx: imx8mm-evk/imx8mn-evk: enable sysreset driver for SPL

[PATCH v2 01/21] mips: add support to restore exception vector base before booting linux
 2020-01-19  9:08 UTC  (4+ messages)

[PATCH] lib: rsa: consider CONFIG_SPL_RSA
 2020-01-19  8:26 UTC 

[PATCH] arm: dts: i.mx8x: add #cooling-cells properties
 2020-01-19  7:40 UTC  (3+ messages)

Apollo Lake GPIO driver with Coreboot/U-Boot
 2020-01-19  7:39 UTC  (4+ messages)
  ` Antwort: "


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