Home
last modified time | relevance | path

Searched +full:09 +full:- +full:release (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/lib/lzma/
H A Dhistory.txt2 -----------------------
4 9.18 beta 2010-11-02
5 -------------------------
6 - New small SFX module for installers (SfxSetup).
9 9.12 beta 2010-03-24
10 -------------------------
11 - The BUG in LZMA SDK 9.* was fixed: LZMA2 codec didn't work,
15 9.11 beta 2010-03-15
16 -------------------------
17 - PPMd compression method support
[all …]
/rk3399_rockchip-uboot/
H A D.travis.yml2 # SPDX-License-Identifier: GPL-2.0+
4 # build U-Boot on Travis CI - https://travis-ci.org/
14 - cppcheck
15 - sloccount
16 - sparse
17 - bc
18 - build-essential
19 - libsdl1.2-dev
20 - python
21 - python-virtualenv
[all …]
H A DMakefile2 # SPDX-License-Identifier: GPL-2.0+
6 PATCHLEVEL = 09
17 # o Do not use make's built-in rules and variables
18 # (this increases performance and avoids hard-to-debug behaviour);
20 MAKEFLAGS += -rR --include-dir=$(CURDIR)
34 # Most importantly: sub-Makefiles should only ever modify files in
37 # unavoidable when linking the built-in.o targets which finally
48 # ---------------------------------------------------------------------------
55 # cmd_cc_o_c = $(CC) $(c_flags) -c -o $@ $<
62 # A simple variant is to prefix commands with $(Q) - that's useful
[all …]
H A DREADME2 # (C) Copyright 2000 - 2013
5 # SPDX-License-Identifier: GPL-2.0+
11 This directory contains the source code for U-Boot, a boot loader for
17 The development of U-Boot is closely related to Linux: some parts of
39 scattered throughout the U-Boot source identifying the people or
43 actual U-Boot source tree; however, it can be created dynamically
53 U-Boot, you should send a message to the U-Boot mailing list at
54 <u-boot@lists.denx.de>. There is also an archive of previous traffic
55 on the mailing list - please search the archive before asking FAQ's.
56 Please see http://lists.denx.de/pipermail/u-boot and
[all …]
/rk3399_rockchip-uboot/examples/standalone/
H A DREADME.smc91111_eeprom1 This is the readme for the Das U-Boot standalone program smc91111
9 ------------------------
10 1. Ensuring U-Boot's MAC address can be set in hardware
17 1. Ensuring U-Boot's MAC address can be set in hardware
18 --------------------------------------------------------------------------
20 On the Internet - MAC addresses are very important. Short for Media
22 each node of a network. When things are not unique - bad things
23 can happen. This is why U-Boot makes it difficult to change MAC
31 ---------------------------------------------------------------------
34 -rwxr-xr-x 1 8806 2004-10-11 14:00 smc91111_eeprom <- ELF
[all …]
/rk3399_rockchip-uboot/tools/buildman/
H A DREADME3 # SPDX-License-Identifier: GPL-2.0+
8 Quick-start
14 cd /path/to/u-boot
16 buildman --fetch-arch arm
17 buildman -k rpi_2
19 # u-boot.bin is the output image
25 This tool handles building U-Boot to check that you have not broken it
28 to make full use of multi-processor machines.
40 where it left off. This should happen cleanly and without side-effects.
44 You may need to press Ctrl-C several times to quit it. Also it will print
[all …]
/rk3399_rockchip-uboot/drivers/net/
H A Dax88180.c2 * ax88180: ASIX AX88180 Non-PCI Gigabit Ethernet u-boot driver
13 * Foundation, Inc., 59 Temple Place - Suite 330, Boston MA 02111-1307,
19 * ASIX AX88180 Non-PCI 16/32-bit Gigabit Ethernet Linux Driver
23 * SRAM and supports both 16-bit and 32-bit SRAM-Like interfaces for any
33 * Date : 2008-07-07
35 * 09/06/2006 : New release for AX88180 US2 chip.
73 while (--us_cnt) { in ax88180_mdio_check_complete()
85 struct ax88180_private *priv = (struct ax88180_private *)dev->priv; in ax88180_mdio_read()
88 OUTW (dev, (READ_PHY | (regaddr << 8) | priv->PhyAddr), MDIOCTRL); in ax88180_mdio_read()
102 struct ax88180_private *priv = (struct ax88180_private *)dev->priv; in ax88180_mdio_write()
[all …]
/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h1 // stb_truetype.h - v1.08 - public domain
2 // authored from 2009-2015 by Sean Barrett / RAD Game Tools
8 // render glyphs to one-channel bitmaps with antialiasing (box filter)
11 // non-MS cmaps
14 // cleartype-style AA?
16 // optimize: build edge-list directly from curves
32 // Ivan-Assen Ivanov
51 // 1.08 (2015-09-13) document stbtt_Rasterize(); fixes for vertical & horizontal edges
52 // 1.07 (2015-08-01) allow PackFontRanges to accept arrays of sparse codepoints;
54 // fix stbtt_GetFontOFfsetForIndex (never worked for non-0 input?);
[all …]
/rk3399_rockchip-uboot/arch/x86/cpu/quark/
H A Dsmc.c8 * SPDX-License-Identifier: Intel
88 tck = t_ck[mrc_params->ddr_speed]; /* Clock in picoseconds */ in prog_ddr_timing_control()
89 tcl = mrc_params->params.cl; /* CAS latency in clocks */ in prog_ddr_timing_control()
92 tras = MCEIL(mrc_params->params.ras, tck); in prog_ddr_timing_control()
94 /* Per JEDEC: tWR=15000ps DDR2/3 from 800-1600 */ in prog_ddr_timing_control()
97 twtr = MCEIL(mrc_params->params.wtr, tck); in prog_ddr_timing_control()
98 trrd = MCEIL(mrc_params->params.rrd, tck); in prog_ddr_timing_control()
100 tfaw = MCEIL(mrc_params->params.faw, tck); in prog_ddr_timing_control()
102 wl = 5 + mrc_params->ddr_speed; in prog_ddr_timing_control()
105 dtr0 |= mrc_params->ddr_speed; in prog_ddr_timing_control()
[all …]
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_base.c7 * http://www.linux-mtd.infradead.org/doc/nand.html
10 * 2002-2006 Thomas Gleixner (tglx@linutronix.de)
20 * Check, if mtd->ecctype should be set to MTD_ECC_HW
113 if (ofs & ((1ULL << chip->phys_erase_shift) - 1)) { in check_offs_len()
115 ret = -EINVAL; in check_offs_len()
119 if (len & ((1ULL << chip->phys_erase_shift) - 1)) { in check_offs_len()
121 ret = -EINVAL; in check_offs_len()
128 * nand_release_device - [GENERIC] release chip
131 * Release chip lock and wake up anyone waiting on the device.
137 /* De-select the NAND device */ in nand_release_device()
[all …]