| #
b47ea792 |
| 12-Jul-2016 |
Xu Ziyuan <xzy.xu@rock-chips.com> |
rockchip: add option to change method of loading u-boot
If we would like to boot from SD card, we have to implement mmc driver in SPL stage, and get a slightly large SPL binary. Rockchip SoC's bootr
rockchip: add option to change method of loading u-boot
If we would like to boot from SD card, we have to implement mmc driver in SPL stage, and get a slightly large SPL binary. Rockchip SoC's bootrom code has the ability to load spl and u-boot, then boot.
If CONFIG_ROCKCHIP_SPL_BACK_TO_BROM is enabled, the spl will return to bootrom in board_init_f(), then bootrom loads u-boot binary.
Loading sequence after rework: bootrom ==> spl ==> bootrom ==> u-boot
Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org> Fixed up spelling of U-Boot, boorom, opinion->option, Rochchip: Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
f1387130 |
| 22-Jan-2016 |
Simon Glass <sjg@chromium.org> |
rockchip: Update the README
GPIO, I2C, LCD and HDMI are now implemented. We have more than one PMIC. There is an implementation to run the CPU at full speed although it does not seem to make much di
rockchip: Update the README
GPIO, I2C, LCD and HDMI are now implemented. We have more than one PMIC. There is an implementation to run the CPU at full speed although it does not seem to make much difference.
Update the README to cover recent developments.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
7c1058fa |
| 22-Jan-2016 |
Simon Glass <sjg@chromium.org> |
rockchip: Add support for Raxda Rock 2
This board includes an RK3288 SoC on a SOM. It can be mounted on a base-board which provides a wide range of peripherals.
So far this is verified to boot to a
rockchip: Add support for Raxda Rock 2
This board includes an RK3288 SoC on a SOM. It can be mounted on a base-board which provides a wide range of peripherals.
So far this is verified to boot to a prompt from a microSD card. The serial console works as well as HDMI.
Thanks to Tom Cubie for sending me a board.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
002c634c |
| 22-Jan-2016 |
Simon Glass <sjg@chromium.org> |
rockchip: Add a script to parse datasheets
This script has proved useful for parsing datasheets and creating register shift/mask values for use in header files. Include it in case it is useful for o
rockchip: Add a script to parse datasheets
This script has proved useful for parsing datasheets and creating register shift/mask values for use in header files. Include it in case it is useful for others.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
d77a092d |
| 08-Jan-2016 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-rockchip
|
| #
dd8e4290 |
| 29-Dec-2015 |
Simon Glass <sjg@chromium.org> |
rockchip: Fix the configuration for chromebook_jerry
Various updates did not make it through to this board. Also the instructions for building a SPI image are no-longer correct. Fix these so that Je
rockchip: Fix the configuration for chromebook_jerry
Various updates did not make it through to this board. Also the instructions for building a SPI image are no-longer correct. Fix these so that Jerry can boot to a prompt again.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
35065cdd |
| 16-Dec-2015 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-rockchip
|
| #
717f8845 |
| 27-Nov-2015 |
Jeffy Chen <jeffy.chen@rock-chips.com> |
rockchip: doc: add imagename
We now using imagename to select rockchip's spl hdr & spl size.
Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
|
| #
1d5a6968 |
| 17-Nov-2015 |
huang lin <hl@rock-chips.com> |
rockchip: doc: show packet rk3036 uboot image
show how to packet rk3036 uboot image and boot from SD
Signed-off-by: Lin Huang <hl@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org> Series-to:
rockchip: doc: show packet rk3036 uboot image
show how to packet rk3036 uboot image and boot from SD
Signed-off-by: Lin Huang <hl@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org> Series-to: u-boot Series-version: 8 Series-cc: Lin Huang <hl@rock-chips.com>
show more ...
|
| #
c9feb427 |
| 03-Sep-2015 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-rockchip
|
| #
f2acc55e |
| 30-Aug-2015 |
Simon Glass <sjg@chromium.org> |
rockchip: Put README image creation commands on one line
It is easier to paste these into the command line if they are a single common. Use line continuation instead of separate lines.
Signed-off-b
rockchip: Put README image creation commands on one line
It is easier to paste these into the command line if they are a single common. Use line continuation instead of separate lines.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
d26bf0f7 |
| 30-Aug-2015 |
Sjoerd Simons <sjoerd.simons@collabora.co.uk> |
rockchip: Update todo in README.rockchip
MMC support works now, so it can be dropped from the todo
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Acked-by: Simon Glass <sjg@chromium.o
rockchip: Update todo in README.rockchip
MMC support works now, so it can be dropped from the todo
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
dd39bcaf |
| 30-Aug-2015 |
Sjoerd Simons <sjoerd.simons@collabora.co.uk> |
rockchip: Drop first 32kb of zeros from the rkSD image type
Instead of creating a rockchip SPL SD card image with 32KB of zeros which can be written to the start of an SD card, create the images wit
rockchip: Drop first 32kb of zeros from the rkSD image type
Instead of creating a rockchip SPL SD card image with 32KB of zeros which can be written to the start of an SD card, create the images with only the useful data that should be written to an offset of 32KB on the SD card.
The first 32 kilobytes aren't needed for bootup and only serve as convenient way of accidentally obliterating your partition table.
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
f2b3017c |
| 30-Aug-2015 |
Sjoerd Simons <sjoerd.simons@collabora.co.uk> |
doc: Fix reference to Rock pro when Rock 2 is meant
The Radxa Rock pro board is rk3188 based and thus won't work with U-Boot built for RK3288. Change the documentation to refer to the intended board
doc: Fix reference to Rock pro when Rock 2 is meant
The Radxa Rock pro board is rk3188 based and thus won't work with U-Boot built for RK3288. Change the documentation to refer to the intended board, the Radxa Rock 2, which is an RK3288-based design very similar to the firefly
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
adfb2bfe |
| 30-Aug-2015 |
Simon Glass <sjg@chromium.org> |
rockchip: Add a simple README
Add a few notes on how to try out the Rockchip support so far.
Signed-off-by: Simon Glass <sjg@chromium.org>
|