messages from 2019-09-23 18:50:32 to 2019-09-25 14:11:22 UTC [more...]
[U-Boot] [PATCH v2 00/38] x86: Various modifications to prepare for FSP2
2019-09-25 14:11 UTC (14+ messages)
` [U-Boot] [PATCH v2 01/38] binman: Pass the toolpath to binman from the main Makefile
` [U-Boot] [PATCH v2 02/38] binman: Allow selection of logging verbosity
` [U-Boot] [PATCH v2 03/38] dm: gpio: Allow control of GPIO uclass in SPL
` [U-Boot] [PATCH v2 04/38] mtd: spi: Add 'struct spi_flash {' to the code
` [U-Boot] [PATCH v2 05/38] serial: ns16550: Allow serial to enabled/disabled in SPL
` [U-Boot] [PATCH v2 06/38] spl: Correct priority selection for image loaders
` [U-Boot] [PATCH v2 07/38] spl: Avoid checking for Ctrl-C in SPL with print_buffer()
` [U-Boot] [PATCH v2 08/38] spl: handoff: Correct Kconfig condition for SPL and TPL
` [U-Boot] [PATCH v2 09/38] spl: Add an arch-specific hook for writing to SPL handoff
` [U-Boot] [PATCH v2 10/38] spl: Set up the bloblist in board_init_r()
` [U-Boot] [PATCH v2 11/38] spl: Add a function to determine the U-Boot phase
` [U-Boot] [PATCH v2 12/38] x86: spi: Add a driver for the Intel Fast SPI interface
` [U-Boot] [PATCH v2 13/38] spi: sandbox: Add a test driver for sandbox SPI flash
[U-Boot] [PATCH v3 00/10] x86: Prepare for adding FSP2 code
2019-09-25 14:00 UTC (11+ messages)
` [U-Boot] [PATCH v3 01/10] x86: Rename existing FSP code to fsp1
` [U-Boot] [PATCH v3 02/10] x86: Move fsp_azalia.h to the generic fsp directory
` [U-Boot] [PATCH v3 03/10] x86: Create a new fsp_arch.h header
` [U-Boot] [PATCH v3 04/10] x86: Move fsp_api.h inclusion out of fsp_support.h
` [U-Boot] [PATCH v3 05/10] x86: Move fsp_types.h to the generic fsp directory
` [U-Boot] [PATCH v3 06/10] x86: Move fsp_fv.h "
` [U-Boot] [PATCH v3 07/10] x86: Move fsp_hob.h "
` [U-Boot] [PATCH v3 08/10] x86: Move fsp_infoheader.h "
` [U-Boot] [PATCH v3 09/10] x86: Move fsp_bootmode.h "
` [U-Boot] [PATCH v3 10/10] x86: Move fsp_ffs.h include to fsp_arch.h
[U-Boot] help with serial on the rockchip64
2019-09-25 13:54 UTC (5+ messages)
[U-Boot] [RESEND PATCH v2 00/13] ARM: davinci: driver-model improvements
2019-09-25 13:34 UTC (3+ messages)
` [U-Boot] [RESEND PATCH v2 12/13] davinci: omapl138-lcdk: enable driver-model in SPL
[U-Boot] [PATCH 00/10] microblaze: External initrd support
2019-09-25 11:42 UTC (11+ messages)
` [U-Boot] [PATCH 01/10] microblaze: Remove unused variable ram_base
` [U-Boot] [PATCH 02/10] microblaze: Move CONFIG_LMB from board file to config.h
` [U-Boot] [PATCH 03/10] microblaze: Fix lmb memory initialization
` [U-Boot] [PATCH 04/10] microblaze: Define arch_lmb_reserve
` [U-Boot] [PATCH 05/10] microblaze: Switch to generic bootm implementation
` [U-Boot] [PATCH 06/10] microblaze: Enable cache by default
` [U-Boot] [PATCH 07/10] microblaze: Setup reasonable maximum bootm len
` [U-Boot] [PATCH 08/10] microblaze: Setup initrd_high and fdt_high at run time
` [U-Boot] [PATCH 09/10] microblaze: Remove additional headers
` [U-Boot] [PATCH 10/10] microblaze: Enable random mac generation
[U-Boot] [PATCH 1/2] spi-nor: spi-nor-ids: Merge "n25q512a" and "mt25qu512a" entries
2019-09-25 11:24 UTC (15+ messages)
` [U-Boot] [PATCH 2/2] spi-nor: spi-nor-ids: Disable SPI_NOR_4B_OPCODES for n25q512* and n25q256*
` [U-Boot] [EXT] "
[U-Boot] [PATCH] initcall.h: initcall_run_list(): Improve debug output
2019-09-25 11:10 UTC
[U-Boot] [PATCH v3 00/28] Add and update drivers for MediaTek MT76x8 SoCs
2019-09-25 11:09 UTC (30+ messages)
` [U-Boot] [PATCH v3 01/28] serial: serial_mtk: enable FIFO and disable flow control
` [U-Boot] [PATCH v3 02/28] serial: serial_mtk: add non-DM version for SPL
` [U-Boot] [PATCH v3 03/28] dts: mtmips: move uart property clock-frequency into mt7628an.dtsi
` [U-Boot] [PATCH v3 04/28] dts: mtmips: enable high-speed UART support for mt7628
` [U-Boot] [PATCH v3 05/28] clk: add clock driver for MediaTek MT76x8 platform
` [U-Boot] [PATCH v3 06/28] dts: mtmips: add clock node for mt7628
` [U-Boot] [PATCH v3 07/28] spi: mt7621-spi: use clock frequency from clk driver
` [U-Boot] [PATCH v3 08/28] spi: mt7621-spi: remove data cache and rewrite its xfer function
` [U-Boot] [PATCH v3 09/28] spi: mt7621-spi: restore default register value after each xfer
` [U-Boot] [PATCH v3 10/28] pinctrl: add support for MediaTek MT7628
` [U-Boot] [PATCH v3 11/28] dts: mtmips: add pinctrl node for mt7628
` [U-Boot] [PATCH v3 12/28] dts: mtmips: add default pinctrl for uart nodes
` [U-Boot] [PATCH v3 13/28] reset: add reset controller driver for MediaTek MIPS platform
` [U-Boot] [PATCH v3 14/28] dts: mtmips: update reset controller node for mt7628
` [U-Boot] [PATCH v3 15/28] phy: mt76x8-usb-phy: add slew rate calibration and remove non-mt7628 part
` [U-Boot] [PATCH v3 16/28] net: mt7628-eth: remove hardcoded gpio settings and regmap-based phy reset
` [U-Boot] [PATCH v3 17/28] net: mt7628-eth: make phy link up detection optional via DT
` [U-Boot] [PATCH v3 18/28] net: mt7628-eth: free rx descriptor on receiving failure
` [U-Boot] [PATCH v3 19/28] net: mt7628-eth: add support to isolate LAN/WAN ports
` [U-Boot] [PATCH v3 20/28] dts: mtmips: enable eth port0 led and link poll functions for all boards
` [U-Boot] [PATCH v3 21/28] mmc: mtk-sd: add support for MediaTek MT7620/MT7628 SoCs
` [U-Boot] [PATCH v3 22/28] mmc: mtk-sd: add a dts property cd-active-high for builtin-cd mode
` [U-Boot] [PATCH v3 23/28] dts: mtmips: add mmc related nodes for mt7628an.dtsi
` [U-Boot] [PATCH v3 24/28] dts: mtmips: add default pinctrl for gardena-smart-gateway-mt7688
` [U-Boot] [PATCH v3 25/28] dts: mtmips: add default pinctrl to eth nodes for all boards
` [U-Boot] [PATCH v3 26/28] mips: mtmips: change baudrate table "
` [U-Boot] [PATCH v3 27/28] mips: mtmips: select essential drivers in Kconfig
` [U-Boot] [PATCH v3 28/28] configs: mtmips: remove configs which are selected in Kconfig or useless
[U-Boot] [PATCH 1/2] ARM: zynq: Define default SYS_PROMPT
2019-09-25 11:05 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] arm64: zynqmp: "
[U-Boot] [v3, 1/2] armv7: ls102xa: add errata ID A-008646 for workaround
2019-09-25 10:40 UTC (2+ messages)
` [U-Boot] [v3, 2/2] armv7: ls102xa: Don't power down OCRAM1 during deep sleep
[U-Boot] [PATCH v2 0/4] Fix default values for address and size cells
2019-09-25 9:57 UTC (2+ messages)
[U-Boot] [RFC 1/3] scsi: ata: Add DM SCSI interface to support None AHCI sata driver
2019-09-25 9:54 UTC (3+ messages)
` [U-Boot] [RFC 2/3] ata: sata_sil: Add sata DM support for Silicon driver
` [U-Boot] [RFC 3/3] ata: fsl_sata: Add sata DM support for Freescale powerpc socs
[U-Boot] u-boot: raspberry pi 4 with 4G ram, bdinfo: dram bank size is < 1G
2019-09-25 9:51 UTC (2+ messages)
[U-Boot] [v2] armv7: ls102xa: Correct endianness of SCFG_SPARECR8 read
2019-09-25 9:48 UTC
[U-Boot] armv7: ls102xa: Fix endianness of SCFG_SPARECR8
2019-09-25 9:45 UTC (3+ messages)
[U-Boot] [v2, 1/2] armv7: ls102xa: add errata ID A-008646 for workaround
2019-09-25 9:39 UTC (6+ messages)
` [U-Boot] [v2,2/2] armv7: ls102xa: not power down OCRAM1
[U-Boot] [PATCH] configs: apalis-tk1: Do not define CONFIG_SYS_BOOT_RAMDISK_HIGH again
2019-09-25 9:16 UTC
[U-Boot] [PATCH RFT 0/3] spi-nor: spi-nor-ids: Fix 4 Byte addressing for n25q256 and n25q512*
2019-09-25 9:09 UTC (19+ messages)
` [U-Boot] [PATCH RFT 1/3] spi-nor: spi-nor-ids: Disable SPI_NOR_4B_OPCODES for n25q512* and n25q256*
` [U-Boot] [PATCH RFT 2/3] spi-nor: spi-nor-ids: Rename mt25qu512a entry
` [U-Boot] [PATCH RFT 3/3] spi-nor: spi-nor-ids: Add entries for newer variants of n25q256* and n25q512*
[U-Boot] [PATCH] configs: j721e_evm_a72: Disable PSCI_RESET
2019-09-25 9:08 UTC
[U-Boot] [PATCH] configs: am65x_evm_a53: Disable PSCI_RESET
2019-09-25 9:08 UTC
[U-Boot] [PATCH 1/3] imx8: Add AHAB secure boot support
2019-09-25 8:11 UTC (3+ messages)
` [U-Boot] [PATCH 2/3] imx8qm: mek: add secure boot script
` [U-Boot] [PATCH 3/3] imx8qxp: "
[U-Boot] Regressions in MTD / SPI FLASH
2019-09-25 7:56 UTC (10+ messages)
[U-Boot] [PATCH v2] armv8: ls1028a: add more personalities support
2019-09-25 6:10 UTC (5+ messages)
[U-Boot] [PATCH V2 1/2] power: domain: add dev_power_domain_on
2019-09-25 5:24 UTC (8+ messages)
` [U-Boot] [PATCH V2 2/2] core: device: use dev_power_domain_on
[U-Boot] [PATCH v1] armv8: fsl-layerscape: LS1044A/1048A: enable Only 1x 10GE port
2019-09-25 4:58 UTC (2+ messages)
[U-Boot] [RFC 00/15] efi_loader: add secure boot support
2019-09-25 4:19 UTC (5+ messages)
` [U-Boot] [RFC 06/15] secure boot: rename CONFIG_SECURE_BOOT
[U-Boot] [PATCH] mmc: am654_sdhci: Drop a redundant power_domain_on in probe
2019-09-25 1:34 UTC (2+ messages)
[U-Boot] envtools with tools-only_defconfig fails to build after v2019.10-rc1
2019-09-24 21:42 UTC (9+ messages)
[U-Boot] [PATCH v2 0/6] Raspberry Pi4: add support for DFU over USB
2019-09-24 19:49 UTC (10+ messages)
` [U-Boot] [PATCH v2 1/6] fat: write: fix broken write to fragmented files
` [U-Boot] [PATCH v2 2/6] fat: write: fix broken write at non-zero file offset
` [U-Boot] [PATCH v2 3/6] dfu: mmc: rearrange the code
` [U-Boot] [PATCH v2 4/6] dfu: mmc: remove file size limit for io operations
` [U-Boot] [PATCH v2 5/6] usb: dwc2_udc_otg: add bcm2835 SoC (Raspberry Pi4) support
` [U-Boot] [PATCH v2 6/6] config: enable DFU over USB on Raspberry Pi4 boards
[U-Boot] [PATCH] Revert "ARM: tegra: reserve unmapped RAM so EFI doesn't use it"
2019-09-24 19:05 UTC (3+ messages)
[U-Boot] ROCK64 fails to boot using U-Boot TPL
2019-09-24 18:50 UTC (18+ messages)
[U-Boot] [PATCH 0/7] am57xx: Implement Android 10 boot flow
2019-09-24 18:41 UTC (5+ messages)
` [U-Boot] [PATCH 3/7] cmd: bootimg: Add bootimg command
[U-Boot] [PATCH v2] Update MAINTAINERS to include environment files
2019-09-24 16:39 UTC
[U-Boot] [PATCH v4 00/15] splash screen on the stm32f769 & stm32mp1 boards
2019-09-24 13:43 UTC (4+ messages)
` [U-Boot] [PATCH v4 01/15] video: bmp: check resolutions of panel/bitmap
[U-Boot] [PATCH v2 0/3] imx6ull: Fix missing initial output from UART
2019-09-24 12:56 UTC (2+ messages)
[U-Boot] [PATCH] LS1043A: Add bugfix for IFC beyond 4 GiB
2019-09-24 10:45 UTC
[U-Boot] [PATCH] cmd: part: number: return hexadecimal value
2019-09-24 10:20 UTC (3+ messages)
[U-Boot] [PATCH v1 0/3] Add support for DFU boot to DRA7-based EVMs
2019-09-24 10:05 UTC (4+ messages)
` [U-Boot] [PATCH v1 1/3] ARM: dts: dra7: Add usb peripheral nodes in spl
` [U-Boot] [PATCH v1 2/3] configs: dra7xx_evm: Add Kconfigs for SPL_DFU bootmode
` [U-Boot] [PATCH v1 3/3] configs: dra7xx_evm: Increase the size of SPL_MULTI_DTB_FIT
[U-Boot] [PATCH V3 0/4] pytest: add a simple test to check the command aes
2019-09-24 9:32 UTC (5+ 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] [PATCH V3 4/4] pytest: add a new test for aes
[U-Boot] am335x_evm SPL no longer fits
2019-09-24 6:58 UTC
[U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190923
2019-09-24 1:41 UTC (9+ messages)
` [U-Boot] [PATCH] imx: mx6ul_14x14_evk: fix link issue
[U-Boot] [PATCH] Kconfig: fix a typo in the description of bmp command
2019-09-23 21:43 UTC
[U-Boot] [PATCH 1/1] efi_loader: SetVariable() deleting variables
2019-09-23 20:49 UTC
[U-Boot] [PATCH 1/1] efi_loader: SetVariable() fix illegal return
2019-09-23 20:44 UTC
[U-Boot] [Buildman] libmpfr.so.4 error when running buildman in Ubuntu 18.04
2019-09-23 20:09 UTC (3+ messages)
[U-Boot] [PATCH v2] imx: wandboard: convert FEC support to DM_ETH
2019-09-23 19:06 UTC (3+ messages)
[U-Boot] [PATCH v2] splash: fix splash banner output
2019-09-23 19:03 UTC (2+ messages)
[U-Boot] [PATCH 0/7] Fix splash logo for imx6 boards
2019-09-23 19:01 UTC (2+ messages)
[U-Boot] [PATCH] sunxi: video: HDMI: Fix LCD clock divider
2019-09-23 18:59 UTC (2+ messages)
[U-Boot] [ANN] U-Boot v2019.10-rc4 released
2019-09-23 18:50 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox