Home
last modified time | relevance | path

Searched refs:preserve (Results 1 – 11 of 11) sorted by relevance

/rk3399_rockchip-uboot/tools/patman/
H A Dtools.py17 def PrepareOutputDir(dirname, preserve=False): argument
36 preserve_outdir = dirname or preserve
/rk3399_rockchip-uboot/arch/mips/cpu/
H A Dstart.S48 move k0, t9 # preserve t9 in k0
49 move k1, a0 # preserve a0 in k1
/rk3399_rockchip-uboot/tools/binman/
H A Dcontrol.py94 tools.PrepareOutputDir(options.outdir, options.preserve)
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dmemset.S25 mov ip, r0 @ preserve r0 as return value
H A Dlib1funcs.S300 movs ip, r0 @ preserve sign of dividend
/rk3399_rockchip-uboot/board/sbc8349/
H A DREADME50 trying to preserve your old environment settings and user flash).
68 If you wish to preserve your prior U-Boot environment settings,
/rk3399_rockchip-uboot/scripts/
H A DKbuild.include244 # Replace >$< with >$$< to preserve $ when reloading the .cmd file
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A DKconfig114 used to preserve the bad block marker in the OOB area.
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.lex.c_shipped1793 *(yy_c_buf_p) = '\0'; /* preserve zconftext */
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped1656 *(yy_c_buf_p) = '\0'; /* preserve yytext */
/rk3399_rockchip-uboot/common/
H A Ddlmalloc.src1948 /* If not the first time through, round to preserve page boundary */