History log of /rk3399_rockchip-uboot/common/spl/spl_rkfw.c (Results 1 – 25 of 27)
Revision Date Author Comments
# cd081a97 20-Nov-2020 Jason Zhu <jason.zhu@rock-chips.com>

spl: rkfw: fix printing error message

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I4cfd0de01b826aaa21c7269e1b814e234670561a


# e6832242 12-Jun-2020 Jason Zhu <jason.zhu@rock-chips.com>

spl: rkfw: fix test misc_decompress_is_complete return value

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: Ie378336e55d638e94f1d7c0c9dccb2c9b5ac6758


# 1258f25b 09-Jun-2020 Jason Zhu <jason.zhu@rock-chips.com>

spl: rkfw: fix decompress error when boot.img has no ramdisk

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I43066282cd8449b08b37d5ef68d57dd3046b956b


# 8a5f71e4 21-May-2020 Joseph Chen <chenjh@rock-chips.com>

spl: rkfw: get partition sector independ on outside

- clean and simplify the code.
- support a/b system and spl boot kernel.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I1adb2c185

spl: rkfw: get partition sector independ on outside

- clean and simplify the code.
- support a/b system and spl boot kernel.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I1adb2c1853e51a01e80d7453715ba2aabe0fc973

show more ...


# a6f23aea 04-Jun-2020 Jason Zhu <jason.zhu@rock-chips.com>

common: spl: define maximum decompressible size to prevent memory overrun

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: Ib0be02bc85cb16ccdd832abf9a56260b2f2e500d


# 69808149 26-May-2020 Jason Zhu <jason.zhu@rock-chips.com>

spl: rkfw: call misc_decompress_stop() to clear the decompress irq

Otherwise the next stage will respond to the decompress completed interrupt.

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
C

spl: rkfw: call misc_decompress_stop() to clear the decompress irq

Otherwise the next stage will respond to the decompress completed interrupt.

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: Ie56a7eb939374bd5aac326bb3cd022225bf71dd2

show more ...


# 5a157e97 12-May-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'thunder-boot' into next-dev


# 2bc8e110 23-Apr-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot


# 1cef1b20 23-Apr-2020 Joseph Chen <chenjh@rock-chips.com>

dm: misc: merge generic header file into misc.h

Puting the generic function declaration together that the
caller don't need care too much about different header file.

Signed-off-by: Joseph Chen <ch

dm: misc: merge generic header file into misc.h

Puting the generic function declaration together that the
caller don't need care too much about different header file.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Ib37d1550e5a747d8f18e30c428ea8f613f9cc006

show more ...


# 710cfa3d 22-Apr-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot


# 5b7d3298 20-Apr-2020 Jason Zhu <jason.zhu@rock-chips.com>

drivers: misc: use misc_mode to distinguish different device

The misc attach different device. We use the misc_mode to show
different device's capability.

Signed-off-by: Jason Zhu <jason.zhu@rock-c

drivers: misc: use misc_mode to distinguish different device

The misc attach different device. We use the misc_mode to show
different device's capability.

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: Ibce5bb0465e452a7e783c5859f1e8ab2bfd8b0c5

show more ...


# c637f232 16-Apr-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot

Change-Id: I22ac688008080eac49169d752a94b66668f890fc

Conflicts:
drivers/phy/Kconfig
drivers/phy/Makefile


# 6177e32d 08-Apr-2020 Jason Zhu <jason.zhu@rock-chips.com>

spl: rkfw: support decompress kernel and ramdisk

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I172b75ed0587726f5d465dcbb20bf9aa7e65e1e4


# f8f8bbc6 10-Apr-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot


# 4ef4c8bf 08-Apr-2020 Jason Zhu <jason.zhu@rock-chips.com>

spl: rkfw: goto boot next stage directly if find used uboot

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: Ia32663b91e1360bc491f1db364900eb5b27892f9


# 41bb8b73 07-Apr-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot

Conflicts:
common/spl/spl_rkfw.c
drivers/pinctrl/pinctrl-rockchip.c
make.sh

Change-Id: I93f4dbe1e067c3b938bf64c4964bd5e7023b1daf
Signed-off-by: Joseph C

