summaryrefslogtreecommitdiff
path: root/board/samsung
AgeCommit message (Expand)AuthorFilesLines
2011-12-21board/samsung/universal_c210/universal.c: Fix build warningAnatolij Gustschin1-1/+1
2011-12-17usb:gadget:s5p Enable the USB Gadget framework at Exynos4210 (C210 Universal)Lukasz Majewski1-0/+48
2011-12-11usb:gadget:s5p Enable the USB Gadget framework at GONILukasz Majewski1-1/+47
2011-12-09S5PC2XX: Rename S5pc2XX to exynosChander Kashyap9-62/+62
2011-11-04misc:pmic:samsung Enable PMIC driver at C210 Universal targetŁukasz Majewski1-0/+5
2011-11-04smdkv310: use macro for mmc data read function addressChander Kashyap1-7/+8
2011-11-04smdkv310: use spl framework for mmc splChander Kashyap3-1/+194
2011-11-04SMDKV310: use get_ram_size() to validate dram sizeChander Kashyap1-4/+8
2011-11-04SMDKV310: Initialize board id using CONFIG_MACH_TYPEChander Kashyap1-1/+0
2011-11-04ORIGEN : use absolute paths and fix tool namingAngus Ainslie1-3/+3
2011-10-27misc:pmic:samsung Enable PMIC driver at GONI targetŁukasz Majewski1-0/+4
2011-10-22build: add missing $(AR)->$(cmd_link_o_target) updateMike Frysinger2-2/+2
2011-10-16punt unused clean/distclean targetsMike Frysinger5-30/+0
2011-09-04ORIGEN: Add MMC SPL supportChander Kashyap3-1/+203
2011-09-04ARMV7: Add support for Samsung ORIGEN boardChander Kashyap5-0/+1479
2011-09-04ARM: remove broken "smdk2400" boardWolfgang Denk5-856/+0
2011-09-04gpio:samsung: s5p_ suffix add for GPIO functions (C210_universal)Łukasz Majewski1-14/+14
2011-09-04SMDKV310: Fix build error for smdkv310 boardChander Kashyap1-1/+1
2011-09-04gpio:samsung s5p_ suffix add for GPIO functionsŁukasz Majewski3-9/+9
2011-09-04arm: nvidia and smdk6400: use common code for machine typeIgor Grinberg1-1/+0
2011-07-16Timer: Fix misuse of ARM *timer_masked() functions outside arch/armGraeme Russ1-4/+6
2011-06-09SMDK6400: fix the compiler errorMinkyu Kang1-0/+2
2011-06-03Minor coding style cleanupWolfgang Denk1-1/+1
2011-06-01SMDKV310: Fix incorrect conditional compilation for MIU linear mappingThomas Abraham1-2/+2
2011-06-01SMDKV310: CPU fequency and mmc_pre_ratio modifiedChander Kashyap1-2/+2
2011-05-26ARMV7: Add support for Samsung SMDKV310 BoardChander Kashyap4-0/+1017
2011-05-26S5P:SROM config code moved to s5p-common directoryChander Kashyap1-2/+2
2011-05-26SMDK2410: various cleanup/code style fixesDavid Müller (ELSOFT AG)1-27/+34
2011-05-26SMDK2410: use the CFI driver (and remove the old one)David Müller (ELSOFT AG)3-434/+13
2011-05-26SMDK2410: remove unneeded config.mkDavid Müller (ELSOFT AG)1-25/+0
2011-04-30Handle most LDSCRIPT setting centrallyScott Wood1-2/+0
2011-03-27SMDK6400: Fixup dram_init for relocation supportseedshope1-1/+7
2011-03-27SMDK6400: Fix the mutiple link errorseedshope1-1/+0
2011-03-27SMDK6400: Fix some label undefined in build errorseedshope1-3/+24
2011-03-27rename _end to __bss_end__Po-Yu Chuang1-1/+1
2011-02-02armv7: add support for s5pc210 universal boardMinkyu Kang4-0/+730
2010-12-22Merge branch 'next' of ../nextWolfgang Denk1-0/+37
2010-12-21Move DECLARE_GLOBAL_DATA_PTR to file scopeJohn Rigby1-4/+2
2010-12-17Merge branch 'master' of ../master into nextWolfgang Denk2-5/+15
2010-11-30Merge branch 'master' of git://git.denx.de/u-boot-samsungWolfgang Denk2-5/+15
2010-11-30S5P: goni: fix for relocationMinkyu Kang1-2/+8
2010-11-30S5P: smdkc100: fix for relocationMinkyu Kang1-3/+7
2010-11-29Remove board_init_f function from nand_boot.cSughosh Ganu1-0/+37
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier5-10/+10
2010-10-28Add generic support for samsung s3c2440C Nauman2-32/+32
2010-10-19s5p_mmc: support 8-bit bus widthJaehoon Chung1-1/+1
2010-10-19Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk10-11/+11
2010-08-30ARMV7: S5P: rename the member of gpio structureMinkyu Kang2-5/+5
2010-08-17S5P: Use accessor functions instead of SoC specific defines to access the bas...Minkyu Kang4-6/+7
2010-08-03s5p_goni: enable mmc0Minkyu Kang1-0/+37