Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
0ba3212fd02e57d4fcb11986e9b731586e4ec5f1
/
board
/
theobroma-systems
/
puma_rk3399
/
puma-rk3399.c
0ba3212
rockchip: puma-rk3399: load environment from same medium as one used to load U-Boot proper
by Quentin Schulz
· Thu Sep 15 11:14:27 2022 +0200
86bd44e
rockchip: puma-rk3399: load environment from same MMC as used for loading U-Boot proper
by Quentin Schulz
· Thu Sep 15 11:14:25 2022 +0200
11366cd
rockchip: puma-rk3399: fix boot_targets swap depending on U-Boot proper load medium
by Quentin Schulz
· Thu Sep 15 11:14:21 2022 +0200
e10ad79
rockchip: puma-rk3399: remove dead code
by Quentin Schulz
· Thu Sep 15 18:25:32 2022 +0200
a27ea4c
rockchip: puma: drop special handling of usb host regulator
by Heiko Stuebner
· Fri Jun 05 12:06:42 2020 +0200
5a57b9b
rockchip: puma: fix indentation of misc_init_r
by Heiko Stuebner
· Fri Jun 05 12:06:39 2020 +0200
95b2b3e
rockchip: Fix spl mmc boot device ofpath
by Jagan Teki
· Sun May 24 20:26:18 2020 +0530
0f2af88
common: Drop log.h from common header
by Simon Glass
· Sun May 10 11:40:05 2020 -0600
9758973
common: Drop init.h from common header
by Simon Glass
· Sun May 10 11:40:02 2020 -0600
f345596
dm: core: Rename ofnode_get_chosen_prop()
by Simon Glass
· Mon Jan 27 08:49:43 2020 -0700
48b6c6b
crc32: Use the crc.h header for crc functions
by Simon Glass
· Thu Nov 14 12:57:16 2019 -0700
f49ad9d
board: puma: Use rockchip_* helpers to setup cpuid and macaddr
by Rohan Garg
· Mon Aug 12 17:04:36 2019 +0200
9cce6f7
env: Drop environment.h header file where not needed
by Simon Glass
· Thu Aug 01 09:47:12 2019 -0600
5e6201b
env: Move env_set() to env.h
by Simon Glass
· Thu Aug 01 09:46:51 2019 -0600
9554a4e
rockchip: rk3399: Migrate to use common board file
by Kever Yang
· Mon Jul 22 20:02:19 2019 +0800
74bde5d
rockchip: rk3399: Support common spl_board_init
by Jagan Teki
· Fri Jun 21 00:25:00 2019 +0530
9fbe17c
rockchip: use 'arch-rockchip' as header file path
by Kever Yang
· Thu Mar 28 11:01:23 2019 +0800
810182f
rockchip: rk3399: change boot_target based on u-boot, spl-boot-device
by Klaus Goger
· Thu May 24 17:15:53 2018 +0200
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
bdfb5c4
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
by Tom Rini
· Wed Apr 18 13:50:47 2018 -0400
9c21549
net: Move enetaddr env access code to env config instead of net config
by Alex Kiernan
· Sun Apr 01 09:22:38 2018 +0000
b072063
rockchip: rk3399-puma: set gpio4cd iodomain to 1.8V
by Jakob Unterwurzacher
· Fri Dec 15 16:23:14 2017 +0100
219340c
rockchip: rk3399-puma: preserve leading zeros in serial#
by Jakob Unterwurzacher
· Thu Dec 07 16:20:44 2017 +0100
145638f
rockchip: rk3399-puma: add code to allow forcing a power-on reset
by Philipp Tomsich
· Tue Nov 28 17:56:11 2017 +0100
25aa221
rockchip: rk3399-puma: implement usb_hub_reset_devices for puma-rk3399
by Philipp Tomsich
· Wed Nov 22 17:15:18 2017 +0100
75fc208
rockchip: rk3399-puma: add boot-on regulator to override BIOS_DISABLE
by Philipp Tomsich
· Fri Sep 29 19:28:01 2017 +0200
96351ff
rockchip: puma-rk3399: update board_init()
by Philipp Tomsich
· Fri Sep 29 19:28:00 2017 +0200
3df6626
rockchip: rk3399: make spl_board_init board-specific
by Philipp Tomsich
· Fri Sep 29 19:27:54 2017 +0200
749b987
rockchip: puma_rk3399: increase serialno_str size
by Klaus Goger
· Fri Sep 15 14:46:04 2017 +0200
64b723f
env: Rename getenv/_f() to env_get()
by Simon Glass
· Thu Aug 03 12:22:12 2017 -0600
8551d55
env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()
by Simon Glass
· Thu Aug 03 12:22:11 2017 -0600
6a38e41
env: Rename setenv() to env_set()
by Simon Glass
· Thu Aug 03 12:22:09 2017 -0600
627562b
rockchip: puma-rk3399: remove duplicate code (merge artifact)
by Kever Yang
· Thu Jul 27 19:59:03 2017 +0800
c205326
rockchip: correct the bank0 ram size
by Kever Yang
· Fri Jun 23 16:11:11 2017 +0800
6c15a54
rockchip: use common sdram function
by Kever Yang
· Fri Jun 23 16:11:06 2017 +0800
6065aae
rockchip: board: puma_rk3399: derive ethaddr from cpuid
by Klaus Goger
· Fri May 05 19:21:40 2017 +0200
2ebe289
rockchip: board: puma_rk3399: add support for serial# and cpuid# via efuses
by Philipp Tomsich
· Fri May 05 19:21:39 2017 +0200
7674d16
rockchip: ARM64: puma-rk3399: get DRAM size from DMC init
by Philipp Tomsich
· Fri Apr 28 17:31:44 2017 +0200
8103993
rockchip: ARM64: split RK3399-Q7 board off the RK3399-EVB board
by Klaus Goger
· Fri Apr 07 19:13:38 2017 +0200