Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
1d8d6024657ad11e56bf5614cabdb2c2fc843918
/
board
/
samsung
c6aa970
arm: samsung: Convert s5p_goni and smdkc100 to DM_I2C
by Simon Glass
· 8 years ago
7bbb7d9
arm: exynos: i2c: Convert exynos boards to use DM_I2C
by Simon Glass
· 8 years ago
6409e56
arm: Remove smdk2410 board
by Simon Glass
· 8 years ago
04cfea5
arch, board: squash lines for immediate return
by Masahiro Yamada
· 8 years ago
1173271
mtd: OneNAND: allow board init function fail
by Ladislav Michl
· 8 years ago
6930d6f
exynos: video: Drop old unused code
by Simon Glass
· 9 years ago
a1015ad
exynos: video: Convert several boards to driver model for video
by Simon Glass
· 9 years ago
bfd239c
exynos: Simplify calling of exynos_dp_phy_ctrl()
by Simon Glass
· 9 years ago
b4a967e
exynos: Disable LCD display for boards we can't convert
by Simon Glass
· 9 years ago
a216f72
exynos: Allow CONFIG_MISC_COMMON to be build without an LCD
by Simon Glass
· 9 years ago
8d84faa
board: samsung: add initial Espresso7420 board support
by Thomas Abraham
· 9 years ago
460315e
samsung: fix mkorigenspl for darwin
by Andreas Bießmann
· 9 years ago
34fd6c9
Fix GCC format-security errors and convert sprintfs.
by Ben Whitten
· 9 years ago
f1be9cb
usb: s3c-otg: Rename usb/s3c_udc.h to usb/dwc2_udc.h
by Marek Vasut
· 9 years ago
01b61fa
usb: s3c-otg: Rename s3c_udc_probe() function
by Marek Vasut
· 9 years ago
6939aca
usb: s3c-otg: Rename struct s3c_plat_otg_data
by Marek Vasut
· 9 years ago
1dcc63d
samsung: clean up checkpatch issues
by Minkyu Kang
· 9 years ago
abf4a62
odroid: clean up checkpatch issues
by Minkyu Kang
· 9 years ago
1ef89da
smdk2410: clean up checkpatch issues
by Minkyu Kang
· 9 years ago
d4e645b
smdkv310: clean up checkpatch issues
by Minkyu Kang
· 9 years ago
a6e12d3
exynos5-dt-types: add board detection for Odroid XU3/XU3L/XU4.
by Przemyslaw Marczak
· 9 years ago
5b8bbbf
samsung: board/misc: check returned pointer for get_board_type() calls
by Przemyslaw Marczak
· 9 years ago
7a169ca
Fix bad return value checks (detected with Coccinelle)
by Thomas Huth
· 9 years ago
2dd337a
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
by Simon Glass
· 9 years ago
f057082
exynos: Rise ARM voltage to 1.1V for chained bootloaders
by Misha Komarovskiy
· 9 years ago
b139836
exynos: Add support for spring
by Simon Glass
· 9 years ago
73f6a53
exynos: Drop old exynos5250-specific board code
by Simon Glass
· 9 years ago
3493eb2
exynos: Drop old exynos5420-specific board code
by Simon Glass
· 9 years ago
bf8ce88
exynos: Remove unneeded device tree control #ifdefs
by Simon Glass
· 9 years ago
76fc3ad
exynos: Enable new features for exynos5 boards
by Simon Glass
· 9 years ago
dc4d5e5
exynos: Add common board code for exynos5 boards that use device tree
by Simon Glass
· 9 years ago
045d605
usb: USB download gadget and functions config options coherent naming
by Paul Kocialkowski
· 9 years ago
084f550
arm: adds the status info for odroid-xu3
by Minkyu Kang
· 9 years ago
286fd9d
fix: samsung: common: autoboot.cmd: Correct itbcfg definition
by Łukasz Majewski
· 9 years ago
a9efd63
samsung: common: add example boot scripts
by Przemyslaw Marczak
· 10 years ago
4416481
smdk5420: board: add functions to init dfu environment settings
by Inha Song
· 10 years ago
95d3a1d
smdk5420: board: add functions required to enable USB DWC3
by Joonyoung Shim
· 10 years ago
75692a3
dm: regulator: uclass driver code cleanup
by Przemyslaw Marczak
· 10 years ago
e7781bc
odroid: enable driver model pmic/regulator API and MAX77686 drivers
by Przemyslaw Marczak
· 10 years ago
110aa29
dm: board:samsung: power_init_board: add requirement of CONFIG_DM_PMIC
by Przemyslaw Marczak
· 10 years ago
5ef5ccc
dm: select CONFIG_DM* options
by Masahiro Yamada
· 10 years ago
cf8d0df
exynos: cros_ec: Drop unnecessary init
by Simon Glass
· 10 years ago
7441523
cros_ec: Drop unused CONFIG_DM_CROS_EC
by Simon Glass
· 10 years ago
3de2570
usb: board: goni: Add default board_usb_cleanup() definition for Goni board
by Lukasz Majewski
· 10 years ago
7573b96
usb: board: samsung: Add default board_usb_cleanup() definition for Exynos SoCs
by Lukasz Majewski
· 10 years ago
474f6d3
odroid-XU3: update board maintainer
by Przemyslaw Marczak
· 10 years ago
9f5f816
smdk5420: Remove GPIO enums
by Ajay Kumar
· 10 years ago
ffdb488
remove unnecessary version.h includes
by Rob Herring
· 10 years ago
7a42464
Odroid U3: use common code for dram reservation
by Przemyslaw Marczak
· 10 years ago
c32a04c
board: samsung: reserve memory for the secure firmware
by Przemyslaw Marczak
· 10 years ago
33d7a19
samsung: board: fix: Define loop iterator as an unsigned int to suppress gcc 4.8 warning
by Łukasz Majewski
· 10 years ago
6834475
Merge git://git.denx.de/u-boot-usb
by Tom Rini
· 10 years ago
ae731ec
odroid: adjust get_dfu_alt_*() functions to new declarations
by Inha Song
· 10 years ago
d0dd609
dfu: samsung: move call to set_dfu_alt_info() to dfu common code
by Przemyslaw Marczak
· 10 years ago
cfc2f7d
kconfig: remove unneeded dependency on !SPL_BUILD
by Masahiro Yamada
· 10 years ago
af487db
Merge git://git.denx.de/u-boot-samsung
by Tom Rini
· 10 years ago
400bed2
odroid: fix g2d sclk rate
by Joonyoung Shim
· 10 years ago
7a3e806
samsung: board: support eMMC reset using DT
by Joonyoung Shim
· 10 years ago
aed0303
dm: exynos: Move driver model CONFIGs to Kconfig
by Simon Glass
· 10 years ago
009afd3
odroid u3: enable dm i2c support
by Przemyslaw Marczak
· 10 years ago
eed3c24
ARM: remove redudant information from Kconfig files
by Masahiro Yamada
· 10 years ago
ab9c10e
ARM: exynos5420: Leave VBUS GPIO configuration up to common code
by Sjoerd Simons
· 10 years ago
e6f5550
exynos5420: fix compilation without parade video
by Sjoerd Simons
· 10 years ago
3b6880d
Odroid-XU3: Add support for Odroid-XU3
by Hyungwon Hwang
· 10 years ago
a29cfb1
odroid: Turn blue LED on
by Suriyan Ramasami
· 10 years ago
4de08b5
odroid: usbhost - Add missing gpio_request call
by Suriyan Ramasami
· 10 years ago
97f4ef6
arm: odroid: usb: add support for usb host including ethernet
by Suriyan Ramasami
· 10 years ago
62c2f9f
Config: Exynos5800: Enable build for Peach-Pi
by Akshay Saraswat
· 10 years ago
4157375
odroid: adjust gpio calls to dm gpio api
by Przemyslaw Marczak
· 10 years ago
3bae15f
kconfig: arm: introduce symbol for ARM CPUs
by Georges Savoundararadj
· 10 years ago
3e02e6a
universal: request soft i2c gpio
by Przemyslaw Marczak
· 10 years ago
5cd8294
samsung: board: use __weak
by Jeroen Hofstee
· 10 years ago
fdca2aa
exynos: universal_c210: Move to driver model soft_spi
by Simon Glass
· 10 years ago
ca7eafe
dm: exynos: Convert SPI to driver model
by Simon Glass
· 10 years ago
4f83d3d
dm: exynos: Make sure that GPIOs are requested
by Simon Glass
· 10 years ago
37f1162
dm: exynos: Tidy up GPIO headers
by Simon Glass
· 10 years ago
20f67cf
arm: goni: add i2c_init_board()
by Robert Baldyga
· 10 years ago
239b171
odroid: clock: set aclk_cores to 200MHz
by Przemyslaw Marczak
· 10 years ago
196d7c3
exynos: update maintainer of Snow and SMDK5420 board
by Masahiro Yamada
· 10 years ago
c32f14d
Merge branch 'master' of http://git.denx.de/u-boot-samsung
by Minkyu Kang
· 10 years ago
0d82bad
kconfig: remove redundant "string" type in arch and board Kconfigs
by Masahiro Yamada
· 10 years ago
ec54c59
Revert "odroid: set MPLL clock to 880MHz"
by Minkyu Kang
· 10 years ago
222e144
exynos5420: add callbacks needed for exynos_fb driver
by Ajay Kumar
· 10 years ago
1176348
exynos_fb: Remove usage of static defines
by Ajay Kumar
· 10 years ago
cc409a0
odroid: set MPLL clock to 880MHz
by Przemyslaw Marczak
· 10 years ago
66852bf
MAINTAINERS: update the maintainer of Arndale board
by Masahiro Yamada
· 10 years ago
a314d9e
odroid: kconfig: add odroid_defconfig
by Przemyslaw Marczak
· 10 years ago
0b217aa
odroid: add board file for Odroid X2/U3 based on Samsung Exynos4412
by Przemyslaw Marczak
· 10 years ago
2cadc4d
samsung: misc: use board specific functions to set env board info
by Przemyslaw Marczak
· 10 years ago
4d2a92c
samsung: board: enable support of multiple board types
by Przemyslaw Marczak
· 10 years ago
46c00de
samsung:board: misc_init_r: call set_dfu_alt_info()
by Przemyslaw Marczak
· 10 years ago
fa9566f
samsung: misc: add function for setting $dfu_alt_info
by Przemyslaw Marczak
· 10 years ago
0ae6f51
board:samsung: check the boot device and init the right mmc driver.
by Przemyslaw Marczak
· 10 years ago
b8b0724
samsung: misc: fix soc revision setting in the set_board_info()
by Przemyslaw Marczak
· 10 years ago
c54550b
exynos: kconfig: move board select menu and common settings
by Masahiro Yamada
· 10 years ago
3f7740f
arm: Add missing .vectors section to linker scripts
by Benoît Thébaudeau
· 10 years ago
64d4c22
ARM: enable ARMv7 virt support for the Arndale board
by Andre Przywara
· 10 years ago
cb7ff44
samsung: dfu: Provide correct Vendor and Product IDs for UMS gadget
by Lukasz Majewski
· 10 years ago
9799f26
Add board MAINTAINERS files
by Masahiro Yamada
· 10 years ago
d3ae678
kconfig: add board Kconfig and defconfig files
by Masahiro Yamada
· 10 years ago
Next »