public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-08-28 14:49:37 to 2018-08-30 14:11:36 UTC [more...]

[U-Boot] [PULL] u-boot-sh/master
 2018-08-30 14:11 UTC 

[U-Boot] [PATCH V2 1/2] pci: Support parsing PCI controller DT subnodes
 2018-08-30 13:42 UTC  (10+ messages)
` [U-Boot] [PATCH V2 2/2] pci: Update documentation to make 'compatible' string optional

[U-Boot] [PATCH 01/11] sh: sh7723: ap325rxa: Drop duplicate HIZCRB macro
 2018-08-30 13:38 UTC  (11+ messages)
` [U-Boot] [PATCH 02/11] sh: sh7724: Drop EDMR macro
` [U-Boot] [PATCH 03/11] sh: tmu: Clean up CONFIG_SYS_TMU_CLK_DIV
` [U-Boot] [PATCH 04/11] sh: tmu: Simplify the tmu_bit math
` [U-Boot] [PATCH 05/11] sh: tmu: Inline tmu_timer_{start,stop}()
` [U-Boot] [PATCH 06/11] sh: tmu: Inline get_tmu0_clk_rate()
` [U-Boot] [PATCH 07/11] sh: tmu: Clean up CONFIG_SH_TMU_CLK_FREQ
` [U-Boot] [PATCH 08/11] sh: tmu: Inline sh_tmu.h
` [U-Boot] [PATCH 09/11] sh: tmu: Clean up register usage
` [U-Boot] [PATCH 10/11] sh: tmu: Zap get_tbclk and timer_read_counter
` [U-Boot] [PATCH 11/11] ARM: rmobile: Repair TMU clock on Gen2

[U-Boot] [PULL] u-boot-usb/master
 2018-08-30 13:35 UTC 

[U-Boot] [PATCH] mmc: renesas-sdhi: Use priv directly
 2018-08-30 13:32 UTC 

[U-Boot] [PATCH] travis: Use kernel.org pre-built toolchain for riscv
 2018-08-30 13:17 UTC 

[U-Boot] [PATCH v2 00/15] AVB using OP-TEE
 2018-08-30 13:16 UTC  (26+ messages)
` [U-Boot] [PATCH v2 01/15] dm: fdt: scan for devices under /firmware too
` [U-Boot] [PATCH v2 02/15] cmd: avb read_rb: print rb_idx in hexadecimal
` [U-Boot] [PATCH v2 03/15] cmd: avb: print error message if command fails
` [U-Boot] [PATCH v2 05/15] Add UCLASS_TEE for Trusted Execution Environment
` [U-Boot] [PATCH v2 07/15] tee: add OP-TEE driver
` [U-Boot] [PATCH v2 08/15] Documentation: tee uclass and op-tee driver
` [U-Boot] [PATCH v2 09/15] test: tee: test TEE uclass
` [U-Boot] [PATCH v2 10/15] sandbox: dt: add sandbox_tee node
` [U-Boot] [PATCH v2 11/15] configs: sandbox: enable CONFIG_TEE (TEE uclass)
` [U-Boot] [PATCH v2 12/15] arm: dt: hikey: Add optee node
` [U-Boot] [PATCH v2 13/15] optee: support routing of rpmb data frames to mmc
` [U-Boot] [PATCH v2 14/15] tee: optee: support AVB trusted application

[U-Boot] [PATCH v6 00/31] SPI-NAND support
 2018-08-30 12:43 UTC  (4+ messages)

[U-Boot] [RFC 0/3] test/py: add filesystem test scripts
 2018-08-30 10:56 UTC  (7+ messages)
` [U-Boot] [RFC 1/3] test/py: convert fs-test.sh to pytest

[U-Boot] [PATCH] pci: Support parsing PCI controller DT subnodes
 2018-08-30  9:25 UTC  (20+ messages)

[U-Boot] [PATCH 3/8] rockchip: rk322x: use ARM arch timer instead of rk_timer
 2018-08-30  9:13 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/8] rockchip: add STIMER_BASE for Rockchip SoCs
 2018-08-30  9:11 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v4] gpio: dwapb_gpio: Add reset ctrl to driver
 2018-08-30  9:07 UTC  (4+ messages)

[U-Boot] [PATCH 8/8] rockchip: remove unused rk_timer.c
 2018-08-30  9:05 UTC  (2+ messages)