Merge branch 'next-dev' into thunder-boot

Conflicts:
common/spl/spl_rkfw.c
drivers/pinctrl/pinctrl-rockchip.c
make.sh

Change-Id: I93f4dbe1e067c3b938bf64c4964bd5e7023b1daf
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>

show more ...


# aa415ed9 07-Apr-2020 Joseph Chen <chenjh@rock-chips.com>

common: spl: fix cherry-pick sync conflict

fixes: (1cb393f common: spl: rkfw: support bing-up arm32 firmware)

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I1b7f1a6269794ea9a4a50893

common: spl: fix cherry-pick sync conflict

fixes: (1cb393f common: spl: rkfw: support bing-up arm32 firmware)

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I1b7f1a6269794ea9a4a508933381bbb8e3e7133b

show more ...


# 1cb393f1 09-Mar-2020 Jason Zhu <jason.zhu@rock-chips.com>

common: spl: rkfw: support bing-up arm32 firmware

1. the arm32 trust firmware is diffirent with arm64, support it.
2. add entry_point_os to indicate the uboot or kernel entry point.

Signed-off-by:

common: spl: rkfw: support bing-up arm32 firmware

1. the arm32 trust firmware is diffirent with arm64, support it.
2. add entry_point_os to indicate the uboot or kernel entry point.

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I24d1601323e99f40e81d18f1937f762b2ecc137f
(cherry picked from commit a64fd729d49f96f99e0291b10a16307d306ebb09)

Change-Id: I3b1420989d158c52259365d90011524b047b5750

show more ...


# fcb65c61 12-Mar-2020 Jason Zhu <jason.zhu@rock-chips.com>

spl: rkfw: support bring up different next stage

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: Idfca034d4d3eb5a4f757678e62efd7765bf89840


# 440eb126 12-Mar-2020 Jason Zhu <jason.zhu@rock-chips.com>

spl: rkfw: add boot_sector to seperate uboot and boot load-address

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I04e2b00a8615fee24ee7722ab7bb9ad4931f4332


# a64fd729 09-Mar-2020 Jason Zhu <jason.zhu@rock-chips.com>

common: spl: rkfw: support bing-up arm32 firmware

1. the arm32 trust firmware is diffirent with arm64, support it.
2. add entry_point_os to indicate the uboot or kernel entry point.

Signed-off-by:

common: spl: rkfw: support bing-up arm32 firmware

1. the arm32 trust firmware is diffirent with arm64, support it.
2. add entry_point_os to indicate the uboot or kernel entry point.

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I24d1601323e99f40e81d18f1937f762b2ecc137f

show more ...


# e64dfb02 20-Feb-2020 Jason Zhu <jason.zhu@rock-chips.com>

common: spl: rkfw: support resource file in spl

Change-Id: I14d0afd6131cd523cd0218bb727b9a3b48397943
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>


# 2241fc0f 20-Feb-2020 Jason Zhu <jason.zhu@rock-chips.com>

common: spl: rkfw: support resource file in spl

Change-Id: I14d0afd6131cd523cd0218bb727b9a3b48397943
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>


# e3460df7 17-Feb-2020 Jason Zhu <jason.zhu@rock-chips.com>

common: spl: rkfw: support boot kernel in spl

Load kernel through android format, then jump to kernel through ATF.

Change-Id: Idc77461bae0e4300c146c68f6a7e4e157c29db7f
Signed-off-by: Jason Zhu <jas

common: spl: rkfw: support boot kernel in spl

Load kernel through android format, then jump to kernel through ATF.

Change-Id: Idc77461bae0e4300c146c68f6a7e4e157c29db7f
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>

show more ...


# a5f4ae85 24-Sep-2019 Jason Zhu <jason.zhu@rock-chips.com>

common: spl: rkfw: support boot kernel in spl

Load kernel through android format, then jump to kernel through ATF.

Change-Id: I6c14faa6c4371fdc897e00068be7d9d86a8c2608
Signed-off-by: Jason Zhu <jas

common: spl: rkfw: support boot kernel in spl

Load kernel through android format, then jump to kernel through ATF.

Change-Id: I6c14faa6c4371fdc897e00068be7d9d86a8c2608
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>

show more ...


12