public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-10-21 03:38:16 to 2019-10-21 23:26:47 UTC [more...]

[U-Boot] [PATCH v2 00/10] bootstage: TPL and SPL improvements
 2019-10-21 23:26 UTC  (6+ messages)
` [U-Boot] [PATCH v2 01/10] tiny-printf: Reduce size by removing ctype
` [U-Boot] [PATCH v2 02/10] tiny-printf: Add print_grouped_ull()
` [U-Boot] [PATCH v2 03/10] tiny-printf: Reorder code to support %p
` [U-Boot] [PATCH v2 04/10] bloblist: Reserve an aligned base
` [U-Boot] [PATCH v2 05/10] bootstage: Store the next ID in the stash

[U-Boot] [PATCH] armv8: fsl-lsch3: convert CONFIG_TARGET_x to CONFIG_ARCH_x
 2019-10-21 23:10 UTC 

[U-Boot] [PATCH] test/py: hush_if_test: Add tests to cover octal/hex values
 2019-10-21 23:04 UTC  (7+ messages)

[U-Boot] [PATCH] net: eth-uclass: ignore unavailable devices
 2019-10-21 23:03 UTC 

[U-Boot] Need help with verified u-boot on Tegra TX2
 2019-10-21 22:54 UTC  (4+ messages)
  ` [U-Boot] [EXTERNAL] "

[U-Boot] [PATCH v3 022/108] x86: timer: Use a separate flag for whether timer is inited
 2019-10-21 22:53 UTC  (78+ messages)