` [U-Boot] [U-Boot,8/8] "

[U-Boot] [PATCH 2/8] rockchip: rk322x: sdram: use udelay instead of rockchip_udelay
 2018-08-30  9:05 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 4/8] rockchip: rk3036: sdram: use udelay instead of rockchip_udelay
 2018-08-30  9:05 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 7/8] rockchip: rk3128: use ARM arch timer instead of rk_timer
 2018-08-30  9:05 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 00/12] riscv: Add QEMU virt board support
 2018-08-30  7:54 UTC  (13+ messages)
` [U-Boot] [PATCH 01/12] riscv: kconfig: Normalize architecture name spelling
` [U-Boot] [PATCH 02/12] riscv: Remove setup.h
` [U-Boot] [PATCH 03/12] riscv: bootm: Correct the 1st kernel argument to hart id
` [U-Boot] [PATCH 04/12] riscv: Remove mach type
` [U-Boot] [PATCH 05/12] riscv: Move the linker script to the CPU root directory
` [U-Boot] [PATCH 06/12] riscv: Fix coding style issues in the linker script
` [U-Boot] [PATCH 07/12] riscv: Explicitly pass -march and -mabi to the compiler
` [U-Boot] [PATCH 08/12] riscv: Add a helper routine to print CPU information
` [U-Boot] [PATCH 09/12] riscv: Make start.S available for all targets
` [U-Boot] [PATCH 10/12] riscv: ae350: Clean up mixed tabs and spaces in the dts
` [U-Boot] [PATCH 11/12] riscv: kconfig: Select DM and OF_CONTROL
` [U-Boot] [PATCH 12/12] riscv: Add QEMU virt board support

[U-Boot] [PATCH v5 1/2] spl: add support to booting with OP-TEE
 2018-08-30  7:44 UTC  (2+ messages)
` [U-Boot] [U-Boot, v5, "

[U-Boot] [PATCH] rockchip: dts: fix unnecessary '-cells' warning
 2018-08-30  7:41 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH V2 1/2] ARM: tegra: reserve unmapped RAM so EFI doesn't use it
 2018-08-30  6:43 UTC  (4+ messages)
` [U-Boot] [PATCH V2 2/2] Revert "Revert "efi_loader: efi_allocate_pages is too restrictive""

[U-Boot] [PATCH 00/15] efi_loader: EFI_UNICODE_COLLATION_PROTOCOL
 2018-08-30  6:41 UTC  (9+ messages)
` [U-Boot] [PATCH 11/15] efi_loader: capitalization table

[U-Boot] Get Phy device ID for non standard phy
 2018-08-30  4:39 UTC  (4+ messages)

[U-Boot] [PATCH 0/2] Add Rock960 board support
 2018-08-30  3:44 UTC  (7+ messages)
` [U-Boot] [PATCH 2/2] board: Add Vamrs Limited "

[U-Boot] Please pull u-boot-x86
 2018-08-30  3:33 UTC 

[U-Boot] [PATCH] x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parameters
 2018-08-30  3:28 UTC  (4+ messages)

[U-Boot] [PATCH 1/4] x86: efi: payload: Install E820 map from EFI memory map
 2018-08-30  3:28 UTC  (13+ messages)
` [U-Boot] [PATCH 2/4] efi: stub: Pass EFI system table address to U-Boot payload
` [U-Boot] [PATCH 3/4] x86: zimage: Support booting Linux kernel from an EFI payload
` [U-Boot] [PATCH 4/4] x86: efi: payload: Turn on acpi in the kernel command line

[U-Boot] Query on FAT file system
 2018-08-30  2:56 UTC 

[U-Boot] [PATCH v2 00/13] Import Undefined Behavior Sanitizer
 2018-08-30  2:51 UTC  (3+ messages)
` [U-Boot] [PATCH v2 13/13] configs: sandbox*: Enable UBSAN

[U-Boot] [PATCH v2 0/8] Device tree support for Powerpc in u-boot
 2018-08-30  2:51 UTC  (10+ messages)
` [U-Boot] [PATCH v2 2/8] powerpc/dts: Makefile changes to clean and build dts
` [U-Boot] [PATCH v2 3/8] binman: Add a new "skip-at-start" property in Section class
` [U-Boot] [PATCH v2 4/8] binman: Add support for Powerpc mpc85xx 'bootpg + resetvec' entry
` [U-Boot] [PATCH v2 5/8] powerpc: mpc85xx: Select BINMAN by default
` [U-Boot] [PATCH v2 6/8] powerpc: mpc85xx: Use binman to embed dtb inside u-boot
` [U-Boot] [PATCH v2 7/8] powerpc: dts: Add u-boot.dtsi to use binman for MPC85xx boards
` [U-Boot] [PATCH v2 8/8] powerpc: dts: Enable device tree support for T2080QDS

