Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
75667972aaf6f64b511cf8af66a46d7bcc6be950
/
board
/
freescale
/
t102xrdb
dbd7954
common: Drop linux/delay.h from common header
by Simon Glass
· Sun May 10 11:40:11 2020 -0600
0f2af88
common: Drop log.h from common header
by Simon Glass
· Sun May 10 11:40:05 2020 -0600
ed38aef
command: Remove the cmd_tbl_t typedef
by Simon Glass
· Sun May 10 11:40:03 2020 -0600
9758973
common: Drop init.h from common header
by Simon Glass
· Sun May 10 11:40:02 2020 -0600
2dc9c34
common: Drop image.h from common header
by Simon Glass
· Sun May 10 11:40:01 2020 -0600
274e0b0
common: Drop net.h from common header
by Simon Glass
· Sun May 10 11:39:56 2020 -0600
6b63c54
dm: powerpc: T1023/T1024: add i2c DM support
by Biwen Li
· Fri May 01 20:04:11 2020 +0800
85d6531
common: Move clock functions into a new file
by Simon Glass
· Sat Dec 28 10:44:58 2019 -0700
3bbe70c
common: Move device-tree setup functions to fdt_support.h
by Simon Glass
· Sat Dec 28 10:44:54 2019 -0700
284f71b
common: Move relocate_code() to init.h
by Simon Glass
· Sat Dec 28 10:44:45 2019 -0700
d093536
mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND
by Miquel Raynal
· Thu Oct 03 19:50:03 2019 +0200
18afe10
common: Move pci_init_board() out of common.h
by Simon Glass
· Thu Nov 14 12:57:47 2019 -0700
a7b5130
common: Move some board functions out of common.h
by Simon Glass
· Thu Nov 14 12:57:46 2019 -0700
5cd7ece
env: Finish migration of common ENV options
by Tom Rini
· Mon Nov 18 20:02:10 2019 -0500
24ff2ec
powerpc: T102xRDB: Compile legacy PCIe routines conditionally
by Hou Zhiqiang
· Tue Aug 27 11:03:20 2019 +0000
fe81280
powerpc: Enable device tree support for T1024RDB
by Hou Zhiqiang
· Tue Aug 20 09:35:26 2019 +0000
9d1f619
env: Rename environment.h to env_internal.h
by Simon Glass
· Fri Aug 02 09:44:25 2019 -0600
0af6e2d
env: Move env_get() to env.h
by Simon Glass
· Thu Aug 01 09:46:52 2019 -0600
c3aeeb8
board/freescale: Remove invalid fsl email addresses
by Fabio Estevam
· Wed May 02 20:12:07 2018 -0300
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
75f82d0
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
by Masahiro Yamada
· Mon Mar 05 01:20:11 2018 +0900
05204d0
powerpc: mpc85xx: Fix static TLB table for SDRAM
by York Sun
· Tue Dec 05 10:57:54 2017 -0800
da1a134
env: Rename some other getenv()-related functions
by Simon Glass
· Thu Aug 03 12:22:15 2017 -0600
4bc2ad2
env: Add an enum for environment state
by Simon Glass
· Thu Aug 03 12:21:56 2017 -0600
52c4853
powerpc/board/t1024rdb: enable board-level reset when issuing reset command
by Shengzhou Liu
· Mon Apr 10 16:00:08 2017 +0800
d35f338
board_f: Rename initdram() to dram_init()
by Simon Glass
· Thu Apr 06 12:47:05 2017 -0600
39f90ba
board_f: Drop return value from initdram()
by Simon Glass
· Fri Mar 31 08:40:25 2017 -0600
b4de3f3
board_f: Drop board_type parameter from initdram()
by Simon Glass
· Fri Mar 31 08:40:24 2017 -0600
8cea9b5
flash: complete CONFIG_SYS_NO_FLASH move with renaming
by Masahiro Yamada
· Sat Feb 11 22:43:54 2017 +0900
302445a
powerpc: Drop probecpu() in favour of arch_cpu_init()
by Simon Glass
· Mon Jan 23 13:31:22 2017 -0700
51b06fa
NXP: Introduce board/freescale/common/Kconfig and migrate CHAIN_OF_TRUST
by Tom Rini
· Sun Jan 22 19:43:10 2017 -0500
f9a0363
powerpc: T1024RDB: Remove macro CONFIG_T1024RDB
by York Sun
· Wed Dec 28 08:43:34 2016 -0800
940ee4a
powerpc: T1023RDB: Remove macro CONFIG_T1023RDB
by York Sun
· Wed Dec 28 08:43:33 2016 -0800
29a5301
fsl/board/ddr: optimize board-specific cpo for erratum A-009942
by Shengzhou Liu
· Tue Nov 15 17:15:21 2016 +0800
a5ca142
powerpc: T102xRDB: Split as T1023RDB and T1024RDB
by York Sun
· Fri Nov 18 12:45:44 2016 -0800
55107dc
Txxx/RCW: Split unified RCW to RCWs for sd, spi and nand.
by Zhao Qiang
· Thu Sep 08 12:55:32 2016 +0800
dd8e224
spi: Move freescale-specific code into a private header
by Simon Glass
· Sat Sep 24 18:20:10 2016 -0600
9fd465c
usb: fsl: Rename fdt_fixup_dr_usb
by Sriram Dash
· Fri Sep 16 17:12:15 2016 +0530
0362bdb
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· Sat Jun 04 12:12:26 2016 -0400
fe56a4f
freescale: Tweak various Makefiles to remove redundancy, fix aesthetics
by Robert P. J. Day
· Wed Apr 13 17:49:28 2016 -0400
0246ade
board/freescale: Use unified setup_ddr_tlbs for spl boot and non-spl boot
by Shengzhou Liu
· Tue May 31 15:39:06 2016 +0800
2ff056b
powerpc/board: SPL: Enable malloc flag in global data.
by Sumit Garg
· Wed May 25 12:41:48 2016 -0400
f1510e6
board/freescale: Update ddr clk_adjust
by Shengzhou Liu
· Wed May 04 10:20:22 2016 +0800
7557405
Use correct spelling of "U-Boot"
by Bin Meng
· Fri Feb 05 19:30:11 2016 -0800
1de43cf
powerpc: mpc85xx: Move set_liodns, setup_portals to common boot seq
by Prabhakar Kushwaha
· Fri Jan 22 14:34:44 2016 +0530
a73bda4
Move console definitions into a new console.h file
by Simon Glass
· Sun Nov 08 23:47:45 2015 -0700
513eaf2
net: Move some header files to include/
by Shaohui Xie
· Mon Oct 26 19:47:47 2015 +0800
503dba8
powerpc/t1023rdb: change default core frequency to 1200MHz
by Shengzhou Liu
· Fri Aug 21 15:19:36 2015 +0800
796b33a
powerpc/t1023rdb: eMMC boot without external SD card
by Shengzhou Liu
· Tue Jul 28 10:46:47 2015 +0800
0a19789
powerpc/t1023rdb: add support for T1023RDB RevC
by Shengzhou Liu
· Wed Jun 17 16:37:01 2015 +0800
556b76f
powerpc/t104x, t102x: Update CPC debug register value in PBI commands
by Priyanka Jain
· Thu May 07 14:24:31 2015 +0530
032df62
board/t102x: use fdt_setprop_string instead of fdt_setprop
by Shengzhou Liu
· Tue Apr 14 17:56:50 2015 +0800
00d7e5b
powerpc/t1023rdb: Add T1023 RDB board support
by Shengzhou Liu
· Fri Mar 27 15:48:34 2015 +0800
ccc57ef
powerpc/t1024rdb: Add support for T1024RDB-PB
by Shengzhou Liu
· Wed Dec 17 16:51:08 2014 +0800
8dc02f3
mpc85xx/t102xrdb: convert deep sleep to generic board interface
by tang yuantian
· Wed Dec 17 15:42:54 2014 +0800
4991240
powerpc/t1024rdb: Add T1024 RDB board support
by Shengzhou Liu
· Mon Nov 24 17:11:56 2014 +0800