Searched refs:chosen (Results 1 – 25 of 52) sorted by relevance
123
| /rk3399_ARM-atf/plat/arm/board/arm_fpga/ |
| H A D | fpga_bl31_setup.c | 260 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 D | stm32mp157a-dk1.dts | 18 chosen {
|
| H A D | stm32mp157c-dk2.dts | 23 chosen {
|
| H A D | stm32mp15xx-dhcom-pdk2.dtsi | 13 chosen {
|
| H A D | stm32mp157c-odyssey.dts | 21 chosen {
|
| H A D | tc-fpga.dtsi | 24 chosen {
|
| H A D | stm32mp157c-ev1-sp_min.dts | 17 chosen {
|
| H A D | stm32mp157c-ev1.dts | 18 chosen {
|
| H A D | tc-fvp.dtsi | 42 chosen {
|
| H A D | stm32mp157c-lxa-mc1.dts | 25 chosen {
|
| H A D | n1sdp-single-chip.dts | 18 chosen {
|
| H A D | stm32mp15xx-dhcor-avenger96.dtsi | 18 chosen {
|
| H A D | tc3.dts | 62 chosen {
|
| H A D | stm32mp153c-lxa-fairytux2.dts | 25 chosen {
|
| H A D | stm32mp157c-lxa-tac.dts | 25 chosen {
|
| H A D | arm_fpga.dts | 26 chosen {
|
| H A D | corstone700.dtsi | 15 chosen { };
|
| H A D | fvp-base-psci-common.dtsi | 22 chosen {
|
| H A D | morello-fvp.dts | 13 chosen {
|
| /rk3399_ARM-atf/services/std_svc/errata_abi/ |
| H A D | errata_abi_main.c | 187 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 D | errata.h | 63 uint8_t chosen; member
|
| /rk3399_ARM-atf/lib/cpus/ |
| H A D | errata_report.c | 84 if (status == ERRATA_APPLIES && entry->chosen == 0) { in generic_errata_report()
|
| /rk3399_ARM-atf/drivers/nxp/auth/csf_hdr_parser/ |
| H A D | input_bl2_ch3_2 | 54 # Default Values chosen in Tool
|
| H A D | input_bl2_ch3 | 54 # Default Values chosen in Tool
|
| /rk3399_ARM-atf/drivers/nxp/ddr/nxp-ddr/ |
| H A D | ddr.c | 440 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