index
:
arm-boot/u-boot-imx.git
imx_3.14.38_6ul_engr
imx_v2009.08
imx_v2009.08_1.1.0
imx_v2009.08_10.04.01
imx_v2009.08_10.05.02
imx_v2009.08_10.07.11
imx_v2009.08_10.10.01
imx_v2009.08_10.11.01
imx_v2009.08_10.12.01
imx_v2009.08_11.04.01
imx_v2009.08_11.05.01
imx_v2009.08_11.09.01
imx_v2009.08_11.11.01
imx_v2009.08_12.01.01
imx_v2009.08_12.02.01
imx_v2009.08_12.09.01
imx_v2009.08_12.10.02
imx_v2009.08_3.0.0
imx_v2009.08_3.0.35_4.0.0
imx_v2009.08_3.0.35_4.1.0
imx_v2009.08_r13.4.y
imx_v2013.04_3.10.17_1.0.0_beta
imx_v2013.04_3.10.17_1.0.0_ga
imx_v2013.04_3.10.31_1.1.0_alpha
imx_v2013.04_3.10.9_1.0.0_alpha
imx_v2013.04_3.5.7_1.0.0_alpha
imx_v2014.04_3.10.31_1.1.0_beta
imx_v2014.04_3.10.31_1.1.0_beta2
imx_v2014.04_3.10.53_1.1.0_ga
imx_v2014.04_3.14.28_1.0.0_ga
imx_v2014.04_3.14.28_7d_alpha
imx_v2014.04_3.14.38_6qp_beta
imx_v2014.04_kk4.4.3_2.y
imx_v2015.04
imx_v2015.04_3.14.38_6qp_ga
imx_v2015.04_3.14.38_6ul7d_beta
imx_v2015.04_3.14.38_6ul_ga
imx_v2015.04_3.14.52_1.1.0_ga
imx_v2015.04_4.1.15_1.0.0_ga
imx_v2015.04_brillo
imx_v2016.03_4.1.15_2.0.0_ga
imx_v2016.03_4.1.30_7ulp_alpha
imx_v2016.03_4.1.33_7ulp_beta
imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga_TEST
maddev-imx-android-r10.3
maddev-imx-android-r13.2
master
scm-imx_v2016.03_4.1.15_2.0.0_ga
U-boot NXP imx6
git@iatec.biz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Lines
*
sh: add MEMORY command to a shared linker script
Vladimir Zapolskiy
2016-12-02
-16
/
+16
*
sh: define entry point and reloc_dst inside a linker script
Vladimir Zapolskiy
2016-12-02
-6
/
+1
*
sh: place board lowlevel_init code in the beginning of .text
Vladimir Zapolskiy
2016-12-02
-19
/
+19
*
sh4: use single u-boot linker script for all boards
Vladimir Zapolskiy
2016-12-02
-253
/
+7
*
common: sh: add necessary define bits to board_f
Vladimir Zapolskiy
2016-12-02
-6
/
+9
*
r2dplus: select rtl8139 driver in defconfig
Vladimir Zapolskiy
2016-12-02
-0
/
+2
*
r2dplus: use P1 area space for text base and PCI system memory
Vladimir Zapolskiy
2016-12-02
-5
/
+5
*
sh4: remove __io config options from r2dplus and r7780mp boards
Vladimir Zapolskiy
2016-12-02
-12
/
+0
*
pci: sh7751: map PCI memory space into SDRAM
Vladimir Zapolskiy
2016-12-02
-6
/
+4
*
pci: sh7751: fix up PCI I/O space address
Vladimir Zapolskiy
2016-12-02
-1
/
+1
*
sh4: cache: move exported cache manipulation functions into cache.c
Vladimir Zapolskiy
2016-12-02
-39
/
+36
*
sh: cache: don't modify CCR from P1 area
Vladimir Zapolskiy
2016-12-02
-5
/
+3
*
sh: cache use jump_to_P2() and back_to_P1() from asm/system.h
Vladimir Zapolskiy
2016-12-02
-37
/
+2
*
sh3: remove unused cache.c file from being built
Vladimir Zapolskiy
2016-12-02
-97
/
+1
*
sh4: cache: correct flush_cache() to writeback and invalidate
Vladimir Zapolskiy
2016-12-02
-1
/
+1
*
sh4: cache: correct dcache flush to invalidate with write-back
Vladimir Zapolskiy
2016-12-02
-1
/
+1
*
compiler.h: use u-boot endian macros on OpenBSD
Jonathan Gray
2016-12-02
-14
/
+4
*
ARM: am57xx_evm: enable DFU support
Sekhar Nori
2016-12-02
-0
/
+14
*
ARM: ti: consolidate dfu environment variables
Sekhar Nori
2016-12-02
-148
/
+82
*
cmd: scsi: Make private functions static
Michal Simek
2016-12-02
-2
/
+2
*
scsi: Separate SCSI private block description initialization
Michal Simek
2016-12-02
-6
/
+22
*
scsi: Change scsi_scan() to be able to return value
Michal Simek
2016-12-02
-6
/
+13
*
scsi: Make private functions static
Michal Simek
2016-12-02
-6
/
+10
*
scsi: Remove completely unused functions
Michal Simek
2016-12-02
-38
/
+0
*
scsi: Simplify scsi_read/scsi_write()
Michal Simek
2016-12-02
-16
/
+11
*
scsi: Move pccb buffer initalization directly to scsi_detect_dev
Michal Simek
2016-12-02
-6
/
+6
*
scsi: Take lun from device block description
Michal Simek
2016-12-02
-6
/
+5
*
scsi: Extract device detection algorithm
Michal Simek
2016-12-02
-61
/
+82
*
scsi: Extract block device initialization
Michal Simek
2016-12-02
-20
/
+25
*
common: miiphyutil: Work and report phy address in hex in mdio cmd
Michal Simek
2016-12-02
-5
/
+5
*
ARM: zynq: Enable SD1 and qspi for picozed board
Siva Durga Prasad Paladugu
2016-12-02
-0
/
+12
*
ARM: zynq(mp): remove unneeded CONFIG_USB_MAX_CONTROLLER_COUNT defines
Masahiro Yamada
2016-12-02
-2
/
+0
*
ARM64: zynqmp: List secondary software boot modes
Michal Simek
2016-12-02
-0
/
+15
*
ARM64: zynqmp: Use DTS name for different psu_init_gpl* files in SPL
Michal Simek
2016-12-02
-1
/
+1
*
ARM64: zynqmp: Force certain bootmode for SPL
Michal Simek
2016-12-02
-1
/
+1
*
Merge git://www.denx.de/git/u-boot-marvell
Tom Rini
2016-12-01
-5
/
+62
|
\
|
*
tools/kwbimage: add DEBUG option
Chris Packham
2016-12-01
-1
/
+10
|
*
tools/kwbimage: add BAUDRATE option
Chris Packham
2016-12-01
-1
/
+44
|
*
arm: mvebu: move SYS_MVEBU_PLL_CLOCK to Kconfig
Chris Packham
2016-12-01
-3
/
+6
|
*
mvebu: db-88f6820-amc: Enable FIT support
Chris Packham
2016-12-01
-0
/
+2
*
|
SPL: mmc: Make spl_mmc_load_image available
Marek Vasut
2016-12-01
-2
/
+5
*
|
mmc: Tinification of the mmc code
Marek Vasut
2016-12-01
-2
/
+83
*
|
mmc: Fix warning if debug() is not used
Marek Vasut
2016-12-01
-1
/
+1
*
|
mmc: add bkops-enable command
Tomas Melin
2016-12-01
-0
/
+81
*
|
mmc: s5p_sdhci: fix to check proper pinmux id
Seung-Woo Kim
2016-12-01
-1
/
+1
|
/
*
ts4600: Disable CONFIG_DISPLAY_CPUINFO
Tom Rini
2016-11-30
-0
/
+1
*
Merge branch 'master' of git://git.denx.de/u-boot-mips
Tom Rini
2016-11-30
-65
/
+584
|
\
|
*
MIPS: Fix map_physmem for cached mappings
Paul Burton
2016-11-30
-1
/
+1
|
*
MIPS: Use ram_top, not bi_memsize, in arch_lmb_reserve
Paul Burton
2016-11-30
-1
/
+1
|
*
mips: Let cache.h be included from assembly source
Marek Vasut
2016-11-30
-0
/
+2
[next]