` [U-Boot] [PATCH v3 025/108] x86: tpl: Add a fake PCI bus
` [U-Boot] [PATCH v3 035/108] x86: power: Add a 'pmc' command
` [U-Boot] [PATCH v3 051/108] x86: Set up the MTRR for SDRAM
` [U-Boot] [PATCH v3 052/108] x86: Don't imply libfdt or SPI flash in TPL
` [U-Boot] [PATCH v3 053/108] x86: Allow removal of standard PCH drivers
` [U-Boot] [PATCH v3 054/108] x86: Allow interrupt to happen once
` [U-Boot] [PATCH v3 055/108] x86: fsp: Make graphics support common to FSP1/2
` [U-Boot] [PATCH v3 056/108] x86: fsp: Correct wrong header inlude in fsp_support.c
` [U-Boot] [PATCH v3 057/108] x86: fsp: Add FSP2 base support
` [U-Boot] [PATCH v3 058/108] x86: fsp: Set up an MTRR for the graphics frame buffer
` [U-Boot] [PATCH v3 059/108] x86: fsp: Add a new arch_fsp_init_r() hook
` [U-Boot] [PATCH v3 060/108] x86: fsp: Allow remembering the location of FSP-S
` [U-Boot] [PATCH v3 061/108] x86: fsp: Make the notify API call common
` [U-Boot] [PATCH v3 062/108] x86: Don't include the BIOS emulator in TPL
` [U-Boot] [PATCH v3 063/108] x86: Add an option to include a FIT
` [U-Boot] [PATCH v3 064/108] x86: Add support for newer CAR schemes
` [U-Boot] [PATCH v3 065/108] x86: Disable microcode section for FSP2
` [U-Boot] [PATCH v3 066/108] x86: Update the fsp command "
` [U-Boot] [PATCH v3 067/108] x86: Update .dtsi file "
` [U-Boot] [PATCH v3 068/108] x86: Add an option to control the position of U-Boot
` [U-Boot] [PATCH v3 069/108] x86: Add an option to control the position of SPL
` [U-Boot] [PATCH v3 070/108] x86: Add an fdtmap and image-header
` [U-Boot] [PATCH v3 071/108] x86: Don't repeat microcode in U-Boot if not needed
` [U-Boot] [PATCH v3 072/108] x86: Separate out U-Boot and device tree in ROM image
` [U-Boot] [PATCH v3 073/108] x86: Make MSR_PKG_POWER_SKU common
` [U-Boot] [PATCH v3 074/108] spi: Correct operations check in dm_spi_xfer()
` [U-Boot] [PATCH v3 075/108] x86: spi: Don't enable SPI_FLASH_BAR by default
` [U-Boot] [PATCH v3 076/108] spi: ich: Move init function just above probe()
` [U-Boot] [PATCH v3 077/108] spi: ich: Move the protection/lockdown code into a function
` [U-Boot] [PATCH v3 078/108] spi: ich: Convert to livetree
` [U-Boot] [PATCH v3 079/108] spi: ich: Fix header order
` [U-Boot] [PATCH v3 080/108] spi: ich: Various small tidy-ups
` [U-Boot] [PATCH v3 081/108] spi: ich: Add mmio_base to struct ich_spi_platdata
` [U-Boot] [PATCH v3 082/108] spi: ich: Correct max-size bug in ich_spi_adjust_size()
` [U-Boot] [PATCH v3 083/108] spi: ich: Support of-platdata for fast-spi
` [U-Boot] [PATCH v3 084/108] spi: ich: Support hardware sequencing
` [U-Boot] [PATCH v3 085/108] spi: ich: Add support for get_mmap() method
` [U-Boot] [PATCH v3 086/108] spi: ich: Add TPL support
` [U-Boot] [PATCH v3 087/108] spi: ich: Add Apollolake support
` [U-Boot] [PATCH v3 088/108] mtd: spi: Export spi_flash_std_probe()
` [U-Boot] [PATCH v3 089/108] x86: apollolake: Add basic IO addresses
` [U-Boot] [PATCH v3 090/108] x86: apollolake: Add PMC driver
` [U-Boot] [PATCH v3 091/108] x86: apollolake: Add low-power subsystem (lpss) support
` [U-Boot] [PATCH v3 092/108] x86: apollolake: Add UART driver
` [U-Boot] [PATCH v3 093/108] x86: apollolake: Add GPIO driver
` [U-Boot] [PATCH v3 094/108] i2c: designware: Add apollolake support
` [U-Boot] [PATCH v3 095/108] x86: apollolake: Add systemagent driver
` [U-Boot] [PATCH v3 096/108] x86: apollolake: Add hostbridge driver
` [U-Boot] [PATCH v3 097/108] x86: apollolake: Add ITSS driver
` [U-Boot] [PATCH v3 098/108] x86: apollolake: Add LPC driver
` [U-Boot] [PATCH v3 099/108] x86: apollolake: Add PCH driver
` [U-Boot] [PATCH v3 100/108] x86: apollolake: Add PUNIT driver
` [U-Boot] [PATCH v3 101/108] x86: apollolake: Add SPL loaders
` [U-Boot] [PATCH v3 102/108] x86: apollolake: Add a CPU driver
` [U-Boot] [PATCH v3 103/108] x86: apollolake: Add SPL/TPL init
` [U-Boot] [PATCH v3 104/108] x86: apollolake: Add P2SB driver
` [U-Boot] [PATCH v3 105/108] x86: apollolake: Add Kconfig and Makefile
` [U-Boot] [PATCH v3 106/108] x86: apollolake: Add FSP structures
` [U-Boot] [PATCH v3 107/108] x86: apollolake: Add FSP support
` [U-Boot] [PATCH v3 108/108] x86: Add chromebook_coral

[U-Boot] [PATCH v3 000/108] x86: Add initial support for apollolake
 2019-10-21 22:53 UTC  (3+ messages)

[U-Boot] [PATCH v1 0/3] gpio: Add a managed API
 2019-10-21 22:53 UTC  (5+ messages)
` [U-Boot] [PATCH v1 1/3] drivers: gpio: Handle gracefully NULL pointers

[U-Boot] [PATCH] armv8: fsl-layerscape: introduce fsl_board_late_init()
 2019-10-21 20:37 UTC 

[U-Boot] [PATCH] armv8: fsl-layerscape: fix hwconfig and prefetching
 2019-10-21 20:37 UTC 

[U-Boot] Issues with driver binding and probing
 2019-10-21 19:26 UTC  (5+ messages)
  ` [U-Boot] [EXT] "