[U-Boot] [PATCH 01/10] rockchip: enable DEBUG_UART_BOARD_INIT by default
 2018-08-30  1:04 UTC  (5+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] image-fdt: reserve lmb for fdt
 2018-08-30  0:29 UTC  (2+ messages)

[U-Boot] [PATCH 4/8] binman: Add support for powerpc 'bootpg + resetvec' entry
 2018-08-30  0:29 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] Update RV3029 driver to DM and add DM-backed bootcount support
 2018-08-30  0:29 UTC  (9+ messages)
` [U-Boot] [PATCH 3/3] bootcount: add DM-based backing store for bootcount

[U-Boot] [PATCH 1/1] test: fix typo in cmd_ut_category() description
 2018-08-30  0:28 UTC  (2+ messages)

[U-Boot] [PATCH v4 00/17] clk: Add Allwinner CLK, RESET support
 2018-08-30  0:28 UTC  (3+ messages)
` [U-Boot] [PATCH v4 02/17] reset: Return 0 if no request ops

[U-Boot] [PATCH 1/2] ARM: tegra: reserve unmapped RAM so EFI doesn't use it
 2018-08-29 21:03 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] Revert "Revert "efi_loader: efi_allocate_pages is too restrictive""

[U-Boot] [PATCH] rockchip: add TPL_TINY_FRAMEWORK support
 2018-08-29 18:58 UTC  (2+ messages)

[U-Boot] [PATCH 08/10] rockchip: rk3368: move board_debug_uart_init() to rk3368.c
 2018-08-29 18:45 UTC  (3+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 09/10] rockchip: rk3399: use grf structure to access reg
 2018-08-29 18:45 UTC  (3+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 10/10] rockchip: rk3399: add board_debug_uart_init()
 2018-08-29 18:45 UTC  (3+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 03/10] rockchip: rk3036: add board_debug_uart_init()
 2018-08-29 18:45 UTC  (3+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 04/10] rockchip: rk3188: add board_debug_uart_init()
 2018-08-29 18:45 UTC  (3+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 05/10] rockchip: rk322x: move board_debug_uart_init() to rk322x.c
 2018-08-29 18:45 UTC  (3+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 06/10] rockchip: rk3288: use grf structure to access soc_con2
 2018-08-29 18:45 UTC  (3+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 02/10] rockchip; kylin-rk3036: enabl DEBUG UART
 2018-08-29 18:45 UTC  (3+ messages)
` [U-Boot] [U-Boot,02/10] "

[U-Boot] [PATCH 07/10] rockchip: rk3288: add board_debug_uart_init()
 2018-08-29 18:33 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [RESEND PATCH V2 1/3] imx: mx7: psci: improve cpu hotplug flow
 2018-08-29 15:39 UTC  (9+ messages)
` [U-Boot] [RESEND PATCH V2 3/3] imx: mx7: add system suspend/resume support

[U-Boot] [PATCH 0/5] Fixes to Marvell A38x platforms
 2018-08-29 14:34 UTC  (8+ messages)
` [U-Boot] [PATCH 1/5] fix: env: Fix the SPI flash device setup for DM mode
` [U-Boot] [PATCH 2/5] fix: mvebu: Add SPI parameters for environment setup
` [U-Boot] [PATCH 3/5] fix: cmd: mvebu: Eclude mvebu commands from SPL builds
` [U-Boot] [PATCH 4/5] cmd: mvebu: bubt: Add support for legacy Marvell SoCs
    ` [U-Boot] [EXT] "
` [U-Boot] [PATCH 5/5] defconfig: db-88f6820-gp: Add bubt command to the build

[U-Boot] dwc2 USB host initialization issue
 2018-08-29 14:06 UTC 

[U-Boot] [PATCH V4 1/2] mmc: add HS400 support
 2018-08-29 11:21 UTC  (4+ messages)

[U-Boot] [PATCH 00/19] Marvell PXA3XX NAND driver fixes and extensions
 2018-08-29  8:56 UTC  (20+ messages)
