Home
last modified time | relevance | path

Searched refs:chosen (Results 1 – 25 of 52) sorted by relevance

123

/rk3399_ARM-atf/plat/arm/board/arm_fpga/
H A Dfpga_bl31_setup.c260 int chosen; in fpga_dtb_set_commandline() local
265 chosen = fdt_add_subnode(fdt, 0, "chosen"); in fpga_dtb_set_commandline()
266 if (chosen == -FDT_ERR_EXISTS) { in fpga_dtb_set_commandline()
267 chosen = fdt_path_offset(fdt, "/chosen"); in fpga_dtb_set_commandline()
270 if (chosen < 0) { in fpga_dtb_set_commandline()
271 return chosen; in fpga_dtb_set_commandline()
298 err = fdt_setprop(fdt, chosen, "bootargs", in fpga_dtb_set_commandline()
304 return fdt_appendprop(fdt, chosen, "bootargs", &nul, 1); in fpga_dtb_set_commandline()
/rk3399_ARM-atf/fdts/
H A Dstm32mp157a-dk1.dts18 chosen {
H A Dstm32mp157c-dk2.dts23 chosen {
H A Dstm32mp15xx-dhcom-pdk2.dtsi13 chosen {
H A Dstm32mp157c-odyssey.dts21 chosen {
H A Dtc-fpga.dtsi24 chosen {
H A Dstm32mp157c-ev1-sp_min.dts17 chosen {
H A Dstm32mp157c-ev1.dts18 chosen {
H A Dtc-fvp.dtsi42 chosen {
H A Dstm32mp157c-lxa-mc1.dts25 chosen {
H A Dn1sdp-single-chip.dts18 chosen {
H A Dstm32mp15xx-dhcor-avenger96.dtsi18 chosen {
H A Dtc3.dts62 chosen {
H A Dstm32mp153c-lxa-fairytux2.dts25 chosen {
H A Dstm32mp157c-lxa-tac.dts25 chosen {
H A Darm_fpga.dts26 chosen {
H A Dcorstone700.dtsi15 chosen { };
H A Dfvp-base-psci-common.dtsi22 chosen {
H A Dmorello-fvp.dts13 chosen {
/rk3399_ARM-atf/services/std_svc/errata_abi/
H A Derrata_abi_main.c187 if (entry->chosen & WA_ENABLED_MASK) in verify_errata_implemented()
188 if (entry->chosen & SPLIT_WA_MASK) in verify_errata_implemented()
/rk3399_ARM-atf/include/lib/cpus/
H A Derrata.h63 uint8_t chosen; member
/rk3399_ARM-atf/lib/cpus/
H A Derrata_report.c84 if (status == ERRATA_APPLIES && entry->chosen == 0) { in generic_errata_report()
/rk3399_ARM-atf/drivers/nxp/auth/csf_hdr_parser/
H A Dinput_bl2_ch3_254 # Default Values chosen in Tool
H A Dinput_bl2_ch354 # Default Values chosen in Tool
/rk3399_ARM-atf/drivers/nxp/ddr/nxp-ddr/
H A Dddr.c440 struct rc_timing const *chosen = NULL; in cal_board_params() local
455 chosen = prt; in cal_board_params()
460 if (chosen == NULL) { in cal_board_params()

123