[U-Boot] i.MX6UL Secure Boot Problem
 2019-10-21 19:15 UTC 

[U-Boot] [PATCH v3 1/3] spi: Kconfig: Enable SPI_SUNXI for SUNXI
 2019-10-21 18:21 UTC  (4+ messages)
` [U-Boot] [PATCH v3 3/3] configs: sopine-baseboard: Enable SPI-FLASH

[U-Boot] [PATCH] dm: pinctrl: fix for introduce PINCONF_RECURSIVE option
 2019-10-21 18:09 UTC  (4+ messages)

[U-Boot] [PATCH] armv8: layerscape: set HWCONFIG_BUFFER_SIZE
 2019-10-21 17:34 UTC 

[U-Boot] [PATCH] armv8: fsl-layerscape: use IS_ENABLED()
 2019-10-21 17:32 UTC 

[U-Boot] [PATCH] warp7: Fix U-Boot corruption after saving the environment
 2019-10-21 17:32 UTC  (5+ messages)

[U-Boot] [PATCH v2] dm: pinctrl: fix for introduce PINCONF_RECURSIVE option
 2019-10-21 17:26 UTC  (2+ messages)

[U-Boot] [PATCH] pinctrl: Kconfig: remove duplicated nodes
 2019-10-21 17:26 UTC  (3+ messages)

[U-Boot] [PATCH 1/1] imx: include files should be chmod 644
 2019-10-21 17:14 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] mach-imx: Adding new argument for SIP call interface
 2019-10-21 17:12 UTC  (4+ messages)
` [U-Boot] [PATCH 2/3] imx8: add sc_misc_seco_build_info()
` [U-Boot] [PATCH 3/3] imx8: output SECO-FW, ATF and imx-mkimage commit IDs

[U-Boot] [PATCH 1/2] spi: nxp_fspi: new driver for the FlexSPI controller
 2019-10-21 16:51 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] arm: ls1028a: use the new flexspi driver

[U-Boot] [PATCH] cmd: avb: Fix requested partitions list
 2019-10-21 16:25 UTC  (4+ messages)

[U-Boot] [PATCH 00/10] Moving test/py to Python 3
 2019-10-21 15:51 UTC  (8+ messages)
` [U-Boot] [PATCH 01/10] gitlab-ci: Fix indentation in some stanzas
` [U-Boot] [PATCH 02/10] gitlab-ci: Prepend to PATH rather than overwrite it
` [U-Boot] [PATCH 03/10] test/py: Fix pytest4 deprecation warnings

[U-Boot] [PATCH] imx: imx8qxp_mek: increase buffer sizes and args number
 2019-10-21 15:31 UTC 

[U-Boot] [PATCH 0/4] aes: add support for aes192 and aes256
 2019-10-21 15:25 UTC  (3+ messages)
` [U-Boot] [PATCH 1/4] aes: add a define for the size of a block

[U-Boot] [PATCH V2 0/4] pytest: add a simple test to check the command aes
 2019-10-21 15:25 UTC  (3+ messages)
` [U-Boot] [PATCH V2 1/4] sandbox: enable "

[U-Boot] [PATCH 0/4] pytest: add a simple test to check the command aes
 2019-10-21 15:25 UTC  (3+ messages)
