Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
0499218dbcc30532bcc1b7b2ee44b8876675bced
/
arch
/
arm
/
cpu
/
armv7
/
omap-common
1a9a91d
arm: Make all linker scripts compatible with per-symbol sections
by Benoît Thébaudeau
· 12 years ago
c3d2c24
OMAP3/4/5/AM33xx: Correct logic for checking FAT or RAW MMC
by Tom Rini
· 12 years ago
d3d82e9
arm: omap4: Fix SDRAM AUTO DETECTION
by Lokesh Vutla
· 12 years ago
a8f408a
OMAP: Fix copy-paste bug that did not enable UART4 clock
by Lubomir Popov
· 12 years ago
de63ac2
ARM: mmu: Set domain permissions to client access
by R Sricharan
· 12 years ago
ea7b96b
ti814x_evm: add ti814x evm board support
by Matt Porter
· 12 years ago
98f9200
am33xx: Add required includes to some omap/am33xx code
by Tom Rini
· 12 years ago
0ce033d
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 12 years ago
3929fb0
Replace __bss_end__ with __bss_end
by Simon Glass
· 12 years ago
65cdd64
Remove linker lists (LGAs) from SPL linker scripts
by Albert ARIBAUD
· 12 years ago
2fd34f2
arm: omap: map u_boot_lists section to .sram
by Albert ARIBAUD
· 12 years ago
de62688
arm: dra7xx: Add silicon id support for DRA752 soc
by Lokesh Vutla
· 12 years ago
7831419
arm: dra7xx: Add DDR related data for DRA752 ES1.0
by Lokesh Vutla
· 12 years ago
ea8eff1
arm: dra7xx: clock: Add the dplls data
by Lokesh Vutla
· 12 years ago
d4d986e
ARM: OMAP5: srcomp: enable slew rate compensation cells after powerup
by Lokesh Vutla
· 12 years ago
47abc3d
ARM: OMAP4/5: clocks: Add the required OPP settings as per the latest addendum
by SRICHARAN R
· 12 years ago
c43c833
ARM: OMAP4+: Make control module register structure generic
by Lokesh Vutla
· 12 years ago
e05a4f1
ARM: OMAP4+: Cleanup emif specific files
by Lokesh Vutla
· 12 years ago
3fcdd4a
ARM: OMAP4+: Clean up the pmic code
by SRICHARAN R
· 12 years ago
ee9447b
ARM: OMAP4+: Cleanup the clocks layer
by SRICHARAN R
· 12 years ago
01b753f
ARM: OMAP4+: Change the PRCM structure prototype common for all Socs
by SRICHARAN R
· 12 years ago
9ca8bfe
ARM: OMAP4+: emif: Detect SDRAM from SDRAM config register
by Lokesh Vutla
· 12 years ago
e3913f5
omap_hsmmc: add driver check for write protection
by Nikita Kiryanov
· 12 years ago
e874d5b
omap_hsmmc: implement driver check for card detection
by Nikita Kiryanov
· 12 years ago
da07c21
am33xx: support for booting via usbeth
by Ilya Yanok
· 12 years ago
582601d
arm: Move lastinc to arch_global_data
by Simon Glass
· 12 years ago
66ee692
arm: Move tbl to arch_global_data
by Simon Glass
· 12 years ago
8602114
omap: emif: configure emif only when required
by Lokesh Vutla
· 12 years ago
c7f1cf5
OMAP: Tweak omap-common/Makefile since reset.S -> reset.c
by Robert P. J. Day
· 12 years ago
1befaff
OMAP: include sys_proto.h from boot-common
by Ilya Yanok
· 12 years ago
5567514
common: Add .u_boot_list into all linker files
by Marek Vasut
· 12 years ago
4e7067f
arm: Remove additional config flags
by Michal Simek
· 12 years ago
90207b6
am33xx: Fix fetching of mmc1 bootmode from bootrom for AM33XX
by Joel A Fernandes
· 12 years ago
d97b4ce
SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/spl
by Tom Rini
· 12 years ago
6507f13
SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux
by Tom Rini
· 12 years ago
47f7bca
SPL: Move the omap SPL framework to common/spl
by Tom Rini
· 12 years ago
d7cb93b
ARM: SPL: Move gpmc_init() to spl_board_init()
by Tom Rini
· 12 years ago
d4c4e0e
ARM: SPL: Start hooking in the current SPI SPL support
by Tom Rini
· 12 years ago
026b2fe
ARM: SPL: Clean up spl.c / spl_nand.c slightly
by Tom Rini
· 12 years ago
f088125
ARM: SPL: Make spl_mmc.c more generic
by Tom Rini
· 12 years ago
55cdbb8
ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>
by Tom Rini
· 12 years ago
24dafad
ARM: SPL: Only call mem_malloc_init if configured
by Tom Rini
· 12 years ago
8082fda
ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.c
by Tom Rini
· 12 years ago
37189a1
ARM: SPL: Rename omap_boot_mode to spl_boot_mode()
by Tom Rini
· 12 years ago
8e1b836
ARM: SPL: Rename omap_boot_device to spl_boot_device
by Tom Rini
· 12 years ago
9f8a6e7
omap-common: SPL: Fix whitespace in omap-common/u-boot-spl.lds.
by Pavel Machek
· 12 years ago
6abbe74
omap-common: Fix typo in save_boot_params() in lowlevel_init.S
by Tom Rini
· 12 years ago
861a86f
omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print()
by Tom Rini
· 12 years ago
0da113e
spl_mmc: Make FAT checks / calls guarded with CONFIG_SPL_FAT_SUPPORT
by Tom Rini
· 12 years ago
41aebf8
omap4/5/am33xx: Make lowlevel_init available to all armv7 platforms
by Tom Rini
· 12 years ago
308252a
dm: Move OMAP GPIO driver to drivers/gpio/
by Marek Vasut
· 12 years ago
3b97152
omap: am33xx: enable gpio support
by Steve Sakoman
· 12 years ago
2547638
ARM: OMAP4+: Move external phy initialisations to arch specific place.
by SRICHARAN R
· 12 years ago
ad0878a
omap: emif: fix bug in manufacturer code test
by Steve Sakoman
· 12 years ago
55c1284
omap: emif: deal with rams that return duplicate mr data on all byte lanes
by Steve Sakoman
· 12 years ago
38f25b1
OMAP4+: Force DDR in self-refresh after warm reset
by Lokesh Vutla
· 12 years ago
784229c
OMAP4+: Handle sdram init after warm reset
by Lokesh Vutla
· 12 years ago
7023950
ARM: OMAP3+: Detect reset type
by Lokesh Vutla
· 12 years ago
753bae8
OMAP5: DPLL core lock for OMAP5432
by Lokesh Vutla
· 13 years ago
784ab7c
OMAP5: EMIF: Add support for DDR3 device
by Lokesh Vutla
· 13 years ago
41321fd
ARM: OMAP5: Align memory used for testing to the power of 2
by SRICHARAN R
· 13 years ago
e06e914
ARM: OMAP4+: dmm: Take care of overlapping dmm and trap sections.
by SRICHARAN R
· 13 years ago
aa2889c
omap4+: Remove CONFIG_ARCH_CPU_INIT
by Tom Rini
· 13 years ago
74236ac
armv7: add appropriate headers for assembly functions
by Aneesh V
· 13 years ago
d417d1db5f
OMAP3+: reset: Create a common reset layer.
by SRICHARAN R
· 13 years ago
f75231b
arm: omap5: correct boot device mode7 for eMMC
by Balaji T K
· 13 years ago
c1fa3c3
OMAP4/5: device: Add support to get the device type.
by SRICHARAN R
· 13 years ago
8de17f4
OMAP5: palmas: Configure nominal opp vdd values
by SRICHARAN R
· 13 years ago
f401073
OMAP5: emif/ddr: Change emif settings as required for ES1.0 silicon.
by SRICHARAN R
· 13 years ago
5f14d91
OMAP5: clocks: Change clock settings as required for ES1.0 silicon.
by SRICHARAN R
· 13 years ago
3acb553
OMAP4460: TPS Ensure SET1 is selected after voltage configuration
by Nishanth Menon
· 13 years ago
a78274b
OMAP3+: Introduce generic logic for OMAP voltage controller
by Nishanth Menon
· 13 years ago
bbbc1ae
ARM:OMAP+:MMC: Add parameters to MMC init
by Jonathan Solnit
· 13 years ago
b6e95fd
CMD: Fix CONFIG_CMD_SAVEBP_WRITE_SIZE -> CONFIG_CMD_SPL_WRITE_SIZE
by Marek Vasut
· 13 years ago
27ac87d
arch/arm/cpu/armv7/omap-common/clocks-common.c: Fix build warnings
by Anatolij Gustschin
· 13 years ago
53c4492
SPL: call cleanup_before_linux() before booting Linux
by Stefano Babic
· 13 years ago
ace7318
omap/spl: change output of spl_parse_image_header
by Simon Schwarz
· 13 years ago
379c19a
omap-common/spl: Add linux boot to SPL
by Simon Schwarz
· 13 years ago
df163a5
omap-common: Add NAND SPL linux booting
by Simon Schwarz
· 13 years ago
24de357
SPL: Add YMODEM over UART load support
by Matt Porter
· 13 years ago
ad1820a
spl.c: Use __noreturn decorator
by Tom Rini
· 13 years ago
860004c
OMAP4: clock-common: Move the usb dppl configuration to new func
by Govindraj.R
· 13 years ago
f590217
OMAP SPL: Fix missing timer_init() call in OMAP4 s_init()
by Dechesne, Nicolas
· 13 years ago
761ca31
omap_rev_string: output to stdout
by Andreas Müller
· 13 years ago
8775471
OMAP SPL: call timer_init in s_init to make udelay work earlier
by Andreas Müller
· 13 years ago
8a8f084
ARM:AM33XX: Add SPL support for AM335X EVM
by Chandan Nath
· 13 years ago
365d607
gpio: Replace ARM gpio.h with the common API in include/asm-generic
by Joe Hershberger
· 13 years ago
164a750
arch/arm/cpu/armv7/omap-common/clocks-common.c: Fix GCC 4.6 warnings
by Anatolij Gustschin
· 13 years ago
b0a86a2
arch/arm/cpu/armv7/omap-common/spl.c: Fix GCC 4.2 warnings
by Anatolij Gustschin
· 13 years ago
ee08a82
OMAP3: Add SPL_BOARD_INIT hook
by Tom Rini
· 13 years ago
4324c11
omap4: emif: fix error in driver
by Aneesh V
· 13 years ago
473673a
omap: remove I2C from SPL
by Aneesh V
· 13 years ago
cd5847a
omap4460: fix TPS initialization
by Aneesh V
· 13 years ago
78f455c
omap4/5: Add support for booting with CH.
by Sricharan
· 13 years ago
bb772a5
omap5: emif: Add emif/ddr configurations required for omap5 evm
by Sricharan
· 13 years ago
2e5ba48
omap5: clocks: Add clocks support for omap5 platform.
by Sricharan
· 13 years ago
508a58f
omap5: Add minimal support for omap5430.
by Sricharan
· 13 years ago
ce170be
omap4: make omap4 code common for future reuse
by Sricharan
· 13 years ago
b88befa
omap/spl: actually enable the console
by Ilya Yanok
· 13 years ago
cca4e4a
Reduce build times
by Wolfgang Denk
· 13 years ago
Next »