` [U-Boot] [PATCH 01/19] mtd: nand: pxa3xx_nand: Increase initial buffer size
` [U-Boot] [PATCH 02/19] mtd: nand: pxa3xx_nand: use nand_to_mtd()
` [U-Boot] [PATCH 03/19] mtd: nand: pxa3xx_nand: sync pxa3xx_nand_set_sdr_timing()
` [U-Boot] [PATCH 04/19] mtd: nand: pxa3xx_nand: fix early spurious interrupt
` [U-Boot] [PATCH 05/19] mtd: nand: pxa3xx-nand: fix random command timeouts
` [U-Boot] [PATCH 06/19] nand: pxa3xx: Increase READ_ID buffer and make the size static
` [U-Boot] [PATCH 07/19] mtd: pxa3xx_nand: Increase the initial chunk size
` [U-Boot] [PATCH 08/19] mtd: pxa3xx_nand: Fix initial controller configuration
` [U-Boot] [PATCH 09/19] mtd: pxa3xx_nand: Simplify pxa3xx_nand_scan
` [U-Boot] [PATCH 10/19] mtd: nand: pxa3xx_nand: add support for partial chunks
` [U-Boot] [PATCH 11/19] a70x0: a80x0: add soc type and revision printing in boot log
` [U-Boot] [PATCH 12/19] fix: nand: pxa3xx: Add SoC-specific enable function
` [U-Boot] [PATCH 13/19] mtd: nand: pxa3xx: Fix READOOB implementation
` [U-Boot] [PATCH 14/19] mtd: nand: pxa3xx: add support for 2KB 8-bit flash
` [U-Boot] [PATCH 15/19] mtd: nand: pxa3xx: add support for Toshiba flash
` [U-Boot] [PATCH 16/19] fix: nand: Replace hardcoded page chunk size with calculated one
` [U-Boot] [PATCH 17/19] nand: pxa3xx: cosmetic: add comments to the timing layout structures
` [U-Boot] [PATCH 18/19] nand: pxa3xx: Add support for 8KB page 4 and 8 bit ECC NAND
` [U-Boot] [PATCH 19/19] fix: nand: pxa3xx: Add WA for eliminating flash ready timeout

[U-Boot] OSFC Tickets
 2018-08-29  8:31 UTC 

[U-Boot] [PATCH] imx: imx6ull: fix pinmux input_val for uart5 rx pin
 2018-08-29  6:33 UTC 

[U-Boot] [PATCH v2 0/3] RK3399: Add support for Ficus board
 2018-08-29  5:40 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] arm: dts: rockchip: add some common pin-settings to rk3399
` [U-Boot] [PATCH v2 2/3] rockchip: rk3399: add Ficus board
` [U-Boot] [PATCH v2 3/3] rockchip: rk3399: Add more instructions to the README

[U-Boot] [PATCH 0/1] Update instructions for HiSilicon HiKey board
 2018-08-29  4:37 UTC  (2+ messages)
` [U-Boot] [PATCH 1/1] hisilicon: hikey: Update instructions based on latest source

[U-Boot] [v3 patch] net: fman: Support both new and legacy FMan Compatibles
 2018-08-29  3:46 UTC 

[U-Boot] u-boot release and feature set
 2018-08-29  3:11 UTC  (3+ messages)

[U-Boot] [PATCH] TPL/SPL: add separate CONFIG_TPL_FRAMEWORK for TPL
 2018-08-29  1:55 UTC  (4+ messages)

[U-Boot] [PATCH v3 1/2] gpio: Add struct reset_ctl_bulk
 2018-08-29  1:45 UTC  (7+ messages)
` [U-Boot] [PATCH v3 2/2] gpio: dwapb_gpio: Add reset ctrl to driver

[U-Boot] [PATCH v3] usb: dwc2: Add reset ctrl to driver
 2018-08-29  1:10 UTC  (4+ messages)

[U-Boot] [PATCH v4 0/7] Add ethernet support for phyCORE-RK3288
 2018-08-28 23:53 UTC  (3+ messages)
` [U-Boot] [PATCH v4 3/7] drivers: net: designware: Add reading of DT phy-handle node

[U-Boot] mkimage (kwbimage) unmapping more bytes than it maps
 2018-08-28 22:51 UTC  (2+ messages)
` [U-Boot] [PATCH] tools: mkimage: Ensure munmap unmaps the same length that was mapped

[U-Boot] [PATCH] amlogic: board p212: Fix Ethernet PHY init
 2018-08-28 20:26 UTC 

[U-Boot] [PATCH v3 00/58] clk: Add Allwinner CLK, RESET support
 2018-08-28 16:46 UTC  (6+ messages)
` [U-Boot] [PATCH v3 19/58] clk: sunxi: Implement direct MMC clocks

[U-Boot] [PATCH 0/2] socfpga: cleanup files generated for spl
 2018-08-28 15:55 UTC  (12+ messages)
` [U-Boot] [PATCH 2/2] spl: socfpga: stratix10: add hex file output for spl image


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