Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
10c62f41e37b3c5dee36432f760851eb34ce8d6c
« Previous
da802b9
dm: core: Add support for simple-bus
by Simon Glass
· 10 years ago
3f0e935
dm: imx: Move cm_fx6 to use driver model for serial and GPIO
by Simon Glass
· 10 years ago
a8ba569
dm: imx: serial: Support driver model in the MXC serial driver
by Simon Glass
· 10 years ago
441d0cf
dm: imx: gpio: Support driver model in MXC gpio driver
by Simon Glass
· 10 years ago
8f488c1
arm: mx6: cm_fx6: use gpio request
by Nikita Kiryanov
· 10 years ago
c6f3f32
dm: imx: i2c: Use gpio_request() to request GPIOs
by Simon Glass
· 10 years ago
edbf8b4
imx: Add error checking to setup_i2c()
by Simon Glass
· 10 years ago
b889332
dm: serial: Put common code into separate functions
by Simon Glass
· 10 years ago
aacc6c5
initcall: Display error number when an error occurs
by Simon Glass
· 10 years ago
1077839
dm: core: Allow a list of devices to be declared in one step
by Simon Glass
· 10 years ago
3fcc3af
dm: linker_lists: Add a way to declare multiple objects
by Simon Glass
· 10 years ago
ea0ebc8
dm: exynos: cros_ec: Move cros_ec_spi to driver model
by Simon Glass
· 10 years ago
be995a8
dm: sandbox: cros_ec: Move sandbox cros_ec to driver module
by Simon Glass
· 10 years ago
84d6cbd
dm: cros_ec: Add support for driver model
by Simon Glass
· 10 years ago
fda6fac
dm: tegra: spi: Convert to driver model
by Simon Glass
· 10 years ago
d2f60f9
dm: tegra: dts: Add aliases for spi on tegra30 boards
by Simon Glass
· 10 years ago
0ae0cb7
dm: sf: Add tests for SPI flash
by Simon Glass
· 10 years ago
ebcab48
dm: spi: Add tests
by Simon Glass
· 10 years ago
465bc03
dm: exynos: config: Use driver model for SPI flash
by Simon Glass
· 10 years ago
b6c2956
dm: sf: sandbox: Convert SPI flash driver to driver model
by Simon Glass
· 10 years ago
fbb0991
dm: Convert spi_flash_probe() and 'sf probe' to use driver model
by Simon Glass
· 10 years ago
4c2dbef
dm: sf: Add a uclass for SPI flash
by Simon Glass
· 10 years ago
ae242cb
spi: Use error return value in sf_ops
by Simon Glass
· 10 years ago
ff0960f
sf: Tidy up public and private header files
by Simon Glass
· 10 years ago
0043b1f
exynos: universal_c210: Move to driver model soft_spi
by Simon Glass
· 10 years ago
6126c8e
dm: spi: Add documentation on how to convert over SPI drivers
by Simon Glass
· 10 years ago
73186c9
dm: exynos: Convert SPI to driver model
by Simon Glass
· 10 years ago
623b638
dm: spi: Add soft_spi implementation
by Simon Glass
· 10 years ago
44ba6b0
dm: spi: Remove SPI_INIT feature
by Simon Glass
· 10 years ago
a666f39
dm: spi: Rename soft_spi.c to soft_spi_legacy.c
by Simon Glass
· 10 years ago
49b5d6e
dm: sandbox: spi: Move to driver model
by Simon Glass
· 10 years ago
1157a16
dm: spi: Adjust cmd_spi to work with driver model
by Simon Glass
· 10 years ago
843c9e8
dm: Add spi.h header to a few files
by Simon Glass
· 10 years ago
ebe76a2
dm: Remove spi_init() from board_r.c when using driver model
by Simon Glass
· 10 years ago
c60e1f2
dm: sandbox: Add a SPI emulation uclass
by Simon Glass
· 10 years ago
d7af6a4
dm: spi: Add a uclass for SPI
by Simon Glass
· 10 years ago
547cea1
dm: core: Add a clarifying comment on struct udevice's seq member
by Simon Glass
· 10 years ago
accd4b1
dm: core: Allow parents to pass data to children during probe
by Simon Glass
· 10 years ago
a8981d4
dm: core: Add functions for iterating through device children
by Simon Glass
· 10 years ago
0b304a2
sandbox: dts: Add a SPI device and cros_ec device
by Simon Glass
· 10 years ago
73e256c
dm: exynos: Move serial to driver model
by Simon Glass
· 10 years ago
9208fff
dm: exynos: Mark exynos5 console as pre-reloc
by Simon Glass
· 10 years ago
b8809e6
dm: exynos: gpio: Convert to driver model
by Simon Glass
· 10 years ago
7f19610
dm: exynos: Make sure that GPIOs are requested
by Simon Glass
· 10 years ago
3a233db
dm: exynos: Tidy up GPIO defines
by Simon Glass
· 10 years ago
903fd79
dm: exynos: Tidy up GPIO headers
by Simon Glass
· 10 years ago
084067c
dm: exynos: Move s5p_goni to generic board
by Simon Glass
· 10 years ago
d010fac
dm: exynos: Move smdkc100 to generic board
by Simon Glass
· 10 years ago
3b7a326
dm: exynos: Add pinctrl settings for s5p_goni
by Simon Glass
· 10 years ago
3a4ed03
dm: exynos: Add pinctrl settings for smdkc100
by Simon Glass
· 10 years ago
c6b0b09
dm: exynos: dts: Adjust device tree files for U-Boot
by Simon Glass
· 10 years ago
4167848
dm: exynos: dts: Remove unused pinctrl information to save space
by Simon Glass
· 10 years ago
dd54739
dm: exynos: Bring in pinctrl dts files from Linux kernel
by Simon Glass
· 10 years ago
2fdd7d9
dm: exynos: dts: Convert /include/ to #include
by Simon Glass
· 10 years ago
4d38395
arm: goni: add i2c_init_board()
by Robert Baldyga
· 10 years ago
f887cb6
dm: add of_match_ptr() macro
by Masahiro Yamada
· 10 years ago
b1799fc
dm: fix include guard
by Masahiro Yamada
· 10 years ago
42c23dd
dm: include <linker_lists.h> from platdata.h and uclass.h
by Masahiro Yamada
· 10 years ago
dc7cb46
linker_lists: include <linux/compiler.h>
by Masahiro Yamada
· 10 years ago
2cede45
dm: simplify the loop in lists_driver_lookup_name()
by Masahiro Yamada
· 10 years ago
29a1bed
dm: do not check the existence of uclass operation
by Masahiro Yamada
· 10 years ago
81b4e75
dm: fix comments
by Masahiro Yamada
· 10 years ago
9aafef4
tegra: apalis_t30: master revamp
by Marcel Ziswiler
· 10 years ago
f38aaa2
tegra: dts: colibri_t30 add serial port details
by Marcel Ziswiler
· 10 years ago
ac13b9a
tegra: colibri_t30: clean-up spurious new line
by Marcel Ziswiler
· 10 years ago
8c33ba7
ARM: tegra: Use mem size from MC in combination with get_ram_size()
by Marcel Ziswiler
· 10 years ago
4dab554
tegra: clean-up useless define
by Marcel Ziswiler
· 10 years ago
25ca385
gpio: header file comment spelling fixes
by Marcel Ziswiler
· 10 years ago
622162f
tegra: colibri_t30: asix usb ethernet reset regression
by Marcel Ziswiler
· 10 years ago
1c1786d
tegra: gpio: fix null label regression
by Marcel Ziswiler
· 10 years ago
09fb736
mmc: Tegra: Fix timeout issue seen on certain eMMC parts
by Marcel Ziswiler
· 10 years ago
4270d5a
arm: tegra: use architecture specific memcpy
by Marcel Ziswiler
· 10 years ago
bf78b27
arm: tegra: initial support for apalis t30
by Marcel Ziswiler
· 10 years ago
606f5bc
ARM: tegra: add PCIe-related pins to the Jetson TK1 pinmux tables
by Stephen Warren
· 10 years ago
35d4fed
x86: Fix GDT limit in start16.S
by Bin Meng
· 10 years ago
fb00601
x86: Fix rom version build with CONFIG_X86_RESET_VECTOR
by Bin Meng
· 10 years ago
90268b8
x86: Support loading kernel setup from a FIT
by Simon Glass
· 10 years ago
3811977
doc: Tidy up and update part of the FIT documentation
by Simon Glass
· 10 years ago
5ba63dd
sandbox: bootm: Don't fail the architecture check
by Simon Glass
· 10 years ago
97d1e0c
x86: Allow cmdline setup in setup_zimage() to be optional
by Simon Glass
· 10 years ago
0d0ba59
x86: Rewrite bootm.c to make it similar to ARM
by Simon Glass
· 10 years ago
43e84bf
x86: Enable LMB and RAMDISK_HIGH by default
by Simon Glass
· 10 years ago
04451ba
mx6sabre_common: Add HDMI config to common code
by Fabio Estevam
· 10 years ago
510922a
mx6qsabreauto: Add HDMI support
by Fabio Estevam
· 10 years ago
257d561
ot1200: remove superfluous "string" tag
by Christian Gmeiner
· 10 years ago
a5a9fba
ARM: i.MX video: declare displays and display_count publicly
by Eric Nelson
· 10 years ago
3acb011
ARM: i.MX: provide declaration for board_spi_cs_gpio
by Eric Nelson
· 10 years ago
f6d48b2
ARM: i.MX6: include prototype for get_board_rev()
by Eric Nelson
· 10 years ago
8d196e5
ARM: prevent compiler warnings from bootm.c
by Eric Nelson
· 10 years ago
a84c810
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 10 years ago
ba47402
ls102x: Add support for secure boot and enable blob command
by Ruchika Gupta
· 10 years ago
789490b
mpc85xx: configs - Enable blob command in freescale platforms
by Ruchika Gupta
· 10 years ago
c5de15c
crypto/fsl: Add command for encapsulating/decapsulating blobs
by Ruchika Gupta
· 10 years ago
7cad2e3
powerpc/mpc85xx: SECURE BOOT - Bypass PAMU in case of secure boot
by Ruchika Gupta
· 10 years ago
4ba4a09
ls102x: configs - Add hash command in freescale LS1 platforms
by Ruchika Gupta
· 10 years ago
737537e
mpc85xx: configs - Add hash command in freescale platforms
by Ruchika Gupta
· 10 years ago
b9eebfa
fsl_sec: Add hardware accelerated SHA256 and SHA1
by Ruchika Gupta
· 10 years ago
028dbb8
fsl_sec : Change accessor function to take care of endianness
by Ruchika Gupta
· 10 years ago
48ef0d2
fsl_sec : Move SEC CCSR definition to common include
by Ruchika Gupta
· 10 years ago
84e0fb4
powerpc/P1010RDB:Update RESET_VECTOR_ADDRESS for 768KB u-boot size
by Ruchika Gupta
· 10 years ago
Next »