` [U-Boot] [PATCH 1/4] sandbox: enable "

[U-Boot] [PATCH] imx: imx8: fix loading container image from eMMC boot partitions
 2019-10-21 15:21 UTC 

[U-Boot] [PATCH] microblaze: Fix tab indentation in start.S
 2019-10-21 14:26 UTC 

[U-Boot] [PATCH] common: command: Fix manual relocation for repeatable command
 2019-10-21 14:25 UTC 

[U-Boot] [PATCH v2 3/3] rockchip: config: update CONFIG_SPL_MAX_SIZE for 64bit CPUs
 2019-10-21 14:03 UTC  (4+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH] ehci-mx6: Update EHCI driver to support OTG0 on i.MX7ULP
 2019-10-21 13:56 UTC  (2+ messages)

[U-Boot] [PATCH] spi-nor-ids: Add support for Adesto AT25SL321
 2019-10-21 13:51 UTC 

[U-Boot] [PATCH 1/7] mx7ulp: Print the LDO mode status
 2019-10-21 13:50 UTC  (7+ messages)
` [U-Boot] [PATCH 2/7] mx7ulp: Introduce the CONFIG_LDO_ENABLED_MODE option
` [U-Boot] [PATCH 3/7] mx7ulp: Remove the _RUN notation from the PMC1 LDOVL definitions
` [U-Boot] [PATCH 4/7] mx7ulp: scg: Remove unnused scg_a7_apll_init()
` [U-Boot] [PATCH 5/7] mx7ulp: Allow setting a lower DDR frequency
` [U-Boot] [PATCH 6/7] mx7ulp: Sync the device tree related files
` [U-Boot] [PATCH 7/7] mx7ulp: Add support for Embedded Artists COM board

[U-Boot] [PATCH v2] cmd: avb: Support A/B slots
 2019-10-21 13:40 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/5] imx: nandbcb: support for i.MX7 and bcb only updates
 2019-10-21 13:38 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/5] imx: gpmi: add defines for hw randominizer
` [U-Boot] [PATCH v2 2/5] nand: mxs_nand: add API for switching different BCH layouts
` [U-Boot] [PATCH v2 3/5] imx: nandbcb: add support for i.MX7
` [U-Boot] [PATCH v2 4/5] imx: nandbcb: refactor update function
` [U-Boot] [PATCH v2 5/5] imx: nandbcb: add support for writing BCB only

[U-Boot] [PATCH v2 1/3] imx6ul: opos6ul: migrate to DM_ETH
 2019-10-21 13:33 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/3] opos6uldev: migrate to DM_VIDEO
` [U-Boot] [PATCH v2 3/3] video: mxsfb: set gd->fb_base

[U-Boot] [PATCH] fdt: Fix alignment issue when reading 64-bits properties
 2019-10-21 12:49 UTC 

[U-Boot] [PATCH] spl: imx: Use correct boot-device in spl_boot_mode
 2019-10-21 11:14 UTC 

[U-Boot] [PATCH v5 0/2] Add board support for iMX8QXP AI_ML board
 2019-10-21 11:00 UTC  (2+ messages)

[U-Boot] [PATCH] cmd: avb: Support A/B slots
 2019-10-21 10:52 UTC  (3+ messages)

[U-Boot] [PATCH 0/3] mmc: fsl_esdhc: clean up driver
 2019-10-21 10:09 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] mmc: fsl_esdhc: make BLK as hard requirement of DM_MMC
` [U-Boot] [PATCH 2/3] mmc: fsl_esdhc: remove redundant DM_MMC checking
` [U-Boot] [PATCH 3/3] mmc: fsl_esdhc: drop i.MX DDR support code

[U-Boot] [PATCH v2 00/10] misc: Add AVS class 0 support for AM6
 2019-10-21  9:25 UTC  (11+ messages)
` [U-Boot] [PATCH v2 01/10] misc: k3_avs: add driver for K3 Adaptive Voltage Scaling Class 0
` [U-Boot] [PATCH v2 02/10] arm: mach-k3: am6_init: Initialize AVS class 0
` [U-Boot] [PATCH v2 03/10] clk: clk-ti-sci: Notify AVS driver upon setting clock rate
` [U-Boot] [PATCH v2 04/10] power: regulator: tps6236x: add support for tps6236x regulators
` [U-Boot] [PATCH v2 05/10] arm: dts: k3-am65: Add VTM node
` [U-Boot] [PATCH v2 06/10] arm: dts: k3-am654-r5-base-board: enable wkup_i2c0 driver for spl
` [U-Boot] [PATCH v2 07/10] arm: dts: k3-am654-r5-base-board: add supply rail for MPU
` [U-Boot] [PATCH v2 08/10] arm: dts: k3-am654-r5-base-board: enable wkup_vtm0 node and link in supplies
` [U-Boot] [PATCH v2 09/10] configs: am65x_evm_r5_defconfig: Enable TPS62363 regulator support
` [U-Boot] [PATCH v2 10/10] configs: am65x_evm_r5_defconfig: Enable AVS class 0 support

