Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
8c30b571303fffd06615aeeb3143112c7bb00f2a
« Previous
40f1daa
configs: mx28evk: Use single-line comments
by Fabio Estevam
· 12 years ago
b33426c
mxs: spl_mem_init: Align DDR2 init with FSL bootlets source
by Fabio Estevam
· 12 years ago
1e7133e
sf: Use unsigned type for buffers
by Simon Glass
· 12 years ago
363464f
x86: Enable time command for coreboot
by Simon Glass
· 12 years ago
e30bd5c
x86: Enable SPI flash support for coreboot
by Simon Glass
· 12 years ago
7ea01d1
x86: Add FDT SPI node for link
by Simon Glass
· 12 years ago
192868b
x86: Move PCI init before SPI init
by Simon Glass
· 12 years ago
bb8215f
sf: Enable FDT-based configuration and memory mapping
by Simon Glass
· 12 years ago
5e6fb69
x86: spi: Set maximum write size for ICH
by Simon Glass
· 12 years ago
1e566bc
sf: Respect maximum SPI write size
by Simon Glass
· 12 years ago
0c456ce
spi: Add parameter for maximum write size
by Simon Glass
· 12 years ago
1853030
x86: spi: Add Intel ICH driver
by Simon Glass
· 12 years ago
c0f87dd
sf: Use spi_flash_alloc() in each SPI flash driver
by Simon Glass
· 12 years ago
b5aec14
sf: Add spi_flash_alloc() to create a new SPI flash struct
by Simon Glass
· 12 years ago
d3504fe
spi: Use spi_alloc_slave() in each SPI driver
by Simon Glass
· 12 years ago
ba6c3ce
spi: Add function to allocate a new SPI slave
by Simon Glass
· 12 years ago
4397a2a
fdt: Add fdtdec_get_addr_size() to read reg properties
by Simon Glass
· 12 years ago
3c47f2f
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 12 years ago
0ce033d
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 12 years ago
ae003d0
usb: Add multiple controllers support for EHCI PCI
by Vincent Palatin
· 12 years ago
0641ce5
x86: Enable USB features for coreboot
by Simon Glass
· 12 years ago
032868a
usb: usbeth: smsc95xx: remove EEPROM loaded check
by Michael Spang
· 12 years ago
61755c7
usb: ehci: Fix aliasing issue in EHCI interrupt code
by Vincent Palatin
· 12 years ago
8f62ca6
usb: ehci: Support interrupt transfers via periodic list
by Patrick Georgi
· 12 years ago
c74b011
usb: ehci: exynos: Enable non-dt path
by Vivek Gautam
· 12 years ago
24a4775
usb: ehci: exynos: Fix multiple FDT decode
by Vivek Gautam
· 12 years ago
83301b4
arm:trats: Use new ums command
by Lukasz Majewski
· 12 years ago
b528f71
usb:gadget: USB Mass Storage Gadget support
by Lukasz Majewski
· 12 years ago
b4d36f6
usb:composite: USB Mass Storage - f_mass_storage.c from Linux kernel
by Piotr Wilczek
· 12 years ago
dee1d99
usb:composite: USB Mass Storage - storage_common.c from Linux kernel
by Lukasz Majewski
· 12 years ago
f7b4162
usb:composite:fix Provide function data when addressing device with only one interface
by Lukasz Majewski
· 12 years ago
b2caefb
usbtty: adapt buffers for large packet support
by Shiraz Hashim
· 12 years ago
39fd634
usb/host/ehci: Add support for EHCI on spear
by Vipin Kumar
· 12 years ago
a04983d
usb: Fix bug when both DFU & ETHER are defined
by Pantelis Antoniou
· 12 years ago
1b6ca18
dfu: Add a partition type target
by Pantelis Antoniou
· 12 years ago
80eb1bd
dfu: Properly zero out timeout value
by Pantelis Antoniou
· 12 years ago
df93cd9
dfu: Fix crash when wrong number of arguments given
by Pantelis Antoniou
· 12 years ago
ea3e212
dfu: Only perform DFU board_usb_init() for TRATS
by Pantelis Antoniou
· 12 years ago
2982837
usb: ehci: Add 64-bit controller support
by Vincent Palatin
· 12 years ago
7c38e90
usb: ehci: generic PCI support
by Vincent Palatin
· 12 years ago
b5bec88
Use 'unsigned int' for global_data's baudrate
by Simon Glass
· 12 years ago
68794b9
sparc: Fix build warnings in serial.c
by Simon Glass
· 12 years ago
eb33809
sparc: Fix out-of-tree building
by Simon Glass
· 12 years ago
69e0683
serial: ns16550: Remove unwanted cast
by Simon Glass
· 12 years ago
81e2ff0
avr32: Fix cast warning in board.c
by Simon Glass
· 12 years ago
9e97834
blackfin: Remove noreturn attribute from cpu_init_f()
by Simon Glass
· 12 years ago
4da2551
blackfin: Fix up board_type global data
by Simon Glass
· 12 years ago
068a1e4
exynos5: Enable generic board for Exynos5 device tree boards
by Simon Glass
· 12 years ago
949747b
x86: Enable generic board
by Simon Glass
· 12 years ago
dd7f65f
tegra: Enable generic board for Tegra
by Simon Glass
· 12 years ago
e424c15
x86: Enable generic board support
by Simon Glass
· 12 years ago
86cfb6b
x86: Use sections header to obtain link symbols
by Simon Glass
· 12 years ago
be274b9
x86: Adjust board_r.c for x86
by Simon Glass
· 12 years ago
48a3380
x86: Adjust board_f.c for x86
by Simon Glass
· 12 years ago
660c60c
ppc: Enable generic board support
by Simon Glass
· 12 years ago
c2240d4
Adjust board_r.c for ppc
by Simon Glass
· 12 years ago
e4fef6c
Adjust board_f.c for ppc
by Simon Glass
· 12 years ago
632efa7
Add CONFIG_SYS_SYM_OFFSETS to support offset symbols
by Simon Glass
· 12 years ago
959daa2
arm: Enable generic board support
by Simon Glass
· 12 years ago
ea8c37d
arm: Remove use of board_early_init_r/last_stage_init()
by Simon Glass
· 12 years ago
8cae8a6
Add spl load feature
by Simon Glass
· 12 years ago
6f6430d
Introduce generic post-relocation board_r.c
by Simon Glass
· 12 years ago
1938f4a
Introduce generic pre-relocation board_f.c
by Simon Glass
· 12 years ago
a6741bc
Declare watchdog functions in watchdog.h
by Simon Glass
· 12 years ago
5c1a7ea
__HAVE_ARCH_GENERIC_BOARD controls availabilty of generic board
by Simon Glass
· 12 years ago
c8a311d
Introduce a basic initcall implementation
by Simon Glass
· 12 years ago
716cc8c
Change stub example to use asm-generic/sections.h
by Simon Glass
· 12 years ago
e103b7a
arm: Use sections header to obtain link symbols
by Simon Glass
· 12 years ago
1865286
Introduce generic link section.h symbol files
by Simon Glass
· 12 years ago
3929fb0
Replace __bss_end__ with __bss_end
by Simon Glass
· 12 years ago
69d59b4
Introduce generic u-boot.h file
by Simon Glass
· 12 years ago
b27673c
Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
6579d15
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
19a0f7f
nitrogen: Use unsigned long to specify the total RAM size
by fabio.estevam@freescale.com
· 12 years ago
030752a
nitrogen6x: Fix RAM size variable
by Fabio Estevam
· 12 years ago
477393e
Tegra114: Dalmore: Add pad config tables/code based on pinmux code
by Tom Warren
· 12 years ago
5647c03
Tegra114: fdt: Move aliases from dtsi to dts file as per other Tegras
by Tom Warren
· 12 years ago
f31a544
Tegra114: Dalmore: Always use DEFAULT instead of DISABLE for lock bits
by Tom Warren
· 12 years ago
36c48be
Tegra114: Fix/update GP padcfg register struct
by Tom Warren
· 12 years ago
b3b6ddf
Tegra114: pinmux: Fix bad CAM_MCLK func 3 table entry
by Tom Warren
· 12 years ago
11d9c03
ARM: tegra: enable a common set of disk-related commands everywhere
by Stephen Warren
· 12 years ago
4123c4e
disk: define HAVE_BLOCK_DEVICE if CONFIG_CMD_PART
by Stephen Warren
· 12 years ago
2c1af9d
disk: define HAVE_BLOCK_DEVICE in a common place
by Stephen Warren
· 12 years ago
a885f85
ARM: tegra: make bounce buffer option common
by Stephen Warren
· 12 years ago
ca557b3
Tegra30: MMC: Enable DT MMC driver support for Tegra30 Cardhu boards
by Tom Warren
· 12 years ago
f4e4e0b
Tegra30: mmc: Add Tegra30 SDMMC compatible entry to fdtdec & driver
by Tom Warren
· 12 years ago
2d348a1
mmc: Tegra: Add SD bus power/voltage function and MMC pad init call.
by Tom Warren
· 12 years ago
190be1f
Tegra30: MMC: Add SD bus power-rail and SDMMC pad init routines
by Tom Warren
· 12 years ago
38797bc
Tegra: MMC: Added/update SDMMC registers/base addresses for T20/T30
by Tom Warren
· 12 years ago
1baa4e7
Tegra30: fdt: Add SDMMC (sdhci) nodes for T30 boards (Cardhu for now)
by Tom Warren
· 12 years ago
8ca79b2
Tegra30: Cardhu: Add pad config tables/code based on pinmux code
by Tom Warren
· 12 years ago
8b7776b
Tegra114: pinmux: Update pinmux tables & code, fix a bug w/SDMMC3 init
by Tom Warren
· 12 years ago
bb638bb
Tegra30: Cardhu: Remove unneeded cardhu.c.mmc file
by Tom Warren
· 12 years ago
19a970a
Tegra114: fdt: Sync DT nodes with kernel DT files (GPIO, tegra_car)
by Tom Warren
· 12 years ago
bfcf46d
Tegra: Remove unused CONFIG_SYS_CPU_OSC_FREQUENCY define
by Tom Warren
· 12 years ago
7ea9c50
Tegra: Add twarren as maintainer for Tegra30 and Tegra114 SoCs
by Tom Warren
· 12 years ago
16bb08d
ARM: tegra: implement WAR for Tegra114 CPU reset vector
by Stephen Warren
· 12 years ago
527519a
Tegra30: fdt: Sync DT nodes with kernel DT files (I2C, SPI, GPIO, clock)
by Tom Warren
· 12 years ago
73bb244
Tegra: fdt: Remove memreserve line from Cardhu/Seaboard DT files
by Tom Warren
· 12 years ago
c9aa831
Tegra: MMC: Add DT support to MMC driver for all T20 boards
by Tom Warren
· 12 years ago
Next »