[U-Boot] [PATCH v5 00/19] Add Intel Agilex SoC support
 2019-10-21  9:05 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/4] arm: socfpga: Convert drivers from struct to defines
 2019-10-21  9:05 UTC  (2+ messages)

[U-Boot] [PATCH] MIPS: remove Micronas VCT boards
 2019-10-21  9:03 UTC  (2+ messages)

[U-Boot] [PATCH] configs: spi: Miss the SPI_FLASH_BAR for ESPI
 2019-10-21  9:02 UTC 

[U-Boot] [PATCH 1/3] ARM: imx: Rename imx6_is_bmode_from_gpr9 to imx6_is_bmode_from_gpr10
 2019-10-21  8:45 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/5] rockchip: Add Binman support
 2019-10-21  8:16 UTC  (7+ messages)
` [U-Boot] [PATCH v3 2/5] Makefile: Rename idbloader.img with u-boot-spl-rockchip.bin
` [U-Boot] [PATCH v3 4/5] rockchip: Add Binman support

[U-Boot] [PATCH v5 00/26]MTD defconfigs/Kconfigs/Makefiles heavy cleanup
 2019-10-21  8:12 UTC  (4+ messages)

[U-Boot] [PATCH] microblaze: Unify Linux bootm process
 2019-10-21  7:24 UTC 

[U-Boot] [PATCH] microblaze: Fix FDT message in boot_prep_linux()
 2019-10-21  7:23 UTC 

[U-Boot] [PATCH v2 0/5] Add support for MediaTek MT8518 Soc
 2019-10-21  6:59 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/5] ARM: MediaTek: Add support for MediaTek MT8518 SoC
` [U-Boot] [PATCH v2 2/5] clk: mediatek: add driver for MT8518
` [U-Boot] [PATCH v2 3/5] mmc: mtk-sd: Adjust the mmc tuning flow
` [U-Boot] [PATCH v2 4/5] pinctrl: add driver for MT8518
` [U-Boot] [PATCH v2 5/5] ARM: MediaTek: add basic support for MT8518 boards

[U-Boot] [PATCH 0/8] Enablement of PCIe controller for LX2-Rev2
 2019-10-21  6:19 UTC  (8+ messages)
` [U-Boot] [PATCH 1/8] driver/pci : enable pcie layerscape code for pcie gen4 code
` [U-Boot] [PATCH 2/8] pci: layerscape: Add stream_id_cur field to ls_pcie structure
` [U-Boot] [PATCH 3/8] pci: layerscape: Update API names for layerscape fixup

[U-Boot] [PATCH 00/10] power: Add AVS class 0 support for AM6
 2019-10-21  6:17 UTC  (5+ messages)
` [U-Boot] [PATCH 01/10] power: add driver for K3 Adaptive Voltage Scaling Class 0

[U-Boot] [PATCH 0/2] armv8: fsl-layerscape: Allow use of PSCI handlers for ls1088a
 2019-10-21  5:50 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] armv8: dts: ls1088a: add PSCI binding for LS1088A

[U-Boot] [PATCH v2 1/6] armv8: fsl-layerscape: guard caam specific defines
 2019-10-21  5:27 UTC  (3+ messages)

[U-Boot] [PATCH v5 1/5] spl: dm: disable SPI DM flash for non-DM SPL
 2019-10-21  3:51 UTC  (11+ messages)


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